Advertisement
shutdown57

AUTO VISITOR BLOG

Dec 26th, 2016
749
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 3.66 KB | None | 0 0
  1. <?php
  2. if (empty($_GET['a_URL'])&&empty($_GET['a_LOOP'])&&empty($_GET['a_REFRESH'])) {
  3.     ?>
  4.     <!DOCTYPE html>
  5.     <html>
  6.     <head>
  7.         <title>Autovisitor Blog - coded by alinko</title>
  8.         <link rel="icon" type="text/css" href="http://i.imgur.com/TfCj0e7.gif">
  9.     </head>
  10.     <body>
  11.     <style type="text/css">
  12.         @import 'https://fonts.googleapis.com/css?family=Kumar+One';
  13. *{font-family:'Kumar one',Cursive;cursor: pointer;}
  14.     body{background:url('https://s9.postimg.org/qo1qqfr4v/wos.png')no-repeat center fixed black;color: #15f91b;}
  15.         input{color:#0f0;border:1px solid #0f0;background:transparent;}a{text-decoration: none;color:#fff;}a:hover{text-decoration: underline;}
  16.     </style>
  17.     <center>
  18.     <div style="margin-top:300px">
  19.     <h1><div><font color="#ff0000">R</font><font color="#ff2000">O</font><font color="#ff4000">B</font><font color="#ff5f00">O</font><font color="#ff7f00">T</font><font color="#ffaa00"> </font><font color="#ffd400">V</font><font color="#ffff00">I</font><font color="#bfff00">S</font><font color="#80ff00">I</font><font color="#40ff00">T</font><font color="#00ff00">O</font><font color="#00ff55">R</font><font color="#00ffaa"> </font><font color="#00ffff">B</font><font color="#00bfff">L</font><font color="#0080ff">O</font><font color="#0040ff">G</font><font color="#0000ff">!</font></div></h1>
  20.     <p>HAHAHAHAHA!! alinko a.k.a shutdown57</p>
  21.     <form method="get">
  22.         <label for="a_URL">URL :</label>
  23.         <input type="text" name="a_URL" placeholder="http://www.linuxcode.org">
  24.         <label for="a_LOOP">Limit :</label>
  25.         <input type="number" name="a_LOOP" value="100">
  26.         <label for="a_REFRESH">Refresh :</label>
  27.         <input type="number" name="a_REFRESH" value="1">
  28.         <input type="submit" value=">>">
  29.     </form>
  30.     </center>
  31.     </div>
  32.     <footer style="color:#fff;background:green;position: fixed;bottom: 0;width:100%;font-size: 14px;"><center>copyright &copy; <?=date('Y');?>  <a href='http://www.linuxcode.org' target='_blank'>linuXcode.org </a>- <a href='https://facebook.com/JKT48.co'>alinko</a></center></footer>
  33.     </body>
  34.     </html>
  35.     <?php
  36. }else{
  37.     ?>
  38.     <!DOCTYPE html>
  39.     <html>
  40.     <head>
  41.         <title>Sedang mengunjungi blog anda... - alinko here!</title>
  42.         <link rel="icon" type="text/css" href="http://i.imgur.com/TfCj0e7.gif">
  43.         <meta http-equiv="refresh" content="<?=$_GET['a_REFRESH'];?>;url=">
  44.     </head>
  45.     <body style="background: black;color:#0f0;">
  46.     <?php
  47.     $l=$_GET['a_LOOP'];
  48.     for ($i=1;$i<=$l;$i++) {
  49.         echo '<center><h1> <div><font color="#14d645">C</font><font color="#14d040">H</font><font color="#13c93c">E</font><font color="#13c337">C</font><font color="#12bc32">K</font><font color="#12b62e"> </font><font color="#12b029">Y</font><font color="#11a924">O</font><font color="#11a31f">U</font><font color="#119d1b">R</font><font color="#109616"> </font><font color="#109011">S</font><font color="#0f890d">T</font><font color="#0f8308">A</font><font color="#178d07">T</font><font color="#209807">I</font><font color="#28a206">S</font><font color="#31ac05">T</font><font color="#39b705">I</font><font color="#41c104">C</font><font color="#4acb03"> </font><font color="#52d603">B</font><font color="#5be002">L</font><font color="#63ea01">O</font><font color="#6cf501">G</font><font color="#74ff00">!</font></div> </h1>';
  50.         echo "<img src='https://s-media-cache-ak0.pinimg.com/originals/0e/8e/db/0e8edbcaef3e22718de6334626ed6d25.gif' width='400px' height='400px'></center>";
  51.         echo "<iframe src='".$_GET['a_URL']."' frameborder='0' width='0' height='0'>";
  52.         echo "<iframe src='".$_GET['a_URL']."' frameborder='0' width='0' height='0'>";
  53.         echo "<iframe src='".$_GET['a_URL']."' frameborder='0' width='0' height='0'>";
  54.         echo "<iframe src='".$_GET['a_URL']."' frameborder='0' width='0' height='0'>";
  55.     }
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement