Guest User

Untitled

a guest
Apr 10th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.81 KB | None | 0 0
  1. <html>
  2.         <head>
  3.                 <title> Autoloader stron </title>
  4.                 <meta http-equiv="refresh" content="5" />
  5.         </head>
  6.  
  7.         <body>
  8.                 <frameset cols="100,*" border="1" frameborder="1" framespacing="0">
  9.                 <?php
  10.                         $myFile = "plik2.list";
  11.                         $lines = file($myFile);
  12.                         $n_lines=count($lines);
  13. //                      echo $lines[rand(0,$n_lines)];
  14. //                      echo "<frame name=\"strona\" noresize=\"noresize\" src=\"" . trim($lines[rand(0,$n_lines)],"\r\n") . "\" /> <br>";
  15.                         echo "<iframe src=\"" . trim($lines[rand(0,$n_lines)],"\r\n") . "\" height=\"50%\" width=\"100%\" > <br>";
  16.                 ?>
  17.                 </frameset>
  18.         </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment