Author |
Message |
26/01/2005 21:39:48
|
Anonymous
|
installed the guestbook verification and gone through all the edits more than twice but still not getting any images showing
http://www.djdeano.cydelia.co.uk/guestbook/addentry.php
looked through the forum for answers but no one has come up with a solution
I have also uploaded all files again to make sure its not a folder issue
Thanks for any support on this
|
|
26/01/2005 22:33:42
|
Auron
Expert
Joined: 23/06/2003 22:02:17
Messages: 1053
Offline
|
Got all the path settings in there correctly?
Any errors?
Does the guestbook work other than the image/s not showing?
A link would be appreciated.
|
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought) |
|
27/01/2005 12:26:04
|
Anonymous
|
http://www.djdeano.cydelia.co.uk/guestbook/addentry.php
everything works but can not process without the images for the verification
|
|
27/01/2005 20:57:44
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
You're the second person with this problem. What version of PHP, Apache and MySQL are you running?
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
27/01/2005 21:06:06
|
Anonymous
|
Hi
details are
PHP version 4.3.9
MySQL version 4.0.22-standard
Apache version 1.3.33 (Unix)
|
|
27/01/2005 21:16:35
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Everything looks fine. I would recommend getting your PHP updated as 4.3.10 was released to fix some major security holes. I wil look more into this problem. I wonder if it's not a GD problem.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
27/01/2005 21:37:39
|
Anonymous
|
ok
thanks Carbonize
i dont know whether i can get updated as i am with a company which they update when they need to but i will ask them
|
|
27/01/2005 21:44:37
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
As suspected GD is not compiled on your system. GD is how PHP creates graphics and is used by all image verification scripts hence it not working.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
27/01/2005 21:49:39
|
Anonymous
|
ok
but i'm just a little confused
what is GD and how do i get it working please
thanks again
|
|
27/01/2005 22:00:19
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
It usually comes with PHP, you must of chose not to compile it.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
28/01/2005 18:51:42
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
I have an idea I'm toying with. A simple anti automated posting technique that should work well. For a while anyway. It uses the same random characters as the image verification but is invisible so it will not affct normal posters in anyway but should stop automated postings. This method should work fine for you as it doesn't need to create an image.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
28/01/2005 19:44:56
|
Anonymous
|
Carbonize - here's my dumb question for the day concerning verification and spam posting bots - When the bots spam, are they actually "on your site" when they are posting? Could a person put a feature that forces the person to post from the page and not from a remote location?
Maybe something like
Just wondering if that would do it?
|
|
28/01/2005 19:46:23
|
ET
Graduate
Joined: 21/02/2003 22:17:48
Messages: 179
Offline
|
Ooops - sorry, that was my post just now -
|
|
28/01/2005 20:24:26
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
There is no way of forcing a person to be on the actual page other than requring some randomly generated information from that page to be sent with the other data. If you look at the url bar for this forum it looks like http://proxy2.de/forum/posting.php?t=4167 This is an example of GET data. GET data is sent in the url request whilst POST data is not but is similar in format. The t in our URL represents thread and the number is the number of this thread. This is how data posting works. The guestbook works in the same way and all the spammers do is send the data they want posted straight to the addentry.php page as if it had been submitted normally.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
28/01/2005 20:37:14
|
ET
Graduate
Joined: 21/02/2003 22:17:48
Messages: 179
Offline
|
Thanks - like I said, it was my dumb question for the day - I put a similar function into my mailform and it works like a charm - stopped all the craziness and I haven't had any spam for over a year....
|
|
|