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] Making an r61 Hotel [VIA UBER]
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="Livar" data-source="post: 7095" data-attributes="member: 1471"><p><span style="font-size: 26px">uberEmulator</span> </p><p><span style="font-size: 9px">uberEmulator, I'm going to show you how to set-up and Flash hotel using uberCMS for the Site and uberEmulator as the Core of the hotel. </span></p><p><span style="font-size: 9px"></span></p><p><span style="font-size: 9px">System Requirment's</span></p><p><span style="font-size: 9px">- Support for the .NET framework and the MySQL driver is required. </span></p><p><span style="font-size: 9px">- Window's OS - 2000/XP/Vista/Windows 7</span></p><p><span style="font-size: 9px">- uberEmulator & CMS Provided in Link's below</span></p><p><span style="font-size: 9px">- XAMPP Control Panel or a Host</span></p><p><span style="font-size: 9px">- At least 1 GB of RAM.</span></p><p><span style="font-size: 9px">----------------------------------------</span></p><p><span style="font-size: 9px">Download Link: <a href="http://uppit.com/36b0onkwm15s/uberEmulator.rar" target="_blank">uberEmulator - Stabilized: The Final Revision</a> [SERVER ONLY]</span></p><p><span style="font-size: 9px">Newer Version of CMS: <a href="http://www.2shared.com/file/-STCXlA8/UberCMS_r51.html" target="_blank">uberContent Managment System [R51]</a></span></p><p><span style="font-size: 9px">XAMPP:<a href="http://www.apachefriends.org/en/xampp-windows.html" target="_blank">XAMPP - For Windows OS</a></span></p><p><span style="font-size: 9px">Database: <a href="http://www.mediafire.com/?isqd1rr4r6rc1gg" target="_blank">Database for CMS and Sever</a></span></p><p><span style="font-size: 9px">SWF's:<a href="http://www.mediafire.com/?q0ch0t3xxt4chji" target="_blank">r61 Cracked SWF's.</a></span></p><p><span style="font-size: 9px">-----------------------------------------</span></p><p><span style="font-size: 9px">1. We go into Local Disk:C and Find xampp</span></p><p><span style="font-size: 9px">2. We find htdocs</span></p><p><span style="font-size: 9px">3. We then delete the XAMPP folder and Index.html in htdocs</span></p><p><span style="font-size: 9px">4. We open up WinRAR and find our uberCMS the updated one</span></p><p><span style="font-size: 9px">5. We then extract it to our htdocs folder.</span></p><p><span style="font-size: 9px">6. We go to localhost/xamppsecurity/security.php and change our password </span></p><p><span style="font-size: 9px">7. We go to localhost/phpmyadmin then login as root, and your password</span></p><p><span style="font-size: 9px">8. We then make a new db, naming what ever you want.</span></p><p><span style="font-size: 9px">9. We click on Import whislt we're on db and Head over to our db whereever you saved it</span></p><p><span style="font-size: 9px">10. When you import the db we head to our Htdoc's and find inc directory</span></p><p><span style="font-size: 9px">11. We click on inc Config and it'll Look like this: [php]<?php</span></p><p><span style="font-size: 9px">/*=======================================================================</span></p><p><span style="font-size: 9px">| UberCMS - Advanced Website and Content Management System for uberEmu</span></p><p><span style="font-size: 9px">| #######################################################################</span></p><p><span style="font-size: 9px">| Copyright (c) 2010, Roy 'Meth0d'</span></p><p><span style="font-size: 9px">| http://www.meth0d.org</span></p><p><span style="font-size: 9px">| #######################################################################</span></p><p><span style="font-size: 9px">| This program is free software: you can redistribute it and/or modify</span></p><p><span style="font-size: 9px">| it under the terms of the GNU General Public License as published by</span></p><p><span style="font-size: 9px">| the Free Software Foundation, either version 3 of the License, or</span></p><p><span style="font-size: 9px">| (at your option) any later version.</span></p><p><span style="font-size: 9px">| #######################################################################</span></p><p><span style="font-size: 9px">| This program is distributed in the hope that it will be useful,</span></p><p><span style="font-size: 9px">| but WITHOUT ANY WARRANTY; without even the implied warranty of</span></p><p><span style="font-size: 9px">| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span></p><p><span style="font-size: 9px">| GNU General Public License for more details.</span></p><p><span style="font-size: 9px">\======================================================================*/</span></p><p><span style="font-size: 9px"></span></p><p><span style="font-size: 9px">$config['Site']['www'] = "Site URL, or Localhost or Hamachi IP";</span></p><p><span style="font-size: 9px">$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";</span></p><p><span style="font-size: 9px"></span></p><p><span style="font-size: 9px">$config['MySQL']['hostname'] = "Your hostname, for xampp leave as localhost";</span></p><p><span style="font-size: 9px">$config['MySQL']['username'] = "root";</span></p><p><span style="font-size: 9px">$config['MySQL']['password'] = "Your password";</span></p><p><span style="font-size: 9px">$config['MySQL']['database'] = "Name of database";</span></p><p><span style="font-size: 9px"></span></p><p><span style="font-size: 9px">$config['MUS']['enabled'] = false;</span></p><p><span style="font-size: 9px">$config['MUS']['ip'] = "Localhost or VPS or stuff The URL, for Hamachi leave it blank";</span></p><p><span style="font-size: 9px">$config['MUS']['port'] = 2001;</span></p><p><span style="font-size: 9px"></span></p><p><span style="font-size: 9px">?>[/php]</span></p><p><span style="font-size: 9px">12. After that we go to class.php in the inc folder. and find [code]$this->SetParam('web_build',[/code] </span></p><p><span style="font-size: 9px">13. Underneath that there will be a few number's change it to [code]63_1dc60c6d6ea6e089c6893ab4e0541ee0/12[/code]</span></p><p><span style="font-size: 9px">14. Then go to your site and see if your Site's working!</span></p><p><span style="font-size: 9px">--------------------------------------------------------------</span></p><p><span style="font-size: 9px"> <span style="font-size: 18px">Your Emulator.</span></span></p><p><span style="font-size: 9px"></span></p><p><span style="font-size: 9px">1. We go to bin/debug and find Config</span></p><p><span style="font-size: 9px">2. We edit all our information to what is needed</span></p><p><span style="font-size: 9px">3. <a href="http://forum.*****.com/f353/swf-pack-r61-injected-uber-702450/" target="_blank">Click here for r61 SWF's if not downloaded</a></span></p><p><span style="font-size: 9px">4. We do what it say's on the Thread</span></p><p><span style="font-size: 9px">5. We add the Htaccses found on the README</span></p><p><span style="font-size: 9px">6. We go to yoursite.w.e/r61_pack_editor and edit Variable's to your IP. (NOTE ONLY LOCALHOST IS ALLOWED)</span></p><p><span style="font-size: 9px">9. We go to our emulator and let it Load up the information</span></p><p><span style="font-size: 9px">10. If it say's Ready for connection's, Listening your READY to GO!</span></p><p><span style="font-size: 9px">-----------------------------------------------------------------</span></p><p><span style="font-size: 9px"><span style="font-size: 18px">How do I set the SWF'S up?</span></span></p><p><span style="font-size: 9px">How do i setup this shizzle?</span></p><p><span style="font-size: 9px">[PHP]- Drop all the files in /htdocs and replace all files ( client.php )</span></p><p><span style="font-size: 9px">- Edit The variables ( You can do this easily through the R61+ Pack Editor )</span></p><p><span style="font-size: 9px">- Read the file "README.txt"</span></p><p><span style="font-size: 9px">- Delete this line from you'r .htaccess:</span></p><p><span style="font-size: 9px">Code:</span></p><p><span style="font-size: 9px">RewriteRule ^gamedata/external(|/)$ ./externals.php</span></p><p><span style="font-size: 9px">- Edit you'r host & port in client.php</span></p><p><span style="font-size: 9px">PHP Code:</span></p><p><span style="font-size: 9px">$client->SetParam('info_host', '127.0.0.1');</span></p><p><span style="font-size: 9px">$client->SetParam('info_port', '30000'); </span></p><p><span style="font-size: 9px"></span></p><p><span style="font-size: 9px">How does the Multi-language system work?</span></p><p><span style="font-size: 9px">Well it works pretty easy, you just go to this link:</span></p><p><span style="font-size: 9px">http://%hotel_url%/client?lang=%language code here%</span></p><p><span style="font-size: 9px">Example language codes:</span></p><p><span style="font-size: 9px">NL</span></p><p><span style="font-size: 9px">DE</span></p><p><span style="font-size: 9px">SE</span></p><p><span style="font-size: 9px">ES[/PHP]</span></p><p><span style="font-size: 9px">Credit's to:</span></p><p><span style="font-size: 9px">- iJakey for Emulator and Database (and cuz he's cewl xD)</span></p><p><span style="font-size: 9px">- PEJump2 the SWF man on (censored) for the SWF Pack</span></p><p><span style="font-size: 9px">- MDK, for the Newer uberContent Managment System</span></p><p><span style="font-size: 9px">- and Me for the tutorial (powahcoder)</span></p><p><span style="font-size: 9px">-----------------------------------------------------------------</span></p><p><span style="font-size: 9px"></span></p><p><span style="font-size: 9px">- Struggling, contact me on msn or e-mail at: <a href="mailto:lavir123@hotmail.co.uk">lavir123@hotmail.co.uk</a></span></p><p><span style="font-size: 9px">-----------------------------------------------------------------</span></p><p><span style="font-size: 9px">Much love, |ivar. <img src="/styles/default/xenforo/smilies/emojione/rolleyes.png" class="smilie" loading="lazy" alt=":rolleyes:" title="Roll Eyes :rolleyes:" data-shortname=":rolleyes:" /><img src="/styles/default/xenforo/smilies/emojione/tongue.png" class="smilie" loading="lazy" alt=":p" title="Stick Out Tongue :p" data-shortname=":p" /><img src="/styles/default/xenforo/smilies/emojione/cool.png" class="smilie" loading="lazy" alt=":cool:" title="Cool :cool:" data-shortname=":cool:" /></span></p><p><span style="font-size: 9px"></span></p></blockquote><p></p>
[QUOTE="Livar, post: 7095, member: 1471"] [SIZE="7"]uberEmulator[/SIZE] [SIZE="1"]uberEmulator, I'm going to show you how to set-up and Flash hotel using uberCMS for the Site and uberEmulator as the Core of the hotel. System Requirment's - Support for the .NET framework and the MySQL driver is required. - Window's OS - 2000/XP/Vista/Windows 7 - uberEmulator & CMS Provided in Link's below - XAMPP Control Panel or a Host - At least 1 GB of RAM. ---------------------------------------- Download Link: [url=http://uppit.com/36b0onkwm15s/uberEmulator.rar]uberEmulator - Stabilized: The Final Revision[/url] [SERVER ONLY] Newer Version of CMS: [URL="http://www.2shared.com/file/-STCXlA8/UberCMS_r51.html"]uberContent Managment System [R51][/URL] XAMPP:[URL="http://www.apachefriends.org/en/xampp-windows.html"]XAMPP - For Windows OS[/URL] Database: [URL="http://www.mediafire.com/?isqd1rr4r6rc1gg"]Database for CMS and Sever[/URL] SWF's:[URL="http://www.mediafire.com/?q0ch0t3xxt4chji"]r61 Cracked SWF's.[/URL] ----------------------------------------- 1. We go into Local Disk:C and Find xampp 2. We find htdocs 3. We then delete the XAMPP folder and Index.html in htdocs 4. We open up WinRAR and find our uberCMS the updated one 5. We then extract it to our htdocs folder. 6. We go to localhost/xamppsecurity/security.php and change our password 7. We go to localhost/phpmyadmin then login as root, and your password 8. We then make a new db, naming what ever you want. 9. We click on Import whislt we're on db and Head over to our db whereever you saved it 10. When you import the db we head to our Htdoc's and find inc directory 11. We click on inc Config and it'll Look like this: [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'] = "Site URL, or Localhost or Hamachi IP"; $config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/"; $config['MySQL']['hostname'] = "Your hostname, for xampp leave as localhost"; $config['MySQL']['username'] = "root"; $config['MySQL']['password'] = "Your password"; $config['MySQL']['database'] = "Name of database"; $config['MUS']['enabled'] = false; $config['MUS']['ip'] = "Localhost or VPS or stuff The URL, for Hamachi leave it blank"; $config['MUS']['port'] = 2001; ?>[/php] 12. After that we go to class.php in the inc folder. and find [code]$this->SetParam('web_build',[/code] 13. Underneath that there will be a few number's change it to [code]63_1dc60c6d6ea6e089c6893ab4e0541ee0/12[/code] 14. Then go to your site and see if your Site's working! -------------------------------------------------------------- [SIZE="5"]Your Emulator.[/SIZE] 1. We go to bin/debug and find Config 2. We edit all our information to what is needed 3. [URL="http://forum.*****.com/f353/swf-pack-r61-injected-uber-702450/"]Click here for r61 SWF's if not downloaded[/URL] 4. We do what it say's on the Thread 5. We add the Htaccses found on the README 6. We go to yoursite.w.e/r61_pack_editor and edit Variable's to your IP. (NOTE ONLY LOCALHOST IS ALLOWED) 9. We go to our emulator and let it Load up the information 10. If it say's Ready for connection's, Listening your READY to GO! ----------------------------------------------------------------- [SIZE="5"]How do I set the SWF'S up?[/SIZE] How do i setup this shizzle? [PHP]- Drop all the files in /htdocs and replace all files ( client.php ) - Edit The variables ( You can do this easily through the R61+ Pack Editor ) - Read the file "README.txt" - Delete this line from you'r .htaccess: Code: RewriteRule ^gamedata/external(|/)$ ./externals.php - Edit you'r host & port in client.php PHP Code: $client->SetParam('info_host', '127.0.0.1'); $client->SetParam('info_port', '30000'); How does the Multi-language system work? Well it works pretty easy, you just go to this link: http://%hotel_url%/client?lang=%language code here% Example language codes: NL DE SE ES[/PHP] Credit's to: - iJakey for Emulator and Database (and cuz he's cewl xD) - PEJump2 the SWF man on (censored) for the SWF Pack - MDK, for the Newer uberContent Managment System - and Me for the tutorial (powahcoder) ----------------------------------------------------------------- - Struggling, contact me on msn or e-mail at: [email]lavir123@hotmail.co.uk[/email] ----------------------------------------------------------------- Much love, |ivar. :rolleyes::p:cool: [/SIZE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
[TUT] Making an r61 Hotel [VIA UBER]
Top