Posts Tagged ‘gif’

<?php //saves ip address and timestamp $str=date(“Y-m-d H:i:s”) . ”: ”. $_SERVER['REMOTE_ADDR'] . ”n”; file_put_contents(“ip_list.txt”, $str, FILE_APPEND); Sourced from: header(“content-type: image/gif”); //43byte 1×1 transparent pixel gif echo base64_decode(“R0lGODlhAQABAIAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==”); ?>

Thursday, October 15th, 2009 at 14:44 | 0 comments
Categories: Development, PHP
Tags: , ,
a d v e r t i s e m e n t
TOP