It's your sticky there, it should be yours here too.
Printable View
would the turbo comparison charts thread survive? some of it's old data but i still have the excel files for them.
I'm in the process of removing all images linked to 3si from my server. Then I will rewrite all 404 images to one image saying that 3si does not own my images or my content!!!
I actually went in and edited my .htaccess file so that any requests from 3si would redirect to this image:
http://www.gonzoinc.com/3s.jpg
Here is how you do it:
RewriteEngine On <--- Turns on the rewrite
RewriteCond %{HTTP_REFERER} ^http://(www\.)?3si\.org/ [NC] <--- looks for requests from listed HTTP referrer
RewriteRule .*\.(jpg|gif|bmp|png|mid|m3u|wma)$ 3s.jpg [L] <--- Replaces it with this image
Just create a .htaccess file, copy the above code and paste it in, drop it on your top level directory or add it to your existing .htaccess file. Now create an image called 3si.jpg and drop it in the same directory as the htaccess file. Go to a thread in 3si where you have images and you should now see the redirect images.
This works great as you can still access them on any other forum,webpage,etc. It only blocks 3si from getting the correct images...LOL
-Greg
eventually i may start posting useful info here unless someone beats me to it.
So, I assume you guys are posting these is the appropriate subforum in the tech section. Or is the an FAQ/article section somewhere that I don't know about.
I'm bring mine over as clove to the correct sub-forum as I can. Turbo related is going into the turbo section, Brakes in suspension, ETC. I am sure Alan will make some changes to the sub-forums so we can always move them later on if need be.