[AJUDA] Client

+2
-Fαntαsy
umgaroto
6 participantes

umgaroto umgaroto  • 16.05.12 9:06

[AJUDA] Client Empty [AJUDA] Client 16.05.12 9:06

Olá,

Eu to com um problema na minha client, fica só dando Adobe, meu adobe já é atualizado, eu to usando a OnlyCMS v2.0

Alguém me ajuda ae? VLWS

avatar -Fαntαsy  • 16.05.12 9:55

[AJUDA] Client Empty Re: [AJUDA] Client 16.05.12 9:55

Bom dia,

Recomendo utilizar a client a seguir (se a sua CMS for Phoenix):
Client Phoenix Funcionando

Até mais.

umgaroto umgaroto  • 16.05.12 10:03

[AJUDA] Client Empty Re: [AJUDA] Client 16.05.12 10:03

Não uso phoenix eu to usando a onlycms 2.0

avatar -Fαntαsy  • 16.05.12 10:29

[AJUDA] Client Empty Re: [AJUDA] Client 16.05.12 10:29

Bom dia,

Poderia me informar em qual CMS a Only é baseada?

Até mais.

~Necr0 ~Necr0  • 16.05.12 10:45

[AJUDA] Client Empty Re: [AJUDA] Client 16.05.12 10:45

Kiяα escreveu:Bom dia,

Poderia me informar em qual CMS a Only é baseada?

Até mais.

É baseada em Uber.

@Topic: Poderia nos passar sua page client ?

umgaroto umgaroto  • 16.05.12 10:48

[AJUDA] Client Empty Re: [AJUDA] Client 16.05.12 10:48

Client:
Código:
<?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 "nucleo/class.rooms.php";

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

$forwardType = 0;
$forwardId = 0;

// ****** BADGES & IP UPDATE FOR PHOENIX
// ****** CODED BY JONTYCAT

dbquery("UPDATE users SET ip_last = '" . $_SERVER['REMOTE_ADDR'] . "' WHERE username = '" . USER_NAME . "'");
if($users->hasFuse(USER_ID, 'isvip'))
{
  $getId = mysql_query("SELECT id FROM users WHERE username = '" . USER_NAME ."'");
  while($id = mysql_fetch_assoc($getId))
  {
      dbquery("INSERT into user_badges (user_id, badge_id, badge_slot) VALUES ('".$id['id']."', 'VIP', '0')");
  }
}
if($users->hasFuse(USER_ID, 'fuse_housekeeping_l ogin'))
{
  $adminId = mysql_query("SELECT id FROM users WHERE username = '" .USER_NAME ."'");
  while($aId = mysql_fetch_assoc($adminId))
  {
      dbquery("INSERT into user_badges (user_id, badge_id, badge_slot) VALUES ('".$aId['id']."', 'ADM', '0')");
  }
}

// END
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(0, 5));
        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 >= 3 || $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', '%www%/web-gallery/v2/styles/habboclient.css', 'stylesheet'));
$tpl->AddIncludeFile(new IncludeFile('text/css', '%www%/web-gallery/v2/styles/habboflashclient.css', 'stylesheet'));
$tpl->AddIncludeFile(new IncludeFile('text/javascript', '%www%/web-gallery/static/js/habboflashclient.js'));

$tpl->WriteIncludeFiles();
$tpl->AddGeneric('head-bottom');

$client = new Template('page-client');

if($_SERVER["HTTP_HOST"] == "127.0.0.1")
  {
      $client->SetParam('connection_info_hos t', '127.0.0.1');
      $client->SetParam('external_variables_ txt','http://127.0.0.1/r63/external_variables_local.txt');
  }
else
  {
      $client->SetParam('connection_info_hos t', '78.46.13.173');
      $client->SetParam('external_variables_ txt','http://zaphotel.net/externals.php?id=external_variables'); // OLD externals.php?id=external_variables
  }

$client->SetParam('page_title', ' ');
$client->SetParam('sso_ticket', $users->GetUserVar(USER_ID, 'auth_ticket', false));
$client->SetParam('flash_base', 'http://images.habbo.com/gordon/RELEASE47-25298-25289-201003111232_95572236204420188d53c5fb779d43f4/');
$client->SetParam('flash_client_url', 'http://images.habbo.com/dcr/r47_none_74f18727eeee7d2cd329f9c7c9078061/');
$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();

?>

<body oncontextmenu="return false" onkeydown="return false">

Page-Client:
Código:
<body id="client" class="flashclient">
 
<script type="text/javascript">
var habboDefaultClientP opupUrl = "%www%/client";
</script>

<noscript>
    <meta http-equiv="refresh" content="0;url=%www%/client/nojs" />
</noscript>

<script type="text/javascript">
    FlashExternalInterf ace.loginLogEnabled = true;
 
    FlashExternalInterf ace.logLoginStep("web.view.start");
 
    if (top == self) {
        FlashHabboClient.ca cheCheck();
    }
    var flashvars = {
            "client.allow.cross. domain" : "1",
            "client.notify.cross .domain" : "0",
            "connection.info.hos t" : "5.196.47.56",
            "connection.info.por t" : "30001",
            "site.url" : "http://5.196.47.56",
            "url.prefix" : "http://5.196.47.56",
            "client.reload.url" : "http://5.196.47.56/account/reauthenticate?page=/flash_client",
            "client.fatal.error. url" : "http://blox.malware-site.www/flash_client_error",
            "client.connection.f ailed.url" : "http://blox.malware-site.www/client_connection_failed",
            "external.hash" : "",
            "external.variables. txt" : "http://nebula-team.tk/gamedata/external_variables/variables.txt",
            "external.texts.txt" : "http://nebula-team.tk/gamedata/external_flash_texts/texts.txt",
            "productdata.load.ur l" : "http://nebula-team.tk/gamedata/productdata/productdata.txt",
            "furnidata.load.url" : "http://nebula-team.tk/gamedata/furnidata/furnidata.txt",
            "use.sso.ticket" : "1",
<?php

if ($forwardType > 0)
{
    echo '            "forward.type" : "' . $forwardType . '",' . LB;
    echo '            "forward.id" : "' . $forwardId . '",' . LB;
}

?>
            "sso.ticket" : "%sso_ticket%",
            "processlog.enabled" : "0",
            "account_id" : "0",
            "client.starting" : "¡Por favor espera %habboname%!, El nombre de tu holo se están cargando",
            "flash.client.url" : "http://nebula-team.tk/gordon/r63/",
            "user.hash" : "",
            "facebook.user" : "0",
            "has.identity" : "0",
            "flash.client.origin" : "popup"
    };
    var params = {
        "base" : "http://nebula-team.tk/gordon/r63/",
        "allowScriptAccess" : "always",
        "menu" : "false"             
    };
 
    if (!(HabbletLoader.needs FlashKbWorkaround())) {
      params["wmode"] = "opaque";
    }
 
    var clientUrl = "http://nebula-team.tk/gordon/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.onbeforeunlo ad = unloading;
    function unloading() {
        var clientObject;
        if (navigator.appName.i ndexOf("Microsoft") != -1) {
            clientObject = window["flash-container"];
        } else {
            clientObject = document["flash-container"];
        }
        try {
            clientObject.unload ing();
        } catch (e) {}
    }
</script>
 
<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 install Adobe Flash Player.</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="habboCountUpdateTar get">
%hotel_status%
</div>
    <script language="JavaScript" type="text/javascript">
        setTimeout(function() {
            HabboCounter.init(600);
        }, 20000);
    </script>


Está aqui a CMS que eu estou utilizando:
http://www.power-pixel.net/t19274-download-onlycms-v20-download

avatar -Fαntαsy  • 16.05.12 10:59

[AJUDA] Client Empty Re: [AJUDA] Client 16.05.12 10:59

Bom dia,

Eu encontrei um tutorial que eu acho que poderá lhe ajudar bastante!
Retirando erro do Adobe

Até mais.

umgaroto umgaroto  • 16.05.12 11:23

[AJUDA] Client Empty Re: [AJUDA] Client 16.05.12 11:23

O problema é na client.

Veja o print:
[AJUDA] Client 8Kwf3
http://www.nebula-team.tk/image/images/8Kwf3.png

avatar -Fαntαsy  • 16.05.12 11:45

[AJUDA] Client Empty Re: [AJUDA] Client 16.05.12 11:45

Bom dia,

O tutorial que eu lhe recomendei, é justamente na client que se configura.

Até mais.

umgaroto umgaroto  • 16.05.12 12:01

[AJUDA] Client Empty Re: [AJUDA] Client 16.05.12 12:01

Mais onde vou baixar isso > expressinstal.swf

uytrgf uytrgf  • 16.05.12 12:06

[AJUDA] Client Empty Re: [AJUDA] Client 16.05.12 12:06

CENSURADO POR ~Necr0, membro banido.

umgaroto umgaroto  • 16.05.12 12:23

[AJUDA] Client Empty Re: [AJUDA] Client 16.05.12 12:23

Olha eu troquei client mais fica nessa **** >>
[AJUDA] Client Vx0NY
http://www.nebula-team.tk/image/images/vx0NY.png

вяэи๏и๏ вяэи๏и๏  • 18.05.12 20:55

[AJUDA] Client Empty Re: [AJUDA] Client 18.05.12 20:55

Tente trocar de cms tente usar a Projj CMS

Gabrieldlm Gabrieldlm  • 19.05.12 14:52

[AJUDA] Client Empty Re: [AJUDA] Client 19.05.12 14:52

O erro é causado por falha na sua SWF ou na sua Client você terá que procurar uma client compatível com sua CMS ,Emulador e DataBase caso contrário o erro não será resovido.

Sugiro que baixe uma CMS semelhante a sua ( Com a mesma versão ) e retire a client.

Até mais!
Permissões neste sub-fórum
Não podes responder a tópicos

BH Servers

Recomendamos a BH Servers com proteção DDOS gratuita em Cloud Server de alta performance. Entrega imediata.