• Somehow one of my sites was hacked. I’ve re-enstalled WordPress, but my SQL database has the following in it:

    LOCK TABLES wp_links WRITE;
    /*!40000 ALTER TABLE wp_links DISABLE KEYS */;
    INSERT INTO wp_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 TABLE wp_links ENABLE 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?

Viewing 1 replies (of 1 total)
  • youre pasting that out of your backup file? If so, just delete the offending lines before you import it, OR better still import it like that, and delete the crap out of your table after the import – the second way insures you dont accidentally delete something you want or need.

    You need to do more than that btw, change your passwords (all of them), check your file permissions (yes I know you said this was a fresh install, no matter)

    files : 644
    directories: 755

    and let your host know.

Viewing 1 replies (of 1 total)
  • The topic ‘Hacked SQL HELP’ is closed to new replies.