[TUT] How to make a RevCMS Habbo Retro [TUT]

R3GuLaTiOnS

Member
May 12, 2012
74
7
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'] = 'http://localhost/RevCMSold'; //Does not end with a "/"



To:


Code:
$_CONFIG['hotel']['server_ip'] = '127.0.0.1'; //IP of VPS/DEDI/etc
 
$_CONFIG['hotel']['url'] = 'http://localhost'; //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'] = '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 '/')

Replace them with:



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 '/')


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.
 

R3GuLaTiOnS

Member
May 12, 2012
74
7
Go to Htdocs, then App>Mangement>Config and then Find
$_CONFIG['hotel']['server_ip']
&
$_CONFIG['hotel']['url']

and then Edit them to :
$_CONFIG['hotel']['server_ip'] = 'localhost'; //IP of VPS/DEDI/etc

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

R3GuLaTiOnS

Member
May 12, 2012
74
7
Go to C:\Program Files\xampp\htdocs\app\management

Find

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

And replace it with

Code:
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1090'; //Web_Build



And btw, I used Phoenix 3.7.1 For this Tutorial

Need help with something Else? Just post a reply here with your Problem Good luck with your retro ;)
 

iWonder

New Member
Nov 9, 2011
27
1
Okay i done all of them! But when i go on to the client, it gives me a blank page, it's black.
You must be registered for see images attach

Help? :L
 

xXLesterXx

Member
Apr 27, 2012
103
2
It Says : Please Help Meh

Index of /

d





04-Dec-2011 12:59
Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1 Server at localhost Port 80
 

Lounge

#dat habbo nigga
Apr 12, 2012
304
27
Tutorial Rate -> 6/10

Maybe you should begin to explain it with pictures
which will be much more user friendly for beginners
 

R3GuLaTiOnS

Member
May 12, 2012
74
7
Okay i done all of them! But when i go on to the client, it gives me a blank page, it's black.
You must be registered for see images attach

Help? :L

Paste your Client's code

Tutorial Rate -> 6/10

Maybe you should begin to explain it with pictures
which will be much more user friendly for beginners

I have made it as Noob friendly as i could It is not my problem you couldn't Do it properly and Step by step..
 

Thom

You can't touch this
Oct 1, 2010
1,305
386
Okay i done all of them! But when i go on to the client, it gives me a blank page, it's black.
You must be registered for see images attach

Help? :L
I guess you're using the mango theme. Go to "app/tpl/skins/Mango" and open client.php

Open it in Notepad or Notepad++ and press ctrl+h
In the find box, put
Code:
="app/tpl
and in the replace box put
Code:
="{url}/app/tpl
 

R3GuLaTiOnS

Member
May 12, 2012
74
7
What do you mean "not alot of picrures" I haven't even added one picture for you to say "not alot of picrures" and you've spelled "Pictures" wrong, I've made it noob friendly so even without pictures many will be able to do it, If they can't they're a total noob who just joined today
 

FarLock

ThisHabbo Media Journalist
Apr 21, 2012
224
52
What do you mean "not alot of picrures" I haven't even added one picture for you to say "not alot of picrures" and you've spelled "Pictures" wrong, I've made it noob friendly so even without pictures many will be able to do it, If they can't they're a total noob who just joined today
Screenshots can be considered as visual aids for tutorials. This helps alot of newbies in setting up a RevCMS Habbo Retro. I don't like the way you react.
 

superdylan000

Member
Feb 21, 2012
58
2
Now this is what comes up:

Object not found!

The requested URL was not found on this server. The link on the seems to be wrong or outdated. Please inform the author of about the error.
If you think this is a server error, please contact the webmaster.
Error 404


06/29/12 00:11:03
Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.1
 

R3GuLaTiOnS

Member
May 12, 2012
74
7
Now this is what comes up:

Object not found!

The requested URL was not found on this server. The link on the seems to be wrong or outdated. Please inform the author of about the error.
If you think this is a server error, please contact the webmaster.
Error 404


06/29/12 00:11:03
Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.1

Go to:

C:\Program Files\xampp\htdocs\app\management/Mango or Priv then Open config

Scroll down and only search for Something saying like this:

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

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

There will not be space there will be something else
Then edit them with :

$_CONFIG['hotel']['server_ip'] = 'localhost'; //IP of VPS/DEDI/etc

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

And there you are done.
 

Users who are viewing this thread

Top