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 an r63B Habbo retro! [Noob-Friendly]
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="Adem" data-source="post: 238203" data-attributes="member: 20352"><p>-------------------------------------------------------------------------</p><p><strong>Most links are credited to KyleVonnie: Passwords: KyleVonnie</strong></p><p>Xampp 1.7.3: <a href="http://www.oldapps.com/xampp.php?old_xampp=46?download" target="_blank">http://www.oldapps.com/xampp.php?old_xampp=46?download</a></p><p>Bc Storm emulator: <a href="http://adf.ly/RUfBE" target="_blank"><span style="color: #ff0000">R</span></a>EMOVED</p><p>RevCMS: <a href="http://adf.ly/RUfBE" target="_blank">R</a>EMOVED</p><p>DB Sql: <a href="http://adf.ly/RUfBE" target="_blank">R</a>EMOVED</p><p>SWFS: <a href="http://adf.ly/RUfBE" target="_blank">R</a>EMOVED</p><p>WinRAR: <a href="http://www.win-rar.com/download.html" target="_blank">http://www.win-rar.com/download.html</a></p><p>-------------------------------------------------------------------------</p><p><strong>Setting up Xampp</strong></p><p>Download Xampp from the link above,</p><p><img src="http://img25.imageshack.us/img25/6439/17866789.gif" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>Once downloaded, press 'install'. After this, something else should pop up.</p><p></p><p><img src="http://venki58.files.wordpress.com/2013/02/xampp5.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>When this comes up, press enter twice, then it asks you something, press 'n'.</p><p>Press enter twice again, it asks something else, press 'x'.</p><p>Then your XAMPP has been successfully installed.</p><p>-------------------------------------------------------------------------------------------</p><p><strong>Setting XAMPP Up</strong></p><p>Open up the XAMPP control panel. (Search it up on the search in your start.)</p><p>Once opened, select start on 'Apache' and 'MySql'.</p><p>Go onto <a href="http://localhost/security/xamppsecurity.php" target="_blank">http://localhost/security/xamppsecurity.php</a></p><p>Type in your password and re type it in and then press password changing. (Remember the password!)</p><p>You have successfully set up XAMPP</p><p>------------------------------------------------------------------------------------------</p><p><strong>Importing the Database SQL.</strong></p><p>Go on: <a href="http://localhost/phpmyadmin/" target="_blank">http://localhost/phpmyadmin/</a>. Log in with the username 'Root' and the password you just created earlier.</p><p>Make a new Database called R63B.</p><p>Download the SQL.</p><p>Then go on 'Import' and then go to 'Choose file'.</p><p>Select the SQL you just downloaded and press open, you then press 'Go' and wait for the SQL to import to the DB.</p><p>This may take a while.</p><p>You have successfully made your database!</p><p>------------------------------------------------------------------------------------------</p><p><strong>RevCMS</strong></p><p>Go to the XAMPP folder and then delete the 'Webdav' folder.</p><p>Then go to your HTDOCS folder in the Xampp folder. Delete everything in there.</p><p>Download the RevCMS from the link above and extract them into your htdocs.</p><p>------------------------------------------------------------------------------------------</p><p><strong>Setting up RevCMS</strong></p><p>Fill out the config show below.</p><p>[CODE]$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.</p><p>$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host</p><p>$_CONFIG['mysql']['username'] = 'root'; //MySQL username</p><p>$_CONFIG['mysql']['password'] = 'Your Database Pass'; //MySQL password</p><p>$_CONFIG['mysql']['database'] = 'r63b'; //MySQL database</p><p>$_CONFIG['mysql']['port'] = '3306'; //MySQL's port</p><p>/*</p><p>*</p><p>* Hotel management - All URLs do not end with an "/"</p><p>*</p><p>*/</p><p>$_CONFIG['hotel']['server_ip'] = 'ServerIP'; //IP of VPS/DEDI/etc</p><p>$_CONFIG['hotel']['url'] = 'http://localhost'; //Does not end with a "/"</p><p>$_CONFIG['hotel']['name'] = 'Your Hotel name'; // Hotel's name</p><p>$_CONFIG['hotel']['desc'] = 'Your hotel motto'; //Hotel's description [/CODE]</p><p>------------------------------------------------------------------------------------------</p><p><strong>Setting up the SWFS</strong></p><p>Download the SWFS from above, extract them into your htdocs folder. If you didnt change any links or etc, your swfs should be set up fine.</p><p>------------------------------------------------------------------------------------------</p><p><strong>Setting up the emulator</strong></p><p>Go to the emulator folder, go to BcStorm Folder > Bin > Debug > Settings > then open the Configuration and fill it out like this:</p><p>[CODE]## MySQL Configuration</p><p>db.hostname=localhost</p><p>db.port=3306</p><p>db.username=root</p><p>db.password=Your db pass</p><p>db.name=r63b[/CODE]</p><p>Now open BcStorm Folder > Bin > Debug > and open 'Butterfly emulator' and if it runs like it in the following picture it should be fine.</p><p><img src="http://i.sharefa.st/4fZZGm8Wryk0.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>------------------------------------------------------------------------------------------</p><p>Register an account on your hotel and go on the client and it should work!</p><p>Make sure your client ends with /client.</p><p>------------------------------------------------------------------------------------------</p><p><strong>Credits:</strong></p><p>Leon - BcStorm Emu</p><p>Kryptos - RevCMS</p><p>Kyle - Links for download</p><p>Adem - Tut</p><p>Swfs or SQL - Un known</p><p>------------------------------------------------------------------------------------------</p></blockquote><p></p>
[QUOTE="Adem, post: 238203, member: 20352"] ------------------------------------------------------------------------- [B]Most links are credited to KyleVonnie: Passwords: KyleVonnie[/B] Xampp 1.7.3: [URL]http://www.oldapps.com/xampp.php?old_xampp=46?download[/URL] Bc Storm emulator: [URL='http://adf.ly/RUfBE'][COLOR=#ff0000]R[/COLOR][/URL]EMOVED RevCMS: [URL='http://adf.ly/RUfBE']R[/URL]EMOVED DB Sql: [URL='http://adf.ly/RUfBE']R[/URL]EMOVED SWFS: [URL='http://adf.ly/RUfBE']R[/URL]EMOVED WinRAR: [URL]http://www.win-rar.com/download.html[/URL] ------------------------------------------------------------------------- [B]Setting up Xampp[/B] Download Xampp from the link above, [IMG]http://img25.imageshack.us/img25/6439/17866789.gif[/IMG] Once downloaded, press 'install'. After this, something else should pop up. [IMG]http://venki58.files.wordpress.com/2013/02/xampp5.jpg[/IMG] When this comes up, press enter twice, then it asks you something, press 'n'. Press enter twice again, it asks something else, press 'x'. Then your XAMPP has been successfully installed. ------------------------------------------------------------------------------------------- [B]Setting XAMPP Up[/B] Open up the XAMPP control panel. (Search it up on the search in your start.) Once opened, select start on 'Apache' and 'MySql'. Go onto [URL]http://localhost/security/xamppsecurity.php[/URL] Type in your password and re type it in and then press password changing. (Remember the password!) You have successfully set up XAMPP ------------------------------------------------------------------------------------------ [B]Importing the Database SQL.[/B] Go on: [URL]http://localhost/phpmyadmin/[/URL]. Log in with the username 'Root' and the password you just created earlier. Make a new Database called R63B. Download the SQL. Then go on 'Import' and then go to 'Choose file'. Select the SQL you just downloaded and press open, you then press 'Go' and wait for the SQL to import to the DB. This may take a while. You have successfully made your database! ------------------------------------------------------------------------------------------ [B]RevCMS[/B] Go to the XAMPP folder and then delete the 'Webdav' folder. Then go to your HTDOCS folder in the Xampp folder. Delete everything in there. Download the RevCMS from the link above and extract them into your htdocs. ------------------------------------------------------------------------------------------ [B]Setting up RevCMS[/B] Fill out the config show below. [CODE]$_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 $_CONFIG['mysql']['username'] = 'root'; //MySQL username $_CONFIG['mysql']['password'] = 'Your Database Pass'; //MySQL password $_CONFIG['mysql']['database'] = 'r63b'; //MySQL database $_CONFIG['mysql']['port'] = '3306'; //MySQL's port /* * * Hotel management - All URLs do not end with an "/" * */ $_CONFIG['hotel']['server_ip'] = 'ServerIP'; //IP of VPS/DEDI/etc $_CONFIG['hotel']['url'] = 'http://localhost'; //Does not end with a "/" $_CONFIG['hotel']['name'] = 'Your Hotel name'; // Hotel's name $_CONFIG['hotel']['desc'] = 'Your hotel motto'; //Hotel's description [/CODE] ------------------------------------------------------------------------------------------ [B]Setting up the SWFS[/B] Download the SWFS from above, extract them into your htdocs folder. If you didnt change any links or etc, your swfs should be set up fine. ------------------------------------------------------------------------------------------ [B]Setting up the emulator[/B] Go to the emulator folder, go to BcStorm Folder > Bin > Debug > Settings > then open the Configuration and fill it out like this: [CODE]## MySQL Configuration db.hostname=localhost db.port=3306 db.username=root db.password=Your db pass db.name=r63b[/CODE] Now open BcStorm Folder > Bin > Debug > and open 'Butterfly emulator' and if it runs like it in the following picture it should be fine. [IMG]http://i.sharefa.st/4fZZGm8Wryk0.png[/IMG] ------------------------------------------------------------------------------------------ Register an account on your hotel and go on the client and it should work! Make sure your client ends with /client. ------------------------------------------------------------------------------------------ [B]Credits:[/B] Leon - BcStorm Emu Kryptos - RevCMS Kyle - Links for download Adem - Tut Swfs or SQL - Un known ------------------------------------------------------------------------------------------ [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
[Tut] How to make an r63B Habbo retro! [Noob-Friendly]
Top