A very simple way of doing image verification(Avoiding automated registerations)
in PHP. There is a single php which can be included in every script that needs
image verification
hello, your image verification is very interesting, but when i was done downloading it and tried to embed it on the registration page that i was working with.. it wont show images T_T...
Scum [24-Sep-2008]
#2
me too..ti won't show the images!!
Emiel [05-Nov-2009]
#3
There is a line missing, the line that needs to set te collor for the text.
Below: $bgcolor=* (etc)
type: $color=imagecolorallocate($img, 0,0,0);
For creating an image with black text.
Good luck everyone!