UberCMS - Internet Explorer client not working

Results 1 to 18 of 18
  1. #1
    Member Slynan is offline
    MemberRank
    Apr 2012 Join Date
    87Posts

    UberCMS - Internet Explorer client not working

    Hi.
    My client doesn't work in internet explorer. The whole window is just black, and when I am looking throu the source code, there are no <object blah blah blah


    Does anyone know how to fix this?

    Ive tried searching, but no one seems to have solved the problem yet. Be the first one!


  2. #2
    "(still lacks brains)" NoBrain is offline
    MemberRank
    Sep 2011 Join Date
    United KingdomLocation
    2,658Posts

    Re: UberCMS - Internet Explorer client not working

    Fuck IE, use Chrome or Firefox.

  3. #3
    Member Slynan is offline
    MemberRank
    Apr 2012 Join Date
    87Posts

    Re: UberCMS - Internet Explorer client not working

    Yeah but ive lost around 10k members on it

  4. #4
    *lurks* WJJ is offline
    MemberRank
    May 2007 Join Date
    United KingdomLocation
    1,589Posts

    Re: UberCMS - Internet Explorer client not working

    If 10,000 of your members use internet explorer then your implying you have about 25k users.. i doubt that.

    Put a nice banner up for IE users saying "Please browse this site using Chrome or Firefox" and then link it to the download pages for each.

    The Internet Explorer 7 Countdown - start looking here but change their code to send you to firefox or chrome :)

  5. #5
    Member Slynan is offline
    MemberRank
    Apr 2012 Join Date
    87Posts

    Re: UberCMS - Internet Explorer client not working

    WJJ, I got a bit more than 25k users. :)

    Isn't there any fix, so they can use internet explorer? I tested and can use internet explorer on zap.

    I hate ie, but ive got 7-10 years old kids playing my retro, which do not know how to download ie. :/

  6. #6
    *lurks* WJJ is offline
    MemberRank
    May 2007 Join Date
    United KingdomLocation
    1,589Posts

    Re: UberCMS - Internet Explorer client not working

    Whats your site?

    As for a fix, try using another CMS or using the client.php from another cms (preferably the same one but a fresh version to make sure its not your old client thats broke).

  7. #7
    Member Slynan is offline
    MemberRank
    Apr 2012 Join Date
    87Posts

    Re: UberCMS - Internet Explorer client not working

    Im not really giving out the link to my site for security reasons, but its a non-english hotel.
    Im using the fresh ubercms client.


    Does any one have a working client for uber? (like the one on zap)
    Last edited by Slynan; 23-07-12 at 11:34 PM.

  8. #8
    Account Upgraded | Title Enabled! SubZ is offline
    MemberRank
    Feb 2012 Join Date
    in a boatLocation
    455Posts

    Re: UberCMS - Internet Explorer client not working

    More than 25k are u srs? And what do you mean by working client, all you gotta do is configure it right?

  9. #9
    Member Slynan is offline
    MemberRank
    Apr 2012 Join Date
    87Posts

    Re: UberCMS - Internet Explorer client not working

    Yep, more then 25k! With a 2 users per user limitation. :-)

    It's fully operational, just that it doesn't work in Internet Explorer. The object (code that embeds habbo.swf) doesn't show up in the source code. Ive tried and I can access many other ubercms clients, so they have managed to fix it in some way, and I have not.

  10. #10
    Member Slynan is offline
    MemberRank
    Apr 2012 Join Date
    87Posts

    Re: UberCMS - Internet Explorer client not working

    Still nothing?:(

  11. #11
    Member Slynan is offline
    MemberRank
    Apr 2012 Join Date
    87Posts

    Re: UberCMS - Internet Explorer client not working

    I could pay you some couples of bucks for it.

  12. #12
    ╰☆ Learning PHP Craqued is offline
    MemberRank
    Jul 2012 Join Date
    ╰☆Earth☆Location
    502Posts

    Re: UberCMS - Internet Explorer client not working

    BroIE did change if i was you i will take the advice off WJJ


    ( PS : if you have a prob contact me i am French too )

  13. #13
    Member Slynan is offline
    MemberRank
    Apr 2012 Join Date
    87Posts

    Re: UberCMS - Internet Explorer client not working

    Yeah ive done that already, but my user count is to low. In my coutry, 50% uses internet explorer.

  14. #14
    Proficient Member PatrickDE93 is offline
    MemberRank
    Jun 2012 Join Date
    GermanyLocation
    172Posts

    Re: UberCMS - Internet Explorer client not working

    Quote Originally Posted by Slynan View Post
    Yeah ive done that already, but my user count is to low. In my coutry, 50% uses internet explorer.
    Why is 15.000 users of 25.000 users low?
    I don't understand you i would be happy when i have this user count.

    P.s I don't believe this user count.

  15. #15
    Account Upgraded | Title Enabled! SubZ is offline
    MemberRank
    Feb 2012 Join Date
    in a boatLocation
    455Posts

    Re: UberCMS - Internet Explorer client not working

    Quote Originally Posted by Slynan View Post
    Yeah ive done that already, but my user count is to low. In my coutry, 50% uses internet explorer.
    Replace your page-client and client.php with this

    PHP Code:
    <?php
    /*=======================================================================
    | UberWeb - Lightweight site system for Uber
    | #######################################################################
    | Copyright (c) 2009, Roy 'Meth0d'
    | http://www.meth0d.org
    | #######################################################################
    | This program is free software: you can redistribute it and/or modify
    | it under the terms of the GNU General Public License as published by
    | the Free Software Foundation, either version 3 of the License, or
    | (at your option) any later version.
    | #######################################################################
    | This program is distributed in the hope that it will be useful,
    | but WITHOUT ANY WARRANTY; without even the implied warranty of
    | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    | GNU General Public License for more details.
    \======================================================================*/

    define('HIDE_FEEDBACK'true);

    require_once 
    "global.php";
    require_once 
    "inc/class.rooms.php";

    if (!
    LOGGED_IN)
    {
        
    header("Location: " WWW"/login_popup");
        exit;
    }

    $forwardType 0;
    $forwardId 0;

    if (
    $users->getUserVar(USER_ID'newbie_status') == "0")
    {
        if (isset(
    $_GET['createRoom']) && is_numeric($_GET['createRoom']))
        {
            
    $roomId RoomManager::CreateRoom(USER_NAME "'s room"USER_NAME'model_s');

            switch (
    intval($_GET['createRoom']))
            {
                default:
                case 
    0:
                
                    
    RoomManager::PaintRoom($roomId'1701''601');
                    break;
                    
                case 
    1:
                
                    
    RoomManager::PaintRoom($roomId'607''111');
                    break;
                    
                case 
    2:
                
                    
    RoomManager::PaintRoom($roomId'1901''301');
                    break;
                    
                case 
    3:
                
                    
    RoomManager::PaintRoom($roomId'1801''110');
                    break;
                    
                case 
    4:
                
                    
    RoomManager::PaintRoom($roomId'503''104');
                    break;
                    
                case 
    5:
                
                    
    RoomManager::PaintRoom($roomId'804''107');
                    break;
            }

            
    //die('createRoom Result: ' . $roomId);
            
    dbquery("UPDATE users SET home_room = '" $roomId "', newbie_status = '1' WHERE id = '" USER_ID "' LIMIT 1");
            
            
    //$forwardType = 2;
            //$forwardId = $roomId;
        
    }
        else
        {
            
    header("Location: " WWW "/client?createRoom=" rand(05));
            exit;
        }
    }
    else if (isset(
    $_GET['forwardType']) && isset($_GET['forwardId']) && is_numeric($_GET['forwardType']) && is_numeric($_GET['forwardId']))
    {
        
    $forwardType intval($_GET['forwardType']);
        
    $forwardId intval($_GET['forwardId']);
        
        if (
    $forwardType >= || $forwardType <= 0)
        {
            return;
        }
    }

    if (
    $users->GetUserVar(USER_ID"newbie_status"false) == "1")
    {
        
    header("Location: " WWW "/account/policy-verify");
        exit;
    }

    $users->CheckSSO(USER_ID);

    $tpl->Init();

    $tpl->AddGeneric('head-init');
    $tpl->AddIncludeSet('default');
    $tpl->AddIncludeFile(new IncludeFile('text/css''http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/habboclient.css''stylesheet'));
    $tpl->AddIncludeFile(new IncludeFile('text/css''http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/habboflashclient.css''stylesheet'));
    $tpl->AddIncludeFile(new IncludeFile('text/javascript''http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/habboflashclient.js'));            
    $tpl->WriteIncludeFiles();
    $tpl->AddGeneric('head-bottom');

    $client = new Template('page-client');
    $client->SetParam('page_title'' ');
    $client->SetParam('sso_ticket'$users->GetUserVar(USER_ID'auth_ticket'false));
    $client->SetParam('flash_base''http://dubhotel.net/r63/');
    $client->SetParam('flash_client_url''http://dubhotel.net/r63/');
    $client->SetParam('hotel_status'$core->GetUsersOnline() . ' users online now!');
    $client->SetParam('forwardType'$forwardType);
    $client->SetParam('forwardId'$forwardId);

    if (isset(
    $_GET['forceTicket']) && $users->HasFuse(USER_ID'fuse_admin'))
    {
        
    $client->SetParam('sso_ticket'$_GET['forceTicket']);
    }

    $tpl->AddTemplate($client);

    $tpl->Output();

    ?>
    PHP Code:
    <link rel="stylesheet" href="http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/habboclient.css" type="text/css" />
    <
    link rel="stylesheet" href="http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/habboflashclient.css" type="text/css" />
    <
    script src="http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/habboflashclient.js" type="text/javascript"></script>
    <script type="text/javascript">
        FlashExternalInterface.loginLogEnabled = true;
        FlashExternalInterface.loginLogEnabled = true;
        
        FlashExternalInterface.logLoginStep("web.view.start");
        
        if (top == self) {
            FlashHabboClient.cacheCheck();
        }
        var flashvars = {
                "client.allow.cross.domain" : "1", 
                "client.notify.cross.domain" : "0", 
                "connection.info.host" : "127.0.0.1", 
                "connection.info.port" : "30000", 
                "site.url" : "%www%", 
                "url.prefix" : "%www%", 
                "client.reload.url" : "%www%/account/reauthenticate?page=/flash_client", 
                "client.fatal.error.url" : "%www%/me.php", 
                "client.connection.failed.url" : "%www%/me.php", 
                "external.hash" : "", 
                "external.variables.txt" : "http://localhost/r63/external_variables.txt", 
                "external.texts.txt" : "http://localhost/r63/external_flash_texts.txt",
                "productdata.load.url" : "http://localhost/r63/productdata.txt", 
                "furnidata.load.url" : "http://localhost/r63/furnidata.txt",            
                "use.sso.ticket" : "1", 
                "sso.ticket" : "%sso_ticket%", 
                "processlog.enabled" : "1", 
                "account_id" : "0", 
                "client.starting" : "Welcome to Evo", 
                "flash.client.url" : "http://localhost/r63/", 
                "user.hash" : "199275052dbf5f89adb0a643bf16b0ea1cd646db", 
                "flash.client.origin" : "popup" 
        };
        var params = {
            "base" : "http://localhost/r63/",
            "allowScriptAccess" : "always",
            "menu" : "false"                
        };
        
        if (!(HabbletLoader.needsFlashKbWorkaround())) {
            params["wmode"] = "opaque";
        }
        
        var clientUrl = "http://localhost/r63/Habbo.swf";
        swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/%web_build%/web-gallery/flash/expressInstall.swf", flashvars, params);

        window.onbeforeunload = unloading;
        function unloading() {
            var clientObject;
            if (navigator.appName.indexOf("Microsoft") != -1) {
                clientObject = window["flash-container"];
            } else {
                clientObject = document["flash-container"];
            }
            try {
                clientObject.unloading();
            } catch (e) {}
        }
    </script>

    <meta name="description" content="Check into the world’s largest virtual hotel for FREE! Meet and make friends, play games, chat with others, create your avatar, design rooms and more…" />
    <meta name="keywords" content="habbo hotel, virtual, world, social network, free, community, avatar, chat, online, teen, roleplaying, join, social, groups, forums, safe, play, games, online, friends, teens, rares, rare furni, collecting, create, collect, connect, furni, furniture, pets, room design, sharing, expression, badges, hangout, music, celebrity, celebrity visits, celebrities, mmo, mmorpg, massively multiplayer" />



    <!--[if IE 8]>
    <link rel="stylesheet" href="http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/ie8.css" type="text/css" />
    <![endif]-->
    <!--[if lt IE 8]>
    <link rel="stylesheet" href="http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/ie.css" type="text/css" />
    <![endif]-->
    <!--[if lt IE 7]>
    <link rel="stylesheet" href="http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/ie6.css" type="text/css" />
    <script src="http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/pngfix.js" type="text/javascript"></script>
    <script type="text/javascript">
    try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
    </script>

    <style type="text/css">
    body { behavior: url(/js/csshover.htc); }
    </style>
    <![endif]-->
    <meta name="build" content="63-BUILD36 - 16.11.2010 11:51 - com" />
    </head>

    <body id="client" class="flashclient">
    <div id="overlay"></div>
    <img src="http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/images/page_loader.gif" style="position:absolute; margin: -1500px;" />

    <div id="overlay"></div>
    <div id="client-ui" >
        <div id="flash-wrapper">
        <div id="flash-container">
            <div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none">

    <div class="cbb clearfix">
        <h2 class="title">Please update your Flash Player to the latest version.</h2>
        <div class="box-content">
                <p>You can install and download Adobe Flash Player here: <a href="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>
                <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
        </div>
    </div>

            </div>
            <script type="text/javascript">
                $('content').show();
            </script>
            <noscript>
                <div style="width: 400px; margin: 20px auto 0 auto; text-align: center">
                    <p>If you are not automatically redirected, please <a href="/client/nojs">click here</a></p>
                </div>
            </noscript>
        </div>
        </div>
        <div id="content" class="client-content"></div>            
    </div>
        <div style="display: none">

    <div id="habboCountUpdateTarget">
    %hotel_status%
    </div>
        <script language="JavaScript" type="text/javascript">
            setTimeout(function() {
                HabboCounter.init(600);
            }, 20000);
        </script>
        </div>
        <script type="text/javascript">
            RightClick.init("flash-wrapper", "flash-container");
            if (window.opener && window.opener != window && typeof window.opener.location.href != "undefined") {
                window.opener.location.replace(window.opener.location.href);
            }
            $(document.body).addClassName("js");
               HabboClient.startPingListener();
        </script>

    <script type="text/javascript">
        HabboView.run();
    </script>

    <script type="text/javascript">

      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-15697942-2']);
      _gaq.push(['_trackPageview']);

      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? '[url]https://ssl[/url]' : 'http://www')   '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
      })();

    </script>

    </body> 
    </html> 
    And configure it obviously, idk if it will work but maybe your client page is outdated.

  16. #16
    Member Slynan is offline
    MemberRank
    Apr 2012 Join Date
    87Posts

    Re: UberCMS - Internet Explorer client not working

    Thanks SubZ I'll try it.
    Patrick, it's not the user online count, it's the registered users count.

  17. #17
    Member Slynan is offline
    MemberRank
    Apr 2012 Join Date
    87Posts

    Re: UberCMS - Internet Explorer client not working

    Doesn't work SubZ.
    Does anyone have a fix?
    A quick way to earn a pizza! :deal:

  18. #18
    Apprentice svenskenshabbo is offline
    MemberRank
    Dec 2012 Join Date
    6Posts

    Re: UberCMS - Internet Explorer client not working

    I now the fix!


    All cms is coded in a speciell way and diffrent way! Cuz google chrome ,safari and firefox work with that code! What did u choose UberCMS,RevCms or PhoenixPHP! Cuz i can code the IE Code to you!



Advertisement