Go Back   Ascended Development forum > Forum > Questions/Support

Questions/Support In need of some help and support? Here's the place.

Reply
 
Thread Tools Display Modes
  #1  
Old 25-11-2008, 06:36
sjsmlov sjsmlov is offline
Member
 
Join Date: Nov 2008
Posts: 1
Default Anti-Spam Characters

I just installed the guest book and cant seem to get the anti-spam characters to work. Nothing pops up theres no background image and theres no characters. I made sure that the font was uploaded and the background image was uploaded and put the full path on antispam (ex. /guestbook/bg.png)

Any clue whats happening and how to fix it?
Reply With Quote
  #2  
Old 06-10-2009, 08:36
HelionPrime HelionPrime is offline
Member (under evaluation)
 
Join Date: Oct 2009
Posts: 2
Default

me too i have a prblem with it,
this error occur when I try to post a comment "The following fields contains an error. Please review and correct the fields.

* You did't enter the correct anti-spam characters!"

help me plz
Reply With Quote
  #3  
Old 07-10-2009, 20:32
Ernie Ernie is offline
Lead developer / Admin
 
Join Date: Sep 2006
Location: Narvik, Norway
Posts: 51
Default

Hi!

This issue is probably due to PHP missing the PHP extension GD (or GD 2.x). If you don't have control over the server, there is probably not much you can do except ask the host if they can install GD for you. If you're using guestbook 1.0.9, you can however avoid the whole issue by opening config.php in you favorite editor, and set $CONFIG['AntispamType'] to header. I.e. replace a line looking something like this
PHP Code:
$CONFIG['AntispamType']     = 'picture'
with this:
PHP Code:
$CONFIG['AntispamType']     = 'header'
The header method should prevent almost all spambots from spamming your guestbook without requiring any pictures to be generated, and thus not requiring GD. The downside is it's a bit experimental, i.e. a few users might be mistaken for a spambot, though I haven't heard of any yet.
__________________
With Best Regards,
Alf Henrik H. Sauge
alf.henrik AT ascdevel.com
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 16:51.


Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.