Author |
Message |
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 12/03/2006 20:35:37
|
Webmaster
Site Admin
![[Avatar]](/forum/images/avatar/c81e728d9d4c2f636f067f89cc14862c.png)
Joined: 10/01/2002 23:32:17
Messages: 82
Offline
|
Changelog
[sec] added captcha
[add] password reset script
[fix] some minor bugs
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 12/03/2006 21:35:10
|
Carbonize
Master
![[Avatar]](/forum/images/avatar/96871336492d73e733f55.jpg)
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
get Lazarus |
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 13/03/2006 22:07:03
|
Webmaster
Site Admin
![[Avatar]](/forum/images/avatar/c81e728d9d4c2f636f067f89cc14862c.png)
Joined: 10/01/2002 23:32:17
Messages: 82
Offline
|
ok, i will take a look.
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 13/03/2006 22:10:44
|
tasari
Beginner
Joined: 13/03/2006 21:51:26
Messages: 11
Offline
|
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
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 13/03/2006 22:16:08
|
Carbonize
Master
![[Avatar]](/forum/images/avatar/96871336492d73e733f55.jpg)
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
get Lazarus |
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 13/03/2006 22:43:50
|
Webmaster
Site Admin
![[Avatar]](/forum/images/avatar/c81e728d9d4c2f636f067f89cc14862c.png)
Joined: 10/01/2002 23:32:17
Messages: 82
Offline
|
I just update the gd check in add.class.php.
A better solution will be added in the next version.
|
|
|