[TUT] Set up a R63 Hotel using Phoenix

Do you want more tutorials on how to set stuff up?

  • Yes

    Votes: 108 93.1%
  • No

    Votes: 8 6.9%

  • Total voters
    116

Thom

You can't touch this
Oct 1, 2010
1,305
386
Hey guys. Because so many people are asking for help with Phoenix, I have decided to make a tutorial on how to set it up with RevCMS and the SWF files.

Before we start, Please make sure you have Downloaded WinRAR and it is installed! You can download it here:
(If your computer is 32 BIT download this one)
(If your computer is 64 BIT download this one)

All the files in this thread that are possible to download do not contain any viruses or trojans etc. Phoenix may flag up as a virus, but its a false positive.


Lets start with Phoenix.
1. Download Phoenix from wherever you want to get it. It is not recommended that you use Cracked software for this so you are best off buying a licence.

2. Once it is downloaded and opened, You should see something like this:
5b11n2


Go to your desktop and create a new folder called "Phoenix". Once done highlight all the files you see and press extract (As shown in the image below)
8g6nk6


3. You should now see a window like this:
00r8dp


Navigate to the folder you made on your desktop called "Phoenix" and click "Ok".

4. You now need to download the MySQL Connector so Phoenix can connect to the database. This can be found .
Download and open this. You should see a screen like this one:
v03oq0

Press Next

You should now have 3 options, Choose "Typical"
u90qmr

and then click Install.
Once its done, that's all the setting up of phoenix we can do for now.

Onto the CMS.
1. Download XAMPP

2. Once downloaded, open it and you should see a screen like this:
46rpee

Just press install. This will probably take about 5 minutes, so if its going slow don't get too frustrated.

3. Once the little window bit is done, You should see the CMD open and have something like this in it:
40rlf9

For this screen, make sure it says "y" and then press enter. You should now see something like this:
w13sa9

Make sure it says "n" and press enter

5. After all the "Relocating ... " bit press enter 2 times and you should then see a screen like this one:
jxp8fv


6. Type in "x" and press enter.
Xampp is now installed! Woop

7. On your desktop, you should have a shortcut for "Xampp control panel". Open it up.
9d030k

Press "Start" on both Apache and MySQL.

8. Once they are started, go to and you should see a white page with "Xampp" on it and languages. Choose your language :D

It should now take you to a page that is orange, looking something like this:
n6sk98


9. Click Security. You should see a table with a list saying "unsecure" or "unknown".
Under the table, theres a link to Click it.

10. You now need to type in your MySQL Password. Make sure its something kind of secure that no one will guess, or your hotel could be hacked!
4mv32c


11. Once you typed your password in, Press "Password Changing".
You will now need to restart MySQL. You do this by opening the Xampp Control panel and pressing "Stop" on MySQL and then pressing "Start" again.

12. Go to and login with the username and password you just set.

13. You should see this, or something pretty similar.
q5710e

but we want to focus on this bit for now:
pe909n

Type in "phoenix" without "" and press "Create".

14. You now have your first database :D!
Along the top you should see this:
i0qz9z

Click "Import".

15. Press choose file and navigate to your Phoenix folder on the desktop. Go into the SQL Folder and choose the top one which should be "phoenix 3.6.4.sql". Select it and then press "Go".

16. Back to the emulator for a second, Go to the phoenix folder in your desktop and edit config.conf to your database settings!
This should look something like this:
jl36v3


17 .Save that and close it. Now Phoenix is all set up (For Localhost), We can move onto the CMS.

18. Download RevCMS

19. Go to c:\xampp\htdocs and delete the entire contents so the folder is empty, Open revCMS in WinRAR. Go into the RevCMS 1.9.9 folder and extract RevCMS into htdocs.
t113t9


20. Once it has extracted, Go to C:\xampp\htdocs\app\management and open config.php
We want to edit this bit:
z8tz6d

To your password. Make sure you set the database as phoenix

21. Now scroll down to the Hotel management section
You need to change
PHP:
$_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
PHP:
$_CONFIG['hotel']['server_ip'] = '127.0.0.1'; //IP of VPS/DEDI/etc
 
$_CONFIG['hotel']['url'] = 'http://localhost'; //Does not end with a "/"

and

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

You can also edit the Hotel names etc.


22. If you go to You should now be able to login/register and see something like this.
d216gl


If you get this error when Registering:
Unknown column 'seckey' in 'field list'

Go to and go to your phoenix database
Along the top, click SQL and then copy and paste this in:
Code:
ALTER TABLE `users` ADD `seckey` VARCHAR( 999 ) NOT NULL
and press Go
v3lm85


You can now try registering again - It should work.

Ok, The CMS and the Server are all set up, We just have 1 more bit you need to do - The SWFs
Most people fail at this bit, but as long as you don't edit ANYTHING in the SWF Folders, everything will work :D

1. First off, Go to c:\xampp\htdocs\app\management and open config.php
Find
PHP:
$_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 '/')
and replace with
PHP:
$_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 '/')
2. and save.

3. Download this SWF Pack from here, setup by me:

4. Open it in WinRAR and just extract it AS IT IS, including the folder. You DO NOT need to edit the variables but if you don't keep it in the Gordon folder, it wont work.


If you get a "404!" error when opening the client, go to c:\xampp\htdocs\app\tpl\skins\Priv and open me.php

find
PHP:
<li><a href="api.php">Client</a></li>
Replace with
PHP:
<li><a href="client">Client</a></li>
and
PHP:
<a href="api">Enter {hotelName}</a>
Replace with
PHP:
<a href="client">Enter {hotelName}</a>

I have also been setting it up as the tutorial goes to make sure everything works, and it does. If you have any issues, please post with detail and pictures or else it is hard to help you fix it :p
This tutorial was all written by me which took me ages ;( If you like it please press the "Like" button :)
Thanks for reading :D

EDIT::
Hi users, If you are having trouble, please include information about your issues such as an image or the error, rather than just requesting help!
 

Xenous

o shi
Nov 15, 2011
383
101
Glad to see it done and its noob friendly should reduce all the help threads well done, and thank you very much for this. (Now we wont get chatbox spemmed ;) )
 

Thom

You can't touch this
Oct 1, 2010
1,305
386
Glad to see it done and its noob friendly should reduce all the help threads well done, and thank you very much for this. (Now we wont get chatbox spemmed ;) )
Thanks :)
That was the aim, to help more people to stop spam.
Glad you like it
 

Thom

You can't touch this
Oct 1, 2010
1,305
386
Ill soon give some updated variables, texts etc as these ones seem outdated. Thanks for all the positive comments :3
 

Thom

You can't touch this
Oct 1, 2010
1,305
386
I really need help someone please help me with the above post I've posted earlier
This is a thread to set up Phoenix and RevCMS successfully. If you have done that, great!
If you need other help, please make a thread in the help section :)
 

Thom

You can't touch this
Oct 1, 2010
1,305
386
Just a few fixes you can do to get it to work better:
Replace your external_variables.txt with this:
Code:
simple.memenu.enabled=1
feed.badge_decorations.album=Feed_Badges
image.library.questing.url=http://%predefined%/gordon/c_images/Quests/
productdata.load.url=http://%predefined%/gordon/productdata.txt
logout.url=http://%predefined%/error
viral.furni.post_type=appRequest
image.library.playlist.url=http://%predefined%/gordon/c_images/playlist/
billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png
navigator.default.view=public
latencytest.interval=20000
furnidata.load.url=http://%predefined%/gordon/furnidata.txt
external.figurepartlist.txt=http://%predefined%/gordon/gamedata/figuredata.xml
image.library.url=http://%predefined%/gordon/c_images/
external.texts.txt=http://%predefined%/gordon/external_flash_texts.txt
latencytest.report.delta=100
flash.dynamic.download.name.template=%typeid%.swf
client.hotel_view.image=hotel_view_images_hq/hotelview_xmas10_es.png
billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
image.library.catalogue.url=http://%predefined%/gordon/c_images/catalogue/
flash.dynamic.download.url=http://%predefined%/gordon/hof_furni/
flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3
feed.badge_decorations.decoration_id=001
avatareditor.allowclubtryout=1
dynamic.download.name.template=hh_furni_xx_%typeid%.cct
private.image.library.url=http://images.%predefined%/gordon/c_images/
logout.disconnect.url=http://%predefined%/error
hotelview.banner.url=http://%predefined%/gordon/swf/banner.png
latencytest.report.index=3
dynamic.download.samples.template=%typeid%.cct
dynamic.download.url=http://%predefined%/gordon/hof_furni/
client.allow.facebook.like=0
infostand.use.button.enabled=false
catalog.drag_and_drop=true
link.format.friendlist.pref=http://%predefined%/profile/friendsmanagement?tab=6
group.badge.url=http://%predefined%/habbo-imaging/badge/%imagerdata%.gif
room.dragging.always_center=0
roomenterad.habblet.enabled=false
questing.showDetailsForNextQuest=false
habboinfotool.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/scam_userinfo_new.action?searchParamName=username&database=Stats&searchParamValue=
link.format.credits=http://%predefined%/credits
friendbar.requests.enabled=true
lagWarningLog.enabled=1
hover.name.enabled=true
client.toolbar.static.enabled=true
questing.useWing=true
questing.startQuestDelayInSeconds=10
client.hotel_view.show_on_startup=1
cfh.usercategories.withnoharasser=101,102,103,104,105,106
catalog.furniture.animation=true
roominfo.widget.enabled=1
navigator.always_open_after_login=1
client.minimail.embed.enabled=false
friend_bar.helper.friend_finding.enabled=false
interstitial.enabled=false
pixels.enabled=true
welcome.screen.enabled=0
link.format.club=http://%predefined%/credits/habboclub
club.subscription.disabled=1
toolbar.new_additions.notification.enabled=true
cfh.usercategories.withharasser=101,102,103,104,105,106
client.fatal.error.url=http://%predefined%/client_error
embed.showInRoomInfo=true
moderatoractionlog.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/moderator_activity.action?searchCriteria.habboName=
club.membership.extend.promotion.enabled=1
interstitial.interval=120000
purse.widget.currency.shells.enabled=0
interstitial.show.time=5000
roomadmin.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/roomadmin_search.action?searchParamType=3&searchParamValue=
client.allow.external.links=1
menu.avatar.enabled=true
client.credits.embed.enabled=true
link.format.mail.compose=http://%predefined%/me#mail/compose/%recipientid%/%random%/
room.rating.enable=1
navigator.colorlimit.yellow=50
interstitial.max.displays=8
questing.defaultCampaign=room_builder
trax.player.sample.memory.purge.enabled=1
friendbar.notifications.enabled=true
menu.own_avatar.enabled=1
navigator.colorlimit.orange=80
link.format.collectibles=http://%predefined%/credits/collectibles
link.format.userpage=http://%predefined%//rd/%ID%
avatar.widget.enabled=1
navigator.default_tab=official
client.logout.enabled=true
infostand.report.show=1
subscription.reminder.when.days.left=5
navigator.colorlimit.red=92
client.news.embed.enabled=true
purse.widget.enabled=1
Go to c:\xampp\gordon\c_images and delete the .HTACCESS file as that is stopping your c_images from working.

For those of you who are missing Achievment images, Replace the c_images\Quests folder with this one:

Any other problems, let me know and i will fix them :)
 

Users who are viewing this thread

Top