View Single Post
Old 12-19-2008, 03:23 PM  
Bro Media - BANNED FOR LIFE
MOBILE PORN: IMOBILEPORN
 
Join Date: Jan 2004
Location: Tinseltown NL
Posts: 16,502
Quote:
Originally Posted by borked View Post
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 ;)
Bro Media - BANNED FOR LIFE is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote