Close

Ingresar

Por favor, ingresa o regístrate.
¿Perdiste tu email de activación?






Tema: [Ayuda] Configuracion del Client.php y Page-client.tpl [+3]  (Leído 1265 veces)

0 Usuarios y 1 Visitante están viendo este tema.

  • мαтιαѕ

  • Experto Nivel 3

  • Desconectado
  • *
  • 398
  • 7496
  • Premios

  • KekoEncuesta Agosto 2010 Super Combinación Combinación
  • Actividad

  • 0%
  • + Info
    Inventario

  •               
  • Nick de registro

  • MainUserMatias
    • Ver Perfil
Configuracion del Client.php y Page-client.tpl [+3]
« en: 03 de Sep de 2010, 03:24 pm »
Hola! Necesito que me ayuden a configurar el client.php y page-client.tpl, tengo hosteadas ESTAS SWF en localhost.
Al que me ayude le doy +3 y Algunos coins T.T lo necesito urgente!
[;D]


  • Dj.Dakar

  • Newbie Nivel 1

  • Desconectado
  • *
  • 16
  • 27
  • Premios

  • Combinación Creador de Temas Coleccionista de Premios Nivel 2
  • Actividad

  • 0%
  • + Info
    Nick de registro

  • Dj.Dakar
    • Ver Perfil
Client:
Spoiler  :
Código: [Seleccionar]
<?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;
}
}

$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://images.habbim.es/gordon/RELEASE56-27701-27700-201008130247_8f6c54151a631c1552c883f01f200163/');
$client->SetParam('flash_client_url''http://images.habbim.es/dcr/r56_none_d979554a9b032c2626a4284ffac1bde1/ ');
$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();

?>

Page-client:

Spoiler  :
Código: [Seleccionar]
<body id="client" class="flashclient">
 
<script type="text/javascript">
var habboDefaultClientPopupUrl = "%www%/client";
</script>

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

<script type="text/javascript">
    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" : "tu ip privada",
            "connection.info.port" : "90",
            "site.url" : "http://tu-no-ip/",
            "url.prefix" : "http://tu-no-ip/",
            "client.reload.url" : "%www%/account/reauthenticate?page=/client",
            "client.fatal.error.url" : "%www%/flash_client_error",
            "client.connection.failed.url" : "%www%/client_connection_failed",
            "external.hash" : "",
            "external.variables.txt" : "http://images.habbim.es/gamedata/external_variables.txt?",
            "external.texts.txt" : "http://images.habbim.es/gamedata/external_flash_texts.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" : "Espera [nombre de tu hotel] Se Esta Cargando...",
            "flash.client.url" : "http://images.habbim.es/dcr/r56_none_d979554a9b032c2626a4284ffac1bde1/ ",
            "user.hash" : "",
            "facebook.user" : "0",
            "has.identity" : "0",
            "flash.client.origin" : "popup"
    };
    var params = {
        "base" : "http://images.habbim.es/gordon/RELEASE56-27701-27700-201008130247_8f6c54151a631c1552c883f01f200163/",
        "allowScriptAccess" : "always",
        "menu" : "false"               
    };
   
    if (!(HabbletLoader.needsFlashKbWorkaround())) {
    params["wmode"] = "opaque";
    }
   
    var clientUrl = "http://images.habbim.es/gordon/RELEASE56-27701-27700-201008130247_8f6c54151a631c1552c883f01f200163/Habbo10.swf";
    try {
        if (swfobject.getFlashPlayerVersion().major <= 9) {
            clientUrl = "http://images.habbim.es/gordon/RELEASE56-27701-27700-201008130247_8f6c54151a631c1552c883f01f200163/Habbo.swf";
        }
    } catch(e) {}
    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "9.0.115", "http://images.habbo.com/habboweb/%web_build%/web-gallery/flash/expressInstall.swf", flashvars, params);
</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/45_0061af58e257a7c6b931c91f771b4483/2/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");
    </script>
 
</body>
</html>
« última modificación: 03 de Sep de 2010, 03:32 pm por Dj.Dakar »
lol >D<

  • JüL¥Ãŋ©

  • User Único

  • Desconectado
  • *
  • Texto personal

  • Me encanta mi Facebook, Twitter...¿A que molan? xD
  • 1344
  • 280
  • Premios

  • Tercer Aniversario de KekoMundo KekoEncuesta Agosto 2010 Super Combinación
  • Actividad

  • 0%
  • + Info
    Inventario

  •                 
  • Nick de registro

  • July_94
    • ¡Soy Yo_tambien_xDDD en Youtube!
    • Ver Perfil _y mas_
Hola! Necesito que me ayuden a configurar el client.php y page-client.tpl, tengo hosteadas ESTAS SWF en localhost.
Al que me ayude le doy +3 y Algunos coins T.T lo necesito urgente!

Matias creo que princess las va a a poner ya bien si yo consigo que me anden a mi te dire el page-client que hay que poner. Salu2! 1313
PD: Ya que princess la va a poner bien no merece la pena ponerme a mirar esas SWF xD


 


Users found this pages searching for:

client google programar page-client configurar page


ir arriba
Powered by SMFPacks SEO Pro Mod