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
People send bots in Plus Emulator 600+online [exploit] Need help please!
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="Jerry" data-source="post: 434374" data-attributes="member: 35321"><p>Irrelevant question, it doesn’t matter where it is purchased from.</p><p></p><p>Anyway, like I said in your previous thread, there’s nothing much you could do to prevent someone from TCP flooding the emulator port if you’re using a TCP proxy (reverse proxy) even when setting the max connections to a specific amount per IP, it’d do nothing but block your TCP proxy IP and would prevent users from logging on.</p><p></p><p>Here’s a solution, but it doesn’t fix it (probably will make that person stop flooding your emulator port):</p><p>- On the website, make it so the user count is retrieved by the online users in the users table.</p><p></p><p>Some query would be something like:</p><p>[CODE]SELECT COUNT(*) FROM `users` WHERE `online` = '1';[/CODE]</p></blockquote><p></p>
[QUOTE="Jerry, post: 434374, member: 35321"] Irrelevant question, it doesn’t matter where it is purchased from. Anyway, like I said in your previous thread, there’s nothing much you could do to prevent someone from TCP flooding the emulator port if you’re using a TCP proxy (reverse proxy) even when setting the max connections to a specific amount per IP, it’d do nothing but block your TCP proxy IP and would prevent users from logging on. Here’s a solution, but it doesn’t fix it (probably will make that person stop flooding your emulator port): - On the website, make it so the user count is retrieved by the online users in the users table. Some query would be something like: [CODE]SELECT COUNT(*) FROM `users` WHERE `online` = '1';[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
People send bots in Plus Emulator 600+online [exploit] Need help please!
Top