have you ever had any problem with your pirated template?

heartdragon

Registered Member
Joined
May 4, 2011
Messages
72
Reaction score
6
Hi i created some website with template that i downloaded from filestube and many another site. I need to know if you had any problem with these kind of webite with these templates
 
yup one wordpress theme that i have, had base64 etc encoded into it which meant that the site would at random times redirect to another website, i removed it and its AOK now, ran a few wp plugins over the site just to be sure aswel
 
Nope. Bulk look for "uuencode" and "base64" strings within the template files, be wary of any "long garbled code" that might show up and always check the footers for the usual "calls home" so you should be reasonably safe... In general... Always upload them to VirusTotal to stay on the safe side and detect some well-known hidden shell that might have slipped thru the cracks. It's not like you can really hide all that much with simple unencrypted (non ioncube) php code and these small measures should make a good primer to sleep well at night... ;)
 
I had someone send me a threatening letter once, but that was pretty much the only thing that ever came of it.
 
I was given a wordpress template that had a php malware script. Anything you get, look at the code, its worth it and sometimes you will be surprise at what you find.

Honestly templates are cheap these days, its worth purchasing them. Google "cheap high quality wordpress themes". You will get full support and updates plus sometimes the template providers will do custom requests to make your site more unique.
 
I will be safe if i make a backup often to my websites? Thanks
 
Oh yes, I would advise anyone to check any templates thoroughly, I have a few that have been 'doctored'
You don't think people give these things away for free and for no reason do you?
 
Yes, I have found hidden links in some themes. Just removed them using the editor and then everything was fine again. I guess most people don't look through the code which means that those guys get away with it.
 
I will be safe if i make a backup often to my websites? Thanks

Nope, because you're still vulnerable. A backup is great for the data but it's still 'infected'. Hire someone to clean up the code if you don't know how but since you are pirating, I doubt you'll pay so just get another but clean theme. :p
 
Try not to use pirated templates .. personally I don't use any pirated/cracked template/software
 
I'd agree dont use any pirate themes almost any time I did use one had something hidden. No good
 
Also with uuencode you can do a google search for decoder or unencrypt and then plug the html in and it will tell you exactly what that code is saying unencrypted!!
 
I'd agree dont use any pirate themes almost any time I did use one had something hidden. No good

Not if you find a reliable source. Many members here got subscriptions at popular theme providers, they share the stuff with the rest of the community in the downloads section, just look for reputable members. Now if you go to DP and pick free stuff from there, you'll probably get those nasty codes.
 
Templates are just CSS and HTML, so it shouldn't matter if it's pirated or not. Just make sure you know how DOM manipulation works and you'll be OK.
 
Not if you find a reliable source. Many members here got subscriptions at popular theme providers, they share the stuff with the rest of the community in the downloads section, just look for reputable members. Now if you go to DP and pick free stuff from there, you'll probably get those nasty codes.
What he said. If you get your templates from forums where you actually have to sign up, then the chances that you'll have nasty code embedded is significantly reduced. Even more so if the theme has been nulled by trusted members of that forum.
 
Back
Top