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
i want to run retro without EMU
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="ousos" data-source="post: 466821" data-attributes="member: 95997"><p>when i install my hotel i don't edit client.php and client.php does now contain any links ot IPs this is files that i'm editing on:</p><p>file name: class.config.php </p><p>file:</p><p><?php</p><p>/* ♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛\</p><p>██╗ ██╗███████╗███████╗███████╗ ███████╗███████╗██████╗ ██╗ ██╗███████╗██████╗ </p><p>╚██╗ ██╔╝██╔════╝╚══███╔╝╚══███╔╝ ██╔════╝██╔════╝██╔══██╗██║ ██║██╔════╝██╔══██╗</p><p> ╚████╔╝ █████╗ ███╔╝ ███╔╝ ███████╗█████╗ ██████╔╝██║ ██║█████╗ ██████╔╝</p><p> ╚██╔╝ ██╔══╝ ███╔╝ ███╔╝ ╚════██║██╔══╝ ██╔══██╗╚██╗ ██╔╝██╔══╝ ██╔══██╗</p><p> ██║ ███████╗███████╗███████╗ ███████║███████╗██║ ██║ ╚████╔╝ ███████╗██║ ██║</p><p> ╚═╝ ╚══════╝╚══════╝╚══════╝ ╚══════╝╚══════╝╚═╝ ╚═╝ ╚═══╝ ╚══════╝╚═╝ ╚═╝</p><p> ────────────────────────CMS de Uso Privado 2018 by Forbi───────────────────────────</p><p>\ ♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛*/</p><p></p><p></p><p></p><p>$config = array(</p><p>'DB_HOST' => 'localhost',/<em>HOST</em>/</p><p>'DB_PORT' => '3306', /<em>PUERTO MYSQL</em>/</p><p>'DB_USER' => 'root', /<em>USUARIO DEL PHPMYADMIN</em>/</p><p>'DB_PASSWORD' => '', /<em>CONTRASEÑA DEL PHPMYADMIN</em>/</p><p>'DB_DATABASE' => 'hlatino', /<em>BASE DE DATOS</em>/</p><p></p><p></p><p>//CONFIG PARA EL CREADOR</p><p>'PATH' => '<a href="http://localhost" target="_blank">http://localhost</a>',</p><p>'PATHC' => '<a href="http://localhost/" target="_blank">http://localhost/</a>',</p><p>'FILES' => '<a href="http://localhost/landing" target="_blank">http://localhost/landing</a>',</p><p>'AVATARIMAGE' => '<a href="https://www.habbo.nl/habbo-imaging/avatarimage?figure=" target="_blank">https://www.habbo.nl/habbo-imaging/avatarimage?figure=</a>', //game.boon.pw</p><p>'SWF' => '<a href="http://localhost/game/" target="_blank">http://localhost/game/</a>',</p><p>'SWFICON' => '<a href="http://localhost/game/dcr/hof_furni/icon/" target="_blank">http://localhost/game/dcr/hof_furni/icon/</a>',</p><p>'BADGEURL' => '<a href="http://localhost/game/c_images/album1584/" target="_blank">http://localhost/game/c_images/album1584/</a>',</p><p>'BADGEGROUPURL' => '<a href="http://localhost/habbo-imaging/badge/" target="_blank">http://localhost/habbo-imaging/badge/</a>',</p><p>'CDN' => '<a href="http://localhost/gallery/" target="_blank">http://localhost/gallery/</a>',</p><p>'PATHCLIENT' => '<a href="http://localhost/hotel" target="_blank">http://localhost/hotel</a>',</p><p>'HK' => '<a href="http://localhost/YezzPanel/" target="_blank">http://localhost/YezzPanel/</a>',</p><p>'MINRANK' => '11',</p><p>'MERANK' => '15',</p><p>'MAXRANK' => '16',</p><p>);</p><p></p><p>?></p><p></p><p></p><p></p><p>and this is other file in EMU this is EMU config</p><p>## uberEmulator System Configuration File</p><p>## Must be edited for the server to work</p><p>## YezzServer by FORBI</p><p></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=sp</p><p></p><p>## MySQL pooling setup (controls amount of connections)</p><p>db.pool.minsize=10</p><p>db.pool.maxsize=250</p><p></p><p>## Game TCP/IP Configuration</p><p>game.tcp.bindip=starpix.ga</p><p>game.tcp.port=30000</p><p>game.tcp.conlimit=100</p><p>game.tcp.conperip=10</p><p>game.tcp.enablenagles=true</p><p>game.tcp.proxyip=starpix.ga</p><p></p><p>## MUS TCP/IP Configuration</p><p>mus.tcp.bindip=starpix.ga</p><p>mus.tcp.port=30001</p><p>mus.tcp.allowedaddr=starpix.ga</p><p></p><p>## Client configuration</p><p>client.ping.enabled=1</p><p>client.ping.interval=20000</p><p>client.maxrequests=300</p><p></p><p># System License</p><p>hotel.name=Habrot</p><p></p><p># Comando Premiar</p><p>Diamantespremiar=1</p><p>NiveltotalGames=200</p><p>CodEmblemaNivel=NV</p><p></p><p>#Otras</p><p>Prision=32</p><p></p><p>how i link that? </p><p>this is files that i'm edit when i install the retro in my device and it working will after that</p></blockquote><p></p>
[QUOTE="ousos, post: 466821, member: 95997"] when i install my hotel i don't edit client.php and client.php does now contain any links ot IPs this is files that i'm editing on: file name: class.config.php file: <?php /* ♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛\ ██╗ ██╗███████╗███████╗███████╗ ███████╗███████╗██████╗ ██╗ ██╗███████╗██████╗ ╚██╗ ██╔╝██╔════╝╚══███╔╝╚══███╔╝ ██╔════╝██╔════╝██╔══██╗██║ ██║██╔════╝██╔══██╗ ╚████╔╝ █████╗ ███╔╝ ███╔╝ ███████╗█████╗ ██████╔╝██║ ██║█████╗ ██████╔╝ ╚██╔╝ ██╔══╝ ███╔╝ ███╔╝ ╚════██║██╔══╝ ██╔══██╗╚██╗ ██╔╝██╔══╝ ██╔══██╗ ██║ ███████╗███████╗███████╗ ███████║███████╗██║ ██║ ╚████╔╝ ███████╗██║ ██║ ╚═╝ ╚══════╝╚══════╝╚══════╝ ╚══════╝╚══════╝╚═╝ ╚═╝ ╚═══╝ ╚══════╝╚═╝ ╚═╝ ────────────────────────CMS de Uso Privado 2018 by Forbi─────────────────────────── \ ♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛*/ $config = array( 'DB_HOST' => 'localhost',/[I]HOST[/I]/ 'DB_PORT' => '3306', /[I]PUERTO MYSQL[/I]/ 'DB_USER' => 'root', /[I]USUARIO DEL PHPMYADMIN[/I]/ 'DB_PASSWORD' => '', /[I]CONTRASEÑA DEL PHPMYADMIN[/I]/ 'DB_DATABASE' => 'hlatino', /[I]BASE DE DATOS[/I]/ //CONFIG PARA EL CREADOR 'PATH' => '[URL]http://localhost[/URL]', 'PATHC' => '[URL]http://localhost/[/URL]', 'FILES' => '[URL]http://localhost/landing[/URL]', 'AVATARIMAGE' => '[URL]https://www.habbo.nl/habbo-imaging/avatarimage?figure=[/URL]', //game.boon.pw 'SWF' => '[URL]http://localhost/game/[/URL]', 'SWFICON' => '[URL]http://localhost/game/dcr/hof_furni/icon/[/URL]', 'BADGEURL' => '[URL]http://localhost/game/c_images/album1584/[/URL]', 'BADGEGROUPURL' => '[URL]http://localhost/habbo-imaging/badge/[/URL]', 'CDN' => '[URL]http://localhost/gallery/[/URL]', 'PATHCLIENT' => '[URL]http://localhost/hotel[/URL]', 'HK' => '[URL]http://localhost/YezzPanel/[/URL]', 'MINRANK' => '11', 'MERANK' => '15', 'MAXRANK' => '16', ); ?> and this is other file in EMU this is EMU config ## uberEmulator System Configuration File ## Must be edited for the server to work ## YezzServer by FORBI ## MySQL Configuration db.hostname=localhost db.port=3306 db.username=root db.password= db.name=sp ## MySQL pooling setup (controls amount of connections) db.pool.minsize=10 db.pool.maxsize=250 ## Game TCP/IP Configuration game.tcp.bindip=starpix.ga game.tcp.port=30000 game.tcp.conlimit=100 game.tcp.conperip=10 game.tcp.enablenagles=true game.tcp.proxyip=starpix.ga ## MUS TCP/IP Configuration mus.tcp.bindip=starpix.ga mus.tcp.port=30001 mus.tcp.allowedaddr=starpix.ga ## Client configuration client.ping.enabled=1 client.ping.interval=20000 client.maxrequests=300 # System License hotel.name=Habrot # Comando Premiar Diamantespremiar=1 NiveltotalGames=200 CodEmblemaNivel=NV #Otras Prision=32 how i link that? this is files that i'm edit when i install the retro in my device and it working will after that [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
i want to run retro without EMU
Top