Advertisement
SILENT-GEN

Untitled

Mar 23rd, 2021
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.52 KB | None | 0 0
  1. <?php
  2.                           if(isset($_POST["generate-link"])) {
  3.                             $text = file_get_contents("ac-poqwpodqwjgrkonweiuonfvd.txt");
  4.                             $array = explode("\n",  $text);
  5.                             $link =  $array[array_rand($array)];
  6.  
  7.                             echo '<a "class="generate-link" href="http://accounts.silent-gen.com/generated.php?account='.$link.'">Click here</a>';
  8.                             exit;
  9.                           }
  10.                           ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement