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
PlusEMU - Emulator IP/client
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="drunkendiggen" data-source="post: 365457" data-attributes="member: 60685"><p>Will do when i'm home and that will be in a couple of hours</p><p>[doublepost=1453889347,1453869410][/doublepost]</p><p></p><p>[SPOILER="Client.php"]</p><p>[CODE]</p><p><html></p><p><head></p><p> <title>Habbo</title></p><p> <link rel="shortcut icon" href="//localhost/resources/favicon.ico"></p><p> <link rel="stylesheet" type="text/css" href="//localhost/resources/style.css"></p><p> <script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script></p><p> <script type="text/javascript" src="//localhost/resources/swf-object.js"></script></p><p> <script type="text/javascript" src="//localhost/resources/habbo.js"></script></p><p> <script type="text/javascript"></p><p> var flashvars = {</p><p> "external.texts.txt": "//localhost/resources/swf/gamedata/external_flash_texts/1",</p><p> "connection.info.port": "30000",</p><p> "furnidata.load.url": "//localhost/resources/swf/gamedata/furnidata_xml/1",</p><p> "external.variables.txt": "//localhost/resources/swf/gamedata/external_variables/1",</p><p> "client.allow.cross.domain": "1",</p><p> "url.prefix": "http://localhost/",</p><p> "external.override.texts.txt": "//localhost/resources/swf/gamedata/override/external_flash_override_texts/1",</p><p> "supersonic_custom_css": "//localhost/resources/swf/swf-style.css",</p><p> "external.figurepartlist.txt": "//localhost/resources/swf/gamedata/figuredata/1",</p><p> "flash.client.origin": "popup",</p><p> "client.starting": "Please wait! Habbo is starting up.",</p><p> "processlog.enabled": "1",</p><p> "has.identity": "1",</p><p> "avatareditor.promohabbos": "http://www.habbo.com/api/public/lists/hotlooks",</p><p> "productdata.load.url": "//localhost/resources/swf/gamedata/productdata/1",</p><p> "client.starting.revolving": "For science, you monster/Loading funny message\u2026please wait./Would you like fries with that?/Follow the yellow duck./Time is just an illusion./Are we there yet?!/I like your t-shirt./Look left. Look right. Blink twice. Ta da!/It\'s not you, it\'s me./Shhh! I\'m trying to think here./Loading pixel universe.",</p><p> "external.override.variables.txt": "//localhost/resources/swf/gamedata/override/external_override_variables/1",</p><p> "spaweb": "1",</p><p> "supersonic_application_key": "2abb40ad",</p><p> "connection.info.host": "127.0.0.1",</p><p> "use.sso.ticket" : "1",</p><p> "sso.ticket" : "{sso}",</p><p> "client.notify.cross.domain": "0",</p><p> "account_id": "1",</p><p> "flash.client.url": "//localhost/resources/swf/gordon/PRODUCTION-201601012205-226667486/",</p><p> "unique_habbo_id": "1"</p><p> };</p><p></p><p> var params = {</p><p> "base": "//localhost/resources/swf/gordon/PRODUCTION-201601012205-226667486/",</p><p> "allowScriptAccess": "always",</p><p> "menu": "false",</p><p> "wmode": "opaque"</p><p> };</p><p></p><p> swfobject.embedSWF ('//localhost/resources/swf/gordon/PRODUCTION-201601012205-226667486/Habbo.swf', 'flash-container', '100%', '100%', '11.1.0', '//localhost/resources/expressInstall.swf', flashvars, params, null, null );</p><p> </script></p><p></head></p><p><body></p><p><div id="client-ui"></p><p> <div id="flash-wrapper"></p><p> <object id="flash-container" type="application/x-shockwave-flash"></object></p><p> </div></p><p> <div id="content" class="client-content"></div></p><p> <iframe id="page-content" class="hidden" allowtransparency="true" frameborder="0" src="about:blank"></iframe></p><p></div></p><p></p><p><iframe id="conversion-tracking" src="about:blank" width="0" height="0" frameborder="0" scrolling="no" marginwidth="0"</p><p> marginheight="0"></iframe></p><p></body></p><p></html></p><p></p><p>[/CODE]</p><p>[/SPOILER]</p><p></p><p>[SPOILER="Config.php"]</p><p>[CODE]</p><p><?php</p><p>error_reporting(0);</p><p>if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }</p><p>#Please fill this all out.</p><p></p><p>#NOTE: To set up TheHabbos.ORG's API go to wwwroot/mysite/thehabbos_api for IIS, OR, htdocs/thehabbos_api for XAMPP and others.</p><p></p><p>/*</p><p>*</p><p>* MySQL management</p><p>*</p><p>*/</p><p></p><p>$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.</p><p></p><p>$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host - Localhost, Hamachi IP, VPS or Dedi's IP</p><p></p><p>$_CONFIG['mysql']['username'] = 'root'; //Phpmyadmin username</p><p></p><p>$_CONFIG['mysql']['password'] = ''; //Phpmyadmin password</p><p></p><p>$_CONFIG['mysql']['database'] = 'habbo'; //Phpmyadmin database name</p><p></p><p>$_CONFIG['mysql']['port'] = '3306'; //MySQL's port</p><p></p><p>/*</p><p>*</p><p>* Hotel management - All URLs do not end with an "/"</p><p>*</p><p>*/</p><p></p><p>$_CONFIG['hotel']['server_ip'] = 'localhost'; //Localhost, Hamachi IP, VPS or Dedi's IP</p><p></p><p>$_CONFIG['hotel']['url'] = 'http://localhost'; //URL to your hotel, does not end with a "/"</p><p></p><p>$_CONFIG['hotel']['name'] = 'RevCMS 1.9.9.9'; // Your Hotel's Name</p><p></p><p>$_CONFIG['hotel']['desc'] = 'Swf Pack & CMS pack by Delirious'; //Hotel's description</p><p></p><p>$_CONFIG['hotel']['email'] = 'delirious_gaming@hotmail.com'; //Email for users to submit help requests to</p><p></p><p>$_CONFIG['hotel']['in_maint'] = false; //false for no maintenance mode & true for maintenance mode</p><p></p><p>$_CONFIG['hotel']['motto'] = 'I <3 ' . $_CONFIG['hotel']['name']; //Starting motto for new users</p><p></p><p>$_CONFIG['hotel']['credits'] = 0; //How many coins new users get</p><p></p><p>$_CONFIG['hotel']['pixels'] = 0; //How many pixels new users get</p><p></p><p>$_CONFIG['hotel']['figure'] = 'hr-115-42.hd-190-1.ch-215-62.lg-285-91.sh-290-62'; //Default figure users will register with.</p><p></p><p>$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; //Web_Build</p><p></p><p>$_CONFIG['hotel']['external_vars'] = 'http://localhost/r63/external_variables.txt'; //External Vars [Don't edit]</p><p></p><p>$_CONFIG['hotel']['external_texts'] = 'http://localhost/r63/external_flash_texts'; //External Flash Texts [Don't edit]</p><p></p><p>$_CONFIG['hotel']['product_data'] = 'http://localhost/r63/productdata.txt'; //Product Data [Don't edit]</p><p></p><p>$_CONFIG['hotel']['furni_data'] = 'http://localhost/r63/furnidata.txt'; //Furni Data [Don't edit]</p><p></p><p>$_CONFIG['hotel']['swf_folder'] = 'http://localhost/r63/swf'; //SWF Folder [Don't edit]</p><p></p><p>/*</p><p>*</p><p>* Templating management - Pick one of our default styles or make yours by following our examples!</p><p>*</p><p>*/</p><p></p><p>#RevCMS has 2 default styles, 'Mango' by dannyy94 and 'Priv' by joopie - Others styles are to come, such as RastaLulz's ProCMS style and Nominal's PhoenixCMS 4.0 style.</p><p></p><p>$_CONFIG['template']['style'] = 'Habbo';</p><p></p><p>/*</p><p>*</p><p>* Other topsites.. thing</p><p>*</p><p>*/</p><p></p><p>$_CONFIG['thehabbos']['username'] = 'Kryptos';</p><p>$_CONFIG['retro_top']['user'] = 'Kryptos';</p><p></p><p>/*</p><p>*</p><p>* Recaptcha management - Fill the information below if you have one, else leave it like that and don't worry, be happy.</p><p>*</p><p>*/</p><p></p><p>$_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';</p><p>$_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';</p><p></p><p></p><p>/*</p><p>*</p><p>* Social Networking stuff</p><p>*</p><p>*/</p><p></p><p>$_CONFIG['social']['twitter'] = 'TwitterAccount'; //Hotel's Twitter account</p><p></p><p>$_CONFIG['social']['facebook'] = 'FacebookAccount'; //Hotel's Facebook account</p><p></p><p>?></p><p>[/CODE]</p><p>[/SPOILER]</p><p></p><p>[SPOILER="Config.ini"]</p><p>[CODE]</p><p>## uberEmulator System Configuration File</p><p>## Must be edited for the server to work</p><p></p><p>## MySQL Configuration</p><p>db.hostname=127.0.0.1</p><p>db.port=3306</p><p>db.username=root</p><p>db.password=</p><p>db.name=habbo</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=127.0.0.1</p><p>game.tcp.port=30000</p><p>game.tcp.conlimit=10000</p><p>game.tcp.conperip=500</p><p>game.tcp.enablenagles=true</p><p></p><p>## MUS TCP/IP Configuration</p><p>mus.tcp.bindip=</p><p>mus.tcp.port=30001</p><p>mus.tcp.allowedaddr=127.0.0.1</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>[/CODE]</p><p>[/SPOILER]</p><p></p><p>[spoiler="External_Variables.txt"]</p><p>[code]</p><p>productdata.load.url=//localhost/resources/swf/gamedata/productdata/1</p><p>external.texts.txt=//localhost/resources/swf/gamedata/external_flash_texts/1</p><p>external.override.variables.txt=//localhost/resources/swf/gamedata/override/external_override_variables/1</p><p>flash.client.url=//localhost/resources/swf/gordon/PRODUCTION-201601012205-226667486/</p><p>furnidata.load.url=//localhost/resources/swf/gamedata/furnidata_xml/1</p><p>external.variables.txt=//localhost/resources/swf/gamedata/external_variables/1</p><p>external.override.texts.txt=//localhost/resources/swf/gamedata/override/external_flash_override_texts/1</p><p>external.figurepartlist.txt=//localhost/resources/swf/gamedata/figuredata/1</p><p>[/code]</p><p>[/spoiler]</p><p></p><p>Note:</p><p>I am aware of external variables ending with just "1" - Yes those are reachable.</p><p>Note2: I do not use config.php for SWF, server ip, port what soever for the client.</p><p>Note3: I can't post the entire external variables, it's too large.</p><p></p><p>Other than that, i'm not sure.</p><p></p><p>EDIT BELOW!</p><p>[spoiler="MEDIA"]</p><p>CMS: RevCMS 1.9.9.9</p><p>Plus Emulator: Build 3.4.3.0</p><p>SWF: PRODUCTION-201601012205-226667486</p><p></p><p>I use the emulator released by Sledmore.</p><p><img src="http://i.imgur.com/ux8e3Rp.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p><img src="http://i.imgur.com/naCvaMP.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </p><p>[/spoiler]</p></blockquote><p></p>
[QUOTE="drunkendiggen, post: 365457, member: 60685"] Will do when i'm home and that will be in a couple of hours [doublepost=1453889347,1453869410][/doublepost] [SPOILER="Client.php"] [CODE] <html> <head> <title>Habbo</title> <link rel="shortcut icon" href="//localhost/resources/favicon.ico"> <link rel="stylesheet" type="text/css" href="//localhost/resources/style.css"> <script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="//localhost/resources/swf-object.js"></script> <script type="text/javascript" src="//localhost/resources/habbo.js"></script> <script type="text/javascript"> var flashvars = { "external.texts.txt": "//localhost/resources/swf/gamedata/external_flash_texts/1", "connection.info.port": "30000", "furnidata.load.url": "//localhost/resources/swf/gamedata/furnidata_xml/1", "external.variables.txt": "//localhost/resources/swf/gamedata/external_variables/1", "client.allow.cross.domain": "1", "url.prefix": "http://localhost/", "external.override.texts.txt": "//localhost/resources/swf/gamedata/override/external_flash_override_texts/1", "supersonic_custom_css": "//localhost/resources/swf/swf-style.css", "external.figurepartlist.txt": "//localhost/resources/swf/gamedata/figuredata/1", "flash.client.origin": "popup", "client.starting": "Please wait! Habbo is starting up.", "processlog.enabled": "1", "has.identity": "1", "avatareditor.promohabbos": "http://www.habbo.com/api/public/lists/hotlooks", "productdata.load.url": "//localhost/resources/swf/gamedata/productdata/1", "client.starting.revolving": "For science, you monster/Loading funny message\u2026please wait./Would you like fries with that?/Follow the yellow duck./Time is just an illusion./Are we there yet?!/I like your t-shirt./Look left. Look right. Blink twice. Ta da!/It\'s not you, it\'s me./Shhh! I\'m trying to think here./Loading pixel universe.", "external.override.variables.txt": "//localhost/resources/swf/gamedata/override/external_override_variables/1", "spaweb": "1", "supersonic_application_key": "2abb40ad", "connection.info.host": "127.0.0.1", "use.sso.ticket" : "1", "sso.ticket" : "{sso}", "client.notify.cross.domain": "0", "account_id": "1", "flash.client.url": "//localhost/resources/swf/gordon/PRODUCTION-201601012205-226667486/", "unique_habbo_id": "1" }; var params = { "base": "//localhost/resources/swf/gordon/PRODUCTION-201601012205-226667486/", "allowScriptAccess": "always", "menu": "false", "wmode": "opaque" }; swfobject.embedSWF ('//localhost/resources/swf/gordon/PRODUCTION-201601012205-226667486/Habbo.swf', 'flash-container', '100%', '100%', '11.1.0', '//localhost/resources/expressInstall.swf', flashvars, params, null, null ); </script> </head> <body> <div id="client-ui"> <div id="flash-wrapper"> <object id="flash-container" type="application/x-shockwave-flash"></object> </div> <div id="content" class="client-content"></div> <iframe id="page-content" class="hidden" allowtransparency="true" frameborder="0" src="about:blank"></iframe> </div> <iframe id="conversion-tracking" src="about:blank" width="0" height="0" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"></iframe> </body> </html> [/CODE] [/SPOILER] [SPOILER="Config.php"] [CODE] <?php error_reporting(0); if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); } #Please fill this all out. #NOTE: To set up TheHabbos.ORG's API go to wwwroot/mysite/thehabbos_api for IIS, OR, htdocs/thehabbos_api for XAMPP and others. /* * * MySQL management * */ $_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection. $_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host - Localhost, Hamachi IP, VPS or Dedi's IP $_CONFIG['mysql']['username'] = 'root'; //Phpmyadmin username $_CONFIG['mysql']['password'] = ''; //Phpmyadmin password $_CONFIG['mysql']['database'] = 'habbo'; //Phpmyadmin database name $_CONFIG['mysql']['port'] = '3306'; //MySQL's port /* * * Hotel management - All URLs do not end with an "/" * */ $_CONFIG['hotel']['server_ip'] = 'localhost'; //Localhost, Hamachi IP, VPS or Dedi's IP $_CONFIG['hotel']['url'] = 'http://localhost'; //URL to your hotel, does not end with a "/" $_CONFIG['hotel']['name'] = 'RevCMS 1.9.9.9'; // Your Hotel's Name $_CONFIG['hotel']['desc'] = 'Swf Pack & CMS pack by Delirious'; //Hotel's description $_CONFIG['hotel']['email'] = 'delirious_gaming@hotmail.com'; //Email for users to submit help requests to $_CONFIG['hotel']['in_maint'] = false; //false for no maintenance mode & true for maintenance mode $_CONFIG['hotel']['motto'] = 'I <3 ' . $_CONFIG['hotel']['name']; //Starting motto for new users $_CONFIG['hotel']['credits'] = 0; //How many coins new users get $_CONFIG['hotel']['pixels'] = 0; //How many pixels new users get $_CONFIG['hotel']['figure'] = 'hr-115-42.hd-190-1.ch-215-62.lg-285-91.sh-290-62'; //Default figure users will register with. $_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; //Web_Build $_CONFIG['hotel']['external_vars'] = 'http://localhost/r63/external_variables.txt'; //External Vars [Don't edit] $_CONFIG['hotel']['external_texts'] = 'http://localhost/r63/external_flash_texts'; //External Flash Texts [Don't edit] $_CONFIG['hotel']['product_data'] = 'http://localhost/r63/productdata.txt'; //Product Data [Don't edit] $_CONFIG['hotel']['furni_data'] = 'http://localhost/r63/furnidata.txt'; //Furni Data [Don't edit] $_CONFIG['hotel']['swf_folder'] = 'http://localhost/r63/swf'; //SWF Folder [Don't edit] /* * * Templating management - Pick one of our default styles or make yours by following our examples! * */ #RevCMS has 2 default styles, 'Mango' by dannyy94 and 'Priv' by joopie - Others styles are to come, such as RastaLulz's ProCMS style and Nominal's PhoenixCMS 4.0 style. $_CONFIG['template']['style'] = 'Habbo'; /* * * Other topsites.. thing * */ $_CONFIG['thehabbos']['username'] = 'Kryptos'; $_CONFIG['retro_top']['user'] = 'Kryptos'; /* * * Recaptcha management - Fill the information below if you have one, else leave it like that and don't worry, be happy. * */ $_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43'; $_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD'; /* * * Social Networking stuff * */ $_CONFIG['social']['twitter'] = 'TwitterAccount'; //Hotel's Twitter account $_CONFIG['social']['facebook'] = 'FacebookAccount'; //Hotel's Facebook account ?> [/CODE] [/SPOILER] [SPOILER="Config.ini"] [CODE] ## uberEmulator System Configuration File ## Must be edited for the server to work ## MySQL Configuration db.hostname=127.0.0.1 db.port=3306 db.username=root db.password= db.name=habbo ## MySQL pooling setup (controls amount of connections) db.pool.minsize=10 db.pool.maxsize=250 ## Game TCP/IP Configuration game.tcp.bindip=127.0.0.1 game.tcp.port=30000 game.tcp.conlimit=10000 game.tcp.conperip=500 game.tcp.enablenagles=true ## MUS TCP/IP Configuration mus.tcp.bindip= mus.tcp.port=30001 mus.tcp.allowedaddr=127.0.0.1 ## Client configuration client.ping.enabled=1 client.ping.interval=20000 client.maxrequests=300 [/CODE] [/SPOILER] [spoiler="External_Variables.txt"] [code] productdata.load.url=//localhost/resources/swf/gamedata/productdata/1 external.texts.txt=//localhost/resources/swf/gamedata/external_flash_texts/1 external.override.variables.txt=//localhost/resources/swf/gamedata/override/external_override_variables/1 flash.client.url=//localhost/resources/swf/gordon/PRODUCTION-201601012205-226667486/ furnidata.load.url=//localhost/resources/swf/gamedata/furnidata_xml/1 external.variables.txt=//localhost/resources/swf/gamedata/external_variables/1 external.override.texts.txt=//localhost/resources/swf/gamedata/override/external_flash_override_texts/1 external.figurepartlist.txt=//localhost/resources/swf/gamedata/figuredata/1 [/code] [/spoiler] Note: I am aware of external variables ending with just "1" - Yes those are reachable. Note2: I do not use config.php for SWF, server ip, port what soever for the client. Note3: I can't post the entire external variables, it's too large. Other than that, i'm not sure. EDIT BELOW! [spoiler="MEDIA"] CMS: RevCMS 1.9.9.9 Plus Emulator: Build 3.4.3.0 SWF: PRODUCTION-201601012205-226667486 I use the emulator released by Sledmore. [IMG]http://i.imgur.com/ux8e3Rp.png[/IMG] [IMG]http://i.imgur.com/naCvaMP.png[/IMG] [/spoiler] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
PlusEMU - Emulator IP/client
Top