kalao
Member
- Jul 17, 2011
- 129
- 5
Hello, Im gonna show you how to make a RevCMS retro 2012. Fully work. If you get some problem or error Please comment or pm me Good luck we start with the downloads.
Let's start now
Xampp =
You must be registered for see links
RevCMS =
You must be registered for see links
Notepad++ =
You must be registered for see links
PhoenixEMU = Buy a emulator or use a cracked. [Buyed is better]
Winrar =
You must be registered for see links
Kidrambodubsteps R63 SWFS =
You must be registered for see links
NOW LET'S START MAKE A REVCMS RETRO!
1.Install Xampp, and open it up.
2.Start apache & MySQL ( Close down spotify & skype if u have it up and log out )
3.Go to
You must be registered for see links
4.Set up a password and save it.
5.Once you have save the password go to localhost/phpmyadmin
6.Log in with the password you create earlier at 4. ( Root will be the name so dont change it)
7.Click database > Then create a database called revdb ( You dont need have that you can change it if u want) Then create it.
8.Click on the db u created, Then click Import.
9.Click Choose file, Go to the emulator and choose the SQL File, And upload it.
10.Go to RevCMS winrar file, Create a map on deskop called Revcms, Extrace it from winrar file to the map u called '' revcms '' on deskop
11.Go to xampp>htdocs, Delete all things who are in it delete exactly all.
12.Extrace the revcms things u extracted earlier to htdocs.
13.Extrace the R63 swf map to htdocs, Then go to htdocs.
14. and click App>Managment>Config and open it up.
Change this
PHP:
$_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
PHP:
$_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 psw u created earlier'; //MySQL password
$_CONFIG['mysql']['database'] = 'DBNAME u created earlier'; //MySQL database
$_CONFIG['mysql']['port'] = '3306'; //MySQL's port
And This
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 "/"
$_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
PHP:
$_CONFIG['hotel']['server_ip'] = 'hamachi ip,ip,vps,dedi,etc'; //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
PHP:
$_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
PHP:
$_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_vars.txt'; //URL to your external vars
$_CONFIG['hotel']['external_texts'] = 'http://YOURIP/r63//external_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 '/')
AND SAVE IT
now we gonna configure the emulator.
THE EMULATOR CONFIGURE
1.Extrace the emulator file from winrar to deskop.
2. Open it up
3. Open config in it.
Then this should come up
Code:
## Phoenix 3.0 Cracked System Configuration File
## Licence Information
Otaku-Studios.username=kalao
Otaku-Studios.password=*****
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=DB PASSWORD
db.name=Db name
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30
## Game TCP/IP Configuration
game.tcp.bindip=>-> /Hamachi ip,Your,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,Your,ip Or VPS
mus.tcp.port=30001
mus.tcp.allowedaddr=>-> /Hamachi ip,Your,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
4. Then save it.
5.Start the emulator and see if its works fine, Once when u test it and its works fine Close it down.
NOW TIME FOR SWFS CONFIGURE!!!!!
1.Open up htdocs,
2.Click on r63 map in htdocs
3.Look for external_variables
4.Open it up.
5.Replace yourhotelIP to the ip u have to hotel
Like
Hamachi ip,Ip,Vps
6.Save it and close.
Now the last thing
1.Go to localhost/phpmyadmin
2.Log in with the pw u created earlier
3.Click on the db u created earlier
4.Look for the table called '' users'' or user
5.Click on your own name
6.Change rank 1 to 7 then s vae.
7. Then start emulator
8. Then PLAY AND HAVEEEEEEEEEEEEEEEEEEEEEEEE FUUUUUUUUUUUUUUUUN
Well,Now when u have finish u could have some errors so i fix them.
Can't register?
Run this code in your db =
Code:
ALTER TABLE `users` ADD `seckey` VARCHAR(999)
Want to register more than one time?
Do this!
1.Go to Class.users.php
2. In line 104 u find this code
Code:
if($engine->num_rows("SELECT * FROM users WHERE ip_reg = '" . $_SERVER['REMOTE_ADDR'] . "'") == 1)
3. Replace 1 with how much account u want to create per user.
Do you want every user go to same home room?
Do this.
1. Go to phpmyadmin and log in
2.Go to rooms table.
3.Run this sql code
Code:
UPDATE users SET home_room = 'THEROOMIDHERE' change the 'THEROOMIHERE'
4. Change 'THEROOMIDHERE' To Id of the room u want to have as start room.
5. Then run it.
Hope its good its my first tut