I’m a new user here, so allow me a simple question.
How can we be sure people won’t copy our code from the live preview? It’s ok to present screenshots, but with the live preview people can just see our code and copy it…
Is there a way to prevent code stealing?
Am I being too concerned about it (people are educated enough not to do it)?
As far as you know, did it happened already?
It is sad that I received an email from a user here. He ask me to giveaway some site templates here for free, because he want to try out. I reject. then he said “never mind, I can copy the code and make one”…
I don’t think we can 100% prevent this, am I right?
Unfortunately there is no way to stop this. There are ways to make it harder but then you are spending much more time trying to prevent theft when the people who really want to steal it are still going to.
In addition, some people like to see how your work has been coded. I don’t like buying things unless I see the code first. But if someone uses theft prevention methods that essentially scrambles the code, I won’t buy it unless I really really want it.
Some authors don’t like providing a live preview as to keep people from stealing their work but in the end, the live preview generates more sales than you lose by theft.
If you would still like to try some form of prevention, try these for starters.
I personally have custom 404 and 403 error pages setup on my hosting server because people that use programs to rip sites will generate tons of errors. As soon as I see a flood coming in from a user agent that isn’t a search engine, I block the IP for at least 24 hours. You should also keep your directories protected, etc.
Unfortunately there is no way to stop this. There are ways to make it harder but then you are spending much more time trying to prevent theft when the people who really want to steal it are still going to.
In addition, some people like to see how your work has been coded. I don’t like buying things unless I see the code first. But if someone uses theft prevention methods that essentially scrambles the code, I won’t buy it unless I really really want it.
Some authors don’t like providing a live preview as to keep people from stealing their work but in the end, the live preview generates more sales than you lose by theft.
If you would still like to try some form of prevention, try these for starters.
I personally have custom 404 and 403 error pages setup on my hosting server because people that use programs to rip sites will generate tons of errors. As soon as I see a flood coming in from a user agent that isn’t a search engine, I block the IP for at least 24 hours. You should also keep your directories protected, etc.
Hope this helps!
Care to write a tutorial for that ? seems like it would be an incredibly helpful article for the TF blog.
Unfortunately there is no way to stop this. There are ways to make it harder but then you are spending much more time trying to prevent theft when the people who really want to steal it are still going to.
In addition, some people like to see how your work has been coded. I don’t like buying things unless I see the code first. But if someone uses theft prevention methods that essentially scrambles the code, I won’t buy it unless I really really want it.
Some authors don’t like providing a live preview as to keep people from stealing their work but in the end, the live preview generates more sales than you lose by theft.
If you would still like to try some form of prevention, try these for starters.
I personally have custom 404 and 403 error pages setup on my hosting server because people that use programs to rip sites will generate tons of errors. As soon as I see a flood coming in from a user agent that isn’t a search engine, I block the IP for at least 24 hours. You should also keep your directories protected, etc.
Hope this helps!
Care to write a tutorial for that ? seems like it would be an incredibly helpful article for the TF blog.
I Would Love If you do that!
In fact I too was wondering about that!
What are you basing this statement on ? BTW, after one guy steals it, it gets distributed to hundreds/thousands. Of course they’re not all going to use it, but still.
What are you basing this statement on ? BTW, after one guy steals it, it gets distributed to hundreds/thousands. Of course they’re not all going to use it, but still.
The could just as easily head to (edit) and jack sites from there. There is no easy solution to this.
When I started learning HTML I often looked at source code of other peoples websites. It helped me a lot because I could directly learn how to achieve certain effects.
Today, when coding, I try to write as if I’m teaching others. It will not bring any cash, but you definitely will not be loosing any sleep over it
Look at the software, film and music industries and don’t make the same mistake. Understand there is absolutely no solution to this. People who steal will always find a way but will have to watch their back forever. People who buy can sleep soundly knowing they are investing in talent. Both paths are real and legitimate and nothing anyone can do will ever change this.
My advice: stop worrying and work hard at being creative. Rewards will come.
While there are not ways to totally prevent the stealing there are ways to annoy the thieves and perhaps prevent some of them from using the templates - simply embed some encrypted JavaScript to disable usage of the template when not on a registered domain. (this means buyers would have to register domains). Alternatively only embed the JS in the live previews…