Habbo Loader Generator


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <link rel="stylesheet" href="http://images.habbo.com/habboweb/47_74f18727eeee7d2cd329f9c7c9078061/14/web-gallery/v2/styles/style.css" type="text/css" />
  6.  
  7. </head>
  8.  
  9. <body>
  10. <body bgcolor="#000000"><?php
  11. $swf = $_GET['swf'];
  12. $host = $_GET['host'];
  13. $dcr = $_GET['dcr'];
  14. $var = $_GET['var'];
  15. $text= $_GET['text'];
  16. $hash= $_GET['hash'];
  17. $sso= $_GET['sso'];
  18. $exhash= $_GET['exhash'];
  19. $id = $_GET['id'];
  20. $datos = '<div id="flash-wrapper">
  21.  
  22. <object id="flash-container" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%">
  23. <param name="movie" value="'.$swf.'Habbo10.swf" />
  24. <param name="base" value="'.$swf.'" />
  25. <param name="allowScriptAccess" value="always" />
  26. <param name="menu" value="false"/>
  27. <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;" />
  28. <!--[if !IE]>-->
  29. <object type="application/x-shockwave-flash" data="'.$swf.'Habbo.swf" width="100%" height="100%">
  30. <param name="movie" value="'.$swf.'Habbo10.swf" />
  31.  
  32. <param name="base" value="'.$swf.'" />
  33. <param name="allowScriptAccess" value="always" />
  34. <param name="menu" value="false"/>
  35. <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;" />
  36. <!--<![endif]-->
  37. <div id="content" style="width: 400px; margin: 20px auto 0 auto">
  38. <div class="cbb clearfix">
  39. <h2 class="title">Por favor, instala Adobe Flash Player.</h2>
  40. <div class="box-content">
  41.  
  42. <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>
  43. <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>
  44. </div>
  45. </div>
  46. </div>
  47. <!--[if !IE]>-->
  48. </object>
  49.  
  50. <!--<![endif]-->
  51. </object>
  52. </div>';
  53.  
  54. echo $datos;
  55. ?>
  56. </body>
  57. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.