RevCMS Client Loads Then Disconnects?

MrLogic

Member
Nov 28, 2012
118
4
Hello devbest,recently i purchased a vps and made a retro on it.Then when both bars load on the client it disconnects.Heres ther external_variables
Code:
simple.memenu.enabled=1
feed.badge_decorations.album=Feed_Badges
image.library.questing.url=http://64.31.19.43/cms/c_images/Quests/
productdata.load.url=http://64.31.19.43/cms/r63/productdata.txt
logout.url=http://64.31.19.43/cms/logout
viral.furni.post_type=appRequest
image.library.playlist.url=http://64.31.19.43/cms/c_images/playlist/
billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png
navigator.default.view=public
latencytest.interval=20000
furnidata.load.url=http://64.31.19.43/cms/r63/furnidata.txt
external.figurepartlist.txt=http://64.31.19.43/cms/r63/figuredata.xml
image.library.url=http://64.31.19.43/cms/c_images/
external.texts.txt=http://64.31.19.43/cms/r63/external_flash_texts.txt
latencytest.report.delta=100
flash.dynamic.download.name.template=/%typeid%.swf
client.hotel_view.image=hotel_view_images_hq/hotelview_wired.png
billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
image.library.catalogue.url=http://64.31.19.43/cms/c_images/catalogue/
flash.dynamic.download.url=http://64.31.19.43/cms/hof_furni/
flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3
feed.badge_decorations.decoration_id=001
avatareditor.allowclubtryout=1
dynamic.download.name.template=/hh_furni_xx_%typeid%.cct
private.image.library.url=http://64.31.19.43/cms/c_images/
logout.disconnect.url=http://64.31.19.43/cms/disconnected
hotelview.banner.url=http://hotel-us.habbo.com/gamedata/banner
latencytest.report.index=3
dynamic.download.samples.template=/%typeid%.cct
dynamic.download.url=http://64.31.19.43/cms/hof_furni/
client.allow.facebook.like=1
infostand.use.button.enabled=true
catalog.drag_and_drop=true
link.format.friendlist.pref=http://64.31.19.43/cms/profile/friendsmanagement?tab=6
group.badge.url=http://64.31.19.43/cms/habbo-imaging/badge/%imagerdata%.gif
room.dragging.always_center=0
roomenterad.habblet.enabled=true
questing.showDetailsForNextQuest=false
habboinfotool.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/scam_userinfo_new.action?searchParamName=username&database=Stats&searchParamValue=
link.format.credits=http://64.31.19.43/cms/credits
friendbar.requests.enabled=true
lagWarningLog.enabled=1
hover.name.enabled=false
client.toolbar.static.enabled=true
questing.useWing=true
questing.startQuestDelayInSeconds=10
client.hotel_view.show_on_startup=1
cfh.usercategories.withnoharasser=101,102,103,104,105,106
catalog.furniture.animation=true
roominfo.widget.enabled=1
navigator.always_open_after_login=0
client.minimail.embed.enabled=true
friend_bar.helper.friend_finding.enabled=true
interstitial.enabled=false
pixels.enabled=true
welcome.screen.enabled=0
link.format.club=http://64.31.19.43/cms/credits/habboclub
club.subscription.disabled=1
toolbar.new_additions.notification.enabled=true
cfh.usercategories.withharasser=101,102,103,104,105,106
client.fatal.error.url=http://64.31.19.43/cms/disconnected
embed.showInRoomInfo=true
moderatoractionlog.url=http://amberhotel.co.uk/housekeeping
club.membership.extend.promotion.enabled=1
interstitial.interval=120000
purse.widget.currency.shells.enabled=1
interstitial.show.time=5000
roomadmin.url=http://amberhotel.co.uk/housekeeping
client.allow.external.links=1
menu.avatar.enabled=true
client.credits.embed.enabled=true
link.format.mail.compose=http://64.31.19.43/cms/me#mail/compose/%recipientid%/%random%/
room.rating.enable=1
navigator.colorlimit.yellow=50
interstitial.max.displays=8
questing.defaultCampaign=room_builder
trax.player.sample.memory.purge.enabled=1
friendbar.notifications.enabled=true
menu.own_avatar.enabled=1
navigator.colorlimit.orange=80
link.format.collectibles=http://64.31.19.43/cms/credits/collectibles
link.format.userpage=http://64.31.19.43/cms/rd/%ID%
avatar.widget.enabled=1
navigator.default_tab=official
client.logout.enabled=true
infostand.report.show=1
subscription.reminder.when.days.left=5
navigator.colorlimit.red=92
client.news.embed.enabled=true
purse.widget.enabled=1
Config:
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 - Localhost, Hamachi IP, VPS or Dedi's IP
 
$_CONFIG['mysql']['username'] = 'root'; //Phpmyadmin username
 
$_CONFIG['mysql']['password'] = '******'; //Phpmyadmin password
 
$_CONFIG['mysql']['database'] = 'rev_phoenix'; //Phpmyadmin database name
 
$_CONFIG['mysql']['port'] = '3306'; //MySQL's port
 
/*
*
*    Hotel management  - All URLs do not end with an "/"
*
*/
 
$_CONFIG['hotel']['server_ip'] = '64.31.19.43'; //Localhost, Hamachi IP, VPS or Dedi's IP
 
$_CONFIG['hotel']['url'] = 'http://64.31.19.43/cms'; //URL to your hotel, does not end with a "/"
 
$_CONFIG['hotel']['name'] = 'Tabbo'; // Your Hotel's Name
 
$_CONFIG['hotel']['desc'] = 'Get your Freak on!'; //Hotel's description
 
$_CONFIG['hotel']['email'] = '[email protected]'; //Email for users to submit help requests to
 
$_CONFIG['hotel']['in_maint'] = false; //false for no maintenance mode & true for maintenance mode
 
$_CONFIG['hotel']['motto'] = 'I <3 ' . $_CONFIG['hotel']['name']; //Starting motto for new users
 
$_CONFIG['hotel']['credits'] = 750; //How many coins new users get
 
$_CONFIG['hotel']['pixels'] = 1000; //How many pixels new users get
 
$_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.
 
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1426'; //Web_Build
 
$_CONFIG['hotel']['external_vars'] = 'http://64.31.19.43/cms/r63/external_variables.txt'; //External Vars [Don't edit]
 
$_CONFIG['hotel']['external_texts'] = 'http://64.31.19.43/cms/r63/external_flash_texts'; //External Flash Texts [Don't edit]
 
$_CONFIG['hotel']['product_data'] = 'http://64.31.19.43/cms/r63/productdata.txt'; //Product Data [Don't edit]
 
$_CONFIG['hotel']['furni_data'] = 'http://64.31.19.43/cms/r63/furnidata.txt'; //Furni Data [Don't edit]
 
$_CONFIG['hotel']['swf_folder'] = 'http://64.31.19.43/cms/r63'; //SWF Folder [Don't edit]
 
/*
*
*    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
 
?>
Emu Config:
Code:
## MySQL Configuration
db.hostname=Localhost
db.port=3306
db.username=root
db.password=*****
db.name=rev_phoenix
 
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=1000
 
## Game TCP/IP Configuration
game.tcp.bindip=64.31.19.43
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=64.31.19.43
mus.tcp.port=30001
mus.tcp.allowedaddr=64.31.19.43
 
## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1
Any help is much appreciated! Thanks:rasta:
 

RyanzRetros

Developer of ChakCMS
Jan 14, 2015
978
182
Hello Zachary.
To start with, NEVER release your VPS IP... Secondly, click to see my IIS tutorial, at the bottom is how to open ports. Use that.
Then make sure your client.php has the VPS IP and port 30000 in and change the IPs in emu to 0.0.0.0
 

Zachary900

New Member
Feb 26, 2015
8
2
Hello Zachary.
To start with, NEVER release your VPS IP... Secondly, click to see my IIS tutorial, at the bottom is how to open ports. Use that.
Then make sure your client.php has the VPS IP and port 30000 in and change the IPs in emu to 0.0.0.0
i done all of this im now using a VPS and still not wokring
 

Jordam

Member
May 4, 2015
70
5
Change these:
  • [server_ip] to 127.0.0.1
  • Game blindip to 127.0.0.1
  • mus blindip to 127.0.0.1
  • Mus allowedaddr to 127.0.0.1
  • Server_ip to 127.0.0.1 (on Client)
;)

Hope that helped.
 

Users who are viewing this thread

Top