Really? I'd heard from several source that Dell service sucks - that they are good machines if nothing goes wrong, but if something happens you have to fight for service. That in fact is why I asked: Dell used to be my default for such situations so if they are not giving good service any more, then I need to find someone who is. Or are all those stores isolated incidents? Does Dell still give decent service after all?
'Shells'
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!
We've gotten good service, although we've occasionally had to be firm with the people on the phone to get it.
Ah if Dell is still OK that makes things easy. I was afraid we needed to switch.
Thanks DX.
When I had a refurbished Dell laptop under warranty a few years ago, they were very prompt with sending someone to my house to fix my computer when it died. Just for another data point.
I've had a Dell for a few years, and I've had to call tech support a few times and they've always been pretty helpful.
ita, this will do what you want wrt fuckers.com:
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http://(.*.)?fuckers.com/.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.*.)?asswipes.com/.*$ [NC]
RewriteRule .*\\.(jpg|jpeg|gif)$ [link] [R,NC,L]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(.*.)?buffistas.org/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(.*.)?worldcrossing.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(.*.)?provocateuse.com/.*$ [NC]
RewriteRule .*\\.(jpg|jpeg|gif)$ [link] [R,NC,L]
The main point being the L flag in the RewriteRule which tells it this is the Last command and stop processing this chain. Oh, and the order of the commands is important, otherwise fuckers.com will match the second chain. For extra credit, I wrote the rule so that you can add more domains to the list using the OR flag (see asswipes.com above).
You might just want to consider forbidding the hotlinking altogether thusly:
RewriteRule .*\\.(jpg|jpeg|gif)$ - [F,NC,L]
Thanks, Eddie! So far, that doesn't break my site.
Can someone click here: [link] and tell me what they see?
Big red NO HOTLINKING gif
A medium-sized 'no hotlinking' graphic.
eta: Firefox is shrinking it down for me.
edit to correct browser.