Quote:
Originally Posted by vrufullop
This is kinda childish..
Btw whoever coded this is not very good at PHP/SQL.
Oh yea and, this :
PHP Code:
$caratteri_disponibili2 ="1234567890abcdefghijklmnopqrstuvwxyz";
REGEX  !
|
Lol my old friend Giacomo PHP code...this prove their c&p
@GustavoC&P he posted your PHP source

btw nice copy & paste :*
$query = mysql_query("SELECT * FROM users WHERE username='$username'");
$count = mysql_num_rows($query);
$equery = mysql_query("SELECT * FROM users WHERE email='$email'");
$ecount = mysql_num_rows($equery);
This is quite dumb, just do $count = mysql_num_rows(mysql_query("SELECT * FROM users WHERE username = '$username' OR email = '$email'"));
Please, close your server now