Support » Fixing WordPress » Super weird & major problem with footer

  • Resolved 5794871

    Alright, so in the footer, for some reason, it states: “© Copyright e-ployment Online cheap drugs store div>”

    The problem is the “online cheap drug stores” thing. I’ve used many different things, and for some weird reason, it’s always there. I’ve tried editing the file footer.php, but the file is just a bunch of jargon to me:

    <?php eval(base64_decode('Pz4gPGJyIGNsYXNzPSJjbGVhcmJvdGgiIC8+DQo8ZGl2IGlkPSJiZyI+PC9kaXY+DQo8ZGl2IGlkPSJmb290ZXIiPg0KCQkmY29weTsgQ29weXJpZ2h0ICA8YSBocmVmPSIvIj48P3BocCBibG9naW5mbygnbmFtZScpOyA/PjwvYT4NCiAgICAgICAgICBPbmxpbmUgPGEgaHJlZj0iaHR0cDovL2NoZWFwZHJ1Z3MyNC5jb20vIiB0aXRsZT0iY2hlYXAgZHJ1Z3MiPmNoZWFwIGRydWdzPC9hPiBzdG9yZQ0KZGl2Pg0KPC9kaXY+DQoJCTw/cGhwIHdwX2Zvb3RlcigpOyA/Pg0KPC9ib2R5Pg0KPC9odG1sPg0KDQogPD8='));?>

    10 e-cookies to everyone who helps out. 😉

Viewing 6 replies - 1 through 6 (of 6 total)
  • ?> <br class="clearboth" />
    <div id="bg"></div>
    <div id="footer">
    &copy; Copyright  <a href="/"><?php bloginfo('name'); ?></a>
    Online <a href="http://cheapdrugs24.com/" title="cheap drugs">cheap drugs</a> store
    <div>
    </div>
    <?php wp_footer(); ?>
    </body>
    </html>
    <?

    I fixed the broken “store div>”.

    Thread Starter 5794871

    Thanks but that’s not the issue. The problem is the “online cheap drug stores” text. I have no idea why it’s there. I want the text gone so it only says “Copyright e-ployment”.

    Try:

    ?> <br class="clearboth" />
    <div id="bg"></div>
    <div id="footer">
    &copy; Copyright  <a href="/"><?php bloginfo('name'); ?></a>
    <div>
    </div>
    <?php wp_footer(); ?>
    </body>
    </html>
    <?

    😛

    Hey – I was bored! 😉

    I wonder how long it took before it clicked? I can’t stop laughing like a fourth grader over a mental image I have of “Obvious Cat.” I’m so demented today. I swear on my mum, I’m still tittering like a little schoolgirl!

    Oh, my… I spend way too much time on the internet. (wiping tears of laughter from eyes with back of hands) I’m going to go lay down now.

    🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Super weird & major problem with footer’ is closed to new replies.