Welcome to my very first tutorial.
First, Download this files"Credits to DeliriousCoder" for the download links.
Notepad++ Text Editor:
WinRAR Archiver:
XAMPP:
Phoenix 3.7.1:
RevCMS 1.9.9.9:
Preparation.
Install Notepad++ and WinRAR Archiver.
Step 1.
Install XAMPP, check that you want Appache andMySQL installed during installation. No need for FileZilla.
Step 2.
Once you're done installing XAMPP, MySQL and Apache, run XAMPP and tick Svc on both Apache and MySQL. Then Click start on both.
Step 3.
Once you have Apache and MySQL running, go to
Step 4.
Now change your password from "root", to whatever you want it to be.
Step 5.
Now, go to
Step 6.
Now, go to the "Databases" tab.
Step 7.
Make a database named "rev63cms". For simplicity, I put it as rev63cms. You can put it whatever you want. Just remember what you named it. Now, click "Go".
Step 8.
After that, click on rev63cms and click the "Import"Button on the top.
Step 9.
Click "Choose file" and select the "Phoenix 3.7.1 DB" from the Phoenix 3.7.1 Folder. (Extract it first)
Step 10.
Click "Go" and wait for upload.
Step 11.
Once the SQL database has been uploaded, your rev63cms database should have many tables in it.
Step 12.
Now go to your RevCMS 1.9.9.9 Folder. (Extract it first)
Step 13.
Go to "\app\management", right click theconfig.php and "Edit with notepad++"
Step 14.
Copy and paste whatever that is in red and replace it in your config file.
Code:
Now, the "more" important parts.
Step 15.
Ensure that the follow jas a ".txt" behind it.
Code:
Step 16.
Lastly, change this then save and close it.
Code:
Please note, What ever I have not asked you to touch, don't touch it until you completed this tutorial. I don't want you coming back and saying this don't work, that don't work.
Step 17.
Go to \xampp\htdocs and delete everything inside. Then paste the contents of the RevCMS 1.9.9.9 Folder in here.
Step 18.
Now, go to your Phoenix 3.7.1 Folder and edit theconfig.conf file with Notepad++. Ensure that everything is exactly like that.
Code:
[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
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. (Might be different for you)
Step 20.
Head over to \xampp\htdocs\app\tpl\skins\MangoCtrl H is going to be your best friend from now onwards.
Step 21. Fixing the Enter 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.
Step 22. Fixing the Loading Issue.
Head over to \xampp\htdocs\r63 and edit the"external_variables.txt" with Notepad++. PressCtrl H and Find "gordon" and replace with "r63"Save and close it.
Step 23. Fixing the Security Key during register.
Go to
Code:
I hope I have not forgotten anything. It took me 30 mins to make this tutorial and its 4.50am in the morning. I hope you guys appreciate this. All download links are from DeliriousCoder so if he changes the file and the tutorial fails, I'm sorry.
Well, I proud to say that all of you have made your very own local habbo r63 server! If you have any problems, feel free to PM me or better yet, reply to this thread.
Leave a thanks if this tutorial is good. Sorry for the lack of pictures. Too lazy.
Congrats, you can now head over to
Please tell me if there are any more problems and I will try my best to assist.[/CODE][/CODE][/CODE][/CODE][/FONT][/COLOR][/CODE][/FONT][/COLOR][/CODE][/FONT][/COLOR][/CODE][/FONT][/COLOR]
First, Download this files"Credits to DeliriousCoder" for the download links.
Notepad++ Text Editor:
You must be registered for see links
WinRAR Archiver:
You must be registered for see links
XAMPP:
You must be registered for see links
Phoenix 3.7.1:
You must be registered for see links
RevCMS 1.9.9.9:
You must be registered for see links
Preparation.
Install Notepad++ and WinRAR Archiver.
Step 1.
Install XAMPP, check that you want Appache andMySQL installed during installation. No need for FileZilla.
Step 2.
Once you're done installing XAMPP, MySQL and Apache, run XAMPP and tick Svc on both Apache and MySQL. Then Click start on both.
Step 3.
Once you have Apache and MySQL running, go to
You must be registered for see links
and go to into "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 set in Step 4.Step 6.
Now, go to the "Databases" tab.
Step 7.
Make a database named "rev63cms". For simplicity, I put it as rev63cms. You can put it whatever you want. Just remember what you named it. Now, click "Go".
Step 8.
After that, click on rev63cms and click the "Import"Button on the top.
Step 9.
Click "Choose file" and select the "Phoenix 3.7.1 DB" from the Phoenix 3.7.1 Folder. (Extract it first)
Step 10.
Click "Go" and wait for upload.
Step 11.
Once the SQL database has been uploaded, your rev63cms database should have many tables in it.
Step 12.
Now go to your RevCMS 1.9.9.9 Folder. (Extract it first)
Step 13.
Go to "\app\management", right click theconfig.php and "Edit with notepad++"
Step 14.
Copy and paste whatever that is in red and replace it in your config file.
Code:
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 "/"
Step 15.
Ensure that the follow jas a ".txt" behind it.
Code:
Code:
$_CONFIG['hotel']['external_vars'] = 'http://localhost/r63/external_variables.txt'; //External Vars [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]
Lastly, change this then save and close it.
Code:
Code:
$_CONFIG['template']['style'] = 'Mango';
Please note, What ever I have not asked you to touch, don't touch it until you completed this tutorial. I don't want you coming back and saying this don't work, that don't work.
Step 17.
Go to \xampp\htdocs and delete everything inside. Then paste the contents of the RevCMS 1.9.9.9 Folder in here.
Step 18.
Now, go to your Phoenix 3.7.1 Folder and edit theconfig.conf file with Notepad++. Ensure that everything is exactly like that.
Code:
Code:
## Free Phoenix 3.7.1 13800 c2.1 System Configuration File[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana]## Licence Information put user and password that you want[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana]username=Your Username[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana]password=Your Password[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana]## MySQL Configuration[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana]db.hostname=localhost[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana]db.port=3306[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana]db.username=root[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana]db.password=Your Password[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana]db.name=rev63cms[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana]## MySQL pooling setup (controls amount of connections)[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana]db.pool.minsize=5[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana]db.pool.maxsize=100[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana]## Game TCP/IP Configuration[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana]game.tcp.bindip=127.0.0.1[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana]game.tcp.port=30000[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana]game.tcp.conlimit=5000[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana]## Client configuration[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana]client.ping.enabled=1[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana]client.ping.interval=30000[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana]## MUS TCP/IP Configuration[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana]mus.tcp.bindip=127.0.0.1[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana]mus.tcp.port=30001[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana]mus.tcp.allowedaddr=127.0.0.1[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana]## Console Configuration[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana]emu.messages.connections=1[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana][COLOR=#333333][FONT=Verdana]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. (Might be different for you)
Step 20.
Head over to \xampp\htdocs\app\tpl\skins\MangoCtrl H is going to be your best friend from now onwards.
Step 21. Fixing the Enter 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.
Step 22. Fixing the Loading Issue.
Head over to \xampp\htdocs\r63 and edit the"external_variables.txt" with Notepad++. PressCtrl H and Find "gordon" and replace with "r63"Save and close it.
Step 23. Fixing the Security Key during register.
Go to
You must be registered for see links
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:
Code:
ALTER TABLE `users` ADD `seckey` VARCHAR(999)
Well, I proud to say that all of you have made your very own local habbo r63 server! If you have any problems, feel free to PM me or better yet, reply to this thread.
Leave a thanks if this tutorial is good. Sorry for the lack of pictures. Too lazy.
Congrats, you can now head over to
You must be registered for see links
and edit whatever crap you have there. Oh, make sure you set your rank to "7" which is Administrator, under the"Users" table.Please tell me if there are any more problems and I will try my best to assist.[/CODE][/CODE][/CODE][/CODE][/FONT][/COLOR][/CODE][/FONT][/COLOR][/CODE][/FONT][/COLOR][/CODE][/FONT][/COLOR]