Believe me, the hotlinking will stop forthwith.
Buffistechnology 2: You Made Her So She Growls?
Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!
Welcome to the world of fuckos and .htaccess. I'm not good enough to get all tutorial on you, but basically, you drop a file in your image directory that can deny or grant access to the files there to whatever hosts you wish. And it can also swap images. So, when someone tries to grab images from my provocateuse sites, I hand them a 2400x267 gif that's only 5K. Messes up the screens they're dropping it on, doesn't cost me as much bandwidth as the picture they were looking for.
Sometimes I'd drop people an e-mail about it, but it rarely worked.
There are sites that throw up something pornographic or disgusting as a discouraging tactic.
Google lists of hotlink prevention tutorials.
Hee. Hee. Hee.
heee!
Anyone else having Google connection problems?
Firefox can't find the main site, nor gmail.google.com, so far.
Gmail itself seems to be doing okay, but my Gmail notifier keeps losing the connection.
It says gmail.google.com cannot be found for me.
The magic is, Allyson, with my method, you can shame, and you don't have to rename any of your images. What I've done is say "You want one of the images from this directory? Have this honking huge thing instead." I don't need to check referrer logs and discover that wet David Beckham is the new most popular thing. Everyone gets the 2000 wide image by default.
Everyone but me.
Allyson, something like this, saved in an .htaccess file in your image directory:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(.*.)?emahollywood.com/.*$ [NC]
RewriteRule .*.(jpg|jpeg|gif)$ [link] [R,NC]
should do the job.