Huge list of stuff on sale at SVC.com

Zepper

Elite Member
May 1, 2001
18,998
0
0

This is the general link: http://www.svc.com

The list came in an email today. Everything from round cables to wiring dress-up kits, to HSFs to Power Supplies to fairly high-end ThermalTake cases.

Turns out most of the items are in SVC's Clearance section for now - so here's the link to that and I can take my page down: Linkage. They usually have only one or two pages of Clearance stuff - now it's at six pages!


.bh.
 

Nick5324

Diamond Member
Aug 19, 2001
3,267
0
0
Thanks OP. I ordered the Arctic Alumina 3.5g Syringe. It says free first class shipping on the product page, but i was charged $0.75 for this shipping method. Still, $2 to my door ain't bad for some extra thermal compound.
 

magnux

Platinum Member
Sep 12, 2002
2,713
0
76
Originally posted by: Zepper
I decided to chance hosting it myself. Please do not repost this link anywhere else, or link to this thread FROM anywhere else!!! If my bandwidth limit is exceeded and I have to pay overage, I will never host like this again.

Make life easy on yourself, drop the following in an .htaccess file:

AuthUserFile /dev/null
AuthGroupFile /dev/null

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://intergate.com/~zepper/files/
RewriteCond %{HTTP_REFERER} !^http://www.intergate.com/~zepper/files/
RewriteCond %{HTTP_REFERER} !^http://intergate.com/
RewriteCond %{HTTP_REFERER} !^http://www.intergate.com/
RewriteCond %{HTTP_REFERER} !^http://anandtech.com/
RewriteCond %{HTTP_REFERER} !^http://www.anandtech.com/
RewriteCond %{HTTP_REFERER} !^http://forums.anandtech.com/
RewriteRule /* http://www.intergate.com/~zepper/files/svcsale.html [R,L]

That'll prevent linking anywhere other than AnandTech. :D
 

funboy6942

Lifer
Nov 13, 2001
15,362
416
126
Well crap they never sent me the email and here I am listing out all the good stuff individualy. Good Idea OP. Now I dont need to make anymore :D
 

Zepper

Elite Member
May 1, 2001
18,998
0
0
Thanks magnux. I think I figured out how to use the .htaccess file. but it was a bear to get it near that strange name. I guessed it was ok to add another set of lines for another site (like the resellerratings Steals & Deals forum). Hope that's correct.
. Now I'm going to post on another forum and see if it DOESN"T WORK like it's supposed to. ;)

.bh.
 

magnux

Platinum Member
Sep 12, 2002
2,713
0
76
Originally posted by: Zepper
Thanks magnux. I think I figured out how to use the .htaccess file. but it was a bear to get it near that strange name. I guessed it was ok to add another set of lines for another site (like the resellerratings Steals & Deals forum). Hope that's correct.
. Now I'm going to post on another forum and see if it DOESN"T WORK like it's supposed to. ;)

.bh.

Yep, you can add whatever hosts you'd like. Just follow the pattern above, and you'll be fine. ;)