TravelJapanBlog.com - Japan (07, 09-10, 13), Denmark (08, 11, 16-19, 21, 24), Korea (13), Poland (21), Mexico (14, 15, 19, 26), Iceland (17, 19), Hawaii (14, 17, 22), Czech Republic (16, 17, 19, 21)
The above will search Traveljapanblog.com.
Concerts - Landscapes - Sports

 

Godaddy wordpress hack

My blogs (and many other blogs on the internet) have once again been hacked. This time I don’t know an easy fix. Every blog post has had a script which loads the script here: http://acrossuniverseitbenet.com/js.php?kk=10 The script tries to scare the viewer into purchasing fake virus removal software. There is no real virus so if such a script loads for you, exit out of your browser ASAP before a bunch of crap gets downloaded to your hard drive.

If you know how to remove a line of script from every blog post in a wordpress blog, please let me know how by commenting.

5 Responses to “Godaddy wordpress hack”

  1. 1
    Rob Wultsch:

    update table1 set col1 = replace(col1,’badText’);

  2. 2
    Steve:

    I’m still trying to find where the code resides that’s inserting the script hack into my QuickPress and New Page pages. It seems it might be somewhere in one of the options stored on the MySQL install, but I’m having trouble locating it.

    Manual removal seems to be the only thing that works right now.

  3. 3
    Steve:

    I managed to clean the malware completely out (as per Rob’s suggestion) with the following query:

    UPDATE `wp_posts` SET post_content = replace(post_content,””,””);

  4. 4
    Steve:

    (Be sure to put the full ‘≤script src=\”http://acrossuniverseitbenet.com/js.php?kk=10\”≥≤/script≥’ [replacing ≤ and ≥ respectively] in the first part of the replace function. The comment system scrubbed it out from my example, despite my attempts to render it in all displayed characters.)

  5. 5
    acase:

    GoDaddy fixed it. Thanks GoDaddy!