Thanks :)
Printable View
Thanks :)
Pishaw lol sif I'd know how to do that!
Looks pretty good, I tested some of the basic security of it, seems pretty secure ;)
Instead of pulling the IP out of the hidden field:
doPHP Code:$ip = $_POST["ipblabla"];
PHP Code:$ip = $_SERVER["REMOTE_ADDR"];