4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: GaYan on February 20, 2010, 09:59:26 AM

Title: protecting our templates
Post by: GaYan 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
Title: Re: protecting our templates
Post by: Nicky 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..
Title: Re: protecting our templates
Post by: V@no 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:
Title: Re: protecting our templates
Post by: Nicky 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 :)
Title: Re: protecting our templates
Post by: GaYan 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 :)