Author |
Message |
|
hm yes javascript would be a good idea. it is a required field technically as you cannot post without it
open form.php and find
and replace with
|
 |
|
Try my human verification mod as it's a good balance between simplicity and effectiveness.
|
 |
|
I would with just deny from all
|
 |
|
The .htaccess I have in my guestbooks admin folder just says
|
 |
|
The .htaccess that comes with the guestbook should be fine.
|
 |
|
Sounds like your PHP does not have MySQL support.
|
 |
|
Can you open guestbook.pl and confirm it still says
|
 |
|
Nobody can "just download the file" as you put it. Firstly any .php files are passed to the PHP processor which then send on ANY results from the PHP script. As there are no results returned from the config file they receive nothing.
Also you should have a .htaccess file in there saying deny from all which tells the server to not allow outside access to that folder.
|
 |
|
I'll peruse the code if I get chance or maybe Amber could help as I've never used version 1.5.
|
 |
|
Line 196 - { { should only be one.
|
 |
|
var $bottestanswer = 'armadillo'; // this is the answer to the
question. It must contain no '
That should all be on one line.
|
 |
|
Open lib/add.class.php in PSPad and turn line numbers on (in View). Paste lines 18 to 20 in here.
|
 |
|
You have AGCode enabled? This is what they tend to use.
|
 |
|
templates/com.php is the template for comments.
|
 |
|
You even read this thread?
|
 |
|