you can enable the image verfication in the config.inc.php file
13/03/2006 22:11:21
Subject:
tasari
Beginner
Joined: 13/03/2006 21:51:26
Messages: 11
Offline
Thanks !!! Just posted in previous post about this
I got this in HTML page but no image
<table border="0" cellspacing="2">
<tr>
<td><img src="/gastenboek/image.php/b21abe7da117eb69a0201be595bd1bcb.png" border="0"></td>
<td><input type="text" name="gb_captcha" size="15"></td>
</tr>
</table>
What is GD ??
Tx
13/03/2006 23:24:44
Subject:
tasari
Beginner
Joined: 13/03/2006 21:51:26
Messages: 11
Offline
Update :
I found a RPM : gd (all those versions are installed !)
I also saw that the record is added to the captcha table ! I looked in it and used the validate_key in my post then I could do "submit" or "preview"
So how does it come that image isn't showing please ? That is my only problem now...
This is informative for everyone
Tx
14/03/2006 09:46:21
Subject:
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
GD is an application that PHP uses to generate and manipulate images. If you log in to the Admin section of AG and the click the link about PHP enviromental thingies below the top menu you should get a page up containing all the infromation about your servers PHP settings. Look for GD.
Carbonize I am not the maker of the Advanced Guestbook