im just testing my habbo retro out befor i put it online but i found a problem it will not let me make more then one user im am using rev1.9.9.9 and Phx 3.7.1 can some help me ?
Printable View
im just testing my habbo retro out befor i put it online but i found a problem it will not let me make more then one user im am using rev1.9.9.9 and Phx 3.7.1 can some help me ?
If you want to register twice with the same IP, find class.users.php
Then find the below line:
Quote:
if($engine->num_rows("SELECT * FROM users WHERE ip_reg = '" . $_SERVER['REMOTE_ADDR'] . "'") == 1)
Replace the "1" with the number of accounts per IP you want! Hope this heps!