Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
[HELP]RevCMS Client DC'S?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Awesome" data-source="post: 145394" data-attributes="member: 22238"><p>Hi when i enter my client it dcs after the second bar.I have tried disabling secure sessions.Ill post my configs and vars</p><p> </p><p>Emu Config:</p><p>[CODE]## Phoenix 3.0 System Configuration File</p><p> </p><p>## Licence Information</p><p>Otaku-Studios.username=*****</p><p>Otaku-Studios.password=*****</p><p> </p><p>## MySQL Configuration</p><p>db.hostname=localhost</p><p>db.port=3306</p><p>db.username=root</p><p>db.password=****</p><p>db.name=phoenix3</p><p> </p><p>## MySQL pooling setup (controls amount of connections)</p><p>db.pool.minsize=5</p><p>db.pool.maxsize=100</p><p> </p><p>## Game TCP/IP Configuration</p><p>game.tcp.bindip=5.86.234.74</p><p>game.tcp.port=30000</p><p>game.tcp.conlimit=5000</p><p> </p><p>## Client configuration</p><p>client.ping.enabled=1</p><p>client.ping.interval=30000</p><p> </p><p>## MUS TCP/IP Configuration</p><p>mus.tcp.bindip=5.86.234.74</p><p>mus.tcp.port=30001</p><p>mus.tcp.allowedaddr=5.86.234.74</p><p> </p><p>## Console Configuration</p><p>emu.messages.connections=1</p><p>emu.messages.roommgr=1</p><p>[/CODE]</p><p>CMS Config:</p><p>[CODE]<?php</p><p>if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }</p><p>#Please fill this all out.</p><p> </p><p>#NOTE: To set up TheHabbos.ORG's API go to wwwroot/mysite/thehabbos_api for IIS, OR, htdocs/thehabbos_api for XAMPP and others.</p><p> </p><p>/*</p><p>*</p><p>* MySQL management</p><p>*</p><p>*/</p><p> </p><p>$_CONFIG['mysql']['connection_type'] = 'connect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.</p><p> </p><p>$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host</p><p> </p><p>$_CONFIG['mysql']['username'] = 'root'; //MySQL username</p><p> </p><p>$_CONFIG['mysql']['password'] = '*****'; //MySQL password</p><p> </p><p>$_CONFIG['mysql']['database'] = 'phoenix3'; //MySQL database</p><p> </p><p>$_CONFIG['mysql']['port'] = '3306'; //MySQL's port</p><p> </p><p>/*</p><p>*</p><p>* Hotel management - All URLs do not end with an "/"</p><p>*</p><p>*/</p><p> </p><p>$_CONFIG['hotel']['server_ip'] = '5.86.234.74'; //IP of VPS/DEDI/etc</p><p> </p><p>$_CONFIG['hotel']['url'] = 'http://5.86.234.74'; //Does not end with a "/"</p><p> </p><p>$_CONFIG['hotel']['name'] = 'Awesome'; // Hotel's name</p><p> </p><p>$_CONFIG['hotel']['desc'] = 'Best hotel around!'; //Hotel's description</p><p> </p><p>$_CONFIG['hotel']['email'] = 'help@myhotel.net'; //Where the help queries from users are emailed to.@Priv skin</p><p> </p><p>$_CONFIG['hotel']['in_maint'] = false; //False if hotel is NOT in maintenance. True if hotel IS in maintenance</p><p> </p><p>$_CONFIG['hotel']['motto'] = 'I <3 ' . $_CONFIG['hotel']['name']; //Default motto users will register with.</p><p> </p><p>$_CONFIG['hotel']['credits'] = 5000; //Default number of credits users will register with.</p><p> </p><p>$_CONFIG['hotel']['pixels'] = 10000; //Default number of pixels users will register with.</p><p> </p><p>$_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.</p><p> </p><p>$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1285'; //Web_Build</p><p> </p><p>$_CONFIG['hotel']['external_vars'] = 'http://5.86.234.74/r63/external_variables.txt'; //URL to your external vars</p><p> </p><p>$_CONFIG['hotel']['external_texts'] = 'http://5.86.234.74/r63/external_texts.txt'; //URL to your external texts</p><p> </p><p>$_CONFIG['hotel']['product_data'] = 'http://5.86.234.74/r63/productdata.txt'; //URL to your productdata</p><p> </p><p>$_CONFIG['hotel']['furni_data'] = 'http://5.86.234.74/r63/furnidata.txt'; //URL to your furnidata</p><p> </p><p>$_CONFIG['hotel']['swf_folder'] = 'http://5.86.234.74/r63'; //URL to your SWF folder(does not end with a '/')</p><p> </p><p>/*</p><p>*</p><p>* Templating management - Pick one of our default styles or make yours by following our examples!</p><p>*</p><p>*/</p><p> </p><p>#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.</p><p> </p><p>$_CONFIG['template']['style'] = 'Shango';</p><p> </p><p>/*</p><p>*</p><p>* Other topsites.. thing</p><p>*</p><p>*/</p><p> </p><p>$_CONFIG['thehabbos']['username'] = 'Kryptos';</p><p>$_CONFIG['retro_top']['user'] = 'Kryptos';</p><p> </p><p>/*</p><p>*</p><p>* Recaptcha management - Fill the information below if you have one, else leave it like that and don't worry, be happy.</p><p>*</p><p>*/</p><p> </p><p>$_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';</p><p>$_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';</p><p> </p><p> </p><p>/*</p><p>*</p><p>* Social Networking stuff</p><p>*</p><p>*/</p><p> </p><p>$_CONFIG['social']['twitter'] = 'TwitterAccount'; //Hotel's Twitter account</p><p> </p><p>$_CONFIG['social']['facebook'] = 'FacebookAccount'; //Hotel's Facebook account[/CODE]</p><p> </p><p>Variables:</p><p>[CODE]simple.memenu.enabled=1</p><p>feed.badge_decorations.album=Feed_Badges</p><p>image.library.questing.url=http://5.86.234.74/c_images/Quests/</p><p>productdata.load.url=http://5.86.234.74/r63/productdata.txt</p><p>logout.url=http://5.86.234.74/logout</p><p>viral.furni.post_type=appRequest</p><p>image.library.playlist.url=http://5.86.234.74/c_images/playlist/</p><p>billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png</p><p>navigator.default.view=public</p><p>latencytest.interval=20000</p><p>furnidata.load.url=http://5.86.234.74/r63/furnidata.txt</p><p>external.figurepartlist.txt=http://5.86.234.74/r63/figuredata.xml</p><p>image.library.url=http://5.86.234.74/c_images/</p><p>external.texts.txt=http://5.86.234.74/r63/external_flash_texts.txt</p><p>latencytest.report.delta=100</p><p>flash.dynamic.download.name.template=/%typeid%.swf</p><p>client.hotel_view.image=hotel_view_images_hq/hotelview_wired.png</p><p>billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png</p><p>image.library.catalogue.url=http://5.86.234.74/c_images/catalogue/</p><p>flash.dynamic.download.url=http://5.86.234.74/hof_furni/</p><p>flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3</p><p>feed.badge_decorations.decoration_id=001</p><p>avatareditor.allowclubtryout=1</p><p>dynamic.download.name.template=/hh_furni_xx_%typeid%.cct</p><p>private.image.library.url=http://5.86.234.74/c_images/</p><p>logout.disconnect.url=http://5.86.234.74/disconnected</p><p>hotelview.banner.url=http://hotel-us.habbo.com/gamedata/banner</p><p>latencytest.report.index=3</p><p>dynamic.download.samples.template=/%typeid%.cct</p><p>dynamic.download.url=http://5.86.234.74/hof_furni/</p><p>client.allow.facebook.like=1</p><p>infostand.use.button.enabled=true</p><p>catalog.drag_and_drop=true</p><p>link.format.friendlist.pref=http://5.86.234.74/profile/friendsmanagement?tab=6</p><p>group.badge.url=http://5.86.234.74/habbo-imaging/badge/%imagerdata%.gif</p><p>room.dragging.always_center=0</p><p>roomenterad.habblet.enabled=true</p><p>questing.showDetailsForNextQuest=false</p><p>habboinfotool.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/scam_userinfo_new.action?searchParamName=username&database=Stats&searchParamValue=</p><p>link.format.credits=http://5.86.234.74/credits</p><p>friendbar.requests.enabled=true</p><p>lagWarningLog.enabled=1</p><p>hover.name.enabled=false</p><p>client.toolbar.static.enabled=true</p><p>questing.useWing=true</p><p>questing.startQuestDelayInSeconds=10</p><p>client.hotel_view.show_on_startup=1</p><p>cfh.usercategories.withnoharasser=101,102,103,104,105,106</p><p>catalog.furniture.animation=true</p><p>roominfo.widget.enabled=1</p><p>navigator.always_open_after_login=0</p><p>client.minimail.embed.enabled=true</p><p>friend_bar.helper.friend_finding.enabled=true</p><p>interstitial.enabled=false</p><p>pixels.enabled=true</p><p>welcome.screen.enabled=0</p><p>link.format.club=http://5.86.234.74/credits/habboclub</p><p>club.subscription.disabled=1</p><p>toolbar.new_additions.notification.enabled=true</p><p>cfh.usercategories.withharasser=101,102,103,104,105,106</p><p>client.fatal.error.url=http://5.86.234.74/disconnected</p><p>embed.showInRoomInfo=true</p><p>moderatoractionlog.url=http://amberhotel.co.uk/housekeeping</p><p>club.membership.extend.promotion.enabled=1</p><p>interstitial.interval=120000</p><p>purse.widget.currency.shells.enabled=1</p><p>interstitial.show.time=5000</p><p>roomadmin.url=http://amberhotel.co.uk/housekeeping</p><p>client.allow.external.links=1</p><p>menu.avatar.enabled=true</p><p>client.credits.embed.enabled=true</p><p>link.format.mail.compose=http://5.86.234.74/me#mail/compose/%recipientid%/%random%/</p><p>room.rating.enable=1</p><p>navigator.colorlimit.yellow=50</p><p>interstitial.max.displays=8</p><p>questing.defaultCampaign=room_builder</p><p>trax.player.sample.memory.purge.enabled=1</p><p>friendbar.notifications.enabled=true</p><p>menu.own_avatar.enabled=1</p><p>navigator.colorlimit.orange=80</p><p>link.format.collectibles=http://5.86.234.74/credits/collectibles</p><p>link.format.userpage=http://5.86.234.74/rd/%ID%</p><p>avatar.widget.enabled=1</p><p>navigator.default_tab=official</p><p>client.logout.enabled=true</p><p>infostand.report.show=1</p><p>subscription.reminder.when.days.left=5</p><p>navigator.colorlimit.red=92</p><p>client.news.embed.enabled=true</p><p>purse.widget.enabled=1</p><p>[/CODE]</p><p>Thanks</p></blockquote><p></p>
[QUOTE="Awesome, post: 145394, member: 22238"] Hi when i enter my client it dcs after the second bar.I have tried disabling secure sessions.Ill post my configs and vars Emu Config: [CODE]## Phoenix 3.0 System Configuration File ## Licence Information Otaku-Studios.username=***** Otaku-Studios.password=***** ## MySQL Configuration db.hostname=localhost db.port=3306 db.username=root db.password=**** db.name=phoenix3 ## MySQL pooling setup (controls amount of connections) db.pool.minsize=5 db.pool.maxsize=100 ## Game TCP/IP Configuration game.tcp.bindip=5.86.234.74 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=5.86.234.74 mus.tcp.port=30001 mus.tcp.allowedaddr=5.86.234.74 ## Console Configuration emu.messages.connections=1 emu.messages.roommgr=1 [/CODE] CMS 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'] = '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'] = 'root'; //MySQL username $_CONFIG['mysql']['password'] = '*****'; //MySQL password $_CONFIG['mysql']['database'] = 'phoenix3'; //MySQL database $_CONFIG['mysql']['port'] = '3306'; //MySQL's port /* * * Hotel management - All URLs do not end with an "/" * */ $_CONFIG['hotel']['server_ip'] = '5.86.234.74'; //IP of VPS/DEDI/etc $_CONFIG['hotel']['url'] = 'http://5.86.234.74'; //Does not end with a "/" $_CONFIG['hotel']['name'] = 'Awesome'; // Hotel's name $_CONFIG['hotel']['desc'] = 'Best hotel around!'; //Hotel's description $_CONFIG['hotel']['email'] = 'help@myhotel.net'; //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/1285'; //Web_Build $_CONFIG['hotel']['external_vars'] = 'http://5.86.234.74/r63/external_variables.txt'; //URL to your external vars $_CONFIG['hotel']['external_texts'] = 'http://5.86.234.74/r63/external_texts.txt'; //URL to your external texts $_CONFIG['hotel']['product_data'] = 'http://5.86.234.74/r63/productdata.txt'; //URL to your productdata $_CONFIG['hotel']['furni_data'] = 'http://5.86.234.74/r63/furnidata.txt'; //URL to your furnidata $_CONFIG['hotel']['swf_folder'] = 'http://5.86.234.74/r63'; //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'] = 'Shango'; /* * * 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[/CODE] Variables: [CODE]simple.memenu.enabled=1 feed.badge_decorations.album=Feed_Badges image.library.questing.url=http://5.86.234.74/c_images/Quests/ productdata.load.url=http://5.86.234.74/r63/productdata.txt logout.url=http://5.86.234.74/logout viral.furni.post_type=appRequest image.library.playlist.url=http://5.86.234.74/c_images/playlist/ billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png navigator.default.view=public latencytest.interval=20000 furnidata.load.url=http://5.86.234.74/r63/furnidata.txt external.figurepartlist.txt=http://5.86.234.74/r63/figuredata.xml image.library.url=http://5.86.234.74/c_images/ external.texts.txt=http://5.86.234.74/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://5.86.234.74/c_images/catalogue/ flash.dynamic.download.url=http://5.86.234.74/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://5.86.234.74/c_images/ logout.disconnect.url=http://5.86.234.74/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://5.86.234.74/hof_furni/ client.allow.facebook.like=1 infostand.use.button.enabled=true catalog.drag_and_drop=true link.format.friendlist.pref=http://5.86.234.74/profile/friendsmanagement?tab=6 group.badge.url=http://5.86.234.74/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://5.86.234.74/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://5.86.234.74/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://5.86.234.74/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://5.86.234.74/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://5.86.234.74/credits/collectibles link.format.userpage=http://5.86.234.74/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 [/CODE] Thanks [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
[HELP]RevCMS Client DC'S?
Top