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
TCP Proxy
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="sensaze" data-source="post: 400060" data-attributes="member: 73918"><p>No problems for the confusion.</p><p>Yes it says its active and these are the details:</p><p>Proxy IP + Port</p><p>proxy.plusprovider.net:30605</p><p></p><p>In brainCMS, everything is controlled effectively by the brain-config.php file so here's the code snippets:</p><p><strong>client.php</strong></p><p>[PHP] Client.addVariable("connection.info.host", "<?= $hotel['emuHost'] ?>");</p><p> Client.addVariable("connection.info.port", "<?= $hotel['emuPort'] ?>");[/PHP]</p><p><strong>brain-config.php</strong></p><p>[PHP] $hotel['emuHost'] = "proxy.plusprovider.net"; //IP of VPS//IP of Proxy</p><p> $hotel['emuPort'] = "30605"; //Port of VPS//Port of Proxy[/PHP]</p><p></p><p>The result in the client.php on your end from habbro.pw/client would be:</p><p></p><p>connection.info.host=proxy.plusprovider.net</p><p>connection.info.port=30605</p><p></p><p>so I can't understand the issue.</p></blockquote><p></p>
[QUOTE="sensaze, post: 400060, member: 73918"] No problems for the confusion. Yes it says its active and these are the details: Proxy IP + Port proxy.plusprovider.net:30605 In brainCMS, everything is controlled effectively by the brain-config.php file so here's the code snippets: [B]client.php[/B] [PHP] Client.addVariable("connection.info.host", "<?= $hotel['emuHost'] ?>"); Client.addVariable("connection.info.port", "<?= $hotel['emuPort'] ?>");[/PHP] [B]brain-config.php[/B] [PHP] $hotel['emuHost'] = "proxy.plusprovider.net"; //IP of VPS//IP of Proxy $hotel['emuPort'] = "30605"; //Port of VPS//Port of Proxy[/PHP] The result in the client.php on your end from habbro.pw/client would be: connection.info.host=proxy.plusprovider.net connection.info.port=30605 so I can't understand the issue. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
TCP Proxy
Top