Similar problem again "You cannot signup this guestbook
Posted: Mon Jun 26, 2006 3:48 pm
Script URL: http://theradiogalaxy.com/gbook/gbook.php
Version of script: 1.4
Version of PHP: 4.4.2
Hosting company: hostica.com
Have you searched THIS FORUM for your problem: Yes
(if not please do before posting)
If so, what terms did you try: You cannot signup this guestbook
Write your message below:
I'm having the same problem a few people have had. I tried disabling the spam filter. Tried to find the "real" url for the guestbook. I had other people try it, in case it was being blocked because of a session issue on my end. I'm stumped, though I'm sure it's something easy I missed. Below is my settings.php info... please help if you can.
Thanks,
Pasta
<?php
/* >>> SETUP YOUR GUESTBOOK <<< */
/* Detailed information found in the readme file */
/* File version: 1.4 $ Timestamp: May 9 2006 17:48 */
/* Password for admin area */
$settings['apass']='*******';
/* Website title */
$settings['website_title']="The Radio Galaxy Website";
/* Website URL */
$settings['website_url']='http://theradiogalaxy.com/';
/* Guestbook title */
$settings['gbook_title']="My lovely website - guestbook";
/* Use "Your website" field? 1 = YES, 0 = NO */
$settings['use_url']=0;
/* Allow private posts (readable only by admin)? 1 = YES, 0 = NO */
$settings['use_private']=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']='you@yourdomain.com';
/* URL of the gbook.php file. Only required if $settings['notify'] is set to 1 */
$settings['gbook_url']='http://www.theradiogalaxy.com/gbook/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)? 1 = YES, 0 = NO */
$settings['autosubmit']=1;
/* Checksum - just type some digits or chars. Used to help prevent SPAM */
$settings['filter_sum']='hgys268hsr';
/* Use JunkMark(tm) SPAM filter (recommended YES)? 1 = YES, 0 = NO */
$settings['junkmark_use']=0;
/* JunkMark(tm) score limit after which messages are marked as SPAM */
$settings['junkmark_limit']=60;
/* 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;
/* >>> OPTIONAL SETTINGS <<< */
/* Name of the file where guestbook entries will be stored */
$settings['logfile']="entries.txt";
/* DO NOT EDIT BELOW */
if (!defined('IN_SCRIPT')) {die('Invalid attempt!');}
?>
Version of script: 1.4
Version of PHP: 4.4.2
Hosting company: hostica.com
Have you searched THIS FORUM for your problem: Yes
(if not please do before posting)
If so, what terms did you try: You cannot signup this guestbook
Write your message below:
I'm having the same problem a few people have had. I tried disabling the spam filter. Tried to find the "real" url for the guestbook. I had other people try it, in case it was being blocked because of a session issue on my end. I'm stumped, though I'm sure it's something easy I missed. Below is my settings.php info... please help if you can.
Thanks,
Pasta
<?php
/* >>> SETUP YOUR GUESTBOOK <<< */
/* Detailed information found in the readme file */
/* File version: 1.4 $ Timestamp: May 9 2006 17:48 */
/* Password for admin area */
$settings['apass']='*******';
/* Website title */
$settings['website_title']="The Radio Galaxy Website";
/* Website URL */
$settings['website_url']='http://theradiogalaxy.com/';
/* Guestbook title */
$settings['gbook_title']="My lovely website - guestbook";
/* Use "Your website" field? 1 = YES, 0 = NO */
$settings['use_url']=0;
/* Allow private posts (readable only by admin)? 1 = YES, 0 = NO */
$settings['use_private']=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']='you@yourdomain.com';
/* URL of the gbook.php file. Only required if $settings['notify'] is set to 1 */
$settings['gbook_url']='http://www.theradiogalaxy.com/gbook/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)? 1 = YES, 0 = NO */
$settings['autosubmit']=1;
/* Checksum - just type some digits or chars. Used to help prevent SPAM */
$settings['filter_sum']='hgys268hsr';
/* Use JunkMark(tm) SPAM filter (recommended YES)? 1 = YES, 0 = NO */
$settings['junkmark_use']=0;
/* JunkMark(tm) score limit after which messages are marked as SPAM */
$settings['junkmark_limit']=60;
/* 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;
/* >>> OPTIONAL SETTINGS <<< */
/* Name of the file where guestbook entries will be stored */
$settings['logfile']="entries.txt";
/* DO NOT EDIT BELOW */
if (!defined('IN_SCRIPT')) {die('Invalid attempt!');}
?>