[TUT] How to create a RevCMS Retro [TUT]

xXLesterXx

Member
Apr 27, 2012
103
2
Downloads:

XAMPP:
RevCMS:
WinRAR:
Notepad ++:
KidRamboDubstep's SWF Pack:
Phoenix Emulator: Buy or use a cracked version. [Recommend Buying]

Ok, Let's begin.

Step 1: Install XAMPP.

Step 2: After Installing XAMPP, Open XAMPP Control Panel.

Step 3: Start "Apache" and "MySQL".

Step 4: Go to " localhost/security/xamppsecurity.php "

Step 5: Setup a password then save it. [Tip: Make sure its hard to guest but easy to remember.]

Step 6: Go to " localhost/phpmyadmin " then Login, Username is "Root" then the password is the password you set earlier.

Step 7: Click database, Create a database name it rev_cms or choose any name you want then save.

Step 8: Click the database you created then click Import.

Step 9: Click "Choose file" then find the .sql file in the Phoenix Emulator then upload it.

Step 10: Go to desktop then make a folder called "Habbo Retro" then extract the RevCMS .rar file.

Step 11: Go To xampp>htdocs then delete everything inside the htdocs folder.

Step 12: Extract the RevCMS .rar file in the "htdocs" folder.

Step 13: Extract the SWF in the htdocs.

Step 14: Click app>management>config.php, Open it with Notepad ++


Change this
Code:
$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.
 
$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host
 
$_CONFIG['mysql']['username'] = 'root'; //MySQL username
 
$_CONFIG['mysql']['password'] = 'root'; //MySQL password
 
$_CONFIG['mysql']['database'] = 'rev_phoenix'; //MySQL database
 
$_CONFIG['mysql']['port'] = '3306'; //MySQL's port

To this
Code:
$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.
 
$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host
 
$_CONFIG['mysql']['username'] = 'root'; //MySQL username
 
$_CONFIG['mysql']['password'] = 'Phpmyadmin password you created earlier'; //MySQL password
 
$_CONFIG['mysql']['database'] = 'Database name you created earlier'; //MySQL database
 
$_CONFIG['mysql']['port'] = '3306'; //MySQL's port

And This
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 "/"
 
$_CONFIG['hotel']['name'] = 'Habbo'; // Hotel's name
 
$_CONFIG['hotel']['desc'] = 'Best hotel around!'; //Hotel's description
 
$_CONFIG['hotel']['email'] = '[email protected]'; //Where the help queries from users are emailed to.@Priv skin
 
$_CONFIG['hotel']['in_maint'] = false; //False if hotel is NOT in maintenance. True if hotel IS in maintenance
 
$_CONFIG['hotel']['motto'] = 'I <3 ' . $_CONFIG['hotel']['name']; //Default motto users will register with.
 
$_CONFIG['hotel']['credits'] = 5000; //Default number of credits users will register with.
 
$_CONFIG['hotel']['pixels'] = 10000; //Default number of pixels users will register with

To this:
Code:
$_CONFIG['hotel']['server_ip'] = 'Hamachi IP, IP, VPS, Dedi'; //IP of VPS/DEDI/etc
 
$_CONFIG['hotel']['url'] = 'http://YOURHOTELLINK/'; //Does not end with a "/"
 
$_CONFIG['hotel']['name'] = 'Your hotel name'; // Hotel's name
 
$_CONFIG['hotel']['desc'] = 'Best hotel around!'; //Hotel's description
 
$_CONFIG['hotel']['email'] = '[email protected]'; //Where the help queries from users are emailed to.@Priv skin
 
$_CONFIG['hotel']['in_maint'] = false; //False if hotel is NOT in maintenance. True if hotel IS in maintenance
 
$_CONFIG['hotel']['motto'] = 'I <3 ' . $_CONFIG['hotel']['name']; //Default motto users will register with.
 
$_CONFIG['hotel']['credits'] = 5000; //Default number of credits users will register with.
 
$_CONFIG['hotel']['pixels'] = 10000; //Default number of pixels users will register with

And this
Code:
$_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.
 
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; //Web_Build
 
$_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 '/')

To this
Code:
$_CONFIG['hotel']['figure'] = 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100'; //Default figure users will register with.
 
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/[SIZE=4][FONT=monospace][COLOR=#000000]1201[/COLOR][/FONT][/SIZE]'; //Web_Build
 
$_CONFIG['hotel']['external_vars'] = 'http://YOURIP/r63/external_variables.txt'; //URL to your external vars
 
$_CONFIG['hotel']['external_texts'] = 'http://YOURIP/r63//external_flash_texts.txt'; //URL to your external texts
 
$_CONFIG['hotel']['product_data'] = 'http://YOURIP/r63/productdata.txt'; //URL to your productdata
 
$_CONFIG['hotel']['furni_data'] = 'http://YOURIP/r63/furnidata.txt'; //URL to your furnidata
 
$_CONFIG['hotel']['swf_folder'] = 'http://YOURIP/r63'; //URL to your SWF folder(does not end with a '/')

Then save it!


Configuring your Emulator:

Step 1: Open config.conf with Notepad ++

This will pop-up
Code:
## Phoenix 3.0 Cracked System Configuration File
 
## Licence Information
*****.username=Lester
*****.password=*****
 
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=PhpMyAdmin Password
db.name=Database Password
 
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30
 
## Game TCP/IP Configuration
game.tcp.bindip= Hamachi IP, Or VPS
game.tcp.port=30000
game.tcp.conlimit=5000
 
## Client configuration
client.ping.enabled=1
client.ping.interval=30000
 
## MUS TCP/IP Configuration
mus.tcp.bindip=  Hamachi IP,I Or VPS
mus.tcp.port=30001
mus.tcp.allowedaddr= Hamachi IP, Or VPS
 
## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1
## Doesn't Get rid of all startup messages, there's like 4 remaining!
emu.messages.startup=0

Step 2: Save it.


If you can't register

Go to your Database then click SQL then put this code
Code:
 ALTER TABLE `users` ADD `seckey` VARCHAR(999)

Then save it

Last thing

Go to PhpMyAdmin then open the Database you create then click "users" or "user" find your Username then find the column named rank then set the rank to 7 so your the hotel owner

Save it!

Then open Phoenix Emulator!
Now You're done!!

Any Problems?
Just comment it :)
 

Lotus

Legacy, it's all anyone leaves behind.
Jun 8, 2012
1,637
501
DevBest does not support Cracked Emulators do not come running for help when you use a cracked emulator. Good Luck.
 

JoeMyGod

New Member
Dec 15, 2012
1
0
Help? I dont understand step 4 Go to " localhost/security/xamppsecurity.php "

where Do I find this?????

Joe
 

Reedz

#1 Baller
Jul 9, 2012
640
121
sorry, this tutorial is too compact, its all bunched up and not led out 'clearly'. Maybe think about re-arranging the thread.
 

Users who are viewing this thread

Top