[TUT] How to make a RevCMS 1.9.9.9 Hotel [Easy]

Is this tutorial helpful?


  • Total voters
    20
Status
Not open for further replies.

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:
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 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 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');
below the
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:

Vanish

Rising Java Developer
Dec 8, 2013
630
94
Why do u waste ur time on making these? there's like 40 of these out there on devbest, anyways good tut 5/10 for downloads.. 1/10 for tut (no screenies or anythin )
 

BabboV2

Member
Mar 31, 2014
39
5
i Am seeming to get a proglem here
Parse error: syntax error, unexpected 'to' (T_STRING) in C:\Users\Backup Account\Desktop\xampp\htdocs\app\management\config.php on line 37
 

BabboV2

Member
Mar 31, 2014
39
5
Very messy. :L
i agree I am having problems u might know idk
Parse error: syntax error, unexpected 'to' (T_STRING) in C:\Users\Backup Account\Desktop\xampp\htdocs\app\management\config.php on line 37
 

broges

Welcome To The Machine
Mar 6, 2014
571
312
i agree I am having problems u might know idk
Parse error: syntax error, unexpected 'to' (T_STRING) in C:\Users\Backup Account\Desktop\xampp\htdocs\app\management\config.php on line 37
Give my tutorial a go: :)
 

Esher

New Member
Apr 30, 2012
10
2
could u please help i got no one else D:

change your vars at the app/management/config.php to this

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

Meap

Don't need glasses if you C#
Nov 7, 2010
1,045
296
Tutorial was good, could of been a bit more clear though, maybe with some images but it helps
 

HabboRyanz

New Member
Oct 9, 2014
13
0
although no screenshots looks like a decent tutorial mate. now gonna test it. only thing is you could explain how to portforward/put on hamachi :) good job 8/10 if it works :)
 

Isaias

New Member
Oct 12, 2014
1
0
Any ideas?
iYui3cS.png
 

HabboRyanz

New Member
Oct 9, 2014
13
0
yes isaias. i just made this succesffully and can make it on urs if u have teamviewer or have u cofigured/started emulator up and ur swfs alright. just add my skype habboryanz and i will make u one for free...
 

ryancrowder

Member
Aug 8, 2014
34
0
@Isaias have u started/configured emulator?

yes the tutorial a bit messy but the downloads are the best without a doubt. nice to have swfs already in it. thanks @Esher
 
Status
Not open for further replies.

Users who are viewing this thread

Top