¥How to make a retro with cPanel¥

ExoticHabbo

New Member
Mar 29, 2012
18
1
1: You need
A

RevCMS - Community Projects > REV > Releses (I Suggest 1.0)

Step One:
Join HabboHosting > cPanel Account > Register > Check Email > Login to {yoursite}:2083

Step Two:
Database > Submit > PHPMyAdmin > Import > Phoenix3.SQL (You find yourself)

Step Three:
Go to filezilla > Host ftp.{yoursite} > User {your username} > Pass {yourpass} > Then Searsh for the folder WWW

Step Four:
Add Your RevCMS Folder

Step Five:
The Config Just Copy this
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'] = 'connect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.
 
$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host
 
$_CONFIG['mysql']['username'] = '{user}'; //MySQL username
 
$_CONFIG['mysql']['password'] = '{pass}'; //MySQL password
 
$_CONFIG['mysql']['database'] = '{user}_{your database}'; //MySQL database
 
$_CONFIG['mysql']['port'] = '3306'; //MySQL's port
 
/*
*
*    Hotel management  - All URLs do not end with an "/"
*
*/
 
$_CONFIG['hotel']['server_ip'] = '{url}'; //IP of VPS/DEDI/etc
 
$_CONFIG['hotel']['url'] = ''; //Does not end with a "/"
 
$_CONFIG['hotel']['name'] = '{your hotel name}'; // Hotel's name
 
$_CONFIG['hotel']['desc'] = 'Best Retro In The Generation!'; //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.
 
$_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.
 
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; //Web_Build
 
$_CONFIG['hotel']['external_vars'] = 'http://statichotel.com/swf/gamedata/externals.php?id=vars'; //URL to your external vars
 
$_CONFIG['hotel']['external_texts'] = 'http://statichotel.com/swf/gamedata/externals.php?id=texts'; //URL to your external texts
 
$_CONFIG['hotel']['product_data'] = 'http://statichotel.com/swf/gamedata/31/productdata.txt'; //URL to your productdata
 
$_CONFIG['hotel']['furni_data'] = 'http://statichotel.com/swf/gamedata/31/furnidata.txt'; //URL to your furnidata
 
$_CONFIG['hotel']['swf_folder'] = 'http://statichotel.com/swf/gamedata'; //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';
 
/*
*
*    Other topsites.. thing
*
*/
 
$_CONFIG['thehabbos']['username'] = 'Kryptos';
$_CONFIG['retro_top']['user'] = 'Kryptos';
 
/*
*
*    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'] = 'TwitterAccount'; //Hotel's Twitter account
 
$_CONFIG['social']['facebook'] = 'FacebookAccount'; //Hotel's Facebook account
 
?>

Then, your done just join and rank yourself 7!
(BTW your site stays 24/7) ;)

I Am not going to bother with the emu because i only use baal i dont know how to use phoenix :3

<3 EthanTBH From ExoticHabbo (My Retro)
 

Ljosh

New Member
Jan 29, 2012
10
0
hey guys how do i connect my emu to so that it works on my pc.. not saying how to make it run off cpanel... how to connect every thing like ips data base ect. im using pheniox humm... i have teamviewer as well and hotmail just add me [email protected]
also skype joshua.junious thanks guys
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,194
3,901
You missed a vital step for users to be-able to connect to their emulator to the database they need to add their server IP to the Remote MySQL so it can connect, but I wouldn't host my database away from the server, seems a bad idea, should only host the CMS away from the database and emulator. Because it has to wait on the MySQL server for data, then once it gets it it tries to catch up with itself.
 

Ljosh

New Member
Jan 29, 2012
10
0
You missed a vital step for users to be-able to connect to their emulator to the database they need to add their server IP to the Remote MySQL so it can connect, but I wouldn't host my database away from the server, seems a bad idea, should only host the CMS away from the database and emulator. Because it has to wait on the MySQL server for data, then once it gets it it tries to catch up with itself.
i have mysql remote and i have there server ip what do i do?
 

Ljosh

New Member
Jan 29, 2012
10
0
Once you've put your server IP of the emulator into the Remote MySQL box it should connection.

server ip of the emu?? my pc ip i put it in as %24.18.35.198 and saved it and all what i do after that to the emu??

heres the emu info
## Phoenix 3.0 System Configuration File

## Licence Information
**************.username=Anthologique
**************.password=JebaiseAaron

## MySQL Configuration
db.hostname=byethost7.com
db.port=3306
db.username=b7_10680785
db.password=622702
db.name=b7_10680785_uberdb

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=100

## Game TCP/IP Configuration
game.tcp.bindip=176.9.105.210
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=176.9.105.210
mus.tcp.port=30001
mus.tcp.allowedaddr=176.9.105.210

heres me hosting information
Main Domain​
labbo.host-ed.me
Home Directory​
/home/labbohos​
Last login from​
24.18.35.198​
Disk Space Usage​
19.33 / 1000 MB
Monthly Bandwidth Transfer​
20.09 / 10240 MB
Email Accounts​
1 / 1
Subdomains​
1 / 1
Parked Domains​
0 / 0
Addon Domains​
0 / 2
FTP Accounts​
0 / 3
All SQL Databases​
1 / 2
MySQL Databases​
1​
PostgreSQL Databases​
0​
MySQL Disk Space​
0.1 MB​
Postgresql Disk Space​
0 MB​
Hosting package​
Free Hosting Plan​
Server Name​
f1​
cPanel Version​
11.32.2 (build 25)​
Theme​
x3​
Apache version​
2.2.22​
PHP version​
5.3.10​
MySQL version​
5.1.62-cll​
Architecture​
x86_64​
Operating system​
linux​
Shared IP Address​
176.9.105.210​
Path to sendmail​
/usr/sbin/sendmail​
Path to Perl​
/usr/bin/perl​
Perl version​
5.8.8​
Kernel version​
2.6.32-220.4.2.el6.x86_64​
cPanel Pro​
1.0 (RC1)​
 

Stabby

Member
May 7, 2012
75
3
????? wah
????What????

I said if u dont wanna wait long uploading ur cms to web just compress it to zip then upload it via file manager on web then extract it....dont use filzilla it takes to long to upload....

That tut has missing instructions....

the intruction for emu missing here how to do it....
On youre cPanel click remote mysql then add the ip adress of the computer or VPS where ur gonna host ur emulator u can use computer of VPS..

in youre config

## Phoenix 3.0 System Configuration File

## Licence Information
**************.username=Username of ur phoenix license
**************.password=password of ur phoenix license

## MySQL Configuration
db.hostname=THE IP ADRESS OF THE WEBHOST
db.port=3306
db.username=DATABASE USERNAME
db.password=PASS WORD OF USERNAME
db.name=DATABASE NAME

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=100

## Game TCP/IP Configuration
game.tcp.bindip=IP ADRESS OF THE VPS OR COMPUTER
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=1IP ADRESS OF THE VPS OR COMPUTER
mus.tcp.port=30001
mus.tcp.allowedaddr=IP ADRESS OF THE VPS OR COMPUTER

????? wah
????What????
instead using bytehost use habbohosting it works perfectly to me....
 

Ljosh

New Member
Jan 29, 2012
10
0
I said if u dont wanna wait long uploading ur cms to web just compress it to zip then upload it via file manager on web then extract it....dont use filzilla it takes to long to upload....

That tut has missing instructions....

the intruction for emu missing here how to do it....
On youre cPanel click remote mysql then add the ip adress of the computer or VPS where ur gonna host ur emulator u can use computer of VPS..

in youre config

## Phoenix 3.0 System Configuration File

## Licence Information
**************.username=Username of ur phoenix license
**************.password=password of ur phoenix license

## MySQL Configuration
db.hostname=THE IP ADRESS OF THE WEBHOST
db.port=3306
db.username=DATABASE USERNAME
db.password=PASS WORD OF USERNAME
db.name=DATABASE NAME

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=100

## Game TCP/IP Configuration
game.tcp.bindip=IP ADRESS OF THE VPS OR COMPUTER
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=1IP ADRESS OF THE VPS OR COMPUTER
mus.tcp.port=30001
mus.tcp.allowedaddr=IP ADRESS OF THE VPS OR COMPUTER


instead using bytehost use habbohosting it works perfectly to me....
habbohosting never gave me my login to the c panel
 

TheCanadians

New Member
Jun 5, 2012
7
0
The Emu Stuff Is
##Phoenix 3.7.1 13800 c2.1 System Configuration File

## Licence Information put user and password that you want
username=LICENSE
password=PWORD

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=PWORD
db.name=DATABASE

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=100

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
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=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1

## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1
 

Users who are viewing this thread

Top