Author |
Message |
|
The guestbook will honour the language you have set in the lang variable of a cookie. Just have your site write a cookie dependant on what language the guest is using.
|
 |
|
That bit of code would go in templates/header.php
|
 |
|
You need to run update.db/php by visiting in your browser
http://yourdomain/guestbookfolder/misc/update_db.php
|
 |
|
But did you tell the search engines not to list it? That is what the robot.txt file is for or the no index meta tag.
|
 |
|
Try re uploading all the files again.
|
 |
|
They use a search engine to find all sites running Advanced Guestbook and the exact url of it. Best thing to do is rename the folder it is in and add that folder to your robot.txt file.
|
 |
|
Update to 2.4.2
|
 |
|
Your guestbook folder.
|
 |
|
To my knowledge the only time that particular message is shown is when CAPTCHA was incorrect or, ermm, actually I think that's about it. Could always try debugging by using
echo '<pre>';
print_r($_POST, false); // or is it true ?
die ("</pre>");
put that in the if statement in addentry.php
|
 |
|
I'd guess at the table. Or possibly something in the book_words table.
|
 |
|
And that error would be ?
|
 |
|
Sounds like possibly something got changed in book_captcha table.
|
 |
|
No yo ucopy the database information FROM your current config.inc.php file TO the one in 2.4.2 as it has some new stuff in it.
|
 |
|
very easy.
|
 |
|
Settings, style, entries etc are all stored in your database. You just ned to download 2.4.2, copy the database information from your 2.3.1 config.inc.php file to the 2.4.2 config.inc.php file then upload 2.4.2 and visit misc/update_db.php in your web browser.
|
 |
|