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 RevCMS Habbo Retro [TUT]
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="R3GuLaTiOnS" data-source="post: 107145" data-attributes="member: 17216"><p><span style="font-family: 'Tahoma'">First of all, Let us begin with the Downloads</span></p><p> </p><p><span style="font-family: 'Tahoma'">MySQL Connector : <a href="http://www.mediafire.com/?bbsiybl220mvi4vXAMPP" target="_blank">Here</a></span></p><p><span style="font-family: 'Tahoma'">XAMPP 1.7.3 : <a href="http://www.oldapps.com/xampp.php?old_xampp=46?download" target="_blank">Here</a></span></p><p><span style="font-family: 'Tahoma'">RevCMS 1.9.9.9 : <a href="http://cloud.rastalulz.com/2k2U463N1r2f0A0P2Q0H" target="_blank">Here</a></span></p><p><span style="font-family: 'Tahoma'">SWF Pack : <a href="http://www.mediafire.com/?nz3yhk1imnnq5fn" target="_blank">Here</a></span></p><p> </p><p><span style="font-family: 'Tahoma'">Now, let’s begin make our Retro!</span></p><p> </p><p> </p><p><span style="font-family: 'Tahoma'">Step 1. Buy phoenix License or use Cracked version (Recommended Buying)</span></p><p> </p><p><span style="font-family: 'Tahoma'">Step 2. Make a Folder called “Phoenix” in your desktop and extract the Phoenix files into the Folder.</span></p><p> </p><p><span style="font-family: 'Tahoma'">Step 3. Install your XAMPP Version</span></p><p> </p><p><span style="font-family: 'Tahoma'">Step 4. After done Installing, Open XAMPP Control Panel and Run both apache and MySQL and Tick the SVC on both of them.</span></p><p> </p><p><span style="font-family: 'Tahoma'">Step 5. Install MySQL Connector, You will need it so Phoenix can connect to the Database.</span></p><p> </p><p><span style="font-family: 'Tahoma'">Step 6. Go to <a href="http://Localhost" target="_blank">http://Localhost</a> and click Security.</span></p><p> </p><p><span style="font-family: 'Tahoma'">Step 7. Setup a safe password for your MySQL, Make it Safe and hard for others to guess, or Face your hotel Getting hacked.</span></p><p> </p><p><span style="font-family: 'Tahoma'">Step 8. Once you have Setup the password Re-Start MySQL, Just open XAMPP Control Panel stop on MySQL and Start again.</span></p><p> </p><p><span style="font-family: 'Tahoma'">Step 9. Then go to, <a href="http://Localhost/phpmyadmin" target="_blank">http://Localhost/phpmyadmin</a></span></p><p> </p><p><span style="font-family: 'Tahoma'">Step 10. You should see “Create new Database” click there and make a Database named “Phoenix”.</span></p><p> </p><p><span style="font-family: 'Tahoma'">Step 11. Then click Import, Go to your folder you made earlier called “Phoenix” in your Desktop and you should see something called “Phoenix 3.6.4 sql” Click there and import it. (Note: I am using Cracked emulator just for the Tutorial)</span></p><p> </p><p><span style="font-family: 'Tahoma'">Step 12. Go to Phoenix folder in your desktop and open Config.conf </span></p><p> </p><p><span style="font-family: 'Tahoma'">Step 13. You should see MySQL Configuration, Only edit what is in Red</span></p><p> </p><p> </p><p>[CODE]## MySQL Configuration</p><p> </p><p>db.hostname=127.0.0.1</p><p> </p><p>db.port=3306</p><p> </p><p>db.username=root</p><p> </p><p>db.password=password</p><p> </p><p>db.name=phoenix[/CODE]</p><p> </p><p> </p><p><span style="font-family: 'Tahoma'">Step 14. After editing it, Save it and close it.</span></p><p><span style="font-family: 'Tahoma'">Step 15. Go to C:\Xampp\htdocs and Delete everything Inside it.</span></p><p> </p><p><span style="font-family: 'Tahoma'">Step 16. Open RevCMS 1.9.9.9 in Winrar and Extract it to C:\Xampp\htdocs</span></p><p> </p><p><span style="font-family: 'Tahoma'">Step 17. After it’s been Extracted, go to C:\Xampp\htdocs\app\management and open Config.php</span></p><p> </p><p><span style="font-family: 'Tahoma'">Step 18. It will show something like MySQL management etc, Only edit what is in Red</span></p><p> </p><p> </p><p>[CODE]$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host</p><p> </p><p>$_CONFIG['mysql']['username'] = 'root'; //MySQL username</p><p> </p><p>$_CONFIG['mysql']['password'] = 'password'; //MySQL password</p><p> </p><p>$_CONFIG['mysql']['database'] = 'phoenix'; //MySQL database</p><p> </p><p>$_CONFIG['mysql']['port'] = '3306'; //MySQL's port[/CODE]</p><p> </p><p><span style="font-family: 'Tahoma'">(Make sure your Database is phoenix and password is the MySQL’s Password)</span></p><p> </p><p><span style="font-family: 'Tahoma'">Step 19. Go to Hotel Mangement section, And change these</span></p><p> </p><p><span style="font-family: 'Tahoma'">From :</span></p><p> </p><p> </p><p>[CODE]$_CONFIG['hotel']['server_ip'] = '124.234.68.43'; //IP of VPS/DEDI/etc</p><p> </p><p>$_CONFIG['hotel']['url'] = 'http://localhost/RevCMSold'; //Does not end with a "/"[/CODE]</p><p> </p><p> </p><p> </p><p><span style="font-family: 'Tahoma'">To:</span></p><p> </p><p> </p><p>[CODE]$_CONFIG['hotel']['server_ip'] = '127.0.0.1'; //IP of VPS/DEDI/etc</p><p> </p><p>$_CONFIG['hotel']['url'] = 'http://localhost'; //Does not end with a "/"[/CODE]</p><p> </p><p> </p><p><span style="font-family: 'Tahoma'">And from:</span></p><p> </p><p> </p><p>[CODE]$_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.</p><p> </p><p>$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; //Web_Build[/CODE]</p><p> </p><p> </p><p><span style="font-family: 'Tahoma'">To:</span></p><p> </p><p> </p><p>[CODE]$_CONFIG['hotel']['figure'] = 'hr-100.hd-190-7.ch-210-66.lg-270-82.sh-290-80'; //Default figure users will register with.</p><p> </p><p>$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1090'; //Web_Build[/CODE]</p><p> </p><p> </p><p><span style="font-family: 'Tahoma'">Step 20. Then go to <a href="Http://Localhost" target="_blank">Http://Localhost</a> you should be able to Login and Register</span></p><p> </p><p><span style="font-family: 'Tahoma'">Step 21. Register and Enjoy your Hotel</span></p><p> </p><p><span style="font-family: 'Tahoma'">If you have a error like this when you Register:</span></p><p> </p><p><span style="font-family: 'Tahoma'">[CODE]Unknown column 'seckey' in 'field list'[/CODE]</span></p><p> </p><p><span style="font-family: 'Tahoma'">Step 1. Go to <a href="http://localhost/phpmyadmin" target="_blank">http://localhost/phpmyadmin</a> and go to database named “Phoenix”</span></p><p> </p><p><span style="font-family: 'Tahoma'">Step 2. Click MySQL and enter the Code below and click Go!</span></p><p> </p><p><span style="font-family: 'Tahoma'">[CODE]ALTER TABLE `users` ADD `seckey` VARCHAR( 999 ) NOT NULL[/CODE]</span></p><p></p><p><span style="font-size: 15px"><span style="font-size: 15px">Download SWFs Pack:<a href="http://www.mediafire.com/?nz3yhk1imnnq5fn" target="_blank"> Here</a></span></span></p><p> </p><p></p><p><span style="font-size: 15px">How to edit SWFs:</span></p><p> </p><p><span style="font-size: 15px"><span style="font-size: 15px">Step 1. Go to c:\xampp\htdocs\app\management and then Open config.php</span></span></p><p> </p><p><span style="font-size: 15px"><span style="font-size: 15px">Step 2. Find and replace these stuff in config.php</span></span></p><p> </p><p><span style="font-size: 15px"><span style="font-size: 15px">Find :</span></span></p><p> </p><p>[CODE]$_CONFIG['hotel']['external_vars'] = 'http://localhost/RevCMS/r63/external_vars.txt'; //URL to your external vars</p><p> </p><p> </p><p> </p><p>$_CONFIG['hotel']['external_texts'] = 'http://localhost/RevCMS/r63//external_texts.txt'; //URL to your external texts</p><p> </p><p> </p><p> </p><p>$_CONFIG['hotel']['product_data'] = 'http://localhost/RevCMS/r63/productdata.txt'; //URL to your productdata</p><p> </p><p> </p><p> </p><p>$_CONFIG['hotel']['furni_data'] = 'http://localhost/RevCMS/r63/furnidata.txt'; //URL to your furnidata</p><p> </p><p> </p><p> </p><p>$_CONFIG['hotel']['swf_folder'] = 'http://localhost/RevCMS/r63/'; //URL to your SWF folder(does not end with a '/')[/CODE]</p><p> </p><p><span style="font-size: 18px">Replace them with:</span></p><p> </p><p> </p><p> </p><p>[CODE]$_CONFIG['hotel']['external_vars'] = 'http://localhost/gordon/external_variables.txt'; //URL to your external vars</p><p> </p><p> </p><p> </p><p>$_CONFIG['hotel']['external_texts'] = 'http://localhost/gordon/external_flash_texts.txt'; //URL to your external texts</p><p> </p><p> </p><p> </p><p>$_CONFIG['hotel']['product_data'] = 'http://localhost/gordon/productdata.txt'; //URL to your productdata</p><p> </p><p> </p><p> </p><p>$_CONFIG['hotel']['furni_data'] = 'http://localhost/gordon/furnidata.txt'; //URL to your furnidata</p><p> </p><p> </p><p> </p><p>$_CONFIG['hotel']['swf_folder'] = 'http://localhost/gordon/swf/'; //URL to your SWF folder(does not end with a '/')[/CODE]</p><p> </p><p> </p><p><span style="font-size: 15px">Step 3. Save it and close it.</span></p><p> </p><p><span style="font-size: 15px">SWF Pack :</span></p><p> </p><p><span style="font-size: 15px">Step 1.Open it in Winrar and Extract the folder.</span></p><p> </p><p><span style="font-size: 15px">Congratulations, You have successfully made your own R63 Habbo retro !</span></p><p> </p><p><span style="font-size: 15px">If you need any help, Just post.</span></p></blockquote><p></p>
[QUOTE="R3GuLaTiOnS, post: 107145, member: 17216"] [FONT=Tahoma]First of all, Let us begin with the Downloads[/FONT] [FONT=Tahoma]MySQL Connector : [URL='http://www.mediafire.com/?bbsiybl220mvi4vXAMPP']Here[/URL][/FONT] [FONT=Tahoma]XAMPP 1.7.3 : [URL='http://www.oldapps.com/xampp.php?old_xampp=46?download']Here[/URL][/FONT] [FONT=Tahoma]RevCMS 1.9.9.9 : [URL='http://cloud.rastalulz.com/2k2U463N1r2f0A0P2Q0H']Here[/URL][/FONT] [FONT=Tahoma]SWF Pack : [URL='http://www.mediafire.com/?nz3yhk1imnnq5fn']Here[/URL][/FONT] [FONT=Tahoma]Now, let’s begin make our Retro![/FONT] [FONT=Tahoma]Step 1. Buy phoenix License or use Cracked version (Recommended Buying)[/FONT] [FONT=Tahoma]Step 2. Make a Folder called “Phoenix” in your desktop and extract the Phoenix files into the Folder.[/FONT] [FONT=Tahoma]Step 3. Install your XAMPP Version[/FONT] [FONT=Tahoma]Step 4. After done Installing, Open XAMPP Control Panel and Run both apache and MySQL and Tick the SVC on both of them.[/FONT] [FONT=Tahoma]Step 5. Install MySQL Connector, You will need it so Phoenix can connect to the Database.[/FONT] [FONT=Tahoma]Step 6. Go to [URL]http://Localhost[/URL] and click Security.[/FONT] [FONT=Tahoma]Step 7. Setup a safe password for your MySQL, Make it Safe and hard for others to guess, or Face your hotel Getting hacked.[/FONT] [FONT=Tahoma]Step 8. Once you have Setup the password Re-Start MySQL, Just open XAMPP Control Panel stop on MySQL and Start again.[/FONT] [FONT=Tahoma]Step 9. Then go to, [URL]http://Localhost/phpmyadmin[/URL][/FONT] [FONT=Tahoma]Step 10. You should see “Create new Database” click there and make a Database named “Phoenix”.[/FONT] [FONT=Tahoma]Step 11. Then click Import, Go to your folder you made earlier called “Phoenix” in your Desktop and you should see something called “Phoenix 3.6.4 sql” Click there and import it. (Note: I am using Cracked emulator just for the Tutorial)[/FONT] [FONT=Tahoma]Step 12. Go to Phoenix folder in your desktop and open Config.conf [/FONT] [FONT=Tahoma]Step 13. You should see MySQL Configuration, Only edit what is in Red[/FONT] [CODE]## MySQL Configuration db.hostname=127.0.0.1 db.port=3306 db.username=root db.password=password db.name=phoenix[/CODE] [FONT=Tahoma]Step 14. After editing it, Save it and close it.[/FONT] [FONT=Tahoma]Step 15. Go to C:\Xampp\htdocs and Delete everything Inside it.[/FONT] [FONT=Tahoma]Step 16. Open RevCMS 1.9.9.9 in Winrar and Extract it to C:\Xampp\htdocs[/FONT] [FONT=Tahoma]Step 17. After it’s been Extracted, go to C:\Xampp\htdocs\app\management and open Config.php[/FONT] [FONT=Tahoma]Step 18. It will show something like MySQL management etc, Only edit what is in Red[/FONT] [CODE]$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host $_CONFIG['mysql']['username'] = 'root'; //MySQL username $_CONFIG['mysql']['password'] = 'password'; //MySQL password $_CONFIG['mysql']['database'] = 'phoenix'; //MySQL database $_CONFIG['mysql']['port'] = '3306'; //MySQL's port[/CODE] [FONT=Tahoma](Make sure your Database is phoenix and password is the MySQL’s Password)[/FONT] [FONT=Tahoma]Step 19. Go to Hotel Mangement section, And change these[/FONT] [FONT=Tahoma]From :[/FONT] [CODE]$_CONFIG['hotel']['server_ip'] = '124.234.68.43'; //IP of VPS/DEDI/etc $_CONFIG['hotel']['url'] = 'http://localhost/RevCMSold'; //Does not end with a "/"[/CODE] [FONT=Tahoma]To:[/FONT] [CODE]$_CONFIG['hotel']['server_ip'] = '127.0.0.1'; //IP of VPS/DEDI/etc $_CONFIG['hotel']['url'] = 'http://localhost'; //Does not end with a "/"[/CODE] [FONT=Tahoma]And from:[/FONT] [CODE]$_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with. $_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; //Web_Build[/CODE] [FONT=Tahoma]To:[/FONT] [CODE]$_CONFIG['hotel']['figure'] = 'hr-100.hd-190-7.ch-210-66.lg-270-82.sh-290-80'; //Default figure users will register with. $_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1090'; //Web_Build[/CODE] [FONT=Tahoma]Step 20. Then go to [URL]Http://Localhost[/URL] you should be able to Login and Register[/FONT] [FONT=Tahoma]Step 21. Register and Enjoy your Hotel[/FONT] [FONT=Tahoma]If you have a error like this when you Register:[/FONT] [FONT=Tahoma][CODE]Unknown column 'seckey' in 'field list'[/CODE][/FONT] [FONT=Tahoma]Step 1. Go to [URL]http://localhost/phpmyadmin[/URL] and go to database named “Phoenix”[/FONT] [FONT=Tahoma]Step 2. Click MySQL and enter the Code below and click Go![/FONT] [FONT=Tahoma][CODE]ALTER TABLE `users` ADD `seckey` VARCHAR( 999 ) NOT NULL[/CODE][/FONT] [SIZE=4][SIZE=4]Download SWFs Pack:[URL='http://www.mediafire.com/?nz3yhk1imnnq5fn'] Here[/URL][/SIZE][/SIZE] [SIZE=3][/SIZE] [SIZE=4]How to edit SWFs:[/SIZE] [SIZE=4][SIZE=4]Step 1. Go to c:\xampp\htdocs\app\management and then Open config.php[/SIZE][/SIZE] [SIZE=4][SIZE=4]Step 2. Find and replace these stuff in config.php[/SIZE][/SIZE] [SIZE=4][SIZE=4]Find :[/SIZE][/SIZE] [CODE]$_CONFIG['hotel']['external_vars'] = 'http://localhost/RevCMS/r63/external_vars.txt'; //URL to your external vars $_CONFIG['hotel']['external_texts'] = 'http://localhost/RevCMS/r63//external_texts.txt'; //URL to your external texts $_CONFIG['hotel']['product_data'] = 'http://localhost/RevCMS/r63/productdata.txt'; //URL to your productdata $_CONFIG['hotel']['furni_data'] = 'http://localhost/RevCMS/r63/furnidata.txt'; //URL to your furnidata $_CONFIG['hotel']['swf_folder'] = 'http://localhost/RevCMS/r63/'; //URL to your SWF folder(does not end with a '/')[/CODE] [SIZE=5]Replace them with:[/SIZE] [CODE]$_CONFIG['hotel']['external_vars'] = 'http://localhost/gordon/external_variables.txt'; //URL to your external vars $_CONFIG['hotel']['external_texts'] = 'http://localhost/gordon/external_flash_texts.txt'; //URL to your external texts $_CONFIG['hotel']['product_data'] = 'http://localhost/gordon/productdata.txt'; //URL to your productdata $_CONFIG['hotel']['furni_data'] = 'http://localhost/gordon/furnidata.txt'; //URL to your furnidata $_CONFIG['hotel']['swf_folder'] = 'http://localhost/gordon/swf/'; //URL to your SWF folder(does not end with a '/')[/CODE] [SIZE=4]Step 3. Save it and close it.[/SIZE] [SIZE=4]SWF Pack :[/SIZE] [SIZE=4]Step 1.Open it in Winrar and Extract the folder.[/SIZE] [SIZE=4]Congratulations, You have successfully made your own R63 Habbo retro ![/SIZE] [SIZE=4]If you need any help, Just post.[/SIZE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
[TUT] How to make a RevCMS Habbo Retro [TUT]
Top