Forums

Weird text ad above header. (3 posts)

  1. mnorris12706@gmail.com
    Member
    Posted 1 month ago #

    Image to problem linked below:

    About a month ago, I noticed a text link above my header. After scouring across the internet for days and pouring over all of the various .php files and stylesheet, I can't find anywhere in my code that is causing this to display. If you go to http://www.gadgetsteria.com, notice above the banner how their is a simple light background with now two links. (The second link appeared within the last couple of days.) Again, i cannot find anywhere in my code that is doing this. However, if you enable the developer mode in your browser so you can see the code, right after the header inside the first body tag, the culprit <TABLE> tags can be seen with the links in question.

    Also, I've tried removing all plugins which didn't resolve the issue.

    Does anyone know how or why it is being displayed and how to remove them? I will provide copies of my code if anyone is willing to help out. Thanks

    Image of problem:
    http://i700.photobucket.com/albums/ww7/imike12706/GS%20Post%20Pictures/code-error.jpg

    Mike.

  2. esmi
    Member
    Posted 1 month ago #

    <body>
    <TABLE width="100%" style="background-color: #FFFFFF;"   cellpadding="2" cellspacing="0" align="center">
    <TR>
    	<TD align="left" style="border: 0px solid #FFFFFF; "><A href="http://www.focusoft.biz/" style="color: #000000; font-size: 12; font-family: verdana; " target="_blank">Tech, Gadgets & Electronics</A></TD>
    </TR>
    <TR>
    	<TD align="left" style="border: 0px solid #FFFFFF; "><A href="http://www.bagwow.com/" style="color: #000000; font-size: 12; font-family: verdana; " target="_blank">Replica Handbags</A></TD>
    </TR>
    </TABLE>

    Looks like it's just being added to index.php.

    Check your theme files - especially header.php and index.php.

    Also read:
    http://wordpress.org/support/topic/268083#post-1065779
    http://wordpress.org/search/hacked?forums=1

  3. apljdi
    Member
    Posted 1 month ago #

    Switch to the default theme and see what happens. It will help you isolate where the malicious code is. I'd say a complete re-install from clean sources is your best option, though. Hopefully, there is nothing untoward in the database.

Reply

You must log in to post.

About this Topic