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 a V26RP With Links! (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="Mitchh" data-source="post: 61796" data-attributes="member: 2481"><p>Mitch's Tutorial For Making a V26RP Hotel!</p><p> </p><p>Okay First Of Here Is What You WILL! Need.</p><p> </p><p>---------------------------------------------------------------------------------------------------------------------------</p><p> </p><p>Winrar / <a href="http://www.rarlab.com/download.htm" target="_blank">http://www.rarlab.com/download.htm</a></p><p> </p><p>.NET Connector 4 / <a href="http://www.microsoft.com/download/en/details.aspx?id=17851" target="_blank">http://www.microsoft.com/download/en/details.aspx?id=17851</a></p><p> </p><p>ObboRP Database / <a href="http://sharefast.net/file/1293478143391628954576" target="_blank">http://sharefast.net/file/1293478143391628954576</a></p><p> </p><p>Xoa Emulator v1 / <a href="http://www.mediafire.com/?mkqtw09o00oesjr" target="_blank">http://www.mediafire.com/?mkqtw09o00oesjr</a></p><p> </p><p>TechCMS (ObboEDIT) / <a href="http://www.mediafire.com/file/pjiicxj2hagied4/TechCMS.rar" target="_blank">http://www.mediafire.com/file/pjiicxj2hagied4/TechCMS.rar</a></p><p> </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> </p><p>DCRS / <a href="http://www.2shared.com/file/e88FkEuI/DCRSv26.html" target="_blank">http://www.2shared.com/file/e88FkEuI/DCRSv26.html</a></p><p> </p><p>---------------------------------------------------------------------------------------------------------------------------</p><p> </p><p> (A) DATABASE</p><p> </p><p>1. Download Xampp and open up the control panel, click start on "Apache" and "Mysql"</p><p> </p><p>2. Go to localhost/xampp and then press on security on the left hand side, and make a PHPMYADAMIN password.</p><p> </p><p>3. Once created a password for pma, go to localhost/phpmyadmin and look for create a new database, create a database called "retro"</p><p> </p><p>4. Import the database you downloaded, and import into phpmyadmin.</p><p> </p><p>5. Once imported go to the bottom of the list, and find "system_config" , one found edit the Host ip to your ip, e.g Hamachi IP , Port forwarded IP , VPS IP.</p><p> </p><p>6. Once changed press "Go" at the bottom, and it should save.</p><p> </p><p>---------------------------------------------------------------------------------------------------------------------------</p><p> (B) HTDOCS (CMS)</p><p> </p><p>1. Okay, go to start menu on your computer, and go to "Computer" then open up your c:/ drive, and find "xampp" then go into that and open up "htdocs" and delete everything in there.</p><p> </p><p>2. Then find the CMS you uploaded earlier and import the whole of that in there, (Dont import the file htdocs, go into the htdocs and upload it.)</p><p> </p><p>3. Once you have done that, open up the install folder and open config.php In a wordpad document.</p><p> </p><p>4. After opening it, change the Database Password To your own, (the one from localhost/xampp) and change the database itself to the one you saved it as earlier (localhost/phpmyadmin).</p><p> </p><p>5. Click save and exit out of it, and copy config.php and paste it into the includes folder in htdocs, and then go to localhost/install and fill in it all (Remember what your password's were.)</p><p> </p><p>6. Once done that, go back to htdocs and go into the install folder, and copy your config.php and go back to htdocs and paste it into your includes folder, once done this you can edit housekeeping etc etc</p><p> </p><p>---------------------------------------------------------------------------------------------------------------------------</p><p> </p><p> (C) EMULATOR</p><p> </p><p>1. Firstly, open the emulator you downloaded earlier, and extract the emu from the winrar folder, into your desktop.</p><p> </p><p>2. Next open up the emulator, and go into Bin Then into Debug then into Bin.</p><p> </p><p>3. Open the mysql in a wordpad document, and edit the settings to your database, and your phpmyadmin password.</p><p> </p><p> </p><p>---------------------------------------------------------------------------------------------------------------------------</p><p> </p><p> (D) DCRS / VARS / TEXTS</p><p> </p><p>1. Okay, go into your site, e.g localhost and open up housekeeping login, and go to Settings then go to Hotel and leave this up.</p><p> </p><p>2. Open up the dcrs you downloaded earlier, and extract the file "v26" to your htdocs.</p><p> </p><p>3. Once extracted go into the file "v26" and open The first set of text's in a wordpad document, and press Edit press Replace and Put in the hotel name in the wordpad which is already there this will be most likely a couple number's like, (<a href="http://96.133.236.234" target="_blank">http://96.133.236.234</a>) and replace them, with your hotel's ip e.g Your Hamachis , VPS , Portforwarded IP.</p><p> </p><p>4. Close the wordpad which is open, and open up The var's in a wordpad document, and do the same as in the first set of text's. (in one of the text's there wont be any hotel address, this is because they are for furniture or badges.) </p><p> </p><p>5. After doing this go back to your localhost/housekeeping and write this down into each one, </p><p> </p><p><a href="http://(YOUR" target="_blank">http://(YOUR</a> HOTEL LINK)/v26/external_texts.txt - TEXTS</p><p> </p><p><a href="http://(YOUR" target="_blank">http://(YOUR</a> HOTEL LINK)/v26/external_vars.txt - VARS</p><p> </p><p><a href="http://(YOUR" target="_blank">http://(YOUR</a> HOTEL LINK)/v26/habbo.dcr - DCRS</p><p> </p><p> </p><p>---------------------------------------------------------------------------------------------------------------------------</p><p> </p><p> (E) OPENING YOUR HOTEL!!!!</p><p> </p><p>1. Go to your emulator, and go through Bin / Debug, and open up the holograph emulator, and it should run smoothly.</p><p> </p><p>---------------------------------------------------------------------------------------------------------------------------</p><p> </p><p>Thankyou for reading my tutorial and by this time, you should of opened your hotel, enjoy!!!! (P.S If there isnt a install folder in the cms, you can find one by downloading XoaCMSv1 and taking it from there.)</p></blockquote><p></p>
[QUOTE="Mitchh, post: 61796, member: 2481"] Mitch's Tutorial For Making a V26RP Hotel! Okay First Of Here Is What You WILL! Need. --------------------------------------------------------------------------------------------------------------------------- Winrar / [url]http://www.rarlab.com/download.htm[/url] .NET Connector 4 / [url]http://www.microsoft.com/download/en/details.aspx?id=17851[/url] ObboRP Database / [url]http://sharefast.net/file/1293478143391628954576[/url] Xoa Emulator v1 / [url]http://www.mediafire.com/?mkqtw09o00oesjr[/url] TechCMS (ObboEDIT) / [url]http://www.mediafire.com/file/pjiicxj2hagied4/TechCMS.rar[/url] Xampp 1.7.3 / [url]http://www.oldapps.com/xampp.php?old_xampp=46?download[/url] DCRS / [url]http://www.2shared.com/file/e88FkEuI/DCRSv26.html[/url] --------------------------------------------------------------------------------------------------------------------------- (A) DATABASE 1. Download Xampp and open up the control panel, click start on "Apache" and "Mysql" 2. Go to localhost/xampp and then press on security on the left hand side, and make a PHPMYADAMIN password. 3. Once created a password for pma, go to localhost/phpmyadmin and look for create a new database, create a database called "retro" 4. Import the database you downloaded, and import into phpmyadmin. 5. Once imported go to the bottom of the list, and find "system_config" , one found edit the Host ip to your ip, e.g Hamachi IP , Port forwarded IP , VPS IP. 6. Once changed press "Go" at the bottom, and it should save. --------------------------------------------------------------------------------------------------------------------------- (B) HTDOCS (CMS) 1. Okay, go to start menu on your computer, and go to "Computer" then open up your c:/ drive, and find "xampp" then go into that and open up "htdocs" and delete everything in there. 2. Then find the CMS you uploaded earlier and import the whole of that in there, (Dont import the file htdocs, go into the htdocs and upload it.) 3. Once you have done that, open up the install folder and open config.php In a wordpad document. 4. After opening it, change the Database Password To your own, (the one from localhost/xampp) and change the database itself to the one you saved it as earlier (localhost/phpmyadmin). 5. Click save and exit out of it, and copy config.php and paste it into the includes folder in htdocs, and then go to localhost/install and fill in it all (Remember what your password's were.) 6. Once done that, go back to htdocs and go into the install folder, and copy your config.php and go back to htdocs and paste it into your includes folder, once done this you can edit housekeeping etc etc --------------------------------------------------------------------------------------------------------------------------- (C) EMULATOR 1. Firstly, open the emulator you downloaded earlier, and extract the emu from the winrar folder, into your desktop. 2. Next open up the emulator, and go into Bin Then into Debug then into Bin. 3. Open the mysql in a wordpad document, and edit the settings to your database, and your phpmyadmin password. --------------------------------------------------------------------------------------------------------------------------- (D) DCRS / VARS / TEXTS 1. Okay, go into your site, e.g localhost and open up housekeeping login, and go to Settings then go to Hotel and leave this up. 2. Open up the dcrs you downloaded earlier, and extract the file "v26" to your htdocs. 3. Once extracted go into the file "v26" and open The first set of text's in a wordpad document, and press Edit press Replace and Put in the hotel name in the wordpad which is already there this will be most likely a couple number's like, ([url]http://96.133.236.234[/url]) and replace them, with your hotel's ip e.g Your Hamachis , VPS , Portforwarded IP. 4. Close the wordpad which is open, and open up The var's in a wordpad document, and do the same as in the first set of text's. (in one of the text's there wont be any hotel address, this is because they are for furniture or badges.) 5. After doing this go back to your localhost/housekeeping and write this down into each one, [url]http://(YOUR[/url] HOTEL LINK)/v26/external_texts.txt - TEXTS [url]http://(YOUR[/url] HOTEL LINK)/v26/external_vars.txt - VARS [url]http://(YOUR[/url] HOTEL LINK)/v26/habbo.dcr - DCRS --------------------------------------------------------------------------------------------------------------------------- (E) OPENING YOUR HOTEL!!!! 1. Go to your emulator, and go through Bin / Debug, and open up the holograph emulator, and it should run smoothly. --------------------------------------------------------------------------------------------------------------------------- Thankyou for reading my tutorial and by this time, you should of opened your hotel, enjoy!!!! (P.S If there isnt a install folder in the cms, you can find one by downloading XoaCMSv1 and taking it from there.) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
[TUT] How To Make a V26RP With Links! (Noob Friendly)
Top