Ajudaaa

+10
Luan Martins
Fraconob
avoltadogordo
[J]υиιoя
TrY!
TioBlitz
вяэи๏и๏
Sluk
Okumura
umgaroto
14 participantes

umgaroto umgaroto  • 17.05.12 10:41

Ajudaaa Empty Ajudaaa 17.05.12 10:41

Ae pessoal do PowerPixel

Eu baixei a OnlyCMS 2.0 baseada na UberCMS, mais eu não consigo entrar no hotel, fica só pedindo "Adobe" mais eu já tenho adobe, já atualizei essa bosta e não adianto de nada, alguém de bom coração poderia me arruma uma Client para OnlyCMS v2.0 não é phoenix é onlyCMS baseada na UberCMS.

Aqui esta a CMS que eu to usando:
-----------------------
https://www.power-pixel.net/t19274-download-onlycms-v20-download
--------------------------------------
Aqui está a Imagem dos erros
------------:
Ajudaaa 8Kwf3
------------------

Okumura Okumura  • 17.05.12 15:54

Ajudaaa Empty Re: Ajudaaa 17.05.12 15:54

Troque de client e/ou swf e teste novamente.

Sluk Sluk  • 17.05.12 16:28

Ajudaaa Empty Re: Ajudaaa 17.05.12 16:28

Troque a client/sfw ira resolver seu problema :D

umgaroto umgaroto  • 17.05.12 16:36

Ajudaaa Empty Re: Ajudaaa 17.05.12 16:36

Eu já troquei mais quando eu troco a client fica dessa forma:



Ajudaaa Vx0NY

---------------------------------------
Aqui está a client que veio junto na OnlyCMS v2.0

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>

Por favor, me ajudem, alguem poderia me arruma uma Client para OnlyCMS é Only não phoenix

Agradeço

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

Ajudaaa Empty Re: Ajudaaa 18.05.12 20:22

Tente trocar de cms ou swf

TioBlitz TioBlitz  • 19.05.12 15:39

Ajudaaa Empty Re: Ajudaaa 19.05.12 15:39

Olá , Veja se você ligou seu emulador corretamente

TrY! TrY!  • 19.05.12 18:26

Ajudaaa Empty Re: Ajudaaa 19.05.12 18:26

Caro usuário,


Bom há 3 possíveis erros:
• Erro de SWF desatualizada.
• Erro de Client desatualizada.
• Adobe Flash Player incompatível com a versão de sua SWF.
Erro 1:
Consulte este tópico:
Erro 2:
Consulte este tópico:
Erro 3:
Atualize seu Adobe Flash Player.

Até Mas,
TrY!

[J]υиιoя [J]υиιoя  • 19.05.12 18:57

Ajudaaa Empty Re: Ajudaaa 19.05.12 18:57

Se o usuário trocou de SWF e CLIENT, o erro está no Adobe Flash players, atualize..
Já ocorreu este erro comigo, e isso resolveu, Boa sorte..

avoltadogordo avoltadogordo  • 19.05.12 23:18

Ajudaaa Empty Re: Ajudaaa 19.05.12 23:18

Post Editado

Fraconob Fraconob  • 19.05.12 23:19

Ajudaaa Empty Re: Ajudaaa 19.05.12 23:19

@OFF Que bagulho preto é esse na tela?

Luan Martins Luan Martins  • 19.05.12 23:36

Ajudaaa Empty Re: Ajudaaa 19.05.12 23:36

cara eu uso a only ne um novo projeto, tenho uma swf que entra perfeitamente.
para pegar minha swf entre no seguinte diretorio
meu hotel é www.habbolux.com.br
swf é swf.habbolux.com.br

leStripper~ leStripper~  • 20.05.12 0:57

Ajudaaa Empty Re: Ajudaaa 20.05.12 0:57

Lêia as Regras, ese Tópico está com um Nome Inutil,

OFF: Troque de SWF/Client , verefique-a se configurou corretamente

Gordo:banGostosoSedoso Gordo:banGostosoSedoso  • 20.05.12 16:27

Ajudaaa Empty Re: Ajudaaa 20.05.12 16:27

Editado por Gabrieldlm - Membro banido

Gabrieldlm Gabrieldlm  • 22.05.12 12:10

Ajudaaa Empty ALERTA 22.05.12 12:10

ALERTA

O autor do tópico tem o prazo de 24 horas para mudar o titulo do tópico conforme o assunto do mesmo, caso contrário o tópico será fechado.

Nєαя Nєαя  • 26.05.12 21:24

Ajudaaa Empty Re: Ajudaaa 26.05.12 21:24

Olá,

O prazo de 24 horas dadas pelo gerente Gabrieldlm foi ultrapassado.
Tópico fechado e movido.

Até!

Gabrieldlm Gabrieldlm  • 26.05.12 21:25

Ajudaaa Empty Re: Ajudaaa 26.05.12 21:25

@Fechado

Conteúdo patrocinado  • 

Ajudaaa Empty Re: Ajudaaa

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.