Author Topic: protecting our templates  (Read 5211 times)

0 Members and 1 Guest are viewing this topic.

Offline GaYan

  • Sr. Member
  • ****
  • Posts: 301
  • ♫ | G2 | ♫
    • View Profile
    • Ziramagic
protecting our templates
« on: February 20, 2010, 09:59:26 AM »
hello ! !

this may be a common problem to everybody ;)

that's stealing templates ..............................

it can be easily done by assessing the template root and copying the html files ;)
so hw can we protect it ? i mean isn't their a way to stop it.. something like redirecting ...

my modified templates are everywhere now :(
can any1 help me.. encryption of html files ddint work..because when the encryption is made the template doesn't work :(

thank you
I'm Back :)

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: protecting our templates
« Reply #1 on: February 20, 2010, 03:02:29 PM »
dear gayan,

a little bit offtopic:
your modified template?
you mean template from OS Designer: http://www.osdesigner.net/ with my "Monitor" screens?
therefore do not talk about "protecting our templates" :P

thread related:
how you can protect it.. no idea.... maybe anyhow with .htaccess.. but i think V@no will have an idea..
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: protecting our templates
« Reply #2 on: February 20, 2010, 09:16:14 PM »
Create .htaccess file in ./templates/ folder
Code: (.htaccess) [Select]
<Files ~ "\.(jpg|jpeg|gif|png|css|js)$">
  order allow,deny
  allow from all
</Files>
deny from all


@Nicky:
Nice trick with empty templates folder :D
You should leave one file visible, with a note or something  :mrgreen:
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: protecting our templates
« Reply #3 on: February 21, 2010, 12:24:28 AM »
@Nicky:
Nice trick with empty templates folder :D
You should leave one file visible, with a note or something  :mrgreen:

thank you, i was to lazy to add those files :)
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline GaYan

  • Sr. Member
  • ****
  • Posts: 301
  • ♫ | G2 | ♫
    • View Profile
    • Ziramagic
Re: protecting our templates
« Reply #4 on: February 21, 2010, 02:10:17 AM »
dear gayan,

a little bit offtopic:
your modified template?
you mean template from OS Designer: http://www.osdesigner.net/ with my "Monitor" screens?
therefore do not talk about "protecting our templates" :P

 :evil: you still rem that  :mrgreen: ? nick, i modified a new 1 from themeza - you can check it out on www.Gameslanka.com  :wink:
ohh please forgive me nick  :(

@ sir v@no - Thanks Alot Sir :)

I'm Back :)