Esher
New Member
- Apr 30, 2012
- 10
- 2
Welcome to my first tutorial
Beginning downloads:
Notepad++ File Editor:
WinRar archiver:
XAMPP 1.7.3:
No-IP.com DNS client:
Download: Phoenix 3.7.1
Download: RevCMS 1.9.9.9
Step 1:Beginning downloads:
Notepad++ File Editor:
You must be registered for see links
WinRar archiver:
You must be registered for see links
XAMPP 1.7.3:
You must be registered for see links
No-IP.com DNS client:
You must be registered for see links
Download: Phoenix 3.7.1
You must be registered for see links
Download: RevCMS 1.9.9.9
You must be registered for see links
Install Notepad++, WinRar Archiver, and Xampp. Open xampp-control on your xampp directory and check Apache and MySQL only and Start both.
Step 2:
Once you have Apache and MySQL running, go to
You must be registered for see links
and go to Security on the left.Step 4:
Now change your password from "root", to whatever you want it to be.
Step 5:
Now, go to
You must be registered for see links
and log in with the username "Root" and your password you've set in Step 4.Step 6:
Go to the Databases tab and make a database named del_revcms or whatever you want the name to be. You just have to remember your databases name and then click Go.
Step 7:
After that, click on your database named del_revcms or your database name and click the Import tab on the top.
Step 8:
Click Choose file and select the Phoenix 3.7.1 db.sql from the Phoenix 3.7.1 Folder. (Extract it to your desktop first)
Step 9:
Click Go and wait for it to be uploaded
Step 10:
Once your SQL Database have been uploaded, your database (del_revcms) should have many tables on it.
Step 11:
Now go to your htdocs file on your xampp directory and delete all files in it and copy and paste all the files at Revcms 1.9.9.9 file I told you to download.
Step 12:
Go to the "\app\management\" and click on the config.php and left click your mouse and click Edit with Notepad++
Step 13:
Copy and paste whatever that is in " ' " and replace it on your config.php except in [' ']
Code:
$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host
$_CONFIG['mysql']['username'] = 'root'; //MySQL username
$_CONFIG['mysql']['password'] = 'Your Password'; //MySQL password
$_CONFIG['mysql']['database'] = 'rev63cms'; //MySQL database
$_CONFIG['hotel']['server_ip'] = 'localhost'; //IP of VPS/DEDI/etc
$_CONFIG['hotel']['url'] = 'http://localhost'; //URL to your hotel, does not end with a "/"
Now for the important parts:
Step 15.
Ensure that the follow jas a ".txt" behind it.
Code:
$_CONFIG['hotel']['external_texts'] = 'http://localhost/r63/external_flash_texts.txt'; //External Flash Texts [Don't edit]
$_CONFIG['hotel']['external_texts'] = 'http://localhost/r63/external_flash_texts.txt'; //External Flash Texts [Don't edit]
$_CONFIG['hotel']['product_data'] = 'http://localhost/r63/productdata.txt'; //Product Data [Don't edit]
$_CONFIG['hotel']['furni_data'] = 'http://localhost/r63/furnidata.txt'; //Furni Data [Don't edit]
$_CONFIG['hotel']['swf_folder'] = 'http://localhost/r63/swf'; //SWF Folder [Don't edit]
Step 16:
Go to the top of your config.php and put
Code:
date_default_timezone_set('America/Chicago');
Code:
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
Please note, Dont edit anything that I said you dont have to edit. I just dont want you to say that this dont work or that dont work.
Step 18.
Now, go to your Phoenix 3.7.1 Folder and edit the config.conf file with Notepad++. Ensure that everything is exactly like that. (Please change everything that i made "Your")
Code:
## Free Phoenix 3.7.1 13800 c2.1 System Configuration File
## Licence Information put user and password that you want
username=Your Username
password=Your Password
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=Your Password
db.name=rev63cms
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=100
## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
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=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1
## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1
Step 19.
Save and close it. Then Run Phoenix 3.7.1 Emulator. If all goes well, you should see a line of yellow code and hear a beep sound.
Step 20.
Head over to "\xampp\htdocs\app\tpl\skins\Mango", It'll be your bestfriend after this.
Step 21. Fixing the Hotel Button.
Edit "me.php, staff.php, account.php and news.php" with Notepad++.
In each one, Press Ctrl H, Find "api.php" and replace with "client" Save and close all 4 files. Make sure you edit all 4. If you dont, It will be an error.
Step 22. Fixing the Loading Issue.
Head over to "\xampp\htdocs\r63" and edit the "external_variables.txt" with Notepad++. Press Ctrl H and Find "gordon" and replace with "r63" Save and close it.
Step 23. Fixing the Security Key during register.
Go to localhost/phpmyadmin and log in again. Click on rev63cms at the right and then click on SQL at the top. enter this code in to the box and click Go.
Code:
ALTER TABLE `users` ADD `seckey` VARCHAR(999)
And, its finished! I hope that I didnt forgot anything cause it took me 1 hour to make this tutorial. I really hope that you guys appreciate my help.
Well, you have done your own r63 Habbo Retro Server! If you have any problems of Revcms, feel free to add me and PM me or reply to this thread :]
And also, pls leave a like if this tutorial works for you..
Register and go to localhost/phpmyadmin and go to users tab and click your name and make your rank 7 which is Administrator.
Please do tell me if you have any problems..
Credits:
Kryptos - 55% for making revcms
dannyy94 - 10% for making Mango theme
Predator, Gianni95 and Daff - 20% for making Phoenix 3.7.1 Cracked
Creators - 14% for making awesome applications (Notepad++ Text Editor, WinRAR Archiver and Xampp)
Me (Esher) - 1% for making the tutorial
Last edited: