Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
[TuTo] Change account per IP[TuTo]
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Spartak" data-source="post: 60945" data-attributes="member: 7382"><p>Hello,</p><p> </p><p>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 </p><p> </p><p>To start :</p><ol> <li data-xf-list-type="ol">Brows to htdocs/app/</li> <li data-xf-list-type="ol">Find this line in class.users<br /> [PHP]if($engine->num_rows("SELECT * FROM users WHERE ip_reg = '" . $_SERVER['REMOTE_ADDR'] . "'") == 1)<br /> [/PHP]<br /> <br /> 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<br /> <br /> If i helped you, like the thered<br /> <br /> Credits: Extreme.(me)<br /> <br /> <br /> </li> </ol></blockquote><p></p>
[QUOTE="Spartak, post: 60945, member: 7382"] 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 : [LIST=1] [*]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) [/PHP] 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) [/LIST] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
[TuTo] Change account per IP[TuTo]
Top