Make a RevCms retro

Natretros

New Member
Nov 5, 2012
21
4
First of all, Let us begin with the Downloads

MySQL Connector :
XAMPP 1.7.3 :
RevCMS 1.9.9.9 :
SWF Pack :

Now, let’s begin make our Retro!


Step 1. Buy phoenix License or use Cracked version (Recommended Buying)

Step 2. Make a Folder called “Phoenix” in your desktop and extract the Phoenix files into the Folder.

Step 3. Install your XAMPP Version

Step 4. After done Installing, Open XAMPP Control Panel and Run both apache and MySQL and Tick the SVC on both of them.

Step 5. Install MySQL Connector, You will need it so Phoenix can connect to the Database.

Step 6. Go to and click Security.

Step 7. Setup a safe password for your MySQL, Make it Safe and hard for others to guess, or Face your hotel Getting hacked.

Step 8. Once you have Setup the password Re-Start MySQL, Just open XAMPP Control Panel stop on MySQL and Start again.

Step 9. Then go to,

Step 10. You should see “Create new Database” click there and make a Database named “Phoenix”.

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)

Step 12. Go to Phoenix folder in your desktop and open Config.conf

Step 13. You should see MySQL Configuration, Only edit what is in Red


Code:
## MySQL Configuration

db.hostname=127.0.0.1

db.port=3306

db.username=root

db.password=password

db.name=phoenix

Step 14. After editing it, Save it and close it.
Step 15. Go to C:\Xampp\htdocs and Delete everything Inside it.

Step 16. Open RevCMS 1.9.9.9 in Winrar and Extract it to C:\Xampp\htdocs

Step 17. After it’s been Extracted, go to C:\Xampp\htdocs\app\management and open Config.php

Step 18. It will show something like MySQL management etc, Only edit what is in Red


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
(Make sure your Database is phoenix and password is the MySQL’s Password)

Step 19. Go to Hotel Mangement section, And change these

From :


Code:
$_CONFIG['hotel']['server_ip'] = '124.234.68.43'; //IP of VPS/DEDI/etc

$_CONFIG['hotel']['url'] = ' //Does not end with a "/"


To:


Code:
$_CONFIG['hotel']['server_ip'] = '127.0.0.1'; //IP of VPS/DEDI/etc

$_CONFIG['hotel']['url'] = ' //Does not end with a "/"

And from:


Code:
$_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.

$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; //Web_Build

To:


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

Step 20. Then go to you should be able to Login and Register

Step 21. Register and Enjoy your Hotel

If you have a error like this when you Register:

Code:
Unknown column 'seckey' in 'field list'


Step 1. Go to and go to database named “Phoenix”

Step 2. Click MySQL and enter the Code below and click Go!

Code:
ALTER TABLE `users` ADD `seckey` VARCHAR( 999 ) NOT NULL


Download SWFs Pack:


How to edit SWFs:

Step 1. Go to c:\xampp\htdocs\app\management and then Open config.php

Step 2. Find and replace these stuff in config.php

Find :

Code:
$_CONFIG['hotel']['external_vars'] = ' //URL to your external vars



$_CONFIG['hotel']['external_texts'] = ' //URL to your external texts



$_CONFIG['hotel']['product_data'] = ' //URL to your productdata



$_CONFIG['hotel']['furni_data'] = ' //URL to your furnidata



$_CONFIG['hotel']['swf_folder'] = ' //URL to your SWF folder(does not end with a '/')
Replace them with:



Code:
$_CONFIG['hotel']['external_vars'] = ' //URL to your external vars



$_CONFIG['hotel']['external_texts'] = ' //URL to your external texts



$_CONFIG['hotel']['product_data'] = ' //URL to your productdata



$_CONFIG['hotel']['furni_data'] = ' //URL to your furnidata



$_CONFIG['hotel']['swf_folder'] = ' //URL to your SWF folder(does not end with a '/')

Step 3. Save it and close it.

SWF Pack :

Step 1.Open it in Winrar and Extract the folder.

Congratulations, You have successfully made your own R63 Habbo retro !

If you need any help, Just post.
 

Lotus

Legacy, it's all anyone leaves behind.
Jun 8, 2012
1,637
501
Step 13. You should see MySQL Configuration, Only edit what is in Red

Lol Fail. good tut you should name it how to make a RevCMS Hotel on Xampp Noob Friendly this is great for them. Yes we need images
 

Users who are viewing this thread

Top