Replies: 0
I am trying to clean my site from some code that tries to inject URLs, and in the database in research I got this table. But I don’t really understand what the problem is.
www.ZavaMed.shop : Best online Pharma
Search results for “Best online Pharma” all words
1 match in wp_wfconfig table:
SELECT * FROM
my_table.
wp_wfconfigWHERE (CONVERT(
nameUSING utf8) LIKE '%Best%' OR CONVERT(
valUSING utf8) LIKE '%Best%' OR CONVERT(
autoloadUSING utf8) LIKE '%Best%') AND (CONVERT(
nameUSING utf8) LIKE '%online%' OR CONVERT(
valUSING utf8) LIKE '%online%' OR CONVERT(
autoloadUSING utf8) LIKE '%online%') AND (CONVERT(
nameUSING utf8) LIKE '%Pharma%' OR CONVERT(
valUSING utf8) LIKE '%Pharma%' OR CONVERT(
autoloadUSING utf8) LIKE '%Pharma%')