H hollie Member Dec 15, 2011 60 0 Feb 20, 2012 #1 revcms you can not register more times. I want that! Can any help me?
RyanMK Still alive May 27, 2010 802 117 Feb 20, 2012 #2 Open file class.users.php Then find this line PHP: if($engine->num_rows("SELECT * FROM users WHERE ip_reg = '" . $_SERVER['REMOTE_ADDR'] . "'") == 1) And replace the 1 with as many accounts you want per IP. Upvote 0 Downvote
Open file class.users.php Then find this line PHP: if($engine->num_rows("SELECT * FROM users WHERE ip_reg = '" . $_SERVER['REMOTE_ADDR'] . "'") == 1) And replace the 1 with as many accounts you want per IP.