Adem
Member
- Aug 8, 2012
- 170
- 7
Hello and welcome to my second tut, the latest one was how to make a oldschool habbo retro as some of you know. Anyways this is a tut on how to make an r63 habbo retro.
You will need the following:
MYSQL Connector:
XAMPP 1.7.3:
RevCMS 1.9.9.9:
SWF Pack:
Step 1. Get a Pheonix Licence, you will need to buy it.
Step 2. Go to your desktop and make a folder called "Phoenix" and extract the Phoenix files in there.
Step 3. Install your XAMPP, after installing, open your control panel and run apache and MySQL and tick the SVC on both of them.
Step 5. Install MySQL Connector, it lets phoenix connect to your database.
Step 6. Go to
Step 7. Setup a safe password for your MySQL, Make it Safe so people cannot enter and mess around with your database.
Step 8. Once you have Setup the password open the XAMPP control panel and stop the apache and mysql then start it again.
Step 9. Then go to,
Step 10. You should see “Create new Database” click it 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.
Step 12. Go to Phoenix folder in your desktop and open Config.conf
Step 13. You should see MySQL Configuration, only edit the one's in red.
## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=password
db.name=phoenix
Step 14. After editing , 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 Extracted, go to C:\Xampp\htdocs\app\management and open Config.php
Step 18. Once again, Only edit what is in Red. Edit these.
$_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
Step 19. Go to Hotel Mangement section, and edit these, well replace them.
You will see this:
$_CONFIG['hotel']['server_ip'] = '124.234.68.43'; //IP of VPS/DEDI/etc
$_CONFIG['hotel']['url'] = '
Replace it with:
$_CONFIG['hotel']['server_ip'] = '127.0.0.1'; //IP of VPS/DEDI/etc
$_CONFIG['hotel']['url'] = '
And this:
$_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; //Web_Build
With this:
$_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
Step 21. Register and post some news if you want.. LOL
If you registration fails and you see this:
Unknown column 'seckey' in 'field list'
Go to
Click on MYSQL and enter this code: ALTER TABLE `users` ADD `seckey` VARCHAR( 999 ) NOT NULL
Now for the SWFS. Download the swfs here:
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:
$_CONFIG['hotel']['external_vars'] = '
$_CONFIG['hotel']['external_texts'] = '
$_CONFIG['hotel']['product_data'] = '
$_CONFIG['hotel']['furni_data'] = '
$_CONFIG['hotel']['swf_folder'] = '
Replace with:
$_CONFIG['hotel']['external_vars'] = '
$_CONFIG['hotel']['external_texts'] = '
$_CONFIG['hotel']['product_data'] = '
$_CONFIG['hotel']['furni_data'] = '
$_CONFIG['hotel']['swf_folder'] = '
Save it and close it.
SWF Pack, open it in winrar and extract the folder.
If you need help, either ask me (post or Pm) or search it.
If you client disconnects when you try enter it. Try this:
Find this in your htdocs>app>management>config.php
Find: $_CONFIG['hotel']['external_texts'] = '
Replace with:
$_CONFIG['hotel']['external_texts'] = '
You are done making a hotel! enjoy.
You will need the following:
MYSQL Connector:
You must be registered for see links
XAMPP 1.7.3:
You must be registered for see links
RevCMS 1.9.9.9:
You must be registered for see links
SWF Pack:
You must be registered for see links
Step 1. Get a Pheonix Licence, you will need to buy it.
Step 2. Go to your desktop and make a folder called "Phoenix" and extract the Phoenix files in there.
Step 3. Install your XAMPP, after installing, open your control panel and run apache and MySQL and tick the SVC on both of them.
Step 5. Install MySQL Connector, it lets phoenix connect to your database.
Step 6. Go to
You must be registered for see links
and click Security.Step 7. Setup a safe password for your MySQL, Make it Safe so people cannot enter and mess around with your database.
Step 8. Once you have Setup the password open the XAMPP control panel and stop the apache and mysql then start it again.
Step 9. Then go to,
You must be registered for see links
Step 10. You should see “Create new Database” click it 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.
Step 12. Go to Phoenix folder in your desktop and open Config.conf
Step 13. You should see MySQL Configuration, only edit the one's in red.
## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=password
db.name=phoenix
Step 14. After editing , 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 Extracted, go to C:\Xampp\htdocs\app\management and open Config.php
Step 18. Once again, Only edit what is in Red. Edit these.
$_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
Step 19. Go to Hotel Mangement section, and edit these, well replace them.
You will see this:
$_CONFIG['hotel']['server_ip'] = '124.234.68.43'; //IP of VPS/DEDI/etc
$_CONFIG['hotel']['url'] = '
You must be registered for see links
//Does not end with a "/"Replace it with:
$_CONFIG['hotel']['server_ip'] = '127.0.0.1'; //IP of VPS/DEDI/etc
$_CONFIG['hotel']['url'] = '
You must be registered for see links
//Does not end with a "/"And this:
$_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; //Web_Build
With this:
$_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 must be registered for see links
you should be able to Login and RegisterStep 21. Register and post some news if you want.. LOL
If you registration fails and you see this:
Unknown column 'seckey' in 'field list'
Go to
You must be registered for see links
and go to your database, "Phoenix"Click on MYSQL and enter this code: ALTER TABLE `users` ADD `seckey` VARCHAR( 999 ) NOT NULL
Now for the SWFS. Download the swfs here:
You must be registered for see links
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:
$_CONFIG['hotel']['external_vars'] = '
You must be registered for see links
//URL to your external vars$_CONFIG['hotel']['external_texts'] = '
You must be registered for see links
//URL to your external texts$_CONFIG['hotel']['product_data'] = '
You must be registered for see links
//URL to your productdata$_CONFIG['hotel']['furni_data'] = '
You must be registered for see links
//URL to your furnidata$_CONFIG['hotel']['swf_folder'] = '
You must be registered for see links
//URL to your SWF folder(does not end with a '/')Replace with:
$_CONFIG['hotel']['external_vars'] = '
You must be registered for see links
//URL to your external vars$_CONFIG['hotel']['external_texts'] = '
You must be registered for see links
//URL to your external texts$_CONFIG['hotel']['product_data'] = '
You must be registered for see links
//URL to your productdata$_CONFIG['hotel']['furni_data'] = '
You must be registered for see links
//URL to your furnidata$_CONFIG['hotel']['swf_folder'] = '
You must be registered for see links
//URL to your SWF folder(does not end with a '/')Save it and close it.
SWF Pack, open it in winrar and extract the folder.
If you need help, either ask me (post or Pm) or search it.
If you client disconnects when you try enter it. Try this:
Find this in your htdocs>app>management>config.php
Find: $_CONFIG['hotel']['external_texts'] = '
You must be registered for see links
//URL to your external textsReplace with:
$_CONFIG['hotel']['external_texts'] = '
You must be registered for see links
//External Flash Texts [Don't edit]You are done making a hotel! enjoy.