So someone is scraping one of my sites daily.
The referrer is always similar...its an internal IP address but the scraper script always has the same name like scraper-script.xml
I would like a simple line of php code that pretty much says
if referrer string contains the word "scraper" then deny access to website. I know strstr is a function that can read a string within a word or something...can someone help me put something together if its not too much of a hassle?
Or any other recommendations? I tried blocking the IP but the IP for the visitor keeps changing.