[TuTo] Change account per IP[TuTo]

Spartak

Member
Sep 24, 2011
225
33
Hello,

alot of people want to make more then 1 account in they cms so here is a little TuTo on how to make your cms accept more then 1 account per ip

To start :
  1. Brows to htdocs/app/
  2. Find this line in class.users
    PHP:
    if($engine->num_rows("SELECT * FROM users WHERE ip_reg = '" . $_SERVER['REMOTE_ADDR'] . "'") == 1)

    3. Change the 1 to as many account as you want. EG: you want to make 3 accounts per Ip then change 1 to 3

    If i helped you, like the thered

    Credits: Extreme.(me)


 

Users who are viewing this thread

Top