Sign Guestbook not working
Posted: Thu Aug 06, 2009 4:18 pm
Script URL: http://laoaglodge71.sqweebs.com/gbook16/gbook.php
Version of script:gbook 1.6
Hosting company:sqweebs.com
URL of phpinfo.php: http://laoaglodge71.sqweebs.com/test/phpinfo.php
URL of session_test.php: http://laoaglodge71.sqweebs.com/test/session_test.php
What terms did you try when SEARCHING for a solution:can't save write sign guestbook
Write your message below:
When i try to sign on my guestbook, the entries are not saved to my log file. I have already changed the CHMOD of my logfile to 666 (rw-rw-rw).
For better understanding of the problem below are the steps.
1. Go to http://laoaglodge71.sqweebs.com/gbook16/gbook.php (webpage is displayed with "No entries yet! ....." message - this one is OK)
2. Click "Sign guestbook" (sign guestbook page is displayed - this one is OK)
3. Enter entries and click "Add my comments" (web page goes back to http://laoaglodge71.sqweebs.com/gbook16/gbook.php without any error messages but this time the "No entries yet! ......" is gone - I think this is not OK)
4. Click "View guestbook" (the message "No entries yet! ...... " is displayed.
I checked the logfile if its empty. and it was empty, so that means that the logfile was not writen. Iam sure i have changed the CHMOD of my logfile to 666 (rw-rw-rw).
To test if my service provider supports php and is able to write log files. i tried using hit counter http://www.phpjunkyard.com/php-text-hit-counter.php. I was able to write to the logifles of the hit counter. Which means my provider does support php and is able to write on my files.
Below is my settings.php (for privacy purposes i changed back the password, logfile name, and checksum to their default values)
<?php
/* >>> SETUP YOUR GUESTBOOK <<< */
/* Detailed information found in the readme file */
/* File version: 1.6 $ Timestamp: 14th Feb 2008 18:37 */
/* Password for admin area */
$settings['apass']='admin';
/* Website title */
$settings['website_title']="Laoag Lodge 71 of F. & A.M.";
/* Website URL */
$settings['website_url']='http://laoaglodge71.sqweebs.com/';
/* Guestbook title */
$settings['gbook_title']="Laoag Lodge 71 Guestbook";
/* Name of the file where guestbook entries will be stored */
$settings['logfile']='entries.txt';
/* Use "Your website" field? 1 = YES, 0 = NO */
$settings['use_url']=0;
/* Open URLs in a new window? 1 = YES, 0 = NO */
$settings['url_blank']=0;
/* Allow private posts (readable only by admin)? 1 = YES, 0 = NO */
$settings['use_private']=1;
/* Hide e-mail addresses? 1 = YES, 0 = NO */
$settings['hide_emails']=1;
/* Allow smileys? 1 = YES, 0 = NO */
$settings['smileys']=1;
/* Send you an e-mail when a new entry is added? 1 = YES, 0 = NO */
$settings['notify']=0;
/* Your e-mail. Only required if $settings['notify'] is set to 1 */
$settings['admin_email']='laoaglodge71@yahoo.com';
/* URL of the gbook.php file. Only required if $settings['notify'] is set to 1 */
$settings['gbook_url']='http://laoaglodge71.sqeebs.com/gbook16/gbook.php';
/* Filter bad words? 1 = YES, 0 = NO */
$settings['filter']=1;
/* Filter language. Please refer to readme for info on how to add more bad words to the list! */
$settings['filter_lang']='en';
/* Prevent automated submissions (recommended YES)? 0 = NO, 1 = YES, GRAPHICAL, 2 = YES, TEXT */
$settings['autosubmit']=1;
/* Checksum - just type some digits or chars. Used to help prevent SPAM */
$settings['filter_sum']='k39dw28rh3';
/* Use JunkMark(tm) SPAM filter (recommended YES)? 1 = YES, 0 = NO */
$settings['junkmark_use']=1;
/* JunkMark(tm) score limit after which messages are marked as SPAM */
$settings['junkmark_limit']=60;
/* Ban IP address if JunkMark(tm) score is 100 (100% SPAM)? 1 = YES, 0 = NO */
$settings['junkmark_ban100']=1;
/* Ignore proxy servers from JunkMark check? 1 = YES, 0 = NO */
$settings['ignore_proxies']=0;
/* Show "NO GUESTBOOK SPAM" banner? 1 = YES, 0 = NO */
$settings['show_nospam']=0;
/* Prevent multiple submissions in the same session? 1 = YES, 0 = NO */
$settings['one_per_session']=1;
/* Maximum chars word length */
$settings['max_word']=75;
/* Language file */
$settings['language']='language.inc.php';
/* Allow IPv6 format? 1 = YES, 0 = NO */
$settings['allow_IPv6']=0;
/* DO NOT EDIT BELOW */
if (!defined('IN_SCRIPT')) {die('Invalid attempt!');}
ini_set('display_errors', 0);
ini_set('log_errors', 1);
?>
Version of script:gbook 1.6
Hosting company:sqweebs.com
URL of phpinfo.php: http://laoaglodge71.sqweebs.com/test/phpinfo.php
URL of session_test.php: http://laoaglodge71.sqweebs.com/test/session_test.php
What terms did you try when SEARCHING for a solution:can't save write sign guestbook
Write your message below:
When i try to sign on my guestbook, the entries are not saved to my log file. I have already changed the CHMOD of my logfile to 666 (rw-rw-rw).
For better understanding of the problem below are the steps.
1. Go to http://laoaglodge71.sqweebs.com/gbook16/gbook.php (webpage is displayed with "No entries yet! ....." message - this one is OK)
2. Click "Sign guestbook" (sign guestbook page is displayed - this one is OK)
3. Enter entries and click "Add my comments" (web page goes back to http://laoaglodge71.sqweebs.com/gbook16/gbook.php without any error messages but this time the "No entries yet! ......" is gone - I think this is not OK)
4. Click "View guestbook" (the message "No entries yet! ...... " is displayed.
I checked the logfile if its empty. and it was empty, so that means that the logfile was not writen. Iam sure i have changed the CHMOD of my logfile to 666 (rw-rw-rw).
To test if my service provider supports php and is able to write log files. i tried using hit counter http://www.phpjunkyard.com/php-text-hit-counter.php. I was able to write to the logifles of the hit counter. Which means my provider does support php and is able to write on my files.
Below is my settings.php (for privacy purposes i changed back the password, logfile name, and checksum to their default values)
<?php
/* >>> SETUP YOUR GUESTBOOK <<< */
/* Detailed information found in the readme file */
/* File version: 1.6 $ Timestamp: 14th Feb 2008 18:37 */
/* Password for admin area */
$settings['apass']='admin';
/* Website title */
$settings['website_title']="Laoag Lodge 71 of F. & A.M.";
/* Website URL */
$settings['website_url']='http://laoaglodge71.sqweebs.com/';
/* Guestbook title */
$settings['gbook_title']="Laoag Lodge 71 Guestbook";
/* Name of the file where guestbook entries will be stored */
$settings['logfile']='entries.txt';
/* Use "Your website" field? 1 = YES, 0 = NO */
$settings['use_url']=0;
/* Open URLs in a new window? 1 = YES, 0 = NO */
$settings['url_blank']=0;
/* Allow private posts (readable only by admin)? 1 = YES, 0 = NO */
$settings['use_private']=1;
/* Hide e-mail addresses? 1 = YES, 0 = NO */
$settings['hide_emails']=1;
/* Allow smileys? 1 = YES, 0 = NO */
$settings['smileys']=1;
/* Send you an e-mail when a new entry is added? 1 = YES, 0 = NO */
$settings['notify']=0;
/* Your e-mail. Only required if $settings['notify'] is set to 1 */
$settings['admin_email']='laoaglodge71@yahoo.com';
/* URL of the gbook.php file. Only required if $settings['notify'] is set to 1 */
$settings['gbook_url']='http://laoaglodge71.sqeebs.com/gbook16/gbook.php';
/* Filter bad words? 1 = YES, 0 = NO */
$settings['filter']=1;
/* Filter language. Please refer to readme for info on how to add more bad words to the list! */
$settings['filter_lang']='en';
/* Prevent automated submissions (recommended YES)? 0 = NO, 1 = YES, GRAPHICAL, 2 = YES, TEXT */
$settings['autosubmit']=1;
/* Checksum - just type some digits or chars. Used to help prevent SPAM */
$settings['filter_sum']='k39dw28rh3';
/* Use JunkMark(tm) SPAM filter (recommended YES)? 1 = YES, 0 = NO */
$settings['junkmark_use']=1;
/* JunkMark(tm) score limit after which messages are marked as SPAM */
$settings['junkmark_limit']=60;
/* Ban IP address if JunkMark(tm) score is 100 (100% SPAM)? 1 = YES, 0 = NO */
$settings['junkmark_ban100']=1;
/* Ignore proxy servers from JunkMark check? 1 = YES, 0 = NO */
$settings['ignore_proxies']=0;
/* Show "NO GUESTBOOK SPAM" banner? 1 = YES, 0 = NO */
$settings['show_nospam']=0;
/* Prevent multiple submissions in the same session? 1 = YES, 0 = NO */
$settings['one_per_session']=1;
/* Maximum chars word length */
$settings['max_word']=75;
/* Language file */
$settings['language']='language.inc.php';
/* Allow IPv6 format? 1 = YES, 0 = NO */
$settings['allow_IPv6']=0;
/* DO NOT EDIT BELOW */
if (!defined('IN_SCRIPT')) {die('Invalid attempt!');}
ini_set('display_errors', 0);
ini_set('log_errors', 1);
?>