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 Q&A
Question does
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="Sledmore" data-source="post: 147166" data-attributes="member: 591"><p>With whatever CMS you're running, find where it updates the users `auth_ticket`, under there, first run a check to see if the user already has an entry in `user_tickets` if so, just run an update query to update, ip_address, and ticket (in user_stats). If it's not already found, then insert it. - Then they will not get the error, as the emulator reads it from that table and matches it with the user in the users table.</p></blockquote><p></p>
[QUOTE="Sledmore, post: 147166, member: 591"] With whatever CMS you're running, find where it updates the users `auth_ticket`, under there, first run a check to see if the user already has an entry in `user_tickets` if so, just run an update query to update, ip_address, and ticket (in user_stats). If it's not already found, then insert it. - Then they will not get the error, as the emulator reads it from that table and matches it with the user in the users table. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Question does
Top