When I was clicking on a link to parts-express.com I was redirected through several sites (domains) that specialize in partner/commision type things. A total of 4 redirects before I got to parts-express.com.
At first I thought it was my cable connection so I tried my 3G-cell connection and got the same thing. Thinking it was a virus my PC might have caught, I tried on the browser in my android phone and ipod touch and it still did the redirects... To verify I tried it on: 1 android, 1 iOS, 1 Mac OS X, 1 Windows XP, 1 Windows 7, 1 Ubuntu. (Two of which I don't normally do any browsing or email tasks on.)
I found the problem... its TalkBass...
in the .js here: http://talkbasscom.skimlinks.com/api/skimlinks.js (a good contender for the convoluted code competition, but not hard to figure out what its doing after a little reformatting)
its for http://www.skimlinks.com/
Contained toward the bottom of any showthread.php source I load on talkbass (and only talkbass) is this:
I think I'm the only one that has found this so far, but if you want to look for the above code it was toward the bottom of the showthread.php page source less than 20 lines from the EOF.
The TalkBass site is transforming links into partner dollars and filling your browser with cookie crumb trails.. All you have to do to disable is to modify your hosts file to direct talkbasscom.skimlinks.com AND skimlinkscom.skimlinks.com to 127.0.0.1...
I don't believe for one second that any site admin is above funneling links through that "skimlinks" crap. My guess is they have not rolled it out to everyone yet, but they will if it makes more than a few pennies. I've been doing this 'interweb' thing as part of my career going almost 2 decades (since before Netscape, in the time of Mosaic ) So I know a good many of the tricks advert/spammers use.
I doubt some cross-platform virus is responsible and I doubt Verizon, Comcast, Windstream, and AT&T got together and started messing with me. I also tried a few known good third party DNS servers to make sure it wasn't just that.
Besides, can you argue with the fact that there is a domain like talkbasscom.skimlinks.com ? I know that its possible that all *.skimlinks.com could be made to resolve to a server dynamically. Just don't ignore the fact that snippet of code can be found on every showthread.php that I load here on talkbass, and only talkbass.
If it were the machines I tested with causing the problem: 1 android, 1 iOS, 1 Mac OS X, 1 Windows XP, 1 Windows 7, 1 Ubuntu. (Two of which I don't normally do any browsing or email tasks on.) It would happen on more forums, but TB is the only one. Would also be one heck of a fine cross-platform virus considering... but to only effect TB.com? What a waste..
The fact that I'm a supporting member and they chose to do this to me speaks volumes about what the future on TB will be like... I'm pretty sure that it will happen to more and more people on here, it always does.
At first I thought it was my cable connection so I tried my 3G-cell connection and got the same thing. Thinking it was a virus my PC might have caught, I tried on the browser in my android phone and ipod touch and it still did the redirects... To verify I tried it on: 1 android, 1 iOS, 1 Mac OS X, 1 Windows XP, 1 Windows 7, 1 Ubuntu. (Two of which I don't normally do any browsing or email tasks on.)
I found the problem... its TalkBass...
in the .js here: http://talkbasscom.skimlinks.com/api/skimlinks.js (a good contender for the convoluted code competition, but not hard to figure out what its doing after a little reformatting)
its for http://www.skimlinks.com/
Contained toward the bottom of any showthread.php source I load on talkbass (and only talkbass) is this:
Code:
<!-- Start Skimlinks -->
<script type="text/javascript" src="http://talkbasscom.skimlinks.com/api/skimlinks.js"></script>
<script type="text/javascript">
var skimlinks_pub_id = '3043X598154';
skimlinks();
</script>
<!-- End Skimlinks -->
I think I'm the only one that has found this so far, but if you want to look for the above code it was toward the bottom of the showthread.php page source less than 20 lines from the EOF.
The TalkBass site is transforming links into partner dollars and filling your browser with cookie crumb trails.. All you have to do to disable is to modify your hosts file to direct talkbasscom.skimlinks.com AND skimlinkscom.skimlinks.com to 127.0.0.1...
I don't believe for one second that any site admin is above funneling links through that "skimlinks" crap. My guess is they have not rolled it out to everyone yet, but they will if it makes more than a few pennies. I've been doing this 'interweb' thing as part of my career going almost 2 decades (since before Netscape, in the time of Mosaic ) So I know a good many of the tricks advert/spammers use.
I doubt some cross-platform virus is responsible and I doubt Verizon, Comcast, Windstream, and AT&T got together and started messing with me. I also tried a few known good third party DNS servers to make sure it wasn't just that.
Besides, can you argue with the fact that there is a domain like talkbasscom.skimlinks.com ? I know that its possible that all *.skimlinks.com could be made to resolve to a server dynamically. Just don't ignore the fact that snippet of code can be found on every showthread.php that I load here on talkbass, and only talkbass.
If it were the machines I tested with causing the problem: 1 android, 1 iOS, 1 Mac OS X, 1 Windows XP, 1 Windows 7, 1 Ubuntu. (Two of which I don't normally do any browsing or email tasks on.) It would happen on more forums, but TB is the only one. Would also be one heck of a fine cross-platform virus considering... but to only effect TB.com? What a waste..
The fact that I'm a supporting member and they chose to do this to me speaks volumes about what the future on TB will be like... I'm pretty sure that it will happen to more and more people on here, it always does.
