Advertisement
hamzakiller21

Untitled

Nov 22nd, 2014
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <?
  2. session_start();
  3. ob_start();
  4.  
  5. $api=@file_get_contents("http://adfoc.us/api/?key=973f74527857464fbe7b75136fa0d04c&url=http://$_SERVER[HTTP_HOST]");
  6.  
  7. $apid=trim($api);
  8. if(empty($_SESSION['Hamza'])){
  9. $_SESSION['Hamza'] = 1;
  10. header("Location: $apid");
  11. }
  12.  
  13. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement