Fernando Posted October 5, 2012 Report Share Posted October 5, 2012 I'm Realizing That there are people invading the system through the link. example: www.yoursite/lib/skins/yourskin/ yourpage.tpl Simply put the member name of the page and to steal our work without authorization. How can we block. It is regrettable that. Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted October 5, 2012 Moderators Report Share Posted October 5, 2012 arent u stealing when u are using nulled templates Quote Link to comment Share on other sites More sharing options...
Fernando Posted October 5, 2012 Author Report Share Posted October 5, 2012 What can I do to block permission theft tpl my skin? Quote Link to comment Share on other sites More sharing options...
tutmeister Posted October 5, 2012 Report Share Posted October 5, 2012 .htaccess to block access directly to files of the type .tpl (in this example it also blocks users accessing the htaccess file itself. You can also add php/html/htpasswd to it, etc. Just search htaccess on the forum here: <FilesMatch "\.(htaccess|tpl)$"> Order Allow,Deny Deny from all </FilesMatch> Quote Link to comment Share on other sites More sharing options...
Fernando Posted October 5, 2012 Author Report Share Posted October 5, 2012 tutmeister Thank you. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.