Nuke Forum
Log in, or register! We only allow guests to view forums.
Nuke Forum
Log in, or register! We only allow guests to view forums.
Nuke Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.


RPG Gaming, Habbo Hotel, Minecraft and more games you will find suitable for your needs.
 
HomeLatest imagesSearchRegisterLog in
Top posters
Joey (22)
How to make a RevCMS Retro! I_vote_lcapHow to make a RevCMS Retro! I_voting_barHow to make a RevCMS Retro! I_vote_rcap 
Snicker (7)
How to make a RevCMS Retro! I_vote_lcapHow to make a RevCMS Retro! I_voting_barHow to make a RevCMS Retro! I_vote_rcap 
Enrique (7)
How to make a RevCMS Retro! I_vote_lcapHow to make a RevCMS Retro! I_voting_barHow to make a RevCMS Retro! I_vote_rcap 
MeowLulz (1)
How to make a RevCMS Retro! I_vote_lcapHow to make a RevCMS Retro! I_voting_barHow to make a RevCMS Retro! I_vote_rcap 
Latest topics
» Electrical Wiring Books Pdf Free Download
How to make a RevCMS Retro! EmptyThu Dec 19, 2013 4:46 am by 

» Add to MMRPG section
How to make a RevCMS Retro! EmptyThu Aug 30, 2012 5:38 pm by MeowLulz

» How To Setup Your Xampp Control Panel [NonNoobFriendly] (Links To Pics)
How to make a RevCMS Retro! EmptyThu Jul 26, 2012 4:15 am by Joey

» Do not post in Quality tutorials.
How to make a RevCMS Retro! EmptyThu Jul 26, 2012 4:13 am by Joey

» Weed Egg [Coded][Swf]
How to make a RevCMS Retro! EmptyWed Jul 25, 2012 4:55 am by Enrique

»  Green Lantern ICM [Coded][Swf]
How to make a RevCMS Retro! EmptyWed Jul 25, 2012 4:41 am by Enrique

»  [AD] ~ Source Hotel ~ [AD]
How to make a RevCMS Retro! EmptyWed Jul 25, 2012 4:23 am by Enrique

» How to set-up thehabbos api (RevCMS)
How to make a RevCMS Retro! EmptyWed Jul 25, 2012 4:13 am by Joey

» How to set SWFs (No screenies)
How to make a RevCMS Retro! EmptyWed Jul 25, 2012 4:09 am by Enrique


 

 How to make a RevCMS Retro!

Go down 
2 posters
AuthorMessage
Enrique
Manager
Manager



Posts : 7
Points : 19
Reputation 2
Join date : 2012-07-25

How to make a RevCMS Retro! Empty
PostSubject: How to make a RevCMS Retro!   How to make a RevCMS Retro! EmptyWed Jul 25, 2012 2:58 am

Downloads:
Xampp-Download Xampp 1.7.3 - OldApps.com
RevCMS 1.9.9-RevCMS 1.9.9.zip
Phoenix Emulator-Cracked or buy a licenses!
SWFS- gordon.zip

Xampp:
When it is downloaded open it and it should be a little like this:
http://uploadir.com/u/46rpee Just install it, It should take a few minutes! Once done CMD should open. http://uploadir.com/u/40rlf9 Press Y for Yes on the first Screen.
http://uploadir.com/u/w13sa9 Press N for no on this screen, After the Relocating press X then hit enter, Afterwards you have done it!
On you desktop now you should have a shortcut called "Xampp Control Panel"
Open it and run Apache and MySql. If apache doesn't start make sure skype is closed.
Once they have started go to localhost in your web browser
Click Security You should see a table with a list saying "unsecure" or "unknown".
Under the table, theres a link to http://localhost/security/xamppsecurity.php Click it.
Enter a password and remember it! This is your PHPMyAdmin Password!
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.
Go to localhost/phpmyadmin or 127.0.0.1/phpmyadmin username is root and password should be the one you set up early.
Press databases and make one called "rev_phoenix"!
Your done with Xampp for now!

CMS:
Go into Xampp-Htdocs and delete EVERYTHING out of there!
Once you have open the RevCMS folder and extract all the files and folders into Htdocs.
When you have extracted go into Xampp/Htdocs/app/management and open config.php

Edit your hotel name and such and when done do this:

Code:
Change:
PHP Code:
$_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 Code:
$_CONFIG['hotel']['server_ip'] = '127.0.0.1'; //IP of VPS/DEDI/etc
$_CONFIG['hotel']['url'] = 'http://localhost'; //Does not end with a "/"
AND

FROM
Code:
PHP Code:
$_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/579'; //Web_Build

TO

Code:
PHP Code:
$_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/1104'; //Web_Build

Change "Priv" to "Mango" And save it!

Go to localhost or 127.0.0.1 and your hotel should be there!

Go to localhost/phpmyadmin and click you database and enter this code
PHP Code:
ALTER TABLE `users` ADD `seckey` VARCHAR( 999 ) NOT NULL

Press go!

No go back to your hotel and Register.
Go back into PhpMyAdmin. Go into your database again and find the table users! Make yourself rank 7 and save it!

SWFS:
Now go to xampp-htdocs-app-management-config and change the following:

Code:
PHP 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 '/')

TO

Code:
PHP Code:
$_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 '/')

Save it.

Extract the swfs into htdocs!

You have done Xampp, CMS, and Swfs now!

EMU:
Extract it onto Desktop.
Open the folder and enter you hotel details! Turn it on and there you have it! You should have your hotel! To see it go to localhost or 127.0.0.1. Find a tutorial on how to portfoward and how to edit it!

Credits:
{Unknown}


Last edited by Enrique on Wed Jul 25, 2012 3:32 am; edited 3 times in total
Back to top Go down
Joey
Founder
Founder
Joey


Posts : 22
Points : 53
Reputation 12
Join date : 2012-07-19
Location : Behind You.

How to make a RevCMS Retro! Empty
PostSubject: Re: How to make a RevCMS Retro!   How to make a RevCMS Retro! EmptyWed Jul 25, 2012 3:03 am

Very well detailed, but not sure if Noob Friendly. Adding some screen shots would help some noobs that have no clue what your talking about, or what your doing. But it's great that you added the codes. Well done.

+ Rep
Back to top Go down
https://nukeforum.board-directory.net
Enrique
Manager
Manager



Posts : 7
Points : 19
Reputation 2
Join date : 2012-07-25

How to make a RevCMS Retro! Empty
PostSubject: Re: How to make a RevCMS Retro!   How to make a RevCMS Retro! EmptyWed Jul 25, 2012 3:04 am

Alright, Thanks for the reply.


Last edited by Enrique on Wed Jul 25, 2012 3:31 am; edited 1 time in total
Back to top Go down
Joey
Founder
Founder
Joey


Posts : 22
Points : 53
Reputation 12
Join date : 2012-07-19
Location : Behind You.

How to make a RevCMS Retro! Empty
PostSubject: Re:   How to make a RevCMS Retro! EmptyWed Jul 25, 2012 3:16 am

Almost forgot..

This code:

Code:
PHP Code:
$_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/747'; //Web_Build

To this:

Code:
PHP Code:
$_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/1104'; //Web_Build

I changed the web-builds to the most current, replace this in your tutorial. This will discharge any issues people are having with their client.

747 was changed to:
1104.

Edit:

Also, they should not use localhost unless they want this to be for private uses only. They should buy a domain, or use no-ip.org. Teach them how to set that up, and you'll be good. Smile
Back to top Go down
https://nukeforum.board-directory.net
Sponsored content





How to make a RevCMS Retro! Empty
PostSubject: Re: How to make a RevCMS Retro!   How to make a RevCMS Retro! Empty

Back to top Go down
 
How to make a RevCMS Retro!
Back to top 
Page 1 of 1
 Similar topics
-
» Various RevCMS Fixes
» How to set-up thehabbos api (RevCMS)

Permissions in this forum:You cannot reply to topics in this forum
Nuke Forum :: MMORPG Developments :: Habbo Hotel :: Habbo Tutorials :: Habbo Quality Tutorials-
Jump to: