[sec] added captcha
[add] password reset script
[fix] some minor bugs
12/03/2006 21:35:10
Subject:
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
Good because the image verification mod Freddy wrote is to ugly and complicated for some people. I am suprised you haven't taken this opportunity to update from using ImageCreate to ImageCreateTrueColor for thumbnail creation to produce higher quality images.
Carbonize I am not the maker of the Advanced Guestbook
Can you also let us know how to add the "human image verification" ?
I had AGB 2.3, just ftpd 2.4 with db config in admin/config.inc.php, I also launched http://www.yourdomain.com/guestbook/misc/update_db.php ! Update succeeded ! (you have to use latest config.inc.php!!)
Now I don't know how to show that image verification.. nothing in admin area how to do ?
Tx
13/03/2006 22:16:08
Subject:
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
I think in add.class.php you should replace
if (USE_CAPTCHA) {
with
if (USE_CAPTCHA && extension_loaded('gd')) {
This way it wont show the CAPTCHA if the host does not have GD.
Carbonize I am not the maker of the Advanced Guestbook