Re: Multi Account Issues
do i replace this
$ip = ($_SERVER['HTTP_X_FORWARDED_FOR'])
? $_SERVER['HTTP_X_FORWARDED_FOR']
: $_SERVER['REMOTE_ADDR'];
if(file_exists('ipbans/'.$ip))
{
die("<font color=red size=+1>Your IP has been banned, there is no way around this.</font></body></html>");
}
with what you posted then? thats in register.php