Return to Snippet

Revision: 27951
at June 28, 2010 12:34 by Angelboy


Initial Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="http://images.habbo.com/habboweb/47_74f18727eeee7d2cd329f9c7c9078061/14/web-gallery/v2/styles/style.css" type="text/css" /> 

</head>

<body>
<body bgcolor="#000000"><?php
$swf = $_GET['swf'];
$host = $_GET['host'];
$dcr = $_GET['dcr'];
$var = $_GET['var'];
$text= $_GET['text'];
$hash= $_GET['hash'];
$sso= $_GET['sso'];
$exhash= $_GET['exhash'];
$id = $_GET['id'];
$datos = '<div id="flash-wrapper">

        <object id="flash-container" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%">
            <param name="movie" value="'.$swf.'Habbo10.swf" />
            <param name="base" value="'.$swf.'" />
            <param name="allowScriptAccess" value="always" />
            <param name="menu" value="false"/>
            <param name="flashVars" value="client.allow.cross.domain=0&amp;client.notify.cross.domain=1&amp;connection.info.host='.$host.'&amp;connection.info.port=30000&amp;site.url=http://www.habbo.es&amp;url.prefix=http://www.habbo.es&amp;client.reload.url=https://www.habbo.es/account/reauthenticate?page=/flash_client&amp;client.fatal.error.url=http://www.habbo.es/flash_client_error&amp;client.connection.failed.url=http://www.habbo.es/client_connection_failed&amp;external.hash='.$exhash.'&amp;external.variables.txt='.$var.'&amp;external.texts.txt='.$text.'&amp;use.sso.ticket=1&amp;sso.ticket='.$sso.'&amp;processlog.enabled=1&amp;account_id='.$id.'&amp;client.starting=Visita Hzforo.com.ar&amp;flash.client.url='.$dcr.'&amp;user.hash='.$hash.'&amp;has.identity=1&amp;flash.client.origin=popup&amp;" />
            <!--[if !IE]>-->
            <object type="application/x-shockwave-flash" data="'.$swf.'Habbo.swf" width="100%" height="100%">
                <param name="movie" value="'.$swf.'Habbo10.swf" />

                <param name="base" value="'.$swf.'" />
                <param name="allowScriptAccess" value="always" />
                <param name="menu" value="false"/>
                <param name="flashVars" value="client.allow.cross.domain=0&amp;client.notify.cross.domain=1&amp;connection.info.host='.$host.'&amp;connection.info.port=30000&amp;site.url=http://www.habbo.es&amp;url.prefix=http://www.habbo.es&amp;client.reload.url=https://www.habbo.es/account/reauthenticate?page=/flash_client&amp;client.fatal.error.url=http://www.habbo.es/flash_client_error&amp;client.connection.failed.url=http://www.habbo.es/client_connection_failed&amp;external.hash='.$exhash.'&amp;external.variables.txt='.$var.'&amp;external.texts.txt='.$text.'&amp;use.sso.ticket=1&amp;sso.ticket='.$sso.'&amp;processlog.enabled=1&amp;account_id='.$id.'&amp;client.starting=Visita Hzforo.com.ar&amp;flash.client.url='.$dcr.'&amp;user.hash='.$hash.'&amp;has.identity=1&amp;flash.client.origin=popup&amp;" />
            <!--<![endif]-->
                <div id="content" style="width: 400px; margin: 20px auto 0 auto">
<div class="cbb clearfix">
    <h2 class="title">Por favor, instala Adobe Flash Player.</h2>
    <div class="box-content">

                    <p>Puedes instalar y descargar Adobe Flash Player aquí: <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="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
    </div>
</div>
                </div>
            <!--[if !IE]>-->
            </object>

            <!--<![endif]-->
        </object>
    </div>';

echo $datos;
?>
</body>
</html>

Initial URL


Initial Description


Initial Title
Habbo Loader Generator

Initial Tags


Initial Language
PHP