Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title> Autoloader stron </title>
- <meta http-equiv="refresh" content="5" />
- </head>
- <body>
- <frameset cols="100,*" border="1" frameborder="1" framespacing="0">
- <?php
- $myFile = "plik2.list";
- $lines = file($myFile);
- $n_lines=count($lines);
- // echo $lines[rand(0,$n_lines)];
- // echo "<frame name=\"strona\" noresize=\"noresize\" src=\"" . trim($lines[rand(0,$n_lines)],"\r\n") . "\" /> <br>";
- echo "<iframe src=\"" . trim($lines[rand(0,$n_lines)],"\r\n") . "\" height=\"50%\" width=\"100%\" > <br>";
- ?>
- </frameset>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment