Help revcms register

Jerry

not rly active lol
Jul 8, 2013
1,956
522
in the config.ini files or the emu config
That isn’t connected to “RevCMS”, lol

In class.users.php file, within the register() function, there should be a check if a user is allowed to make more accounts on the same IP.
PHP:
if ($hasClones(ip_address) >= 2) {
}

Or something like that, change the limit to 5.
 

Users who are viewing this thread

Top