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
Easiest way to make a r63 Hotel - Noob friends {Pics}
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="iDeliriouz" data-source="post: 70503" data-attributes="member: 9751"><p><strong><span style="font-size: 15px">IF SOME OF THE IMAGES I PUT IN ARE TOO SMALL, CLICK THEM FOR A LARGER VIEW</span></strong></p><p> </p><p>Now, just a heads up, retros should NEVER be free, so I'm not going to teach you how to Port-Foward or use Hamachi or have Localhost do it for you. This tutorial requires YOU to have a VPS or Dedicated Server.</p><p> </p><p>Requirements:</p><p> </p><p>VPS or Dedicated Server (Buy)</p><p>RevCMS 1.9.9 or 1.9.9.9 (Download)</p><p>PhoenixEMU Non-Cracked (Buy)</p><p>XAMPP (Download)</p><p>r63 Updated Swfs (Download)</p><p>No-IP DNS Account (No-IP.com)</p><p>Notepad++ (Download)</p><p> </p><p>Downloads:</p><p> </p><p>RevCMS: <a href="http://cl.ly/0C27440i2w3p3A1f271v" target="_blank">RevCMS 1.9.9.zip</a></p><p>XAMPP: <a href="http://www.apachefriends.org/en/xampp-windows.html" target="_blank">www.apachefriends.org/en/xampp-windows.html</a></p><p>r63 Swfs: <a href="http://www.mediafire.com/download.php?3142e1m8tkxt774" target="_blank">Fully R63 SWFS SET BY Jamieturner.rar</a></p><p>Notepad++: <a href="http://notepad-plus-plus.org/download/" target="_blank">Notepad++ v5.9.8 - Current Version</a></p><p> </p><p>Instructions:</p><p> </p><p>1. Download XAMPP - Check that you want Appache and MySQL when you download it</p><p> </p><p>2. Open up the XAMPP control panel and run the Appache and MySQL Servers</p><p><img src="http://uploadir.com/u/d186cw" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p> </p><p>3. Go to <a href="http://localhost/xampp" target="_blank">http://localhost/xampp</a> and go to security, and change your pass from root to something else of your choice</p><p> </p><p>4. Once you have completed step 3, go to <a href="http://localhost/phpmyadmin" target="_blank">http://localhost/phpmyadmin</a> and login with username 'root' and the pass you created in step 3.</p><p><img src="http://uploadir.com/u/90kr87" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p> </p><p>5. Once you are in phpmyadmin, go to 'Databases' and create a new database called 'Rev_Phoenix'</p><p><img src="http://uploadir.com/u/li3u0x" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p> </p><p>6. Get a Phoenix 3.7.1 db SQL file when you buy a license, go to 'Import' and insert that file and click 'Go' - the upload may take a while</p><p><img src="http://uploadir.com/u/p3hi6c" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p> </p><p>7. Once the upload is complete, your rev_phoenix database should have all these tables in it...</p><p><img src="http://uploadir.com/u/214s3s" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p> </p><p>8. Once you have created the database, go to 'SQL' and paste in this code to allow people to register in your hotel...</p><p>[code]ALTER TABLE `users` ADD `seckey` VARCHAR(999)[/code]</p><p><img src="http://uploadir.com/u/2z11vl" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p> </p><p>9. Once you have done that, it's time to register at no-ip.com! Make an account, then log in and go to hosts/redirects, make a domain and put in your ip of your dedicated server or VPS, mine is here for example:</p><p><img src="http://uploadir.com/u/by17a0" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p> </p><p>10. Once you have made your host, it's time to edit your CMS configurations!</p><p>Go to your RevCMS 1.9.9 and go to App/Management/Config.php, right click it and click 'Open with notepad++'</p><p>When you open it, you will get this:</p><p><img src="http://uploadir.com/u/17q7c7" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p> </p><p>11. Change the password 'root' to what your localhost password is.</p><p>If the db says something either than rev_phoenix, change it to rev_phoenix.</p><p>Make the 'host_name' your VPS or Dedicated Server's IP</p><p> </p><p>12. Now we edit the other half of the configuration</p><p><img src="http://uploadir.com/u/968ewq" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>Change server_IP to your VPS or Dedicated Server's IP</p><p>Change url to your hotel's url you made in no-ip.com</p><p>Change name to your hotel's name</p><p>Change desc to your hotel's desc/motto</p><p> </p><p>Now, open up your swfs folder and put it on your desktop of your VPS or Dedicated Server</p><p> </p><p>Replace the external vars, external texts, product data, furni data, and swf folder with these codes</p><p> </p><p>[code]http://YOUR VPS OR DEDIS IP/r63/external_variables.txt</p><p>http://YOUR VPS OR DEDIS IP/r63/external_flash_texts.txt</p><p>http://YOUR VPS OR DEDIS IP/r63/productdata.txt</p><p>http://YOUR VPS OR DEDIS IP/r63/furnidata.txt</p><p>http://YOUR VPS OR DEDIS IP/r63/Habbo.swf[/code]</p><p> </p><p>Now once you paste those separately into your config, you must replace each line 1 by one with the codes i gave you!</p><p> </p><p>Example:</p><p> </p><p>Replace '<a href="http://localhost/r63/external_variables.txt" target="_blank">http://localhost/r63/external_variables.txt</a>'</p><p>With '<a href="http://YOUR" target="_blank">http://YOUR</a> VPS OR DEDIS IP/r63/external_variables.txt'</p><p> </p><p>Remember to edit YOUR VPS OR DEDIS IP with your actual VPS or Dedi's IP</p><p> </p><p>13. Now, scroll to the bottom of the config and find this:</p><p><img src="http://uploadir.com/u/fqs7o7" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>Change 'Priv' to 'Mango' and then save the config file.</p><p> </p><p>14. Go to your start logo, and search 'Run'</p><p><img src="http://uploadir.com/u/yagm18" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p> </p><p>Click this one:</p><p><img src="http://uploadir.com/u/zvdej7" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p> </p><p>15. When it pops up, put in %Appdata% And click 'Search'</p><p><img src="http://uploadir.com/u/veaavx" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p> </p><p>16. When the page pops up, search for 'Xampp' in the top right corner in the search bar</p><p> </p><p>17. When the results come up, go to 'Xampp htdocs folder'</p><p><img src="http://uploadir.com/u/0fp9k1" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p> </p><p>18. Once you get to your htdocs folder, DELETE EVERYTHING IN THERE!</p><p> </p><p>19. Now, keep your htdocs folder up, and copy all the files in your RevCMS folder and paste them in your htdocs, when your done - it should look like this in your htdocs:</p><p><img src="http://uploadir.com/u/d8qkx0" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p> </p><p>20. Once your done, we need to work on the emulator - if you bought one, good. Just edit the configuration with your details and then run the application as administrator, then your done!</p><p> </p><p>21. Go to your site url, and it should look like this: </p><p><img src="http://uploadir.com/u/62p6li" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>(It says dell because that's my hotel's name)</p><p>If it shows your cms, congrats! You made your hotel, all you need to do is test your client. If you want to know how to rank yourself, go to your phpmyadmin database, and go to 'users' then go to your user, and go to inline edit. Go to your 'Rank' and change it from '1' to '7' </p><p>Good job if it works!</p><p> </p><p>If my tut doesn't work, or i missed a step, tell me so!</p></blockquote><p></p>
[QUOTE="iDeliriouz, post: 70503, member: 9751"] [b][Size="4"]IF SOME OF THE IMAGES I PUT IN ARE TOO SMALL, CLICK THEM FOR A LARGER VIEW[/Size][/b] Now, just a heads up, retros should NEVER be free, so I'm not going to teach you how to Port-Foward or use Hamachi or have Localhost do it for you. This tutorial requires YOU to have a VPS or Dedicated Server. Requirements: VPS or Dedicated Server (Buy) RevCMS 1.9.9 or 1.9.9.9 (Download) PhoenixEMU Non-Cracked (Buy) XAMPP (Download) r63 Updated Swfs (Download) No-IP DNS Account (No-IP.com) Notepad++ (Download) Downloads: RevCMS: [url=http://cl.ly/0C27440i2w3p3A1f271v]RevCMS 1.9.9.zip[/url] XAMPP: [url]www.apachefriends.org/en/xampp-windows.html[/url] r63 Swfs: [url=http://www.mediafire.com/download.php?3142e1m8tkxt774]Fully R63 SWFS SET BY Jamieturner.rar[/url] Notepad++: [url=http://notepad-plus-plus.org/download/]Notepad++ v5.9.8 - Current Version[/url] Instructions: 1. Download XAMPP - Check that you want Appache and MySQL when you download it 2. Open up the XAMPP control panel and run the Appache and MySQL Servers [IMG]http://uploadir.com/u/d186cw[/IMG] 3. Go to [url]http://localhost/xampp[/url] and go to security, and change your pass from root to something else of your choice 4. Once you have completed step 3, go to [url]http://localhost/phpmyadmin[/url] and login with username 'root' and the pass you created in step 3. [IMG]http://uploadir.com/u/90kr87[/IMG] 5. Once you are in phpmyadmin, go to 'Databases' and create a new database called 'Rev_Phoenix' [IMG]http://uploadir.com/u/li3u0x[/IMG] 6. Get a Phoenix 3.7.1 db SQL file when you buy a license, go to 'Import' and insert that file and click 'Go' - the upload may take a while [IMG]http://uploadir.com/u/p3hi6c[/IMG] 7. Once the upload is complete, your rev_phoenix database should have all these tables in it... [IMG]http://uploadir.com/u/214s3s[/IMG] 8. Once you have created the database, go to 'SQL' and paste in this code to allow people to register in your hotel... [code]ALTER TABLE `users` ADD `seckey` VARCHAR(999)[/code] [IMG]http://uploadir.com/u/2z11vl[/IMG] 9. Once you have done that, it's time to register at no-ip.com! Make an account, then log in and go to hosts/redirects, make a domain and put in your ip of your dedicated server or VPS, mine is here for example: [IMG]http://uploadir.com/u/by17a0[/IMG] 10. Once you have made your host, it's time to edit your CMS configurations! Go to your RevCMS 1.9.9 and go to App/Management/Config.php, right click it and click 'Open with notepad++' When you open it, you will get this: [IMG]http://uploadir.com/u/17q7c7[/IMG] 11. Change the password 'root' to what your localhost password is. If the db says something either than rev_phoenix, change it to rev_phoenix. Make the 'host_name' your VPS or Dedicated Server's IP 12. Now we edit the other half of the configuration [IMG]http://uploadir.com/u/968ewq[/IMG] Change server_IP to your VPS or Dedicated Server's IP Change url to your hotel's url you made in no-ip.com Change name to your hotel's name Change desc to your hotel's desc/motto Now, open up your swfs folder and put it on your desktop of your VPS or Dedicated Server Replace the external vars, external texts, product data, furni data, and swf folder with these codes [code]http://YOUR VPS OR DEDIS IP/r63/external_variables.txt http://YOUR VPS OR DEDIS IP/r63/external_flash_texts.txt http://YOUR VPS OR DEDIS IP/r63/productdata.txt http://YOUR VPS OR DEDIS IP/r63/furnidata.txt http://YOUR VPS OR DEDIS IP/r63/Habbo.swf[/code] Now once you paste those separately into your config, you must replace each line 1 by one with the codes i gave you! Example: Replace '[url]http://localhost/r63/external_variables.txt[/url]' With '[url]http://YOUR[/url] VPS OR DEDIS IP/r63/external_variables.txt' Remember to edit YOUR VPS OR DEDIS IP with your actual VPS or Dedi's IP 13. Now, scroll to the bottom of the config and find this: [IMG]http://uploadir.com/u/fqs7o7[/IMG] Change 'Priv' to 'Mango' and then save the config file. 14. Go to your start logo, and search 'Run' [IMG]http://uploadir.com/u/yagm18[/IMG] Click this one: [IMG]http://uploadir.com/u/zvdej7[/IMG] 15. When it pops up, put in %Appdata% And click 'Search' [IMG]http://uploadir.com/u/veaavx[/IMG] 16. When the page pops up, search for 'Xampp' in the top right corner in the search bar 17. When the results come up, go to 'Xampp htdocs folder' [IMG]http://uploadir.com/u/0fp9k1[/IMG] 18. Once you get to your htdocs folder, DELETE EVERYTHING IN THERE! 19. Now, keep your htdocs folder up, and copy all the files in your RevCMS folder and paste them in your htdocs, when your done - it should look like this in your htdocs: [IMG]http://uploadir.com/u/d8qkx0[/IMG] 20. Once your done, we need to work on the emulator - if you bought one, good. Just edit the configuration with your details and then run the application as administrator, then your done! 21. Go to your site url, and it should look like this: [IMG]http://uploadir.com/u/62p6li[/IMG] (It says dell because that's my hotel's name) If it shows your cms, congrats! You made your hotel, all you need to do is test your client. If you want to know how to rank yourself, go to your phpmyadmin database, and go to 'users' then go to your user, and go to inline edit. Go to your 'Rank' and change it from '1' to '7' Good job if it works! If my tut doesn't work, or i missed a step, tell me so! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
Easiest way to make a r63 Hotel - Noob friends {Pics}
Top