need sql for users to register more then once please

CumHackz

Member
Oct 17, 2011
96
9
Go to app folder then open class users then find :

global $engine;
if($engine->num_rows("SELECT * FROM users WHERE ip_reg = '" . $_SERVER['REMOTE_ADDR'] . "'") == 1)

Replace 1 with the amount of how much people can be able to register as you want.
 

Users who are viewing this thread

Top