wtf
Wondering what to do (if anything) about hotlinking
11–20 of 49 posts
Re: Wondering what to do (if anything) about hotlinking
#12http://www.glitchwrks.com/images/general/hotlink.gif
Mostly I had issues with folks hotlinking some of my higher resolution images in their own site/blog/forum posts and claiming it was their work. I set up the rewrite rules after noticing a big spike in bandwidth utilization and seeing a bunch of requests in the logs. Referrer took me back to the offending pieces.
It was suggested to use some sort of shock image instead, now that would be antisocial!
Re: Wondering what to do (if anything) about hotlinking
#13I have some rewrite rules to detect it and serve up a small GIF: http://www.glitchwrks.com/images/general/hotlink.gif Mostly I had issues with folks hotlinking some of my higher resolution images in their own site/blog/forum posts and claiming it was their work. I set up the rewrite rules after noticing a big spike in bandwidth utilization and seeing a bunch of requests in the logs. Referrer took me back to the offen…
Re: Wondering what to do (if anything) about hotlinking
#14Re: Wondering what to do (if anything) about hotlinking
#15> It’s a bit of an anti-social practice, to be honest Isn't so-called "hot" linking an intended and useful feature of the web? Linking to something directly so that you don't need to copy it to a new server and pollute the URL space with duplicate objects? Maybe someone can invent a way of caching or replicating web content so it doesn't overload the original server and its internet connection. There might even be a…
I read your comment and I thought this was going to be about "links"... but it isn't: it is about embedded resources like scripts or stylesheets. I am with the author on this one: it is really annoying and definitely "anti-social". I've had people do this to me and then I go to update my stylesheet on my website and suddenly a ton of other websites I use are broken and I was like "wtf". After trying to get people to…
Re: Wondering what to do (if anything) about hotlinking
#16The article proposes one solution as being to essentially serve up different content to whoever is hotlinking the script, but then says "Obviously, I don't wanna do this." It seems like the clearest solution to me, so I don't know why it's a bad option. The replacement solution worked for 3D Realms many years ago after a bunch of journalists, fansites, and forums would link to their game screenshots. When someone did…
Re: Wondering what to do (if anything) about hotlinking
#17I have some rewrite rules to detect it and serve up a small GIF: http://www.glitchwrks.com/images/general/hotlink.gif Mostly I had issues with folks hotlinking some of my higher resolution images in their own site/blog/forum posts and claiming it was their work. I set up the rewrite rules after noticing a big spike in bandwidth utilization and seeing a bunch of requests in the logs. Referrer took me back to the offen…
This is 1999 type stuff.
still super effective.
Re: Wondering what to do (if anything) about hotlinking
#18Instead of a nasty console message or popup, modify the script to ping back more detailed and useful information about where its being used. Then contact the developers. Edit: you don't even need to write anything dynamic to receive the ping back, just have the script load an image from yoursite.com/specialprefix/the useresencodedbrowserurl/anythingelseinteresting/1.png then look in your server logs for any 404 error…
Re: Wondering what to do (if anything) about hotlinking
#19Instead of a nasty console message or popup, modify the script to ping back more detailed and useful information about where its being used. Then contact the developers. Edit: you don't even need to write anything dynamic to receive the ping back, just have the script load an image from yoursite.com/specialprefix/the useresencodedbrowserurl/anythingelseinteresting/1.png then look in your server logs for any 404 error…
And you are now in violation of GDPR
Re: Wondering what to do (if anything) about hotlinking
#20Correct me if I simply have missed it, but is there an official NPM package available? I have seen https://www.npmjs.com/package/sorttable and perhaps some of the sites would drop the script tag if "npm install --save-dev sorttable.js" is in the instructions and they have a build step for their JS anyway. Just thinking out loud.