How to remove eval base64_decode wordpress

It’s very easy to remove eval base 64 decode WordPress theme so that you can add you own footer, with this eval code, some said it’s dangerous and hacker will be able to inject malicious code into your files. I’m not too sure how this eval code works though.

Anyhow, i’m not sure whether it’s true with eval base64 decode it could harm my site. Because i just need to change my theme footer in my wordpress.

First, you need first to download Notepad++, with the help of Notepad++, do a search on all your theme files to find this eval(base64_decode.

Usually, well not always it’s located in this 3 files.

1) Function.php

2) Index.php

3) Footer.php

1) Function.php

First, i’m going to open Function.php and remove these code, at the end you can see ?>, leave it as it is.

function_eval

2) Index.php

In this index.php file, i’m going to remove top and bottom code [Click to enlarge pic]

index_eval

3) Footer.php

footer_eval

Leave a Reply

Your email address will not be published. Required fields are marked *