Buscar Rapìdo

Buscar este blog

jueves, 24 de octubre de 2013

SWF Uber

                                SWF Para Uber

Estas son las swfs que monte para chaddos mi antiguo hotel con TuentiCMS. Y las swfs son 24/7 y estan alojadas en un hosting de pago por eso son ultrarapidas caen solo algunas veces solo las vi caer 1 día no tiene cloundflare asi que no te dara problemas y esta contratado por un año asi no tendras que cambiarlas hasta otro año.


Sueltos:

http://chaddos.re/swfs/external_variables.txt
http://chaddos.re/swfs/external_flash_texts_new.txt
http://chaddos.re/swfs/productdata.txt
http://chaddos.re/swfs/furnidata.txt
http://chaddos.re/swfs/
http://chaddos.re/swfs/
http://chaddos.re/swfs/Habbo.swf

Client para Lavvos:


Spoiler  :
Código: [Seleccionar]
<?php
$myrealip 
$_SERVER['REMOTE_ADDR'] = $_SERVER["HTTP_CF_CONNECTING_IP"] ? $_SERVER["HTTP_CF_CONNECTING_IP"] : $_SERVER["REMOTE_ADDR"];

require_once(
'./data_classes/server-data.php_data_classes-core.php.php');
require_once(
'./data_classes/server-data.php_data_classes-session.php.php');
if(
$_SESSION['registernew'] == true){
require_once 
'reg-beta.php';
exit;
}
$SQL=mysql_query("SELECT * FROM user_tickets WHERE userid = '".$my_id."'");
echo 
mysql_error();$N=mysql_num_rows($SQL);
if(
$N==0){mysql_query("INSERT INTO `user_tickets` SET `user_tickets`.`userid` = '".$my_id."', `user_tickets`.`sessionticket` = '".GenerateTicket()."', `user_tickets`.`ipaddress` = '".$myrealip."'") or die(mysql_error());
}else{
mysql_query("UPDATE `user_tickets` SET `user_tickets`.`sessionticket` = '".GenerateTicket()."', `user_tickets`.`ipaddress` = '".$myrealip."' WHERE `userid` = '".$my_id."'") or die(mysql_error());
}
$ticketsql mysql_query("SELECT * FROM user_tickets WHERE userid = '".$my_id."'") or die(mysql_error());$ticketrow mysql_fetch_assoc($ticketsql);
$client_port mysql_fetch_assoc($client_port mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_port'"));$client_mus mysql_fetch_assoc($client_mus mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_mus'"));$client_ip mysql_fetch_assoc($client_ip mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_ip'"));$client_variables mysql_fetch_assoc($client_variables mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_variables'"));$client_variables_night mysql_fetch_assoc($client_variables_night mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_variables_night'"));$client_texts mysql_fetch_assoc($client_texts mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_texts'"));$client_swf_path mysql_fetch_assoc($client_swf_path mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_swf_path'"));$client_habbo_swf mysql_fetch_assoc($client_habbo_swf mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_habbo_swf'"));$client_limit mysql_fetch_assoc($client_limit mysql_query("SELECT * FROM cms_settings WHERE variable = 'cms_clientlimit'"));
if(
$user_rank && $online_count >= $client_limit['value']){

require_once(
'./templates/login_subheader.php');
require_once(
'./templates/login_header.php');
?>

<br>
<div id="intermediate">
<h2><center>Límite de Usuarios</center></h2>
<div id="enter-hotel">
<div class="open enter-btn">
<a href="http://test.jebbo.net/me" target="client" onClick="return onClientOpen(this)">Vuelve al ME<i></i></a><b></b>
</div>
</div>

<div id="info">
Actualmente tenemos <b><?php echo $online_count?> <?php echo $shortname?>s </b> conectados en el Servidor 1 y el límite es de <b><?php echo $client_limit['value']; ?> Onlines.</div>

<?php require_once('./templates/login_footer.php'); }else{ require_once('./templates/client_subheader.php'); ?>
<script type="text/javascript">
    FlashExternalInterface.loginLogEnabled = true;
   
    FlashExternalInterface.logLoginStep("web.view.start");
   
    if (top == self) {
        FlashHabboClient.cacheCheck();
    }
<?php
$pathd
="test.ispanos.com";?>

  var flashvars = {
            "client.allow.cross.domain" : "1",
            "client.notify.cross.domain" : "0",
            "connection.info.host" : "<?php echo $cms_server?>",
            "connection.info.port" : "90",
            "site.url" : "http://<?php echo $cms_server?>",
            "url.prefix" : "http://<?php echo $cms_server?>",
            "client.reload.url" : "http://<?php echo $cms_server?>/clientutils",
            "client.fatal.error.url" : "http://<?php echo $cms_server?>/clientutils",
            "client.connection.failed.url" : "http://<?php echo $cms_server?>/clientutils",
            "external.hash" : "",
            "external.variables.txt" : "http://chaddos.re/swfs/external_variables.txt",
            "external.texts.txt" : "http://chaddos.re/swfs/external_flash_texts_new.txt",
            "productdata.load.url" : "http://chaddos.re/swfs/productdata.txt",
            "furnidata.load.url" : "http://chaddos.re/swfs/furnidata.txt",
"use.sso.ticket" : "1",
            "sso.ticket" : "<?php echo $ticketrow['sessionticket']; ?>",
            "processlog.enabled" : "0",
            "account_id" : "0",
            "client.starting" : "¡<?php echo $name?> estas entrado a <?php echo $shortname?>! ~ Hay <?php echo $online_count?> Usuarios en línea",
            "flash.client.url" : "http://chaddos.re/swfs/",
            "user.hash" : "",
            "facebook.user" : "0",
            "has.identity" : "0",
            "flash.client.origin" : "popup"
    };
    var params = {
        "base" : "http://chaddos.re/swfs/",
       "allowScriptAccess" : "always",
       "menu" : "false",
                   
    };
 
    if (!(HabbletLoader.needsFlashKbWorkaround())) {
       params["wmode"] = "opaque";
    }
 
    FlashExternalInterface.signoutUrl = "http://<?php echo $cms_server?>/account/logout";


    var clientUrl = "http://chaddos.re/swfs/Habbo.swf";
    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://<?php echo $cms_server?>/web-gallery/flash/expressInstall.swf", flashvars, params);
</script>
<body id="client" class="flashclient">
<div id="overlay"></div>
<img src="http://<?php echo $cms_server?>/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">Por favor, instalar el Adobe Flash Player.</h2>
    <div class="box-content">
            <p>Puedes instalar y descargar Adobe Flash Player aquí: <a href="http://get.adobe.com/flashplayer/">Instalar Flash player</a>. Más instrucciones para su instalación aquí: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">Más información</a></p>
            <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://test.ispanos.com//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>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="habboCountUpdateTarget">
20 users online now!
</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>

<?php ?>
Page client para Urber:

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" : "TUURL",
            "connection.info.port" : "30000",
            "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.failed.url" : "%www%/client_connection_failed",
            "external.hash" : "",
            "external.variables.txt" : "http://chaddos.re/swfs/external_variables.txt",
            "external.texts.txt" : "http://chaddos.re/swfs/external_flash_texts_new.txt",
            "productdata.load.url" : "http://chaddos.re/swfs/productdata.txt",
            "furnidata.load.url" : "http://chaddos.re/swfs/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!, están cargando",
            "flash.client.url" : "http://chaddos.re/swfs/",
            "user.hash" : "",
            "facebook.user" : "0",
            "has.identity" : "0",
            "flash.client.origin" : "popup"
    };
    var params = {
        "base" : "http://chaddos.re/swfs/",
        "allowScriptAccess" : "always",
        "menu" : "false"
    };

    if (!(HabbletLoader.needsFlashKbWorkaround())) {
       params["wmode"] = "opaque";
    }
    var clientUrl = "http://chaddos.re/swfs/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>

<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="habboCountUpdateTarget">
%hotel_status%
</div>
    <script language="JavaScript" type="text/javascript">
        setTimeout(function() {
            HabboCounter.init(600);
        }, 20000);
    </script>

Imagen:
Spoiler  :


Nota: Puedo adaptarlas a bobba cms o lavvos pero debeis pasarme el page-client o su correspondiente archivos un saludos,
Creditos:

Spoiler  :
Yo
y ismaelito(por basarme en ellas)

1 comentario:

  1. No tube la mejor idea que cambiar mis swf [y borrarlas, ya que vi que este funcionaba y eran mejores]... un dia despues suspenden el sitio .-.

    ResponderEliminar