Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- if(isset($_POST["generate-link"])) {
- $text = file_get_contents("ac-poqwpodqwjgrkonweiuonfvd.txt");
- $array = explode("\n", $text);
- $link = $array[array_rand($array)];
- echo '<a "class="generate-link" href="http://accounts.silent-gen.com/generated.php?account='.$link.'">Click here</a>';
- exit;
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement