[HELP] - Cant Find: Accounts Per IP ?

CortexNetworks

Cortex Hosts - Founder
May 13, 2015
73
6
Hello Devbest Community,


I need your assistance, i use RevCMS and i use aswell ""Azure Emulator"", i cant seem to find Where to edit how many Users can register per IP. Please try for yourself at my Hotel ( ), when i register 2 or more accounts i get this message (See Attachment). So i need your assistance, can anyone please assist me and tell me where to edit the File, so i can register more accounts per ip ?


Attachment Picture:

9uyOGUR.png
 

KingLegend

head chav
May 17, 2015
96
22
1. Open class.users (in the app folder)
2. search for: if($engine->num_rows("SELECT * FROM users WHERE ip_reg = '" . $_SERVER['REMOTE_ADDR'] . "'") == 2)
3. change to: if($engine->num_rows("SELECT * FROM users WHERE ip_reg = '" . $_SERVER['REMOTE_ADDR'] . "'") == HOW MANY ACCS PER IP)
4. Save it, It's done.
 

Users who are viewing this thread

Top