|
|
#1 |
|
Triple-A Player
Join Date: Jul 2003
Location: UK
Posts: 72
|
I'm currently exploring the Unix side of OS X through the terminal, and have recently been experimenting with the "netstat" command.
I have discovered that whenever Safari is running (even without any windows being open) there is an established connection via port 50690 to an address called "ads.web.aol.com.http". Even more spookily, when I type http://ads.web.aol.com into my browser... well I'll let you see for yourself... Is this odd, or is it just me? Have AOL commissioned an open port to feed a future ad campaign to Safari users, or am I being too much of a conspiracy theorist? I'd be interested in your thoughts... Perplexed, WebMonkey
__________________
recursive adj see 'recursive' |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Jan 2002
Posts: 10,677
|
What you're seeing is typically found using AIM clients. The AIM client has adds at the top and it periodically goes out and requests a new add from the address http://ads.web.aol.com/. Why you would see this with Safari, I don't know. Do you have some sort of AIM agent plug-in for Safari or did you forget that AIM was running in the background?
|
|
|
|
|
|
#3 |
|
Hall of Famer
Join Date: Jan 2002
Posts: 3,541
|
[thermodynamics:~] mikey% grep "ads.web.aol.com" /etc/hosts
0.0.0.0 ads.web.aol.com ;-) |
|
|
|
|
|
#4 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Triple-A Player
Join Date: Jul 2003
Location: UK
Posts: 72
|
Oh I see.. thanx for the explanation.
Neither of those, I'm afraid - I'm not using IM software at the moment, and don't use IM plugins, let alone AOL ones... how odd.
Lost me there, I'm afraid Mikey-San... Just done a "man grep". Nope - still don't get it...
__________________
recursive adj see 'recursive' |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
|
#5 |
|
Moderator
Join Date: Jan 2002
Posts: 10,677
|
ah.. interesting idea. Wonder if that could be done with Eudora's ad-driven version.
|
|
|
|
|
|
#6 | |||||||||||||||||||
|
Moderator
Join Date: Jan 2002
Posts: 10,677
|
What he has done is made an entry in his /etc/hosts file that points that name address at the IP 0.0.0.0, or no address. So whenever anything tries to go to, ads.web.aol.com, they automatically attempt to go to 0.0.0.0 instead and never bother with the real thing. At least, I think that's what he meant. |
|||||||||||||||||||
|
|
|
|
|
#7 |
|
Triple-A Player
Join Date: Jul 2003
Location: UK
Posts: 72
|
hmmm....
That would be pretty neat. Doesn't work for me, though: grep "ads.web.aol.com" /etc/hosts 0.0.0.0 ads.web.aol.com grep: 0.0.0.0: No such file or directory grep: ads.web.aol.com: No such file or directory
__________________
recursive adj see 'recursive' |
|
|
|
|
|
#8 |
|
Moderator
Join Date: Jan 2002
Posts: 10,677
|
You have to edit your /etc/hosts and add that as an entry. Grep just helps you match patterns that you're looking for.
Code:
grep fsck /etc/rc.boot |
|
|
|
|
|
#9 |
|
Triple-A Player
Join Date: Jul 2003
Location: UK
Posts: 72
|
I see now - thanks for your patience...
__________________
recursive adj see 'recursive' |
|
|
|
|
|
#10 |
|
Hall of Famer
Join Date: Jan 2002
Posts: 3,541
|
|
|
|
|
|
|
#11 |
|
Triple-A Player
Join Date: Jul 2003
Location: UK
Posts: 72
|
Thanks for that - very handy indeed! That should help out with some annoying "popunders" that have been troubling me recently...
__________________
recursive adj see 'recursive' |
|
|
|
|
|
#12 |
|
Hall of Famer
Join Date: Jan 2002
Posts: 3,541
|
Safari and Camino/Mozilla block pop-ups as well as pop-unders. /etc/hosts won't stop that, since it just alters domain name resolution, and those pop-ups/unders are done with client-side JavaScript embedded into the HTML you've already loaded when viewing a page.
What site is giving you these lil' bastards? |
|
|
|
|
|
#13 |
|
Triple-A Player
Join Date: Jul 2003
Location: UK
Posts: 72
|
It seems to be mostly hotmail.com... I'm stamping out the use of msn related services, so it's not the end of the world, just rather puzzling...
__________________
recursive adj see 'recursive' |
|
|
|
|
|
#14 |
|
Hall of Famer
Join Date: Jan 2002
Posts: 3,541
|
Hmm . . . Assuming you're not using IE, are you sure you have pop-up blocking turned on? I've used Hotmail on Macs with Safari and Moz/Camino, and I've never seen a pop-up.
Check your browser prefs and see what's up. If you're using IE, I strongly recommend checking out Safari (if on 10.2) or Camino (10.1 or 10.2). Faster, better UIs, and can block pop-ups. |
|
|
|
|
|
#15 |
|
Triple-A Player
Join Date: Jul 2003
Location: UK
Posts: 72
|
Thanks Mikey-San - the problem was that I had two versions of Safari installed, only one of which had blocking enabled. When I clicked links in Mail it fired up the blocking disabled version; hence, pop-ups galore!
Not checked out Camino, but am a big fan of Safari. Just wish that the Java support was a little hotter. Not complaining about the CSS-P rendering, though; truly beautiful...
__________________
recursive adj see 'recursive' |
|
|
|
|
|
#16 |
|
Prospect
Join Date: Sep 2002
Location: Golden Bay WA
Posts: 8
|
I realise this is off the subject , but .....
email from my father inlaw: "Hey dude... there's something weird with this mac. It can't clear caches for either IE or safari. The p/c picks up my FTP uploads almost straight away, but this one goes onto some round the world cache hopping and no matter what i do, it comes up with old pages..." this is to do with his web site that he uploads. can anyone help us , I'm afraid I'm out of my depth!!! Trevor Buckenara Perth Australia |
|
|
|
|
|
#17 |
|
Moderator
Join Date: Jan 2002
Posts: 10,677
|
Trevbuck, you should probably start a new thread on this problem, if you haven't already.
|
|
|
|
![]() |
|
|