Does anybody know how the Google Toolbar auto-updates itself? Actually it would be nice to know how it sends statistics back to Google too. If it did so on a specific port, then one could just close this port. If it does it on a web port (port 80) then one could block requests to specific urls/IPs effectively limiting the updates and reporting.
It will not autoupdate after M$ gets done with them. SP that is coming up will do away with a lot of that crap, pop up boxes will let the user accept or deny permission on stuff like that.
The toolbar itself does not compile statistics (Google may on their end based on PageRank queries). PageRank queries are done on port 80, and I believe toolbar updates are also on port 80. So you could block port 80, but it would also disable the ability to get PageRank.
That is what I have been reading for a long time now Shawn, would you like some articles posted? Did Mr. Gates give you this information?
What wager do you propose Shawn, do you want one of my domain names, that is about all I own You did not answer my question, do you want some articles posted?
Install a packet sniffer on your network and you should be able to monitor the traffic between your workstation and Google.
Two questions: 1. Why would you want to do this? 2. Wouldn't it just be easier to uninstall the Google Toolbar? There are many many other methods of viewing your page rank, including DigitalPoint's most excellent tracking tool.
Forget the wager, lets get the thread going, do you want some articles that discuss the issue of warning boxes that pop up before allowing software to download or not? I did not say it would keep it from downloading, I mentioned it would not allow automatic updates WITHOUT USER PERMISSION. That does not mean the OS will prevent autoupdates, it means that the user will be able to keep it from happening if he wants to after pop up boxes notify the computer user.
See my previous post (I don't need any articles). I know what you are talking about. I'm saying the new service pack will *not* require a dialog confirmation for the toolbar to auto-update.
I was thinking of creating an app that would block these requests when enabled. This would also stop retrieving Page Rank, but it could be toggled on an off.
There is a toolbar written in JavaScript for the Firefox and Mozilla browsers. Perhaps you could modify that code to run under Internet Explorer?