Max Account error! [HELP NEEDED]

TiZaX

New Member
Aug 27, 2015
20
2
Hello everyone,
I wonder if somebody could help me out.
Well i have an error, and most people have the same error too.
So everytime they register an account, it says You can maximum have 4 accounts on this IP.
But they dont have 1 account.
So if someone knows how to fix it i would be glad. And i can give a little reward if its fixed.
Cheers <3
SCREENSHOT (DUTCH):
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
App -> class.users.php -> if($this->hasClones($_SERVER['REMOTE_ADDR']))

Find the function:

final public function hasClones($ip)
{
global $engine;
if($engine->num_rows("SELECT * FROM users WHERE ip_reg = '" . $_SERVER['REMOTE_ADDR'] . "'") == 1)
{
return true;
}

return false;
}
 

Users who are viewing this thread

Top