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 :
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 :
- Brows to htdocs/app/
- 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)