Similar problem again "You cannot signup this guestbook

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
thepasta
Posts: 1
Joined: Mon Jun 26, 2006 3:38 pm

Similar problem again "You cannot signup this guestbook

Post by thepasta »

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!');}
?>
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Reboot your computer and try posting again. Make sure you don't enter any URLs in the comments field!
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
ravetildon1
Posts: 28
Joined: Tue Mar 07, 2006 5:56 am

info

Post by ravetildon1 »

What happens if you put in a url?
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

You get the "You cannot signup this guestbook at the moment!" message and you can not post any message in the guestbook during the browser session.

Greetings,
Henrie
Post Reply