Hey guys title said it all don't even try to use reg page mentioned in that link.
[Only registered and activated users can see links. Click Here To Register...]
I've just checked the security of it actually the thing with ctype_alnum is that it isn't an escape function to prevent sql injection. It is a function to validate alphanumeric strings. To escape strings for using in queries you need anti injection function.
An important distinction you have to understand is the one between input validation and escaping of data for use in a database query.
You can even execute shells through it.
Don't say that my server is hacked and you're using this register page because you will get fucked with it anyway.
Ciao,
Thief
[Only registered and activated users can see links. Click Here To Register...]
I've just checked the security of it actually the thing with ctype_alnum is that it isn't an escape function to prevent sql injection. It is a function to validate alphanumeric strings. To escape strings for using in queries you need anti injection function.
An important distinction you have to understand is the one between input validation and escaping of data for use in a database query.
You can even execute shells through it.
Don't say that my server is hacked and you're using this register page because you will get fucked with it anyway.
Ciao,
Thief