/ Published in: PHP

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!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&client.notify.cross.domain=1&connection.info.host='.$host.'&connection.info.port=30000&site.url=http://www.habbo.es&url.prefix=http://www.habbo.es&client.reload.url=https://www.habbo.es/account/reauthenticate?page=/flash_client&client.fatal.error.url=http://www.habbo.es/flash_client_error&client.connection.failed.url=http://www.habbo.es/client_connection_failed&external.hash='.$exhash.'&external.variables.txt='.$var.'&external.texts.txt='.$text.'&use.sso.ticket=1&sso.ticket='.$sso.'&processlog.enabled=1&account_id='.$id.'&client.starting=Visita Hzforo.com.ar&flash.client.url='.$dcr.'&user.hash='.$hash.'&has.identity=1&flash.client.origin=popup&" /> <!--[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&client.notify.cross.domain=1&connection.info.host='.$host.'&connection.info.port=30000&site.url=http://www.habbo.es&url.prefix=http://www.habbo.es&client.reload.url=https://www.habbo.es/account/reauthenticate?page=/flash_client&client.fatal.error.url=http://www.habbo.es/flash_client_error&client.connection.failed.url=http://www.habbo.es/client_connection_failed&external.hash='.$exhash.'&external.variables.txt='.$var.'&external.texts.txt='.$text.'&use.sso.ticket=1&sso.ticket='.$sso.'&processlog.enabled=1&account_id='.$id.'&client.starting=Visita Hzforo.com.ar&flash.client.url='.$dcr.'&user.hash='.$hash.'&has.identity=1&flash.client.origin=popup&" /> <!--<![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>
Comments
