كيف أن يحمي ك [ووردبرسّ] موضوع مبارد
هناك [1000س] من [ووردبرسّ] مواضيع يتوفّر ل [دوونلوأد] حرّة, غير أنّ بعد أحبّ أنت أن يتلقّى موضوع فريدة ل ك [بلوغ] أو موقعة. كلّ أنت تحتاج أن يعدّل أو صمّمت موضوع جديدة يؤسّس على موضوع موجودة. الآن ماذا يحدث إن أحد ما يسرق موضوعك من ك موضوع ملف بعد [ألّ ث] يستعصي عمل? واحدة من صديقاتي [أربيت] تلقّى مشاكل مع بعض الناس يمزّق من موضوعه جميلة, أيّ هو كان قد جعل ل [بلوغ] ه. هكذا كيف أن يحمي ك [بلوغ] موضوع?
بتقصير كلّ شخص يستطيع شاهدت الموضوع ملف في [بلوغ] ك ([ووردبرسّ]). الملاحة ممر http://www.yourwebsite.com/wp-content/themes. إن أنت تتلقّى [زيبّد] صيغة من موضوعك في هذا ملف, كلّ شخص يستطيع فقط جلبت موضوعك ب يطقطق ال [زيب فيل]. أتمّت [إين وردر تو] حميت علبتك هذا خطوة بسيطة.
1. خلقت [هتمل بج], أيّ يتلقّى رسالة مثل "أنت يكون لا تفوّض أن يشاهد هذا صفحة" أو شيء مماثلة إلى هو. هنا مثال.

2. [أوبلوأد] باستثناء هذا مبرد ك Index.html وهذا مبرد إلى ك مواضيع ملف, بتقصير [وب-كنتنت]/مواضيع. [ثت يس يت.].
الآن إن أنت تبحر إلى ال نفسه ممر, عرضت هذا مبرد ولا أحد يستطيع نفذت ك موضوع مبارد. بالتّعاقب أنت يستطيع فقط أزلت [ألّ ث] [زيبّد] صيغ من موضوعك, [س ثت] لا أحد يستطيع جلبت هو مباشرة من ملفك أو غيّرت الأذونات يثبت على هذا ملف.
شاركت هذا موقعة
![[فيرفوإكس]](http://images.nirmaltv.com/firefox.gif)

![[ويندووس] أطراف](http://images.nirmaltv.com/windows.gif)
![[فريورس]](http://images.nirmaltv.com/software.gif)
![[ووردبرسّ]](http://images.nirmaltv.com/wordpress.gif)

يخلق [هتمل] مبرد يستطيع سددت منفذة من ال [برووسر], غير أنّ أدوات مثل [جتريغت] [برووسر] يريد عرض ساكنة المبارد.
I think you need to use the Index Manager in your cpanel and set the no index option for these directories.
i agree with alfred…
or you can have this in robots.txt for all bots…
Disallow: /wp-content/
@Alfred,
Thanks for the info.
@Rajesh,
Adding in robots.txt will only prevent search engines I guess.
Thanks Nirmal . I haven’t yet down to doing this. haven’t got time because of Christmas.
try it and see…even noindex is for search engines…
you will have several such directories exposed and having an index.html for every directory is not the right way to do it…
I wonder who would be so careless as to store the zipped version in the theme dir! However, I ensure that my theme files are not accessible publicly! I am sure these tips can be useful to new users!
Good tip that can prevent you from simple geeks but as alfred said hackers would be easily bypass this.
How if we set the .httaccess and addedd script like this : Options -Indexes ?
I think using the .htaccess file is the best way. Because, as alfred has said some download managers could look into the directories, and adding robots.txt file will only protects from the search engines and not from the visitors. So i highly recommend to use a .htaccess file
Can’t we CHMOD the folder and prevent anyone else from getting in it?
I feel from the comments above, writing a rule in .htaccess may be the best option.
I think to protect that directory, you can use a PHP script or .httaccess + .htpasswd file to prevent someone else download your themes/plugins.
This will thwart the attempts from many… but most people are after your CSS. They can get the rest of what is needed just by right clicking and viewing source and capturing your div tags and etc… The ultimate way to prevent theme theft is to figure out a way to prevent people from gaining access to your CSS.
@Garry,
I agree with you, there should be some way to prevent access to CSS files.
Unfortunately, I don’t see how it is possible. Bloggers are all about having machine readable content. And unfortunately, bloggers are all about having this machine readable content looking pretty. CSS is nothing more than making regular text look styled and pretty.
For bloggers that didn’t care about search engines and having their content machine readable, I wonder if it is possible to create a WordPress site written in Javascript?
Thanks for the tip, i did it in my blog.