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
Retro Ripper Proxy with GTE EMU by JayCustom
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="MadMonsterMan" data-source="post: 379722" data-attributes="member: 67188"><p>I cannot get retro rippers proxy to work with Plus or GTE, I use to have them both working not to long ago.</p><p>Here is the retro ripper config for proxy: <img src="https://s31.postimg.org/6pt06y13v/FYCJ.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </p><p>GTE EMU CONFIG: </p><p>[CODE]## Gold Tree Emulator 3.0 System Configuration File</p><p></p><p>## MySQL Configuration</p><p>db.hostname=localhost</p><p>db.port=3306</p><p>db.username=root</p><p>db.password=</p><p>db.name=</p><p></p><p>## MySQL pooling setup (controls amount of connections)</p><p>db.pool.minsize=5</p><p>db.pool.maxsize=55</p><p></p><p>## Game TCP/IP Configuration</p><p>game.tcp.bindip=0.0.0.0</p><p>game.tcp.port=30703</p><p>game.tcp.conlimit=100</p><p>game.tcp.proxyip=0.0.0.0</p><p></p><p>## Client configuration</p><p>client.ping.enabled=1</p><p>client.ping.interval=30000</p><p></p><p>## MUS TCP/IP Configuration</p><p>mus.tcp.bindip=0.0.0.0</p><p>mus.tcp.port=30105</p><p>mus.tcp.allowedaddr=0.0.0.0</p><p></p><p>## Console Configuration</p><p>emu.messages.connections=1</p><p>emu.messages.roommgr=1</p><p></p><p>## Automatic shutdown (DONT CHANGE VALUES IF YOU DONT WANT ENABLE THIS)</p><p>shutdown-server=</p><p>shutdown-server-player-limit=0</p><p>shutdown-warning-alert=!!!Hotel shutdown!!!</p><p></p><p>## Automatic update</p><p>gte.update.noticy.disable=0</p><p>gte.update.autoupdate=0</p><p></p><p>## Anti Advertising Configuration ###</p><p>anti.ads.enable=1</p><p></p><p>## The following configuration defines the last rank that will have anti advertisement enabled</p><p>## ranks above this integer will be able to post links freely</p><p>anti.ads.rank=1</p><p></p><p>## Message that is displayed after ad preventation</p><p>anti.ads.msg=Advertising will lead you to be banned</p><p></p><p>## Some ad (alert) shit to client</p><p>ads.disable=0</p><p>ads.allowrdonlyrandomads=1</p><p></p><p>debug=0[/CODE]</p><p>Client.php: </p><p>[CODE]</p><p> </p><p><!DOCTYPE html></p><p><html lang="en"></p><p> <head></p><p> <meta http-equiv="content-type" content="text/html; charset=utf-8"></p><p> <title>{hotelName}: Client</title></p><p> </p><p> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css"></p><p> </p><p> </p><p> </p><p> <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script></p><p> <script type="text/javascript"></p><p> var BaseUrl = "{swf_folder}";</p><p> var flashvars =</p><p> {</p><p> "client.starting" : "Please wait, {hotelName} is loading",</p><p> "client.allow.cross.domain" : "1",</p><p> "client.notify.cross.domain" : "0",</p><p> "connection.info.host" : "proxy-node1.*****.com",</p><p> "connection.info.port" : "8906",</p><p> "site.url" : "{url}",</p><p> "url.prefix" : "{url}",</p><p> "client.reload.url" : "{url}/client",</p><p> "client.fatal.error.url" : "{url}/me",</p><p> "client.connection.failed.url" : "{url}/me",</p><p> "external.variables.txt" : "http://habsocial.com/r63/external_variables.txt",</p><p> "external.texts.txt" : "{external_texts}",</p><p> "productdata.load.url" : "{product_data}",</p><p> "furnidata.load.url" : "{furni_data}",</p><p> "use.sso.ticket" : "1",</p><p> "sso.ticket" : "{sso}",</p><p> "processlog.enabled" : "0",</p><p> "flash.client.url" : BaseUrl,</p><p> "flash.client.origin" : "popup"</p><p> };</p><p> var params =</p><p> {</p><p> "base" : BaseUrl + "/",</p><p> "allowScriptAccess" : "always",</p><p> "menu" : "false" </p><p> };</p><p> swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);</p><p> </script></p><p> </head></p><p> </p><p> <body id="client" class="flashclient"></p><p></head></p><p></p><p> </p><p> <body></p><p> <div id="client"></div></p><p> </body></p><p></html>[/CODE]</p><p>As you can see in client.php I put the proxy ip and port that retro ripper gave me, and the GTE EMU config I am using my server port (30703)</p><p>I have looked into this and it says to put the proxy ip and port in client... and to keep the config file in gte emu ips all (0.0.0.0) and I put my server port in the gte emu config aswell ( 30703 not a proxy port)</p><p>Proxy port: 8906</p><p>server port: 30703</p><p>Thanks <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="MadMonsterMan, post: 379722, member: 67188"] I cannot get retro rippers proxy to work with Plus or GTE, I use to have them both working not to long ago. Here is the retro ripper config for proxy: [IMG]https://s31.postimg.org/6pt06y13v/FYCJ.png[/IMG] GTE EMU CONFIG: [CODE]## Gold Tree Emulator 3.0 System Configuration File ## MySQL Configuration db.hostname=localhost db.port=3306 db.username=root db.password= db.name= ## MySQL pooling setup (controls amount of connections) db.pool.minsize=5 db.pool.maxsize=55 ## Game TCP/IP Configuration game.tcp.bindip=0.0.0.0 game.tcp.port=30703 game.tcp.conlimit=100 game.tcp.proxyip=0.0.0.0 ## Client configuration client.ping.enabled=1 client.ping.interval=30000 ## MUS TCP/IP Configuration mus.tcp.bindip=0.0.0.0 mus.tcp.port=30105 mus.tcp.allowedaddr=0.0.0.0 ## Console Configuration emu.messages.connections=1 emu.messages.roommgr=1 ## Automatic shutdown (DONT CHANGE VALUES IF YOU DONT WANT ENABLE THIS) shutdown-server= shutdown-server-player-limit=0 shutdown-warning-alert=!!!Hotel shutdown!!! ## Automatic update gte.update.noticy.disable=0 gte.update.autoupdate=0 ## Anti Advertising Configuration ### anti.ads.enable=1 ## The following configuration defines the last rank that will have anti advertisement enabled ## ranks above this integer will be able to post links freely anti.ads.rank=1 ## Message that is displayed after ad preventation anti.ads.msg=Advertising will lead you to be banned ## Some ad (alert) shit to client ads.disable=0 ads.allowrdonlyrandomads=1 debug=0[/CODE] Client.php: [CODE] <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>{hotelName}: Client</title> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css"> <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script> <script type="text/javascript"> var BaseUrl = "{swf_folder}"; var flashvars = { "client.starting" : "Please wait, {hotelName} is loading", "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "0", "connection.info.host" : "proxy-node1.*****.com", "connection.info.port" : "8906", "site.url" : "{url}", "url.prefix" : "{url}", "client.reload.url" : "{url}/client", "client.fatal.error.url" : "{url}/me", "client.connection.failed.url" : "{url}/me", "external.variables.txt" : "http://habsocial.com/r63/external_variables.txt", "external.texts.txt" : "{external_texts}", "productdata.load.url" : "{product_data}", "furnidata.load.url" : "{furni_data}", "use.sso.ticket" : "1", "sso.ticket" : "{sso}", "processlog.enabled" : "0", "flash.client.url" : BaseUrl, "flash.client.origin" : "popup" }; var params = { "base" : BaseUrl + "/", "allowScriptAccess" : "always", "menu" : "false" }; swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null); </script> </head> <body id="client" class="flashclient"> </head> <body> <div id="client"></div> </body> </html>[/CODE] As you can see in client.php I put the proxy ip and port that retro ripper gave me, and the GTE EMU config I am using my server port (30703) I have looked into this and it says to put the proxy ip and port in client... and to keep the config file in gte emu ips all (0.0.0.0) and I put my server port in the gte emu config aswell ( 30703 not a proxy port) Proxy port: 8906 server port: 30703 Thanks :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Retro Ripper Proxy with GTE EMU by JayCustom
Top