Advertisement
Guest User

Facebook time stats

a guest
Mar 31st, 2012
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2. $file = file("vistor_times.txt","w");
  3. fwrite($file,date(DATE_RFC822)."\n");
  4. fclose($file);
  5. header("Location: http://www.facebook.com/<put username here>");
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement