Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8804391
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T01:35:32+00:00 2026-06-14T01:35:32+00:00

everyone ! I am wondering is there a simple way to block automatic content

  • 0

everyone !

I am wondering is there a simple way to block automatic content crawler on a shared web host (LAMP, no root access).

For example. I have a large collection of jpg images, and someone decided to make a automatic program (php or others) to download all my image data.

I was thinking of using javascript to decrypt the image at client-side, thus make it more difficult or more effort to collect all the data by the crawler. But I am not sure the impact on browsers without javascript support, and the effectiveness on preventing such crawler.

Of course, good search engine crawler should be allowed.

Apart from images, what about text, audio or video content ? How should I deal with them ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T01:35:34+00:00Added an answer on June 14, 2026 at 1:35 am

    Unless your content is hidden behind some form of authentication, then anyone who seriously tries will be able to get your content. That said, you can take some measures to make it a little more difficult using your .htaccess file.

    To prevent hotlinking (referencing your files from another site), you can add the following to block access to anything that ends with gif, jpg, js, or css and doesn’t have your site as the HTTP_REFERER:

    RewriteEngine on
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain.com/.*$ [NC]
    RewriteRule \.(gif|jpg|js|css)$ - [F]
    

    You can also block access by user agent (full list here):

    RewriteEngine On 
    RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR] 
    RewriteCond %{HTTP_USER_AGENT} ^Zeus 
    RewriteRule ^.* - [F,L]
    

    And block by IP if you have identified “bad” bots you want to block:

    order allow,deny
    deny from 123.45.67.89
    allow from all
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am wondering if there is a way to do this? I'm using windows
I was wondering if there is a way to execute script within a ajax
Good afternoon everyone. I was wondering if there is anyway to have the MVC
I'm wondering if there is a better way to do this: class Foo {
Hey Everyone, I was wondering if there is a current class or library in
I'm wondering if there is a way to install an unstable version of a
Hi I was wondering if there is a way for the SVN server to
I was wondering if there was any way to feature a custom title with
I was wondering, is there a way to have a sort of variable that
Hey everyone, I was wondering how would I start programming an interface to trading

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.