Quote:
Originally Posted by borked
PHP Code:
if ( !is_file($abs_path . '/cache/'.date('Ymd').'-'.$_SERVER['REMOTE_ADDR']) ) {
$fh = fopen($abs_path . '/cache/'.date('Ymd').'-'.$_SERVER['REMOTE_ADDR'], 'w');
fwrite($fh, $animation);
fclose($fh);
}
for the uniques
do a $i++ file write on a file for raw
and something else for clicks before a redirect to send them where they need to go
you know all this - you're just yanking my chain
|
Hahaha, yes I have it already, I've been writing it ;)