Re: Register [Free]
just remove:
$gq=mysql_query("SELECT * FROM `users` WHERE `lastip`='$iap'",$c);
if (mysql_num_rows($gq) > 0) {
die("<font color=red size=-1>{$set['game_name']} has taken action against multiple accounts, If you have another party in your household wanting to play please contact {$set['game_owner']}");
}
$gq=mysql_query("SELECT * FROM `users` WHERE `lastip_login`='$iap'",$c);
if (mysql_num_rows($gq) > 0) {
die("<font color=red size=-1>{$set['game_name']} has taken action against multiple accounts, If you have another party in your household wanting to play please contact {$set['game_owner']}");
}
$gq=mysql_query("SELECT * FROM `users` WHERE `lastip_signup`='$iap'",$c);
if (mysql_num_rows($gq) > 0) {
die("<font color=red size=-1>{$set['game_name']} has taken action against multiple accounts, If you have another party in your household wanting to play please contact {$set['game_owner']}");
}