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 Tutorials
[TUT] How to make r59 hotel [TUT] pg2
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="ArfanTheCoolMan" data-source="post: 51222" data-attributes="member: 4694"><p><span style="font-size: 11px"><span style="font-family: 'tahoma'"><span style="color: #535353">___________________________Step 5______________________________</span></span></span></p><p></p><p><span style="font-size: 11px"><span style="font-family: 'tahoma'"><span style="color: #535353">►►►►</span></span></span><span style="font-size: 18px"><span style="font-family: 'tahoma'"><span style="color: #535353">Config</span></span></span><span style="font-size: 11px"><span style="font-family: 'tahoma'"><span style="color: #535353">◄◄◄◄</span></span></span></p><p></p><p><span style="font-size: 11px"><span style="font-family: 'tahoma'"><span style="color: #535353">1.Now go into your C:/ drive > xampp folder>htdocs>inc> open up inc.config and config them.</span></span></span></p><p>[PHP]<?php</p><p>/*=======================================================================</p><p>| UberCMS - Advanced Website and Content Management System for uberEmu</p><p>| #######################################################################</p><p>| Copyright (c) 2010, Roy 'Meth0d'</p><p>| http://www.meth0d.org</p><p>| #######################################################################</p><p>| This program is free software: you can redistribute it and/or modify</p><p>| it under the terms of the GNU General Public License as published by</p><p>| the Free Software Foundation, either version 3 of the License, or</p><p>| (at your option) any later version.</p><p>| #######################################################################</p><p>| This program is distributed in the hope that it will be useful,</p><p>| but WITHOUT ANY WARRANTY; without even the implied warranty of</p><p>| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</p><p>| GNU General Public License for more details.</p><p>\======================================================================*/</p><p></p><p>$config['Site']['www'] = "Your hamachi ip Or You website url";</p><p>$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";</p><p></p><p>$config['MySQL']['hostname'] = "localhost";</p><p>$config['MySQL']['username'] = "root";</p><p>$config['MySQL']['password'] = "hitman2";</p><p>$config['MySQL']['database'] = "slaxxerdb";</p><p></p><p>$config['MUS']['enabled'] = false;</p><p>$config['MUS']['ip'] = "You hamachi ip Or You website url";</p><p>$config['MUS']['port'] = 30001;</p><p></p><p>?>[/PHP]</p><p></p><p><span style="font-size: 11px"><span style="font-family: 'tahoma'"><span style="color: #535353">2.Now go into your C:/> xampp folder>htdocs>inc>tpl> open up page_client.tpl</span></span></span></p><p><span style="font-size: 11px"><span style="font-family: 'tahoma'"><span style="color: #535353">in notepad/wordpad and change the settings in there</span></span></span></p><p><span style="font-size: 11px"><span style="font-family: 'tahoma'"><span style="color: #535353">to your swf's which you downloaded.</span></span></span></p><p></p><p><span style="font-size: 11px"><span style="font-family: 'tahoma'"><span style="color: #535353">3.Next go to </span></span></span><a href="http://localhost/" target="_blank"><span style="font-size: 11px"><span style="font-family: 'tahoma'"><span style="color: #716648">http://localhost</span></span></span></a><span style="font-size: 11px"><span style="font-family: 'tahoma'"><span style="color: #535353"> and check if your site is working if all</span></span></span></p><p><span style="font-size: 11px"><span style="font-family: 'tahoma'"><span style="color: #535353">is well then run your emulator and if you get no errors with that.</span></span></span></p><p><span style="font-size: 11px"><span style="font-family: 'tahoma'"><span style="color: #535353">Register your user and load the client and everything should be running well !</span></span></span></p><p> </p><p>________________________________________Some Config____________________________________________________</p><p></p><p>1.Update your webuild.</p><p>Search this on xammp>htdocs>inc>class.tpl</p><p></p><p>[PHP]Search this: ('web_build', '58_740cdda5150f14b5e2e3cf44ef1f496f/12'); [/PHP]</p><p></p><p>Change it to:</p><p></p><p>[PHP]('web_build', '63_1dc60c6d6ea6e089c6893ab4e0541ee0/635'); [/PHP]</p><p></p><p>2.Change page-fp.</p><p>Search this xammp>htdocs>inc>tpl>page-fp</p><p></p><p>Replace page-fp with this.</p><p></p><p>[PHP]</script></p><p></p><p><script type="text/javascript"></p><p></p><p>var andSoItBegins = (new Date()).getTime();</p><p></p><p>var ad_keywords = "";</p><p></p><p>document.habboLoggedIn = false;</p><p></p><p>var habboName = "null";</p><p></p><p>var habboReqPath = "http://blahhotel.com";</p><p></p><p>var habboStaticFilePath = "http://blahhotel.com/web-gallery";</p><p></p><p>var habboImagerUrl = "http://www.habbo.nl/habbo-imaging/";</p><p></p><p>var habboPartner = "";</p><p></p><p>var habboDefaultClientPopupUrl = "http://blahhotel.com/client";</p><p></p><p>window.name = "habboMain";</p><p></p><p>if (typeof HabboClient != "undefined") { HabboClient.windowName = "uberClientWnd"; }</p><p></p><p></script></p><p></p><p><link rel="shortcut icon" href="http://blahhotel.com/web-gallery/v2/favicon.ico" type="image/vnd.microsoft.icon"/></p><p></p><p><script src="http://blahhotel.com/web-gallery/static/js/libs2.js" type="text/javascript"></script></p><p></p><p><script src="http://blahhotel.com/web-gallery/static/js/landing.js" type="text/javascript"></script></p><p></p><p><link rel="stylesheet" href="http://blahhotel.com/web-gallery/v2/styles/frontpage.css" type="text/css"/></p><p> </p><p><style type="text/css">body{background-color:#EFFBFB;}#fp-container #header h1 a{height:62px;width:200px;background-image:url('http://blahhotel.com/images/logo.png');}#footer .footer-links{color:#666666;}#footer .footer-links a{color:#b3b3b3;}#footer .copyright{color:#727272;}a.big-button{top:100px;}.login-register-link,.login-register-link a{color:#000!important;}#tagline{background-color:#ffffff;color:#585858;font-size:120%;font-weight:normal;padding:7px;}#tagline span{font-weight:bold;}.tagcloud{margin-top:-3px;background-color:#D8D8D8!important;}.tagcloud .tag{margin:5px;text-decoration:none;color:#424242;}.tagcloud .tag:hover{border-bottom:1px dotted;}</style></p><p> </p><p><meta name="description" content=" is a virtual world where you can meet and make friends. Make friends, join the fun, get noticed!"/></p><p></p><p><meta name="keywords" content="blah, blah hotel, habbo, habbo hotel, blah hotel, meth0d, nillus, mdk, *************, blah, uber emulator, *****, retro, keep it real, private server, free, credits, habbo hotel , virtual, world, social network, free, community, avatar, chat, online, teen, roleplaying, join, social, groups, forums, safe, play, games, online, friends, teens, rares, rare furni, collecting, create, collect, connect, furni, furniture, pets , room design, 33sharing, expression, badges, hangout, music, celebrity, celebrity visits, celebrities, mmo, mmorpg, massively multiplayer"/></p><p></p><p><!--[if IE 8]></p><p></p><p><link rel="stylesheet" href="http://blahhotel.com/web-gallery/v2/styles/ie8.css" type="text/css" /></p><p></p><p><![endif]--></p><p></p><p><!--[if lt IE 8]></p><p></p><p><link rel="stylesheet" href="http://blahhotel.com/web-gallery/v2/styles/ie.css" type="text/css" /></p><p></p><p><![endif]--></p><p></p><p><!--[if lt IE 7]></p><p></p><p><link rel="stylesheet" href="http://blahhotel.com/web-gallery/v2/styles/ie6.css" type="text/css" /></p><p></p><p><script src="http://blahhotel.com/web-gallery/static/js/pngfix.js" type="text/javascript"></script></p><p></p><p><script type="text/javascript"></p><p></p><p>try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}</p><p></p><p></script></p><p> </p><p><style type="text/css"></p><p></p><p>body { behavior: url(http://www.habbo.com/js/csshover.htc); }</p><p></p><p></style></p><p></p><p><![endif]--></p><p></p><p><meta name="build" content="51-BUILD45 - 18.05.2010 16:16 - uk"/></p><p></p><p></head></p><p></p><p><head></p><p></p><p><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/></p><p></p><p><script src="/js/local/com.js" type="text/javascript"></script></p><p></p><p><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script></p><p></p><p><script type="text/javascript" src="http://www.blahhotel.com/newfiles/js/random.js"></script></p><p></p><p><script type="text/javascript" src="http://www.blahhotel.com/newfiles/js/login.js"></script></p><p></p><p><link rel="shortcut icon" href="http://blahhotel.com/web-gallery/v2/favicon.ico" type="image/vnd.microsoft.icon"/></p><p></p><p><style type="text/css">@import "http://www.blahhotel.com/newfiles/css/index.css";</style></p><p></p><p><style type="text/css">@import "http://www.blahhotel.com/newfiles/css/button.css";</style></p><p></p><p><style type="text/css">@import "http://www.blahhotel.com/newfiles/css/custom.css";</style></p><p></p><p><style type="text/css">@import "http://www.blahhotel.com/newfiles/css/login.css";</style></p><p></p><p></head></p><p></p><p><body></p><p></p><p><div id="container" class='LayoutContainer'></p><p></p><p><div class='BodyContainer Centered' id="my_img"></p><p></p><p><div id="MiddleContainer" class='MiddleContainer Centered content round' style="display:none;"></p><p></p><p><img src="http://www.habbcrazy.net/resources/fontgen.php?f=71&t=[B]YOUR HOTEL NAME[/B]"/></p><p></p><p><div class='LoginContainer'></p><p></p><p><div class="left login small round" style="text-align:center"></p><p></p><p><form action="http://5.96.255.125/account/submit" method="post"></p><p></p><p><p><label for="username">USERNAME</label><br/></p><p></p><p><input type="text" name="credentials.username" id="un" value=""/></p></p><p></p><p><p><label for="password">PASSWORD</label><br/></p><p></p><p><input type="password" name="credentials.password" id="pw" value=""/></p></p><p></p><p><input tabindex="6" type="checkbox" name="_login_remember_me" id="login-remember-me" value="true" checked="checked" style="display:none;"/></p><p></p><p><input type="submit" class="button round" value="Login"/></p><p></p><p></form><br/></p><p></p><p>NEW HERE? <a href="http://5.96.255.125/register">REGISTER!</a></p><p></p><p></div></p><p></p><p></div></p><p></p><p></div></p><p></p><p><div id="footer1" class="whos-online"><font color="black">%hotel_status%</p><p></p><p><br/><br/></p><p> </p><p></div></p><p></p><p></div></p><p></p><p></div></p><p></p><p><center></p><p> </p><p><span style="font-size: 10px">Copyright © 2011-2012 Steve, dek and others who have supported this project. All rights reserved.</span></p><p></p><p><script type="text/javascript"></p><p></p><p>/* <![CDATA[ */</p><p></p><p>(function(){try{var s,a,i,j,r,c,l=document.getElementsByTagName("a"),t=document.createElement("textarea");for(i=0;l.length-i;i++){try{a=l[i].getAttribute("href");if(a&&"cloudflare.com/email-protection"==a.substr(7 ,31)){s='';j=44;r=parseInt(a.substr(j,2),16);for(j+=2;a.length-j&&a.substr(j,1)!='X';j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}j+=1;s+=a.substr(j,a.length-j);t.innerHTML=s.replace(/</g,"&lt;").replace(/>/g,"&gt;");l[i].setAttribute("href","mailto:"+t.value);}}catch(e){}}}catch(e){}})();</p><p></p><p>/* ]]> */</p><p></p><p></script></p><p></p><p><script type="text/javascript"></p><p></p><p>//<![CDATA[</p><p></p><p>window.__CF=window.__CF||{};window.__CF.u="/cdn-cgi/async/cf/uri/";window.__CF.p="3b/dd6752bc136a31055e7bc665d340d4";window.__CF.o=0;window.__CF.c=1;(function(){var a=document,b=a.createElement("script");b.src="//ajax.cloudflare.com/cdn-cgi/nexp/v=918368360/cf_tools.min.js";b.setAttribute("async","true");a=a.getElementsByTagName("script");a=a[a.length-1];a.parentNode.insertBefore(b,a)})();</p><p></p><p>//]]></p><p></p><p></script></body></p><p></p><p></html> <!-- uberCMS: Took 0.0095758438110352 to output this page --> [/PHP]</p><p></p><p>If you have any question post it....I think i can fix it!</p></blockquote><p></p>
[QUOTE="ArfanTheCoolMan, post: 51222, member: 4694"] [SIZE=11px][FONT=tahoma][COLOR=#535353]___________________________Step 5______________________________[/COLOR][/FONT][/SIZE] [SIZE=11px][FONT=tahoma][COLOR=#535353]►►►►[/COLOR][/FONT][/SIZE][SIZE=5][FONT=tahoma][COLOR=#535353]Config[/COLOR][/FONT][/SIZE][SIZE=11px][FONT=tahoma][COLOR=#535353]◄◄◄◄[/COLOR][/FONT][/SIZE] [SIZE=11px][FONT=tahoma][COLOR=#535353]1.Now go into your C:/ drive > xampp folder>htdocs>inc> open up inc.config and config them.[/COLOR][/FONT][/SIZE] [PHP]<?php /*======================================================================= | UberCMS - Advanced Website and Content Management System for uberEmu | ####################################################################### | Copyright (c) 2010, Roy 'Meth0d' | http://www.meth0d.org | ####################################################################### | This program is free software: you can redistribute it and/or modify | it under the terms of the GNU General Public License as published by | the Free Software Foundation, either version 3 of the License, or | (at your option) any later version. | ####################################################################### | This program is distributed in the hope that it will be useful, | but WITHOUT ANY WARRANTY; without even the implied warranty of | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | GNU General Public License for more details. \======================================================================*/ $config['Site']['www'] = "Your hamachi ip Or You website url"; $config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/"; $config['MySQL']['hostname'] = "localhost"; $config['MySQL']['username'] = "root"; $config['MySQL']['password'] = "hitman2"; $config['MySQL']['database'] = "slaxxerdb"; $config['MUS']['enabled'] = false; $config['MUS']['ip'] = "You hamachi ip Or You website url"; $config['MUS']['port'] = 30001; ?>[/PHP] [SIZE=11px][FONT=tahoma][COLOR=#535353]2.Now go into your C:/> xampp folder>htdocs>inc>tpl> open up page_client.tpl[/COLOR][/FONT][/SIZE] [SIZE=11px][FONT=tahoma][COLOR=#535353]in notepad/wordpad and change the settings in there[/COLOR][/FONT][/SIZE] [SIZE=11px][FONT=tahoma][COLOR=#535353]to your swf's which you downloaded.[/COLOR][/FONT][/SIZE] [SIZE=11px][FONT=tahoma][COLOR=#535353]3.Next go to [/COLOR][/FONT][/SIZE][URL='http://localhost/'][SIZE=11px][FONT=tahoma][COLOR=#716648]http://localhost[/COLOR][/FONT][/SIZE][/URL][SIZE=11px][FONT=tahoma][COLOR=#535353] and check if your site is working if all[/COLOR][/FONT][/SIZE] [SIZE=11px][FONT=tahoma][COLOR=#535353]is well then run your emulator and if you get no errors with that.[/COLOR][/FONT][/SIZE] [SIZE=11px][FONT=tahoma][COLOR=#535353]Register your user and load the client and everything should be running well ![/COLOR][/FONT][/SIZE] ________________________________________Some Config____________________________________________________ 1.Update your webuild. Search this on xammp>htdocs>inc>class.tpl [PHP]Search this: ('web_build', '58_740cdda5150f14b5e2e3cf44ef1f496f/12'); [/PHP] Change it to: [PHP]('web_build', '63_1dc60c6d6ea6e089c6893ab4e0541ee0/635'); [/PHP] 2.Change page-fp. Search this xammp>htdocs>inc>tpl>page-fp Replace page-fp with this. [PHP]</script> <script type="text/javascript"> var andSoItBegins = (new Date()).getTime(); var ad_keywords = ""; document.habboLoggedIn = false; var habboName = "null"; var habboReqPath = "http://blahhotel.com"; var habboStaticFilePath = "http://blahhotel.com/web-gallery"; var habboImagerUrl = "http://www.habbo.nl/habbo-imaging/"; var habboPartner = ""; var habboDefaultClientPopupUrl = "http://blahhotel.com/client"; window.name = "habboMain"; if (typeof HabboClient != "undefined") { HabboClient.windowName = "uberClientWnd"; } </script> <link rel="shortcut icon" href="http://blahhotel.com/web-gallery/v2/favicon.ico" type="image/vnd.microsoft.icon"/> <script src="http://blahhotel.com/web-gallery/static/js/libs2.js" type="text/javascript"></script> <script src="http://blahhotel.com/web-gallery/static/js/landing.js" type="text/javascript"></script> <link rel="stylesheet" href="http://blahhotel.com/web-gallery/v2/styles/frontpage.css" type="text/css"/> <style type="text/css">body{background-color:#EFFBFB;}#fp-container #header h1 a{height:62px;width:200px;background-image:url('http://blahhotel.com/images/logo.png');}#footer .footer-links{color:#666666;}#footer .footer-links a{color:#b3b3b3;}#footer .copyright{color:#727272;}a.big-button{top:100px;}.login-register-link,.login-register-link a{color:#000!important;}#tagline{background-color:#ffffff;color:#585858;font-size:120%;font-weight:normal;padding:7px;}#tagline span{font-weight:bold;}.tagcloud{margin-top:-3px;background-color:#D8D8D8!important;}.tagcloud .tag{margin:5px;text-decoration:none;color:#424242;}.tagcloud .tag:hover{border-bottom:1px dotted;}</style> <meta name="description" content=" is a virtual world where you can meet and make friends. Make friends, join the fun, get noticed!"/> <meta name="keywords" content="blah, blah hotel, habbo, habbo hotel, blah hotel, meth0d, nillus, mdk, *************, blah, uber emulator, *****, retro, keep it real, private server, free, credits, habbo hotel , virtual, world, social network, free, community, avatar, chat, online, teen, roleplaying, join, social, groups, forums, safe, play, games, online, friends, teens, rares, rare furni, collecting, create, collect, connect, furni, furniture, pets , room design, 33sharing, expression, badges, hangout, music, celebrity, celebrity visits, celebrities, mmo, mmorpg, massively multiplayer"/> <!--[if IE 8]> <link rel="stylesheet" href="http://blahhotel.com/web-gallery/v2/styles/ie8.css" type="text/css" /> <![endif]--> <!--[if lt IE 8]> <link rel="stylesheet" href="http://blahhotel.com/web-gallery/v2/styles/ie.css" type="text/css" /> <![endif]--> <!--[if lt IE 7]> <link rel="stylesheet" href="http://blahhotel.com/web-gallery/v2/styles/ie6.css" type="text/css" /> <script src="http://blahhotel.com/web-gallery/static/js/pngfix.js" type="text/javascript"></script> <script type="text/javascript"> try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {} </script> <style type="text/css"> body { behavior: url(http://www.habbo.com/js/csshover.htc); } </style> <![endif]--> <meta name="build" content="51-BUILD45 - 18.05.2010 16:16 - uk"/> </head> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <script src="/js/local/com.js" type="text/javascript"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script> <script type="text/javascript" src="http://www.blahhotel.com/newfiles/js/random.js"></script> <script type="text/javascript" src="http://www.blahhotel.com/newfiles/js/login.js"></script> <link rel="shortcut icon" href="http://blahhotel.com/web-gallery/v2/favicon.ico" type="image/vnd.microsoft.icon"/> <style type="text/css">@import "http://www.blahhotel.com/newfiles/css/index.css";</style> <style type="text/css">@import "http://www.blahhotel.com/newfiles/css/button.css";</style> <style type="text/css">@import "http://www.blahhotel.com/newfiles/css/custom.css";</style> <style type="text/css">@import "http://www.blahhotel.com/newfiles/css/login.css";</style> </head> <body> <div id="container" class='LayoutContainer'> <div class='BodyContainer Centered' id="my_img"> <div id="MiddleContainer" class='MiddleContainer Centered content round' style="display:none;"> <img src="http://www.habbcrazy.net/resources/fontgen.php?f=71&t=[B]YOUR HOTEL NAME[/B]"/> <div class='LoginContainer'> <div class="left login small round" style="text-align:center"> <form action="http://5.96.255.125/account/submit" method="post"> <p><label for="username">USERNAME</label><br/> <input type="text" name="credentials.username" id="un" value=""/></p> <p><label for="password">PASSWORD</label><br/> <input type="password" name="credentials.password" id="pw" value=""/></p> <input tabindex="6" type="checkbox" name="_login_remember_me" id="login-remember-me" value="true" checked="checked" style="display:none;"/> <input type="submit" class="button round" value="Login"/> </form><br/> NEW HERE? <a href="http://5.96.255.125/register">REGISTER!</a> </div> </div> </div> <div id="footer1" class="whos-online"><font color="black">%hotel_status% <br/><br/> </div> </div> </div> <center> <span style="font-size: 10px">Copyright © 2011-2012 Steve, dek and others who have supported this project. All rights reserved.</span> <script type="text/javascript"> /* <![CDATA[ */ (function(){try{var s,a,i,j,r,c,l=document.getElementsByTagName("a"),t=document.createElement("textarea");for(i=0;l.length-i;i++){try{a=l[i].getAttribute("href");if(a&&"cloudflare.com/email-protection"==a.substr(7 ,31)){s='';j=44;r=parseInt(a.substr(j,2),16);for(j+=2;a.length-j&&a.substr(j,1)!='X';j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}j+=1;s+=a.substr(j,a.length-j);t.innerHTML=s.replace(/</g,"<").replace(/>/g,">");l[i].setAttribute("href","mailto:"+t.value);}}catch(e){}}}catch(e){}})(); /* ]]> */ </script> <script type="text/javascript"> //<![CDATA[ window.__CF=window.__CF||{};window.__CF.u="/cdn-cgi/async/cf/uri/";window.__CF.p="3b/dd6752bc136a31055e7bc665d340d4";window.__CF.o=0;window.__CF.c=1;(function(){var a=document,b=a.createElement("script");b.src="//ajax.cloudflare.com/cdn-cgi/nexp/v=918368360/cf_tools.min.js";b.setAttribute("async","true");a=a.getElementsByTagName("script");a=a[a.length-1];a.parentNode.insertBefore(b,a)})(); //]]> </script></body> </html> <!-- uberCMS: Took 0.0095758438110352 to output this page --> [/PHP] If you have any question post it....I think i can fix it! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
[TUT] How to make r59 hotel [TUT] pg2
Top