נєαηร נєαηร  • 01.07.13 23:14

[PEDIDO] Client compatível com Pack SPD V80 Empty [PEDIDO] Client compatível com Pack SPD V80 01.07.13 23:14

Eu preciso de uma client compatível com esse pack: https://www.power-pixel.net/t43673p45-down-swf-spd-pack-v80-bot-s-100-trax-mensagem-fundo-da-client-swift-r5-fixado-visuais-novo-emu-release  eu tinhha a client mais formatei meu PC =/

ηєxʋshp™ ηєxʋshp™  • 02.07.13 0:39

[PEDIDO] Client compatível com Pack SPD V80 Empty Re: [PEDIDO] Client compatível com Pack SPD V80 02.07.13 0:39

Olá espero que lhe ajude...

Código:

<?php


function SacarIP22() {
  if($_SERVER) {
    if($_SERVER["HTTP_X_FORWARDED_FOR"]) {
      $realip2 = $_SERVER["HTTP_X_FORWARDED_FOR"];
    } elseif ($_SERVER["HTTP_CLIENT_IP"]) {
      $realip2 = $_SERVER["HTTP_CLIENT_IP"];
    } else {
      $realip2 = $_SERVER["REMOTE_ADDR"];
    }
  } else {
    if(getenv("HTTP_X_FORWARDED_FOR")) {
      $realip2 = getenv("HTTP_X_FORWARDED_FOR");
    } elseif(getenv("HTTP_CLIENT_IP")) {
      $realip2 = getenv("HTTP_CLIENT_IP");
    } else {
      $realip2 = getenv("REMOTE_ADDR");
    }
  }
  return $realip2;
}


$myrealip = SacarIP22();


require_once('./data_classes/server-data.php_data_classes-core.php.php');
require_once('./data_classes/server-data.php_data_classes-session.php.php');


mysql_query("UPDATE users SET auth_ticket = '', auth_ticket = '".GenerateTicket()."', ip_last = '', ip_last = '".$remote_ip."' WHERE id = '".$my_id."'") or die

(mysql_error());
 
$ticketsql = mysql_query("SELECT * FROM users WHERE id = '".$my_id."'") or die(mysql_error());
$ticketrow = mysql_fetch_assoc($ticketsql);

if($user_rank < 1 && $online_count >= $client_limit['value']){

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



?>

<br>
<div id="intermediate">
<h2><center>3000</center></h2>
<div id="enter-hotel">
<div class="open enter-btn">
<a href="<?php echo $path; ?>/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();
    }


  var flashvars = {
    "client.allow.cross.domain" : "1",
         "client.notify.cross.domain" : "0",
         "connection.info.host" : "SEU SITE OU IP",
         "connection.info.port" : "300",
         "site.url" : "<?php echo $path; ?>",
         "url.prefix" : "<?php echo $path; ?>",
         "client.reload.url" : "<?php echo $path; ?>/client",
         "client.fatal.error.url" : "<?php echo $path; ?>/clientutils",
         "client.connection.failed.url" : "<?php echo $path; ?>/clientutils",
                "external.variables.txt" : "http://SITE DA SWF OU IP/swfs/external_variables.txt",
                   "external.texts.txt" : "http://SITE DA SWF OU IP/swfs/external_flash_texts.txt",
                        "productdata.load.url" : "http://SITE DA SWF OU IP/swfs/productdata.txt",
                        "furnidata.load.url" : "http://SITE DA SWF OU IP/swfs/furnidata.txt",
                        "use.sso.ticket" : "1",
         "sso.ticket" : "<?php echo $ticketrow['auth_ticket']; ?>",
         "processlog.enabled" : "1",
         "account_id" : "1",
         "client.starting" : "Carregando...",
         "flash.client.url" : "http://SITE DA SWF OU IP/swfs/",
         "user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
         "has.identity" : "1",
         "flash.client.origin" : "popup"


    };
    var params = {
        "base" : "http://SITE DA SWF OU IP/swfs/",
        "allowScriptAccess" : "always",
        "menu" : "false"         
    };
   
    if (!(HabbletLoader.needsFlashKbWorkaround())) {
       params["wmode"] = "opaque";
    }

    FlashExternalInterface.signoutUrl = "<?php echo $path; ?>/account/logout?token=<?php echo sha1($myrow['password']); ?>";
   
    var clientUrl = "http://SITE DA SWF OU IP/swfs/HabboD.swf";

    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "<?php echo $path; ?>/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>


<!--[if IE 8]>
<link rel="stylesheet" href="<?php echo $path; ?>/web-gallery/static/styles/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="<?php echo $path; ?>/web-gallery/static/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="<?php echo $path; ?>/web-gallery/static/styles/ie6.css" type="text/css" />
<script src="<?php echo $path; ?>/web-gallery/static/js/pngfix.js" type="text/javascript"></script>
<script type="text/javascript">
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
</script>

<style type="text/css">
body { behavior: url(/js/csshover.htc); }
</style>
<![endif]-->

<meta name="build" content="63-BUILD406 - 09.05.2011 23:04 - de" />
</head>
<body id="client" class="flashclient">
<div id="overlay"></div>
<img src="<?php echo $path; ?>/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, atualiza o adobe flash player para ultima versão</h2>

    <div class="box-content">
            <p>Clique Aqui: <a href="http://get.adobe.com/flashplayer/">Instala 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="<?php echo $path; ?>/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">click here</a></p>
            </div>
        </noscript>
    </div>

</div>
<div id="fb-root"></div>
<script type="text/javascript">
    (function() {
        var e = document.createElement('script');
        e.async = true;
        e.src = 'https://connect.facebook.net/pt_BR/all.js';
        document.getElementById('fb-root').appendChild(e);
    }());
</script>

</body>
</html>

<?php } ?>

נєαηร נєαηร  • 02.07.13 1:59

[PEDIDO] Client compatível com Pack SPD V80 Empty Re: [PEDIDO] Client compatível com Pack SPD V80 02.07.13 1:59

Não deu, carrega tudo mais nao entra na client. fica tudo preto

νσℓ¢σм νσℓ¢σм  • 02.07.13 15:21

[PEDIDO] Client compatível com Pack SPD V80 Empty Re: [PEDIDO] Client compatível com Pack SPD V80 02.07.13 15:21

Código:
<?php


function SacarIP22() {
  if($_SERVER) {
    if($_SERVER["HTTP_X_FORWARDED_FOR"]) {
      $realip2 = $_SERVER["HTTP_X_FORWARDED_FOR"];
    } elseif ($_SERVER["HTTP_CLIENT_IP"]) {
      $realip2 = $_SERVER["HTTP_CLIENT_IP"];
    } else {
      $realip2 = $_SERVER["REMOTE_ADDR"];
    }
  } else {
    if(getenv("HTTP_X_FORWARDED_FOR")) {
      $realip2 = getenv("HTTP_X_FORWARDED_FOR");
    } elseif(getenv("HTTP_CLIENT_IP")) {
      $realip2 = getenv("HTTP_CLIENT_IP");
    } else {
      $realip2 = getenv("REMOTE_ADDR");
    }
  }
  return $realip2;
}


$myrealip = SacarIP22();


require_once('./data_classes/server-data.php_data_classes-core.php.php');
require_once('./data_classes/server-data.php_data_classes-session.php.php');


mysql_query("UPDATE users SET auth_ticket = '', auth_ticket = '".GenerateTicket()."', ip_last = '', ip_last = '".$remote_ip."' WHERE id = '".$my_id."'") or die(mysql_error());
 
$ticketsql = mysql_query("SELECT * FROM users WHERE id = '".$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 < 1 && $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://Page-client nova para lavvos/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="Page-client nova para lavvos";
?>
  var flashvars = {
    "client.allow.cross.domain" : "1",
         "client.notify.cross.domain" : "0",
         "connection.info.host" : "Page-client nova para lavvos",
         "connection.info.port" : "300",
         "site.url" : "<?php echo $path; ?>",
         "url.prefix" : "<?php echo $path; ?>",
         "client.reload.url" : "<?php echo $path; ?>/client",
         "client.fatal.error.url" : "<?php echo $path; ?>/clientutils",
         "client.connection.failed.url" : "<?php echo $path; ?>/clientutils",
    "external.variables.txt" : "http://Page-client nova para lavvos/swfs/external_variables.txt",
            "external.texts.txt" : "http://Page-client nova para lavvos/swfs/external_flash_texts.txt",
            "productdata.load.url" : "http://Page-client nova para lavvos/swfs/productdata.txt",
            "furnidata.load.url" : "http://Page-client nova para lavvos/swfs/furnidata.txt",

         "use.sso.ticket" : "1",
         "sso.ticket" : "<?php echo $ticketrow['auth_ticket']; ?>",
         "processlog.enabled" : "1",
         "account_id" : "1",
         "client.starting" : "Por favor, espera... <?php echo $shortname; ?> se esta cargando",
         "flash.client.url" : "http://Page-client nova para lavvos/swfs/",
         "user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
         "has.identity" : "1",
         "flash.client.origin" : "popup"


    };
    var params = {
        "base" : "http://Page-client nova para lavvos/swfs/",
        "allowScriptAccess" : "always",
        "menu" : "false"         
    };
   
    if (!(HabbletLoader.needsFlashKbWorkaround())) {
       params["wmode"] = "opaque";
    }

    FlashExternalInterface.signoutUrl = "<?php echo $path; ?>/account/logout?token=<?php echo sha1($myrow['password']); ?>";
   
    var clientUrl = "http://Page-client nova para lavvos/swfs/Habbod.swf";

    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "<?php echo $path; ?>/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>

<meta name="description" content="Skype Para contato , Daniel.SPD" />
<meta name="keywords" content="Skype Para contato , Daniel.SPD" />



<!--[if IE 8]>
<link rel="stylesheet" href="<?php echo $path; ?>/web-gallery/static/styles/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="<?php echo $path; ?>/web-gallery/static/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="<?php echo $path; ?>/web-gallery/static/styles/ie6.css" type="text/css" />
<script src="<?php echo $path; ?>/web-gallery/static/js/pngfix.js" type="text/javascript"></script>
<script type="text/javascript">
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
</script>

<style type="text/css">
body { behavior: url(/js/csshover.htc); }
</style>
<![endif]-->

<meta name="build" content="63-BUILD406 - 09.05.2011 23:04 - de" />
</head>
<body id="client" class="flashclient">
<div id="overlay"></div>
<img src="<?php echo $path; ?>/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, atualiza o adobe flash player para ultima versão</h2>

    <div class="box-content">
            <p>Clique Aqui: <a href="http://get.adobe.com/flashplayer/">Instala 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="<?php echo $path; ?>/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">click here</a></p>
            </div>
        </noscript>
    </div>

</div>
<div id="fb-root"></div>
<script type="text/javascript">
    (function() {
        var e = document.createElement('script');
        e.async = true;
        e.src = 'https://connect.facebook.net/pt_BR/all.js';
        document.getElementById('fb-root').appendChild(e);
    }());
</script>

</body>
</html>

<?php } ?>



Lembre-se de configurar (onde diz Page-client nova para lavvos troque para 127.0.0.1) e se não der em vez de usar o Habbod.swf use outra

נєαηร נєαηร  • 02.07.13 15:48

[PEDIDO] Client compatível com Pack SPD V80 Empty Re: [PEDIDO] Client compatível com Pack SPD V80 02.07.13 15:48

Da na mesma! Carrega tudo mais ai depois nao entra. Está tudo confiurado.

νσℓ¢σм νσℓ¢σм  • 03.07.13 9:19

[PEDIDO] Client compatível com Pack SPD V80 Empty Re: [PEDIDO] Client compatível com Pack SPD V80 03.07.13 9:19

Douglas.M escreveu:Da na mesma! Carrega tudo mais ai depois nao entra. Está tudo confiurado.


Onde está page-cliet nova para lavvos tem que por 127.0.0.1

depois tem que verificar que está tudo dentro da pasta swfs e que não tem arquivos corrompidos.

E se não der a Habbod.swf use a Habbo.swf ou seja ontem tem


127.0.0.1/swfs/HabboD.swf
Você muda para
127.0.0.1/swfs/Habbo.swf


Já agora gostava que me mandasse a client. Queria ver como configurou ela.

נєαηร נєαηร  • 03.07.13 11:45

[PEDIDO] Client compatível com Pack SPD V80 Empty Re: [PEDIDO] Client compatível com Pack SPD V80 03.07.13 11:45

Código:
Aqui esta:

[code] <?php


function SacarIP22() {
  if($_SERVER) {
    if($_SERVER["HTTP_X_FORWARDED_FOR"]) {
      $realip2 = $_SERVER["HTTP_X_FORWARDED_FOR"];
    } elseif ($_SERVER["HTTP_CLIENT_IP"]) {
      $realip2 = $_SERVER["HTTP_CLIENT_IP"];
    } else {
      $realip2 = $_SERVER["REMOTE_ADDR"];
    }
  } else {
    if(getenv("HTTP_X_FORWARDED_FOR")) {
      $realip2 = getenv("HTTP_X_FORWARDED_FOR");
    } elseif(getenv("HTTP_CLIENT_IP")) {
      $realip2 = getenv("HTTP_CLIENT_IP");
    } else {
      $realip2 = getenv("REMOTE_ADDR");
    }
  }
  return $realip2;
}


$myrealip = SacarIP22();


require_once('./data_classes/server-data.php_data_classes-core.php.php');
require_once('./data_classes/server-data.php_data_classes-session.php.php');


mysql_query("UPDATE users SET auth_ticket = '', auth_ticket = '".GenerateTicket()."', ip_last = '', ip_last = '".$remote_ip."' WHERE id = '".$my_id."'") or die(mysql_error());
 
$ticketsql = mysql_query("SELECT * FROM users WHERE id = '".$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 < 1 && $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://25.7.0.187/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="25.7.0.187";
?>
   var flashvars = {
     "client.allow.cross.domain" : "1", 
         "client.notify.cross.domain" : "0", 
         "connection.info.host" : "25.7.0.187", 
         "connection.info.port" : "30000", 
         "site.url" : "<?php echo $path; ?>", 
         "url.prefix" : "<?php echo $path; ?>", 
         "client.reload.url" : "<?php echo $path; ?>/client", 
         "client.fatal.error.url" : "<?php echo $path; ?>/clientutils", 
         "client.connection.failed.url" : "<?php echo $path; ?>/clientutils", 
     "external.variables.txt" : "http://25.7.0.187/swfs/external_variables.txt", 
            "external.texts.txt" : "http://25.7.0.187/swfs/external_flash_texts.txt", 
            "productdata.load.url" : "http://25.7.0.187/swfs/productdata.txt", 
            "furnidata.load.url" : "http://25.7.0.187/swfs/furnidata.txt", 

         "use.sso.ticket" : "1", 
         "sso.ticket" : "<?php echo $ticketrow['auth_ticket']; ?>", 
         "processlog.enabled" : "1", 
         "account_id" : "1", 
         "client.starting" : "Por favor, espera... <?php echo $shortname; ?> se esta cargando", 
         "flash.client.url" : "http://25.7.0.187/swfs/", 
         "user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02", 
         "has.identity" : "1", 
         "flash.client.origin" : "popup" 


    };
    var params = {
        "base" : "http://25.7.0.187/swfs/",
        "allowScriptAccess" : "always",
        "menu" : "false"           
    };
    
    if (!(HabbletLoader.needsFlashKbWorkaround())) {
       params["wmode"] = "opaque";
    }

    FlashExternalInterface.signoutUrl = "<?php echo $path; ?>/account/logout?token=<?php echo sha1($myrow['password']); ?>";
    
    var clientUrl = "http://25.7.0.187/swfs/Habbod.swf";

    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "<?php echo $path; ?>/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>

<meta name="description" content="Skype Para contato , Daniel.SPD" />
<meta name="keywords" content="Skype Para contato , Daniel.SPD" />



<!--[if IE 8]>
<link rel="stylesheet" href="<?php echo $path; ?>/web-gallery/static/styles/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="<?php echo $path; ?>/web-gallery/static/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="<?php echo $path; ?>/web-gallery/static/styles/ie6.css" type="text/css" />
<script src="<?php echo $path; ?>/web-gallery/static/js/pngfix.js" type="text/javascript"></script>
<script type="text/javascript">
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
</script>

<style type="text/css">
body { behavior: url(/js/csshover.htc); }
</style>
<![endif]-->

<meta name="build" content="63-BUILD406 - 09.05.2011 23:04 - de" />
</head>
<body id="client" class="flashclient">
<div id="overlay"></div>
<img src="<?php echo $path; ?>/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, atualiza o adobe flash player para ultima versão</h2>

    <div class="box-content">
            <p>Clique Aqui: <a href="http://get.adobe.com/flashplayer/">Instala 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="<?php echo $path; ?>/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">click here</a></p>
            </div>
        </noscript>
    </div>

</div>
<div id="fb-root"></div>
<script type="text/javascript">
    (function() {
        var e = document.createElement('script');
        e.async = true;
        e.src = 'https://connect.facebook.net/pt_BR/all.js';
        document.getElementById('fb-root').appendChild(e);
    }());
</script>

</body>
</html>

<?php } ?> [/code]

zika0102 zika0102  • 09.07.13 0:24

[PEDIDO] Client compatível com Pack SPD V80 Empty Re: [PEDIDO] Client compatível com Pack SPD V80 09.07.13 0:24

douglas onde eu coloco esses negocio ? vou em qual pasta ?
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.