Author |
Message |
|
Weird because this stops spam before it gets to that stage.
|
 |
|
The browsers useragent field was only given 100 characters and unfortunately some (Internet Explorer) now uses more.
|
 |
|
I use GD to create the image so the image will be different every time. The characters are based upon an md5 hash of some characters generated with the form and the database username. Well the basics of it are anyway.
|
 |
|
Basically every page on your site needs to be using the same charset.
|
 |
|
Yes I did make that change to Lazarus a while back but I forgot about this.
|
 |
|
I have already written the code for a Lazarus image verification option. I like my current human verification method because there is no limit to what it can be. You can use HTML to make it anything. Yes the random word option is good but would possibly confuse users as, and I mean this with respect, a lot of them are not that computer savvy. Trust me I should show you some of the emails I get asking for help
|
 |
|
You have to make the admin section utf-8 as well otherwise the charset of the stored data wil conflict with the output.
|
 |
|
Yes your first mod is somethign I am adding to Lazarus for version 1.6 by request. The second is something I already have in Lazarus but I made Lazarus store both IP and Hostname.
|
 |
|
Learn top use search. This is answered in the thread entitled READ THIS BEFORE POSTING ANY GUESTBOOK QUESTIONS
http://carbonize.co.uk/Lazarus/Smf/index.php?topic=8.0
|
 |
|
You could try Lazarus
|
 |
|
http://proxy2.de/forum/viewtopic.php?t=4881&highlight=input+fields+valid
|
 |
|
Do a search for "one of the input fields" etc. I have talked about getting round it before in these forums, or update to 2.3.4.
As for the form tag make it action="addentry.php"
|
 |
|
it should be addentry.php that the form points to.
|
 |
|
The form submit is the action=" part of the form tag. It can be found in form.php
|
 |
|
The problem is it is trying to submit to /GuestBook/gbook.php?agbook=addentry for some reason. What changes did you make and to what files?
|
 |
|