Script URL: http://localhost:8888/<mysite>/resource ... /gbook.php
Version of script: 7.1
Hosting company: n/a
URL of phpinfo.php: n/a
URL of session_test.php: n/a
What terms did you try when SEARCHING for a solution: localhost, initial setup, installation, testing
Write your message below:
I wish to use gbook as a landing page without a CMS control panel on my localhost. Using MAMP and python server, prefer MAMP at this stage. Changed the file/folder permissions as instructed.
Navigation to localhost:8888/<mysite>/gbook produces a fixme: 'ERROR: Invalid IP address, access blocked!'
My edited settings.php file:
/* Password for admin area */
$settings['apass']='admin';
/* Website title */
$settings['website_title']="Your Web site";
/* Website URL */
$settings['website_url']='http://localhost:8888';
/* Guestbook title */
$settings['gbook_title']="My Web site Guestbook";
/* Your e-mail address. */
$settings['admin_email']='me@domain.com';
/* URL of the gbook.php file. */
$settings['gbook_url']='http://localhost:8888/<mysite>/resource ... /gbook.php';
[...]
gbook on localhost
Re: gbook on localhost
This could be because your local IP is in IPv6 format.
Try changing to and see if that helps.
Try changing
Code: Select all
$settings['allow_IPv6']=0;
Code: Select all
$settings['allow_IPv6']=1;
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools