How to setup - RevCMS & Cracked Phoenix (v3.6) [Pics][Noob friendly]
It took me forever to finally make a simple r63 hotel. The tutorials on RaGEZONE are the best out there, but only in bits and pieces. I took the best parts from the best tutorials in order to help people make their own r63 hotel.
I'm not an expert in r63's, so if something goes wrong when you're making it, I can't promise I can be fix everything.
Table of Contents:
- Downloads
- Extracting/Installing/Configuring
Step 1: Downloading
You need the specific versions of each piece of software or else you'll have problems with your retro.
Xampp version 1.7.7 - Download XAMPP from SourceForge.net
Phoenix v3.6 - PhoenixCrackedByColefrick.zip
MySQL Adapter - mysql.msi
RevCMS 1.9.9.9 - http://www.mediafire.com/?4g283fim1bqu5wl
Step 2: Extracting/Installing
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Xampp
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Click next
http://i44.tinypic.com/1zyiq79.png
The first two don't matter, but make sure you install MySQL and Apache
http://i43.tinypic.com/24wr2ja.png
Click install. It should do the rest for you. If you have an error installing xampp, post a reply.
If xampp installed correctly, it'll look like this:
http://i41.tinypic.com/35n0ex5.png
When xampp is running, you need to set up your security. Go to RaGEZONE. Pick you language (English probably..) Then, click security at the top left hand part of the screen
http://i44.tinypic.com/312zm84.png
Pick a password and write it down or type it somewhere, just DON'T FORGET IT!
Make sure your settings look like this
http://i41.tinypic.com/34jeo9t.png
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
MySQL Adapter
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Simply double click the mysql.msi file and it'll do everything for your.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
RevCMS
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Extract everything in the RevCMS folder and move it to your htdocs folder
(htdocs folder = C:\xampp\htdocs)
http://i42.tinypic.com/30vyv11.png
Now you need to edit the CMS config file
(CMS config foler = C:\xampp\htdocs\app\management)
http://i41.tinypic.com/1zwnds9.png
Open it with a text editor (preferable Notepad++)
Edit the config file to reflect your hotel's info:
Code:
<?php
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
#Please fill this all out.
#NOTE: To set up TheHabbos.ORG's API go to wwwroot/mysite/thehabbos_api for IIS, OR, htdocs/thehabbos_api for XAMPP and others.
/*
*
* MySQL management
*
*/
$_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'] = 'YOURPASSHERE'; //The password you chose when setting up xampp security
$_CONFIG['mysql']['database'] = 'rev_phoenix'; //MySQL database
$_CONFIG['mysql']['port'] = '3306'; //MySQL's port
/*
*
* Hotel management - All URLs do not end with an "/"
*
*/
$_CONFIG['hotel']['server_ip'] = 'YOURIP'; //IP of VPS/DEDI/etc
$_CONFIG['hotel']['url'] = 'localhost'; //Does not end with a "/"
$_CONFIG['hotel']['name'] = 'YOURHOTELNAME'; // Hotel's name
$_CONFIG['hotel']['desc'] = 'HOTEL'S MOTTO'; //Hotel's description
$_CONFIG['hotel']['email'] = 'YOUREMAIL'; //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'] = 'STARTING MOTTO' . $_CONFIG['hotel']['name']; //Default motto users will register with.
$_CONFIG['hotel']['credits'] = STARTINGCREDSAMOUNT; //Default number of credits users will register with.
$_CONFIG['hotel']['pixels'] = STARTINGPIXELAMOUNT; //Default number of pixels users will register with.
$_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; //Web_Build
$_CONFIG['hotel']['external_vars'] = 'YOURVARS'; //URL to your external vars
$_CONFIG['hotel']['external_texts'] = 'YOURTEXTS'; //URL to your external texts
$_CONFIG['hotel']['product_data'] = 'YOURPRODUCTDATA'; //URL to your productdata
$_CONFIG['hotel']['furni_data'] = 'YOURFURNIDATA'; //URL to your furnidata
$_CONFIG['hotel']['swf_folder'] = 'YOURSWF'; //URL to your SWF folder(does not end with a '/')
/*
*
* Templating management - Pick one of our default styles or make yours by following our examples!
*
*/
#RevCMS has 2 default styles, 'Mango' by dannyy94 and 'Priv' by joopie - Others styles are to come, such as RastaLulz's ProCMS style and Nominal's PhoenixCMS 4.0 style.
$_CONFIG['template']['style'] = 'Mango'; //This is optional to change
/*
*
* Other topsites.. thing
*
*/
$_CONFIG['thehabbos']['username'] = 'YOURTHEHABBOSUSERNAME';
$_CONFIG['retro_top']['user'] = 'IDKWHATGOESHERE..';
/*
*
* Recaptcha management - Fill the information below if you have one, else leave it like that and don't worry, be happy.
*
*/
$_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';
$_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';
/*
*
* Social Networking stuff
*
*/
$_CONFIG['social']['twitter'] = 'YOURTWITTER'; //Hotel's Twitter account
$_CONFIG['social']['facebook'] = 'YOURFACEBOOK'; //Hotel's Facebook account
?>
ONLY EDIT WHAT'S IN RED!
Use these dcrs (Provided by Vuis)
Code:
Variables: http://dcr.force-hosting.com/r63/openhabbo/external_variables.txt
Texts: http://dcr.force-hosting.com/r63/openhabbo/external_flash_texts.txt
Product Data: http://dcr.force-hosting.com/r63/openhabbo/productdata_3.txt
Furni Data: http://dcr.force-hosting.com/r63/openhabbo/furnidata_4.txt
SWF Folder: http://dcr.force-hosting.com/r63/openhabbo
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Emulator setup (Phoenix v3.6)
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Extract the emulators files to a separate folder, preferably on on your desktop
Open the config.conf file, and edit it. Make it look identical to this:
http://i39.tinypic.com/wvd1l5.png
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
DB Setup
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- Go to http://localhost/phpmyadmin
- Enter the password you chose from earlier
- Click 'Databases'
- Type in "rev_phoenix" (without the quotes) and click Create
- Now open the database, and click "Import" at the top of the window
- Click choose file, and navigate to your emulator folder, and choose phoenixdb.sql, and click Go. (Might take a minute)
- When it's done uploading, click the SQL tab and enter this:
Code:
ALTER TABLE `users` ADD `seckey` VARCHAR(999)
Click Go.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Disable secure_sessions
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I don't really know why you have to do this, but it seems to help.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Testing It
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
If all went well, go to RaGEZONE. Register. Don't click enter unless you've configured the api with your TheHabbos account. Instead, go to http://localhost/client
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
If you need help
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
As I said, I will do I can to help you. Just reply on the thread. I can't guarantee anything, but I will do my best to help.
MAKE SURE YOU PORTFORWARD! If enough people need help port forwarding, I'll make a separate tutorial.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Credits
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Vuis - 50% (I used his tutorial as a template and improved upon it)
ColeFrick - 40% (Idk who that is, but he cracked Phoenix v3.6)
Joocy - 10% (Cause I'm awesome)
(If you want credits for something let me know)
(If I left something out on the tut, let me know so I can fix it)
Re: How to setup - RevCMS & Cracked Phoenix (v3.6) [Pics][Noob friendly]
Easy to understand, Simply a basic tutorial, Maybe Quality Tutorials next?
Re: How to setup - RevCMS & Cracked Phoenix (v3.6) [Pics][Noob friendly]
Re: How to setup - RevCMS & Cracked Phoenix (v3.6) [Pics][Noob friendly]
Re: How to setup - RevCMS & Cracked Phoenix (v3.6) [Pics][Noob friendly]
Nice tutorial, well detailed and explained.
Re: How to setup - RevCMS & Cracked Phoenix (v3.6) [Pics][Noob friendly]
Nice tutorial. I suggest putting the db before but it's ok.
I get this error:
http://img526.imageshack.us/img526/5644/gtde.png
The links go to: http://dcr.force-hosting.com/r63/openhabbo/Habbo.swf
The emulator says this: Login Error: User Account not found - Make sure the users LAST_IP matches their current IP. <127.0.0.1>
Nevermind! I got it working!
Re: How to setup - RevCMS & Cracked Phoenix (v3.6) [Pics][Noob friendly]
A bl4bl4
if i change it to http://dcr.force-hosting.com/r63/openhabbo/Habbo.swf my client just tsays white, but if i change it to what it was orginally, it loads but then disconnects.
Re: How to setup - RevCMS & Cracked Phoenix (v3.6) [Pics][Noob friendly]
if your client is white your webbuild is out of date use this webbuild
63_1dc60c6d6ea6e089c6893ab4e0541ee0/787
Re: How to setup - RevCMS & Cracked Phoenix (v3.6) [Pics][Noob friendly]
Parse error: parse error, expecting `T_CONSTANT_ENCAPSED_STRING' or `'('' in D:\Xampp\htdocs\global.php on line 22
Does anyone have the global.php fix for this?
I can´t find any fix.. And i tried to use a global.php from other CMS too.. But nothing works.?
Re: How to setup - RevCMS & Cracked Phoenix (v3.6) [Pics][Noob friendly]
Post your global.php code.
Re: How to setup - RevCMS & Cracked Phoenix (v3.6) [Pics][Noob friendly]
Quote:
Originally Posted by
jjhoopmaster
if your client is white your webbuild is out of date use this webbuild
63_1dc60c6d6ea6e089c6893ab4e0541ee0/787
and i do that how?
Re: How to setup - RevCMS & Cracked Phoenix (v3.6) [Pics][Noob friendly]
Quote:
<?php
// Special Functions
function filter($var)
{
return mysql_real_escape_string(stripslashes(htmlspecialchars($var)));
}
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
if(isset($_SERVER['HTTP_CF_CONNECTING_IP'])) { $_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_CF_CONNECTING_IP']; }
error_reporting(E_ALL ^ E_NOTICE);
define('A', 'app/');
define('I', 'interfaces/');
define('M', 'management/');
define('T', 'tpl/');
//REVOLUTION
use Revolution as Rev;
//INTERFACES
require_once A . I . 'interface.core.php';
require_once A . I . 'interface.engine.php';
require_once A . I . 'interface.users.php';
require_once A . I . 'interface.template.php';
//TPL
require_once A . T . I . 'interface.forms.php';
//HTML
require_once A . T . I . 'interface.html.php';
//CSS
require_once A . T . I . 'interface.css.php';
//JS
require_once A . T . I . 'interface.js.php';
//CLASSES
//app
require_once A . 'class.core.php';
require_once A . 'class.engine.php';
require_once A . 'class.users.php';
require_once A . 'class.template.php';
//MANAGEMENT
require_once A . M . 'config.php';
require_once A . M . 'recaptchalib.php';
//TPL
require_once A . T . 'class.forms.php';
//HTML
require_once A . T . 'class.html.php';
//CSS
require_once A . T . 'class.css.php';
//JS
require_once A . T . 'class.js.php';
//OBJ
$core = new Rev\core();
$engine = new Rev\engine();
$users = new Rev\users();
$template = new Rev\template();
$template->form = new Rev\forms();
$template->html = new Rev\html();
$template->css = new Rev\css();
$template->js = new Rev\js();
//START
session_start();
$engine->Initiate();
$template->Initiate();
?>
This is my Global.php
Re: How to setup - RevCMS & Cracked Phoenix (v3.6) [Pics][Noob friendly]
I'm pretty sure it's your xampp version.
Go to: Control panel > Uninstall a program and scroll down to see xampp. It'll tell you the version. Make sure the version is 1.7.7
Re: How to setup - RevCMS & Cracked Phoenix (v3.6) [Pics][Noob friendly]
Oh sorry i have 1.7.1 because i had Problems with new versions of Hamachi.. Thank you i´ll try it :)
I installed 1.7.7 and started Mysql and Apache.. now i have this Error:
Quote:
Warning: mysql_pconnect() [function.mysql-pconnect]: Access denied for user 'root'@'localhost' (using password: YES) in D:\xampp\htdocs\app\class.engine.php on line 48
MySQL Engine - RevCMS:
MySQL could not connect to host
Re: How to setup - RevCMS & Cracked Phoenix (v3.6) [Pics][Noob friendly]