How to make a RevCMS Retro!

Aug 27, 2011
108
10
Downloads:
Xampp-
RevCMS 1.9.9-
Phoenix Emulator- racked or buy a licenses!
SWFS-

Xampp:
When it is downloaded open it and it should be a little like this
Just install it! It should take a few minutes! Once done CMD should open. Press Y for Yes on the first Screen!
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 don'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 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 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:

Change:
PHP Code:
$_CONFIG['hotel']['server_ip'] = '124.234.68.43'; //IP of VPS/DEDI/etc

$_CONFIG['hotel']['url'] = ' '; //Does not end with a "/"
To:
PHP Code:
$_CONFIG['hotel']['server_ip'] = '127.0.0.1'; //IP of VPS/DEDI/etc
$_CONFIG['hotel']['url'] = ' '; //Does not end with a "/"
and

from
PHP Code:
$_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; //Web_Build
to
PHP Code:
$_CONFIG['hotel']['figure'] = 'hr-100.hd-190-7.ch-210-66.lg-270-82.sh-290-80'; //Default figure users will with.
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/747'; //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:

PHP Code:
$_CONFIG['hotel']['external_vars'] = ' '; //URL to your external vars
$_CONFIG['hotel']['external_texts'] = ' '; //URL to your external texts
$_CONFIG['hotel']['product_data'] = ' '; //URL to your productdata
$_CONFIG['hotel']['furni_data'] = ' '; //URL to your furnidata
$_CONFIG['hotel']['swf_folder'] = ' '; //URL to your SWF folder(does not end with a '/')
to

PHP Code:
$_CONFIG['hotel']['external_vars'] = ' '; //URL to your external vars
$_CONFIG['hotel']['external_texts'] = ' '; //URL to your external texts
$_CONFIG['hotel']['product_data'] = ' '; //URL to your productdata
$_CONFIG['hotel']['furni_data'] = ' '; //URL to your furnidata
$_CONFIG['hotel']['swf_folder'] = ' '; //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:
Tweeny for SWFS
Me for writing tutorial!
 

Xeriz123

New Member
Jan 20, 2012
15
1
its says Fatal error: Function name must be a string in C:\xampp\htdocs\app\class.engine.php on line 52
 

Ryabs

Christmas Donator
Dec 30, 2011
343
39
its says Fatal error: Function name must be a string in C:\xampp\htdocs\app\class.engine.php on line 52
To Fix This Error do the following

Go to every file and replace
Code:
api.php WITH client

Fixed Simples.
 

Xeriz123

New Member
Jan 20, 2012
15
1
my is now Warning: mysql_pconnect() [ ]: Access denied for user 'root'@'localhost' (using password: YES) in C:\xampp\htdocs\app\class.engine.php on line 48
MySQL Engine - RevCMS:
MySQL could not connect to host
 

themaster2012

Member
Feb 16, 2012
188
15
PHP Code:
$_CONFIG['hotel']['external_vars'] = ' '; //URL to your external vars $_CONFIG['hotel']['external_texts'] = ' '; //URL to your external texts $_CONFIG['hotel']['product_data'] = ' '; //URL to your productdata $_CONFIG['hotel']['furni_data'] = ' '; //URL to your furnidata $_CONFIG['hotel']['swf_folder'] = ' '; //URL to your SWF folder(does not end with a '/')

so we need to replace the localhost with our url or ip address??
 

Xeriz123

New Member
Jan 20, 2012
15
1
I get confused when i have to put the PHP Code, can you explain better HOW and WHERE to put it?
ALTER TABLE `users` ADD `seckey` VARCHAR( 999 ) NOT NULL


bro you go to and there you see its saying SQL and go there and type that and click go sry for my bad english
 

Dzemal

Member
Mar 1, 2012
50
1
When im trying to open the client it says: Fatal error: Call to undefined function curl_init() in C:\xampp\htdocs\thehabbos_api\class.validate.php on line 29

How can i fix this?
 

Jake7282

Believe you can and you're halfway there.
Jan 2, 2012
238
12
delete it or enable curl

PHP Code:
$_CONFIG['hotel']['external_vars'] = ' '; //URL to your external vars $_CONFIG['hotel']['external_texts'] = ' '; //URL to your external texts $_CONFIG['hotel']['product_data'] = ' '; //URL to your productdata $_CONFIG['hotel']['furni_data'] = ' '; //URL to your furnidata $_CONFIG['hotel']['swf_folder'] = ' '; //URL to your SWF folder(does not end with a '/')

so we need to replace the localhost with our url or ip address??
no
 

Anonymous123

New Member
Mar 16, 2012
1
0
Parse error: syntax error, unexpected T_STRING in C:\xampp\htdocs\Fnas\thehabbos_api\class.validate.php on line 29

Someone can help me? If i open the client, the error came up. ;-(

Please, help me! :-(
 

Jake7282

Believe you can and you're halfway there.
Jan 2, 2012
238
12
you have to enable voting or find out how to set it up because I do not know sorry!
 

Users who are viewing this thread

Top