Seja bem vindo ao World Teen! Very Happy
Aqui você poderá encontrar amigos, conversar, tirar suas dúvidas e publicar seus conhecimentos.
Para isso, basta clicar no botão "Registre-se", logo abaixo da mensagem.
Att: Equipe WT

Participe do fórum, é rápido e fácil

Seja bem vindo ao World Teen! Very Happy
Aqui você poderá encontrar amigos, conversar, tirar suas dúvidas e publicar seus conhecimentos.
Para isso, basta clicar no botão "Registre-se", logo abaixo da mensagem.
Att: Equipe WT
Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.
Painel do usuário

Mensagens: 2


Alterar
Ver
Tópicos e mensagens
Últimos assuntos
» Vagas no Fórum
R63 SWF Com PageClient Prehosteadas! EmptyTer Nov 01, 2011 12:25 pm por Kayo Raphael

» Jogo do 1 até 200
R63 SWF Com PageClient Prehosteadas! EmptySáb Out 29, 2011 6:47 pm por JooneH

» [Parceria] Fórum Tecnofu [Fourkeys]
R63 SWF Com PageClient Prehosteadas! EmptySáb Out 29, 2011 6:46 pm por JooneH

» Dofus Strik
R63 SWF Com PageClient Prehosteadas! EmptyTer Out 04, 2011 12:54 pm por karmo667

» Had Hotel - Surpresa!
R63 SWF Com PageClient Prehosteadas! EmptyDom Set 04, 2011 4:18 pm por Malacus

» Strike Pixel - Nova Era
R63 SWF Com PageClient Prehosteadas! EmptySáb Set 03, 2011 3:24 pm por Slash

» Os Manow - Sabe Enredo - Inchentes Malvadas Indios Traiçoeiros
R63 SWF Com PageClient Prehosteadas! EmptySeg Jun 20, 2011 6:18 pm por eXodo34

» [Download] Snowz Ots V12 (8.60)
R63 SWF Com PageClient Prehosteadas! EmptySeg Jun 20, 2011 6:17 pm por eXodo34

» [Cheat]TibiaBOT [Cheat]
R63 SWF Com PageClient Prehosteadas! EmptySeg Jun 20, 2011 6:17 pm por eXodo34

Top dos mais postadores
Malacus
R63 SWF Com PageClient Prehosteadas! I_vote_lcapR63 SWF Com PageClient Prehosteadas! I_voting_barR63 SWF Com PageClient Prehosteadas! I_vote_rcap 
Slash
R63 SWF Com PageClient Prehosteadas! I_vote_lcapR63 SWF Com PageClient Prehosteadas! I_voting_barR63 SWF Com PageClient Prehosteadas! I_vote_rcap 
Felipe
R63 SWF Com PageClient Prehosteadas! I_vote_lcapR63 SWF Com PageClient Prehosteadas! I_voting_barR63 SWF Com PageClient Prehosteadas! I_vote_rcap 
Slaick
R63 SWF Com PageClient Prehosteadas! I_vote_lcapR63 SWF Com PageClient Prehosteadas! I_voting_barR63 SWF Com PageClient Prehosteadas! I_vote_rcap 
JooneH
R63 SWF Com PageClient Prehosteadas! I_vote_lcapR63 SWF Com PageClient Prehosteadas! I_voting_barR63 SWF Com PageClient Prehosteadas! I_vote_rcap 
Mayck
R63 SWF Com PageClient Prehosteadas! I_vote_lcapR63 SWF Com PageClient Prehosteadas! I_voting_barR63 SWF Com PageClient Prehosteadas! I_vote_rcap 
,:яαfα
R63 SWF Com PageClient Prehosteadas! I_vote_lcapR63 SWF Com PageClient Prehosteadas! I_voting_barR63 SWF Com PageClient Prehosteadas! I_vote_rcap 
тσкуσ
R63 SWF Com PageClient Prehosteadas! I_vote_lcapR63 SWF Com PageClient Prehosteadas! I_voting_barR63 SWF Com PageClient Prehosteadas! I_vote_rcap 
Osmar
R63 SWF Com PageClient Prehosteadas! I_vote_lcapR63 SWF Com PageClient Prehosteadas! I_voting_barR63 SWF Com PageClient Prehosteadas! I_vote_rcap 
Lock
R63 SWF Com PageClient Prehosteadas! I_vote_lcapR63 SWF Com PageClient Prehosteadas! I_voting_barR63 SWF Com PageClient Prehosteadas! I_vote_rcap 


R63 SWF Com PageClient Prehosteadas!

4 participantes

Ir para baixo

R63 SWF Com PageClient Prehosteadas! Empty R63 SWF Com PageClient Prehosteadas!

Mensagem por Malacus Qui Jan 13, 2011 8:44 am

Client

Código:
<?php
/*=======================================================================
| UberCMS - Advanced Website and Content Management System for uberEmu
| #######################################################################
| Copyright (c) 2010, Roy 'Meth0d' and updates by Matthew 'MDK'
| [url=http://www.meth0d.org/]http://www.meth0d.org[/url] & [url=http://www.sulake.biz/]http://www.sulake.biz[/url]
| #######################################################################
| 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(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', '[url=http://holo.habbofantasy.net/web-gallery/v2/styles/habboclient.css%27,]http://holo.habbofantasy.net/web-gallery/v2/styles/habboclient.css',[/url] 'stylesheet'));
$tpl->AddIncludeFile(new IncludeFile('text/css', '[url=http://holo.habbofantasy.net/web-gallery/v2/styles/habboflashclient.css%27,]http://holo.habbofantasy.net/web-gallery/v2/styles/habboflashclient.css',[/url] 'stylesheet'));
$tpl->AddIncludeFile(new IncludeFile('text/javascript', '[url=http://holo.habbofantasy.net/web-gallery/static/js/habboflashclient.js%27]http://holo.habbofantasy.net/web-gallery/static/js/habboflashclient.js'[/url]));       
$tpl->WriteIncludeFiles();
$tpl->AddGeneric('head-bottom');

$client = new Template('page-client');
$client->SetParam('page_title', 'Client');
$client->SetParam('sso_ticket', $users->GetUserVar(USER_ID, 'auth_ticket', false));
$client->SetParam('flash_base', '[url=http://habbofantasy.net/gordon/RELEASE63-30816-30815-201012290129_510cf63623052e18e4d4777a79491829/%27]http://habbofantasy.net/gordon/RELEASE63-30816-30815-201012290129_510cf63623052e18e4d4777a79491829/'[/url]);
$client->SetParam('flash_client_url', '[url=http://habbofantasy.net/gordon/RELEASE63-30816-30815-201012290129_510cf63623052e18e4d4777a79491829/%27]http://habbofantasy.net/gordon/RELEASE63-30816-30815-201012290129_510cf63623052e18e4d4777a79491829/'[/url]);
$client->SetParam('hotel_status', $core->GetUsersOnline() . ' Usuarios online!');
$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);

// Footer
$tpl->AddGeneric('footer');

$tpl->Output();

?>

PageClient!

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" : "Tu Ip",
            "connection.info.por t" : "90",
            "site.url" : "%www%",
            "url.prefix" : "%www%",
            "client.reload.url" : "%www%/account/reauthenticate?page=/flash_client",
            "client.fatal.error. url" : "%www%/flash_client_error",
            "client.connection.f ailed.url" : "%www%/client_connection_failed",
            "external.hash" : "",
            "external.variables. txt" : "[url=http://habbofantasy.net/gamedata/external_variables.txt?]http://habbofantasy.net/gamedata/external_variables.txt?[/url]",
            "external.texts.txt" : "[url=http://habbofantasy.net/gamedata/external_flash_texts.txt?]http://habbofantasy.net/gamedata/external_flash_texts.txt?[/url]",
            "productdata.load.ur l" : "[url=http://habbofantasy.net/gamedata/productdata.txt]http://habbofantasy.net/gamedata/productdata.txt[/url]",
            "furnidata.load.url" : "[url=http://habbofantasy.net/gamedata/furnidata.txt]http://habbofantasy.net/gamedata/furnidata.txt[/url]",
            "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, el Hotel se esta cargando",
            "flash.client.url" : "[url=http://habbofantasy.net/gordon/RELEASE63-30816-30815-201012290129_510cf63623052e18e4d4777a79491829/]http://habbofantasy.net/gordon/RELEASE63-30816-30815-201012290129_510cf63623052e18e4d4777a79491829/[/url]",
            "user.hash" : "",
            "facebook.user" : "0",
            "has.identity" : "0",
            "flash.client.origin" : "popup"
    };
    var params = {
        "base" : "[url=http://habbofantasy.net/gordon/RELEASE63-30816-30815-201012290129_510cf63623052e18e4d4777a79491829/]http://habbofantasy.net/gordon/RELEASE63-30816-30815-201012290129_510cf63623052e18e4d4777a79491829/[/url]",
        "allowScriptAccess" : "always",
        "menu" : "false"             
    };
 
    if (!(HabbletLoader.needs FlashKbWorkaround())) {
      params["wmode"] = "opaque";
    }
 
    FlashExternalInterf ace.signoutUrl = "%www%/account/logout";


    var clientUrl = "[url=http://habbofantasy.net/gordon/RELEASE63-30816-30815-201012290129_510cf63623052e18e4d4777a79491829/Habbo.swf]http://habbofantasy.net/gordon/RELEASE63-30816-30815-201012290129_510cf63623052e18e4d4777a79491829/Habbo.swf[/url]";
    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "[url=http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/36/web-gallery/flash/expressInstall.swf]http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/36/web-gallery/flash/expressInstall.swf[/url]", flashvars, params);
</script>

<body id="client" class="flashclient">
<div id="overlay"></div>
<img src="[url=http://images.alexgroup27.com.ve/habboweb/%web_build%/web-gallery/v2/images/page_loader.gif]http://images.alexgroup27.com.ve/habboweb/%web_build%/web-gallery/v2/images/page_loader.gif[/url]" 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">Por favor, instalar el Adobe Flash Player.</h2>
    <div class="box-content">
            <p>Puedes instalar y descargar Adobe Flash Player aquí: <a href="[url=http://get.adobe.com/flashplayer/]http://get.adobe.com/flashplayer/[/url]">Instalar Flash player</a>. Más instrucciones para su instalación aquí: <a href="[url=http://www.adobe.com/products/flashplayer/productinfo/instructions/]http://www.adobe.com/products/flashplayer/productinfo/instructions/[/url]">Más información</a></p>
            <p><a href="[url=http://www.adobe.com/go/getflashplayer]http://www.adobe.com/go/getflashplayer[/url]"><img src="[url=http://images.alexgroup27.com.ve/habboweb/%web_build%/web-gallery/v2/images/client/get_flash_player.gif]http://images.alexgroup27.com.ve/habboweb/%web_build%/web-gallery/v2/images/client/get_flash_player.gif[/url]" 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>Si usted no es redirigido automáticamente, por
favor <a href="/client/nojs">click aqui</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>
    </div>
    <script type="text/javascript">
        RightClick.init("flash-wrapper", "flash-container");
    </script>
 

    #Publicidad Google

    <center>
    <script type="text/javascript"><!--
    google_ad_client = "pub-9729236163003460";
    /* 234x60, created 1/5/11 */
      google_ad_slot = "9450935487";
      google_ad_width = 234;
      google_ad_height = 60;
      //-->
    </script>
    <script type="text/javascript"
    src="[url=http://pagead2.googlesyndication.com/pagead/show_ads.js]http://pagead2.googlesyndication.com/pagead/show_ads.js[/url]">
    </script>
    </center>
 
 
</body>
</html>

Imagenes!
Spoiler:
Malacus
Malacus
Administrador
Administrador

Localização : No WT FORUM!
Data de inscrição : 17/07/2010
Mensagens : 2361
Pontos : 3429

http://www.world-teen.net

Ir para o topo Ir para baixo

R63 SWF Com PageClient Prehosteadas! Empty Re: R63 SWF Com PageClient Prehosteadas!

Mensagem por Slash Qui Jan 13, 2011 8:53 am

Que emu é bom usar ?
Slash
Slash
Strike Avançado
Strike Avançado

Localização : Ronaldo ..
Data de inscrição : 20/12/2010
Mensagens : 1520
Pontos : 2045

Ir para o topo Ir para baixo

R63 SWF Com PageClient Prehosteadas! Empty Re: R63 SWF Com PageClient Prehosteadas!

Mensagem por Malacus Qui Jan 13, 2011 11:11 am

Grove-Street escreveu:Que emu é bom usar ?

Recomendo algum baseado em uber.
Malacus
Malacus
Administrador
Administrador

Localização : No WT FORUM!
Data de inscrição : 17/07/2010
Mensagens : 2361
Pontos : 3429

http://www.world-teen.net

Ir para o topo Ir para baixo

R63 SWF Com PageClient Prehosteadas! Empty Re: R63 SWF Com PageClient Prehosteadas!

Mensagem por ,:яαfα Qui Jan 13, 2011 11:13 am

Nossa Vlwsão , vou usa-lo
,:яαfα
,:яαfα
Strike Silver
Strike Silver

Data de inscrição : 17/12/2010
Mensagens : 494
Pontos : 539

Ir para o topo Ir para baixo

R63 SWF Com PageClient Prehosteadas! Empty Re: R63 SWF Com PageClient Prehosteadas!

Mensagem por Slash Qui Jan 13, 2011 11:34 am

яαfα escreveu:Nossa Vlwsão , vou usa-lo
Slash
Slash
Strike Avançado
Strike Avançado

Localização : Ronaldo ..
Data de inscrição : 20/12/2010
Mensagens : 1520
Pontos : 2045

Ir para o topo Ir para baixo

R63 SWF Com PageClient Prehosteadas! Empty Re: R63 SWF Com PageClient Prehosteadas!

Mensagem por JooneH Qui Jan 13, 2011 11:39 am

Pow malacus valew so faltava isso pro meu hotel ! agora é hospedage
JooneH
JooneH
Strike Gold
Strike Gold

Data de inscrição : 20/07/2010
Mensagens : 692
Pontos : -1464

Ir para o topo Ir para baixo

R63 SWF Com PageClient Prehosteadas! Empty Re: R63 SWF Com PageClient Prehosteadas!

Mensagem por Slash Qui Jan 13, 2011 11:40 am

JooneH escreveu:Pow malacus valew so faltava isso pro meu hotel ! agora é hospedage

:d qual a sua db?
Slash
Slash
Strike Avançado
Strike Avançado

Localização : Ronaldo ..
Data de inscrição : 20/12/2010
Mensagens : 1520
Pontos : 2045

Ir para o topo Ir para baixo

R63 SWF Com PageClient Prehosteadas! Empty Re: R63 SWF Com PageClient Prehosteadas!

Mensagem por Conteúdo patrocinado


Conteúdo patrocinado


Ir para o topo Ir para baixo

Ir para o topo


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