• Hey everyone – I recently installed the plutoniumous theme, and while I love the design layout, I have a few issues I don’t know how to deal with.

    First: there is a tagline in the footer “Brought to you by Construction Project Management, Free Email Hosting, and Remote Desktop .” that i would like to edit, and I would like to remove or at least change the standard icons in another footer, but it seems that the code is obfuscated? And I’m not sure how to edit this stuff.

    Second: The icons currently point toward a blog post, but I’d prefer to point them to my services pages, but am not sure how to re-work that either.

    My website is http://www.rpg-law.com and I’d love any help I can get!

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Some plugin scanners can find the obfuscated codes, might wanna try with these:

    http://wordpress.org/extend/plugins/antivirus/
    http://wordpress.org/extend/plugins/exploit-scanner/

    library/prelude.php contains the offending code; if you comment it out it throws an error. Instead, try one of the following:

    • Directly edit line 10 of footer.php
    • De-obfuscate; change eval(base64_decode( to print(base64_decode( then then take the code that spits out, and change the eval contained therein to print This will show you the code – comment out the dodgy base64 encoded stuff, and paste the de-obfuscated code beneath, changing what you want – ie, comment out the line beginning with $credits = 'Brought to you by

    I’m sorry but your chosen theme is not released under GPL. Non GPL products are not welcome in the WordPress community. Official WordPress policy states that all plugins and themes that are publicly released are required to adhere to http://wordpress.org/about/gpl/

    Any support requests for non-GPL products are usually ignored, in the interests of supporting the community and its freedoms. Also, given this particular theme provider, I would strongly recommend that read this article and consider changing to a theme from a reputable source asap.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plutoniumous Issues’ is closed to new replies.