Author |
Message |
03/09/2005 11:46:26
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Unfortunately yes but atleast now you are protected against 2 known exploits that existed in 2.3.1.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
04/09/2005 00:43:17
|
Jim_at_BES
Newbie
Joined: 04/09/2005 00:28:19
Messages: 1
Offline
|
When will these very valuable changes be incorporated into a new release?
(Thanks for addressing this annoying issue!)
BTW, there is a class to do graphic-driven human verification on the PHP classes site (http://www.phpclasses.org/browse/package/1914.html). You may need an account to get the code. Haven't looked to see if the code is any good. Also, there probably are other implementations on the other php snippets sights.
Just thought I'd mention it.
|
|
04/09/2005 11:46:55
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
I released a image verification (captcha) mod about 2 years ago. These mods (except the image verification) are implemented into Lazarus but as to if he will implement them into AG I could not say.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
04/09/2005 18:03:02
|
Whitespliff
Newbie
Joined: 04/09/2005 18:01:52
Messages: 4
Offline
|
Tnx for this mod, damn spammers can go to hell now
|
|
11/09/2005 20:14:40
|
Whitespliff
Newbie
Joined: 04/09/2005 18:01:52
Messages: 4
Offline
|
Damned, 1 week & I've got spam again, is there another way to keep the b*st*rds away?
|
|
11/09/2005 20:24:13
|
JTD
Graduate
Joined: 08/05/2004 21:52:50
Messages: 529
Location: Arkansas
Offline
|
Whitespliff wrote:Damned, 1 week & I've got spam again, is there another way to keep the b*st*rds away?
Yea upgrade to Lazarus guestbook if you havnt already.
|
LINK-> Use Lazarus Guestbook |
|
26/09/2005 18:33:31
|
jenbrink1
Beginner
Joined: 26/09/2005 16:43:17
Messages: 5
Offline
|
I have made the changes to the files and when I go to sign the guestbook I get this error:
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/jenbrink/public_html/guestbook/lib/add.class.php on line 17
(Line 17= var $bottest = '';)
class addentry {
var $db;
var $ip;
var $include_path;
var $template;
var $name = '';
var $bottest = '';
var $bottestanswer = CEILINGS;
I did remove the ' ' as noted : /* this is the answer to the question. It must contain no ' */
I dont think that I missed anything (?)
Thanks for any help!!
Link to guestbook: http://sbceilings.us/guestbook/
|
|
26/09/2005 18:45:33
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
No I mean the actual answer must contain no ' but it must be between two '
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
26/09/2005 18:50:06
|
jenbrink1
Beginner
Joined: 26/09/2005 16:43:17
Messages: 5
Offline
|
OK. I wasnt sure so i did it both ways and still got the error.
class addentry {
var $db;
var $ip;
var $include_path;
var $template;
var $name = '';
var $bottest = '';
var $bottestanswer = 'CEILINGS';
|
|
26/09/2005 18:52:49
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Jst to confirm that var $bottest = ''; is two ' and not a single " ?
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
26/09/2005 18:55:27
|
jenbrink1
Beginner
Joined: 26/09/2005 16:43:17
Messages: 5
Offline
|
Yes they are 2 single '
not the " (inch or quote mark)
|
|
26/09/2005 18:56:06
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
email me your add.class.php
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
04/10/2005 22:51:11
|
Spike
Newbie
Joined: 26/08/2005 11:13:31
Messages: 3
Offline
|
Hi, I added this but I have a new problem now.
When i put in my email in as Spike@live2bmx.co.uk it comes up in the guestbook as Spike[at]live2bmx[dot]co[dot]uk
what have I done wrong?
my guestbook is
http://www.live2bmx.co.uk/book.html
|
|
04/10/2005 23:05:00
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
thats the way emails have been displayed since version 2.3.2
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
07/10/2005 19:37:29
|
Doug Farish
Newbie
Joined: 07/10/2005 18:58:43
Messages: 2
Offline
|
I guess that I just don't understand? I have two entrys in the code that say
if(document.book.gb_comment.value =="") {
One is ErrorPost1 and the other is ErrorPost2
I am using 2.3.1
PhP is not my forte.
Doug
|
|
|