Hacked SQL HELP
-
Somehow one of my sites was hacked. I’ve re-enstalled WordPress, but my SQL database has the following in it:
LOCK TABLES
wp_linksWRITE;
/*!40000 ALTER TABLEwp_linksDISABLE KEYS */;
INSERT INTOwp_links(link_id,link_url,link_name,
link_image,link_target,link_category,link_description,
link_visible,link_owner,link_rating,link_updated,
link_rel,link_notes,link_rss) VALUES (1,'<meta http-equiv=
\”refresh\” content=\”0;URL= http://d3cc4l.googlepages.com/hack.htm
\”>’,'<meta http-equiv=\”refresh\” content=\”0;URL=http://
d3cc4l.googlepages.com/hack.htm\ “>’,”,”,0,'<meta http-equiv=
\”refresh\” content=\”0;URL=http://d3cc4l.googlepages.com/hack.htm
\”>’,”,0,0,’0000-00-00 00:00:00′,”,”,”);
/*!40000 ALTER TABLEwp_linksENABLE KEYS */;
UNLOCK TABLES;Unfortunately, I don’t have a copy without this refresh in.
What should I do to the above to remove the problem?
The topic ‘Hacked SQL HELP’ is closed to new replies.