strange decoded php file
-
Hi all,
I know that this topic has already a lot of questions, but I think this one is strange, at least to me.
I am using the template: https://www.templatelite.com/watercolor-free-wordpress-theme/
It gives in the footer a few links, of them I like to remove at least two, aside from that there is in the sidebar also theme credit that I do not like the way it is.
My knowledge of PHP is only limited, I am 60+ in years and just learning how to use all this stuff.
One of the files is called: template.php. That is where the code is.
the file looks like this:
<?php
$m=”J|H|Z|f|U|0|E|w|b|n|N|j|W|G|p|l|U|V|E|9|I|k|p|I|W|m|Z|V|S|G|R|
a lot more like this and it ends
|S|w|k|d|l|9|r|Y|n|J|N|M|U|5|t|U|H|Q|0|Z|S|k|p|O|w|=|=|”;$m=str_replace(“|”,””,$m);eval(base64_decode($m));
unset($m);
?>After searching for several days how to solve this problem, I finaly decided to ask you for help.
Pastebin: https://pastebin.com/qTJreC3x
I hope someone can help me to do the decoding for me or give me clear instructions how to do it. Once again, I am a newby, and English is NOT my mother tongue.
Thanks,
Jan
- The topic ‘strange decoded php file’ is closed to new replies.