My RevCMS 1.9.9.9 wont connect...

Results 1 to 25 of 25
  1. #1
    Newbie ZgamerR is offline
    MemberRank
    May 2012 Join Date
    23Posts

    config My RevCMS 1.9.9.9 wont connect...

    Hello Guys!

    I got a problem... My hotel wont connect on client..

    RevCMS 1.9.9.9
    XAMPP 1.7.3
    Phoenix EMU 3.7.1

    revcms-1999-fail.png

    Help please


  2. #2
    Elite Member Leeuwhotel is offline
    Member +Rank
    Feb 2012 Join Date
    The NetherlandsLocation
    143Posts

    Re: My RevCMS 1.9.9.9 wont connect...

    Can you log in on your home site?

  3. #3
    Elite Member sholomon25 is offline
    Member +Rank
    May 2012 Join Date
    PhilippinesLocation
    111Posts

    Re: My RevCMS 1.9.9.9 wont connect...

    Make sure you Edit your Config Carefully....

    The External Texts.. make sure there are " .txt " in the end of every externals ... and make sure you linked your SWF/DCR's to your config file :) It should be work ! ^^

  4. #4
    Newbie ZgamerR is offline
    MemberRank
    May 2012 Join Date
    23Posts

    Re: My RevCMS 1.9.9.9 wont connect...

    Quote Originally Posted by Leeuwhotel View Post
    Can you log in on your home site?
    Yeah i can log on my home site.

    revcms-1.9.9.9-swf-pack-cms

  5. #5
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,613Posts

    Re: My RevCMS 1.9.9.9 wont connect...

    $_CONFIG['hotel']['server_ip'] = 'localhost'; //Localhost, Hamachi IP, VPS or Dedi's IP

    $_CONFIG['hotel']['url'] = 'http://127.0.0.1'; //URL to your hotel, does not end with a "/"

    for localhost
    If you open ports you have to edit it. Had the same problem for a while but switched to UberCMS 2.0

  6. #6
    Elite Member Leeuwhotel is offline
    Member +Rank
    Feb 2012 Join Date
    The NetherlandsLocation
    143Posts

    Re: My RevCMS 1.9.9.9 wont connect...

    Hm... its a weird problem i have the same cms but never had the problem. I think the error is in your config. Or you have a messed up cms

  7. #7
    Newbie ZgamerR is offline
    MemberRank
    May 2012 Join Date
    23Posts

    Re: My RevCMS 1.9.9.9 wont connect...

    This is my config in C:\xampp\htdocs\app\management

    <?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'] = 'dell_revcms'; //Phpmyadmin database name

    $_CONFIG['mysql']['port'] = '3306'; //MySQL's port

    /*
    *
    * Hotel management - All URLs do not end with an "/"
    *
    */

    $_CONFIG['hotel']['server_ip'] = '87.104.39.218'; //Localhost, Hamachi IP, VPS or Dedi's IP

    $_CONFIG['hotel']['url'] = 'http://localhost'; //URL to your hotel, does not end with a "/"

    $_CONFIG['hotel']['name'] = 'RevCMS 1.9.9.9'; // Your Hotel's Name

    $_CONFIG['hotel']['desc'] = 'Swf Pack & CMS pack by Delirious'; //Hotel's description

    $_CONFIG['hotel']['email'] = 'delirious_gaming@hotmail.com'; //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'] = 0; //How many coins new users get

    $_CONFIG['hotel']['pixels'] = 0; //How many pixels new users get

    $_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.

    $_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; //Web_Build

    $_CONFIG['hotel']['external_vars'] = 'http://localhost/r63/external_variables.txt'; //External Vars [Don't edit]

    $_CONFIG['hotel']['external_texts'] = 'http://localhost/r63/external_flash_texts'; //External Flash Texts [Don't edit]

    $_CONFIG['hotel']['product_data'] = 'http://localhost/r63/productdata.txt'; //Product Data [Don't edit]

    $_CONFIG['hotel']['furni_data'] = 'http://localhost/r63/furnidata.txt'; //Furni Data [Don't edit]

    $_CONFIG['hotel']['swf_folder'] = 'http://localhost/r63/swf'; //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

    ?>
    and this is the config in phoenix emulator..

    ## Free Phoenix 3.7.1 13800 c2.1 System Configuration File

    ## Licence Information put user and password that you want
    username=Delirious
    password=pack

    ## MySQL Configuration
    db.hostname=Localhost
    db.port=3306
    db.username=root
    db.password=****
    db.name=dell_revcms

    ## 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
    **** = not my password^^

  8. #8
    Elite Member Leeuwhotel is offline
    Member +Rank
    Feb 2012 Join Date
    The NetherlandsLocation
    143Posts

    Re: My RevCMS 1.9.9.9 wont connect...

    I see you problem its very simple your hotel url in your config must be your ip adress( so it will be http://*your ip*/). It should work now if it doest i wil look in my config. But it should work now

  9. #9
    Newbie ZgamerR is offline
    MemberRank
    May 2012 Join Date
    23Posts

    Re: My RevCMS 1.9.9.9 wont connect...

    Quote Originally Posted by Leeuwhotel View Post
    I see you problem its very simple your hotel url in your config must be your ip adress( so it will be http://*your ip*/). It should work now if it doest i wil look in my config. But it should work now
    Its still not working^^ i have tryed to change:
    $_CONFIG['hotel']['url'] = 'http://my ip; //URL to your hotel, does not end with a "/"

    But its still not working...

  10. #10
    Elite Member Leeuwhotel is offline
    Member +Rank
    Feb 2012 Join Date
    The NetherlandsLocation
    143Posts

    Re: My RevCMS 1.9.9.9 wont connect...

    $_CONFIG['hotel']['url'] = 'http://87.104.39.218'; //URL to your hotel, does not end with a "/"
    The above must be it other wise i will need to look in my config. I will do that tomorrow

  11. #11
    Newbie ZgamerR is offline
    MemberRank
    May 2012 Join Date
    23Posts

    Re: My RevCMS 1.9.9.9 wont connect...

    Quote Originally Posted by Leeuwhotel View Post
    $_CONFIG['hotel']['url'] = 'http://87.104.39.218'; //URL to your hotel, does not end with a "/"
    The above must be it other wise i will need to look in my config. I will do that tomorro
    THanks m8 ;)

  12. #12
    Elite Member Leeuwhotel is offline
    Member +Rank
    Feb 2012 Join Date
    The NetherlandsLocation
    143Posts

    Re: My RevCMS 1.9.9.9 wont connect...

    No problem

  13. #13
    Newbie ZgamerR is offline
    MemberRank
    May 2012 Join Date
    23Posts

    Re: My RevCMS 1.9.9.9 wont connect...

    Quote Originally Posted by Leeuwhotel View Post
    No problem
    Dude i have fixed the problem with connecting.. But all icons and something are white boxes.. Help..
    Screenie:
    problem.jpg
    Last edited by ZgamerR; 27-05-12 at 01:33 AM.

  14. #14
    Elite Member sholomon25 is offline
    Member +Rank
    May 2012 Join Date
    PhilippinesLocation
    111Posts

    Re: My RevCMS 1.9.9.9 wont connect...

    Quote Originally Posted by ZgamerR View Post
    Dude i have fixed the problem with connecting.. But all icons and something are white boxes.. Help..
    Screenie:
    problem.jpg
    Thats the problem I got .... but already Fixed..

    Check your Vars and after that Clear ur cache ... and ReStart the Apache and MySQL then Reboot your OS

  15. #15
    Newbie ZgamerR is offline
    MemberRank
    May 2012 Join Date
    23Posts

    Re: My RevCMS 1.9.9.9 wont connect...

    Quote Originally Posted by sholomon25 View Post
    Thats the problem I got .... but already Fixed..

    Check your Vars and after that Clear ur cache ... and ReStart the Apache and MySQL then Reboot your OS
    This is my vars, i can't find the problem..

    avatareditor.allowclubtryout=0
    avatareditor.promohabbos=http://%predefined%/r63/gamedata/promo_habbos.xml
    avatar.widget.enabled=1
    billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png
    billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
    catalog.drag_and_drop=true
    cfh.usercategories.withharasser=101,102,103,104,105,106
    cfh.usercategories.withnoharasser=101,102,103,104,105,106
    club.subscription.disabled=1
    client.fatal.error.url=http://%predefined%/client_error
    client.logout.enabled=true
    client.allow.facebook.like=0
    client.allow.external.links=1
    client.credits.embed.enabled=false
    client.news.embed.enabled=true
    client.minimail.embed.enabled=false
    client.hotel_view.show_on_startup=1
    client.hotel_view.image=hotel_view_images_hq/hotelview_default.png
    client.toolbar.static.enabled=true
    dynamic.download.url=http://%predefined%/r63/hof_furni/
    dynamic.download.name.template=%typeid%.cct
    dynamic.download.samples.template=%typeid%.cct
    embed.showInRoomInfo=true
    external.texts.txt=http://%predefined%/r63/external_flash_texts/1.txt
    external.figurepartlist.txt=http://%predefined%/r63/gamedata/figuredata.xml
    group.badge.url=http://%predefined%/habbo-imaging/badge/%imagerdata%.gif
    hotelview.banner.url=http://%predefined%/r63/swf/banner.png
    habboinfotool.url=/housekeeping/?r=
    hover.name.enabled=true
    image.library.url=http://%predefined%/r63/c_images/
    image.library.playlist.url=http://%predefined%/r63/c_images/playlist/
    image.library.catalogue.url=http://%predefined%/r63/c_images/catalogue/
    image.library.questing.url=http://%predefined%/r63/c_images/Quests/
    infostand.report.show=1
    link.format.club=http://%predefined%/
    link.format.credits=http://%predefined%/
    link.format.collectibles=http://%predefined%/
    link.format.friendlist.pref=http://%predefined%/content/1-Home/settings.cfm
    link.format.mail.compose=http://%predefined%/content/1-Home/home.cfm?id=%recipientid%
    link.format.userpage=http://%predefined%/content/1-Home/home.cfm?id=%ID%
    interstitial.enabled=false
    interstitial.show.time=5000
    interstitial.max.displays=8
    interstitial.interval=120000
    lagWarningLog.enabled=0
    latencytest.interval=20000
    latencytest.report.index=3
    latencytest.report.delta=100
    logout.url=http://%predefined%/client/disconnected.cfm?reason=%reason%&origin=%origin%
    logout.disconnect.url=http://%predefined%/client/disconnected.cfm?reason=logout&origin=%origin%
    menu.avatar.enabled=true
    moderatoractionlog.url=/housekeeping/?r=
    navigator.default.view=public
    navigator.default_tab=official
    navigator.colorlimit.yellow=50
    navigator.colorlimit.orange=80
    navigator.colorlimit.red=92
    navigator.always_open_after_login=0
    new.chat.widget.enabled=1
    new.chat.bubbles.enabled=0
    pixels.enabled=true
    purse.widget.enabled=1
    predefined_room.type=1
    private.image.library.url=http://%predefined%/r63/c_images/
    productdata.load.url=http://%predefined%/r63/productdata.txt
    questing.enabled=true
    questing.defaultCampaign=room_builder
    questing.showDetailsForNextQuest=false
    questing.startQuestDelayInSeconds=10
    feed.badge_decorations.album=Feed_Badges
    feed.badge_decorations.decoration_id=001
    furnidata.load.url=http://%predefined%/r63/furnidata.txt
    flash.dynamic.download.url=%predefined%/r63/hof_furni/
    flash.dynamic.download.name.template=%typeid%.swf
    flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3
    friendbar.enabled=true
    friend_bar.helper.friend_finding.enabled=false
    roomenterad.habblet.enabled=false
    roomadmin.url=/housekeeping/?r=
    roominfo.widget.enabled=1
    room.rating.enable=1
    room.dragging.always_center=0
    subscription.reminder.when.days.left=5
    standaloneAchievementList.enabled=false
    trax.player.sample.memory.purge.enabled=1
    viral.furni.post_type=appRequest
    welcome.screen.enabled=1

  16. #16
    Elite Member Leeuwhotel is offline
    Member +Rank
    Feb 2012 Join Date
    The NetherlandsLocation
    143Posts

    Re: My RevCMS 1.9.9.9 wont connect...

    Quote Originally Posted by ZgamerR View Post
    This is my vars, i can't find the problem..
    first :everywhere where it says %predefined% must be changet in your ip adress that you ported forward. ;)

    second: i found an error in you phoenix config. no body can go to your hotel. only you can.

    ## Game TCP/IP Configuration
    game.tcp.bindip=127.0.0.1
    game.tcp.port=30000
    game.tcp.conlimit=5000

    the 127.0.0.1 must be changed in your ip to.

    you must do that here also > ## MUS TCP/IP Configuration
    mus.tcp.bindip=127.0.0.1
    mus.tcp.port=30001
    mus.tcp.allowedaddr=127.0.0.1

  17. #17
    Newbie ZgamerR is offline
    MemberRank
    May 2012 Join Date
    23Posts

    Re: My RevCMS 1.9.9.9 wont connect...

    Quote Originally Posted by Leeuwhotel View Post
    first :everywhere where it says %predefined% must be changet in your ip adress that you ported forward. ;)

    second: i found an error in you phoenix config. no body can go to your hotel. only you can.

    ## Game TCP/IP Configuration
    game.tcp.bindip=127.0.0.1
    game.tcp.port=30000
    game.tcp.conlimit=5000

    the 127.0.0.1 must be changed in your ip to.

    you must do that here also > ## MUS TCP/IP Configuration
    mus.tcp.bindip=127.0.0.1
    mus.tcp.port=30001
    mus.tcp.allowedaddr=127.0.0.1
    damn got the ****ing problem with my apache... "ERROR: Apache service not started [-1]"
    I think its my IIS but i can't take it off...

    pid-4.png

  18. #18
    Sorcerer Supreme Jambokill is offline
    Member +Rank
    Dec 2010 Join Date
    PhilippinesLocation
    264Posts

    Re: My RevCMS 1.9.9.9 wont connect...

    make sure there are no program using port 80.....

  19. #19
    Elite Member Leeuwhotel is offline
    Member +Rank
    Feb 2012 Join Date
    The NetherlandsLocation
    143Posts

    Re: My RevCMS 1.9.9.9 wont connect...

    ZgamerR Do you have skype becouse that automaticly uses port 80. you can turn that off at your configuration

  20. #20
    Newbie ZgamerR is offline
    MemberRank
    May 2012 Join Date
    23Posts

    Re: My RevCMS 1.9.9.9 wont connect...

    Quote Originally Posted by Leeuwhotel View Post
    ZgamerR Do you have skype becouse that automaticly uses port 80. you can turn that off at your configuration
    Yup i have skype, but i have change that ;)

  21. #21
    Elite Member Leeuwhotel is offline
    Member +Rank
    Feb 2012 Join Date
    The NetherlandsLocation
    143Posts

    Re: My RevCMS 1.9.9.9 wont connect...

    Well there is your problem

  22. #22
    Newbie ZgamerR is offline
    MemberRank
    May 2012 Join Date
    23Posts

    Re: My RevCMS 1.9.9.9 wont connect...

    Quote Originally Posted by Leeuwhotel View Post
    Well there is your problem
    Skype do not have the pid 4.. because pid 4 is a system thing..

  23. #23
    Elite Member Leeuwhotel is offline
    Member +Rank
    Feb 2012 Join Date
    The NetherlandsLocation
    143Posts

    Re: My RevCMS 1.9.9.9 wont connect...

    That is than a weird problem.
    sorry cant help you with this m8

    good luck with it

  24. #24
    Elite Member zgillis is offline
    Member +Rank
    Dec 2007 Join Date
    Midwest USALocation
    143Posts

    Re: My RevCMS 1.9.9.9 wont connect...

    Quote Originally Posted by ZgamerR View Post
    This is my vars, i can't find the problem..
    In your variables, change all the %predefined% to your actual URL for the files. Be sure all the paths are right too, otherwise your client won't be able to access all the client data.

  25. #25
    Newbie KyleBillni is offline
    MemberRank
    Feb 2013 Join Date
    11Posts

    Re: My RevCMS 1.9.9.9 wont connect...

    ZgamerR how did you fix it?



Advertisement