[Tut] How to make a RevCMS Habbo retro (R63) [Tut]

Status
Not open for further replies.

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 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,

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. :p

You will see this:
$_CONFIG['hotel']['server_ip'] = '124.234.68.43'; //IP of VPS/DEDI/etc

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

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

$_CONFIG['hotel']['url'] = ' //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 should be able to Login and Register

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 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:
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'] = ' //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 with:
$_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 '/')
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'] = ' //URL to your external texts
Replace with:
$_CONFIG['hotel']['external_texts'] = ' //External Flash Texts [Don't edit]
You are done making a hotel! enjoy. :)
 

Khalil

IDK
Dec 6, 2011
1,642
786
Using Xampp for your tut ?! | No one currently uses Xampp as it's seriously fucked with it's security problems,i suggest you use IIS.
As noobs (no offence) are new to making a hotel they will follow what you said about crakced phoenix and use crack for their hotels & that is going to fuck them so hard,i really suggest you re-make this tut.

Anyways,Good luck.
 

Tomm

The Legend
Aug 19, 2012
191
92
Should really consider adding IIS... a lot better lol. However, noob friendly I guess lol.:up:
 
Status
Not open for further replies.

Users who are viewing this thread

Top