Post Hack Cleanup “wp_options” table question
-
I am doing some post WordPress hacked cleanup. I found almost 100 files on my server that didn’t belong.
I am in my database at the moment and in wp_options I have a question about this:
SELECT * FROM <code>Mydirectory</code>.<code>wp_options</code> WHERE ( ( <code>wp_options</code>.<code>option_id</code> =61 AND <code>wp_options</code>.<code>blog_id</code> =0 AND CONVERT( <code>wp_options</code>.<code>option_name</code> USING utf8 ) = 'secret' ) ) AND ( ( <code>option_id</code> LIKE '%fx_%' OR <code>blog_id</code> LIKE '%fx_%' OR <code>option_name</code> LIKE CONVERT( _utf8 '%fx_%' USING latin1 ) COLLATE latin1_swedish_ci OR <code>option_value</code> LIKE CONVERT( _utf8 '%fx_%' USING latin1 ) COLLATE latin1_swedish_ci OR <code>autoload</code> LIKE CONVERT( _utf8 '%fx_%' USING latin1 ) COLLATE latin1_swedish_ci ) )
Should this be set to “secret” and “autoload” ?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Post Hack Cleanup “wp_options” table question’ is closed to new replies.