Beware Free Wordpress Templates

Status
Not open for further replies.

dragon123

Regular Member
Joined
Sep 28, 2010
Messages
263
Reaction score
62
Just a word of warning to those that use google to search for free wordpress templates. Many i have found have hidden code with links to sites that have no relevance to what you may be designing. Unless you know coding or CSS well these are hard to delete as i found to my cost.
Has anyone else found this to be a problem.
 
i have had this problem once but if you regularly check links then they are easy to be found and its better to download them from reliable legit sites.
 
Yes they use CSS to hide it, like they reduce the font size to em -99999999 so you'll never be able to see it. I haven't seen this much of a problem for WordPress... but for free Joomla templates it's a MASSIVE problem.
 
There is no problem with a link hidden behind an image or using other css tricks...you can just remove it from the template.

The real problem is with encrypted footers...I also try to remove them...there is a simple method...search the files for encrypted text, put before and after a marking tag like
Code:
<!--here starts/ends the encrypted part -->

Then I look in the source code, I find the tags added by me and I copy the text between the tags and replace it in the original file. Then I do some adjustments (remove links...put my own links)...and that's it. In 75% of the cases this works...

Some templates have also functions that check if the footer is intact, otherwise it breaks the theme...but also those can be avoided...WITH SOME PHP SKILLS.
 
A good FREE plugin for wordpress to see if the template has hidden code is TAC..(Theme Authenticity Checker).

when you install this go to appearance and click TAC. thanks to this i found one in one of the templates. awesome plugin!
 
Sometimes the links are hidden to the admin, make sure you check the site when not logged in to be sure too. Had one like this and didn't find it until weeks later
 
its always good to remember about this! I wish had "sticky" about something like this
 
Very good plugin and very useful to check themes for malicious or potentially unwanted code.
A good FREE plugin for wordpress to see if the template has hidden code is TAC..(Theme Authenticity Checker).
 
when you install this go to appearance and click TAC. thanks to this i found one in one of the templates. awesome plugin!
It also detects theme functions as malicious! How to find if it is a theme function or malicious code?
Also you try WP Authenticity Checker it scans both plugins and themes.
 
Status
Not open for further replies.
Back
Top