PlusEmu / RevCMS Problem

Results 1 to 10 of 10
  1. #1
    Newbie VlaeX is offline
    MemberRank
    Jan 2013 Join Date
    GermanyLocation
    17Posts

    PlusEmu / RevCMS Problem

    Hello,
    advance first : I use everything from this thread : http://forum.ragezone.com/f335/tut-r...abboui-994166/ .

    Sorry for my bad english, I 'm from Germany and did not have much time
    and have therefore all translated by Google Translator . If you do not understand
    something let me know , I 'll explain it then with my English (which is actually better ) .

    If I set everything to 127.0.0.1 and the server ( remote desktop) open the page ,
    I get easily into the client. If I take the server IP as IP and the external_variables
    about the domain (eg not http://127.0.0.1/game/external_variables.txt but http://www.hotellink.com/game/external_variables.txt ) , will I disconnectet and
    the Emu shows no reaction. I 'm not even in the client when I connect via the server.
    The files that are included (among other things http://www.hotellink.com/game/external_variables.txt ) ,
    I can easily be accessed via the browser.

    I believe that the problem with the Habbo.swf r elated , but I 'm not sure.
    With Phoenix ( albeit with a different CMS) everything works.

    ive got the same problem with an other cms
    Last edited by VlaeX; 02-05-14 at 08:32 PM.


  2. #2
    HabboFont.net Cankiee is offline
    Grand MasterRank
    May 2013 Join Date
    North KoreaLocation
    978Posts

    Re: PlusEmu / RevCMS Problem

    Hast du die Ports schon Freigeschaltet? wie 30000, 3306 & 31000? Schick mir eine PN mit den TV daten :)

    ports forwarded?

  3. #3
    Newbie VlaeX is offline
    MemberRank
    Jan 2013 Join Date
    GermanyLocation
    17Posts

    Re: PlusEmu / RevCMS Problem

    Selbstverständlich, die Firewall ist sogar komplett abgeschaltet. Wie gesagt, ich führte seit Monaten ein erfolgreiches Hotel ohne Probleme bloß mit meinem ReCMS-Edit und dem Phoenix-Emulator. So wie ich das sehe, liegt das Problem irgendwo in der Client.php bzw. mit den Dateien die eingebunden werden.

    sure, I think that the problem is located in the client.php / how the files are included in the client.php or maybe just the habbo.swf

  4. #4
    HabboFont.net Cankiee is offline
    Grand MasterRank
    May 2013 Join Date
    North KoreaLocation
    978Posts

    Re: PlusEmu / RevCMS Problem

    please post your client.php:D

    gib TV daten per PN ich guck eben.

  5. #5
    Newbie VlaeX is offline
    MemberRank
    Jan 2013 Join Date
    GermanyLocation
    17Posts

    Re: PlusEmu / RevCMS Problem

    RevCMS config (IP / Domain renamed):

    Code:
    $_CONFIG['hotel']['server_ip'] = 'hotellink.de'; //IP of VPS/DEDI/etc
    
    
    $_CONFIG['hotel']['url'] = 'http://hotellink.de'; //Does not end with a "/"
    
    
    $_CONFIG['hotel']['name'] = 'Hobbo'; // Hotel's name
    
    
    $_CONFIG['hotel']['desc'] = 'Where The Fun Begins!'; //Hotel's description 
    
    
    $_CONFIG['hotel']['email'] = 'Support@hotmail.com'; //Where the help queries from users are emailed to @priv skin
    
    
    $_CONFIG['hotel']['in_maint'] = True; //False if hotel is NOT in maintenance. True if hotel IS in maintenance
    
    
    $_CONFIG['hotel']['motto'] = 'I am a new player.'; //Default motto users will register with.
    
    
    $_CONFIG['hotel']['credits'] = 30000; //Default number of credits users will register with.
    
    
    $_CONFIG['hotel']['pixels'] = 15000; //Default number of pixels users will register with.
    
    
    $_CONFIG['hotel']['figure'] = 'hr-125-31.ch-215-62.hd-209-8.lg-275-63'; //Default figure users will register with.
    
    
    $_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1532'; //Web_Build
    
    
    $_CONFIG['hotel']['external_vars'] = 'http://hotellink.de/game/external_variables_v1.txt'; //URL to your external 
    
    
    $_CONFIG['hotel']['external_texts'] = 'http://hotellink.de/game/external_flash_texts_2.txt'; //URL to your external texts
    
    
    $_CONFIG['hotel']['product_data'] = 'http://hotellink.de/game/productdata.txt'; //URL to your productdata
    
    
    $_CONFIG['hotel']['furni_data'] = 'http://hotellink.de/game/furnidata.txt'; //URL to your furnidata
    
    
    $_CONFIG['hotel']['swf_folder'] = 'http://hotellink.de/game'; //URL to your SWF folder(does not end with a '/')
    RevCMS client.php :

    Code:
    <!DOCTYPE html>
    <html lang="en">
        <head>
            <meta http-equiv="content-type" content="text/html; charset=utf-8">
            <title>{hotelName} - Client</title>
            
            <link rel="stylesheet" href="{url}/app/tpl/skins/{skin}/styles/client.css" type="text/css">
            
            <script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/swfobject.js"></script>
            <script type="text/javascript">
                var BaseUrl = "{swf_folder}";
                var flashvars =
                {
                    "client.starting" : "Please wait, {hotelname} loading",
                    "hotelview.banner.url" : "{url}/game/rs4.php",
                    "client.allow.cross.domain" : "1", 
                    "client.notify.cross.domain" : "0", 
                    "connection.info.host" : "{server_ip}", 
                    "connection.info.port" : "30000", 
                    "site.url" : "{url}", 
                    "url.prefix" : "{url}", 
                    "client.reload.url" : "{url}/client", 
                    "client.fatal.error.url" : "{url}/me", 
                    "client.connection.failed.url" : "{url}/me", 
                    "external.variables.txt" : "{external_vars}", 
                    "external.texts.txt" : "{external_texts}", 
                    "productdata.load.url" : "{product_data}", 
                    "furnidata.load.url" : "{url}/game/furnidata_xml.xml", 
                    "use.sso.ticket" : "1", 
                    "sso.ticket" : "{sso}", 
                    "processlog.enabled" : "0", 
                    "flash.client.url" : BaseUrl, 
                    "flash.client.origin" : "popup" 
                };
                var params =
                {
                    "base" : BaseUrl + "/",
                    "allowScriptAccess" : "always",
                    "menu" : "false"                
                };
                swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
            </script>
        </head>
        
        <body>
        
            <div id="client"></div>
        
        </body>
    </html>
    So if I change hotellink.de to 127.0.0.1 and access the site over remote desktop I have no problem with connecting into the client. But when I change the swf to phoenix swf it all works also with the server-ip / domain..

    TV funktioniert bei mir grad nicht.

  6. #6
    Mr VPS - Cheap VPS Server NOC is offline
    Grand MasterRank
    Sep 2011 Join Date
    Liverpool, UKLocation
    844Posts

    Re: PlusEmu / RevCMS Problem

    Are you using the rev 2 of plus emu (new UI) ?

  7. #7
    Newbie VlaeX is offline
    MemberRank
    Jan 2013 Join Date
    GermanyLocation
    17Posts

    Re: PlusEmu / RevCMS Problem

    yes..

  8. #8
    Mr VPS - Cheap VPS Server NOC is offline
    Grand MasterRank
    Sep 2011 Join Date
    Liverpool, UKLocation
    844Posts

    Re: PlusEmu / RevCMS Problem

    rev2 does not use /game/furnidata.txt it will be /game/furnidata_xml.xml

  9. #9
    Newbie VlaeX is offline
    MemberRank
    Jan 2013 Join Date
    GermanyLocation
    17Posts

    Re: PlusEmu / RevCMS Problem

    I know, in the client.php its right "furnidata.load.url" : "{url}/game/furnidata_xml.xml"

    - - - Updated - - -

    the main problem is that the client only loads when the files are bound in over 127.0.0.1 and not over the domain, but these files I can open in the browser and over the domain link, too (as example http://www.domain.com/game/external_variables.txt)

  10. #10
    Newbie VlaeX is offline
    MemberRank
    Jan 2013 Join Date
    GermanyLocation
    17Posts

    Re: PlusEmu / RevCMS Problem

    so now I've got another problem:



Advertisement