A Artist Member Jan 12, 2014 73 5 Mar 22, 2014 #1 How do you change how many accounts you can make per IP and where about?
Jerry not rly active lol Jul 8, 2013 1,957 522 Mar 22, 2014 #2 RevCMS? UberCMS? Which cms? Upvote 0 Downvote
Lohex Freelance Graphics Designer Jun 30, 2011 115 4 Mar 22, 2014 #4 In class.users.php, go to line 104: if($engine->num_rows("SELECT * FROM users WHERE ip_reg = '" . $_SERVER['REMOTE_ADDR'] . "'") == 1) Change 1 with the amount of accounts / IP Address. Hope I helped Upvote 0 Downvote
In class.users.php, go to line 104: if($engine->num_rows("SELECT * FROM users WHERE ip_reg = '" . $_SERVER['REMOTE_ADDR'] . "'") == 1) Change 1 with the amount of accounts / IP Address. Hope I helped
A Artist Member Jan 12, 2014 73 5 Mar 22, 2014 Thread starter #5 Searched for that and couldn't find it, anything else? Upvote 0 Downvote
Lohex Freelance Graphics Designer Jun 30, 2011 115 4 Mar 22, 2014 #6 Make sure you're in "htdocs/app/class.users.php" Upvote 0 Downvote
ChiefKeef Member Mar 23, 2014 43 6 Mar 24, 2014 #7 In the db at localhost.com under 'Users'. Upvote 0 Downvote