Hi! I've found two themes that suit my website, but they both have an encoded footer. For the first one, changing it was easy enough. I decrypted footer.php and made an edit in the codes.
However the second theme (which looks a lot nicer than the first!) has a different security. Footer.php is intact but here, the first code lines from functions.php are encrypted. I ran these trough the decrypter and it worked, it just gives me the regular code used by the developer. Here's the output, i think the footer tampering code that i wanna edit is in the last couple of lines:
[ 835 lines of code moderated, that's just way too much. For that many lines of code please use pastebin.com instead. ]
So now you're wondering, if you got all that code, whats to prevent you from editing it. Well, when i try to replace the nonsense encrypted bits with the real codelines that i just posted, my homepage will say:
"Parse error: syntax error, unexpected $end in I:\local wordpress backup\iwpserver\htdocs\wordpress\wp-content\themes\CasinoThemes\OnlineCasinoTemplate935\functions.php on line 1096"
I'm a newbie with wordpress so some help would be rly appreciated! Thnx!