Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Cannot access certain websites on any web browser

Recently, for the last month or two, my mac won't let me look at certain websites. (i.e apple.com, hulu.com, some yahoo.com sites.) Cannot find a solution on any forums yet that work for me. The internet works fine on the other computers in the house and I can access those sites with no problems. I have snow leopard on my Macmini, and I tried reinstalling it and the websites worked ONE time, then if I closed the browser the sites would come up with the error, cannot connect to the internet. Or in the case of the Hulu site, show text only with no formatting. I also tried reinstalling Java, and it did the same thing, would let me see the website once and then not again. Not sure what else I can try. Does anyone have any suggestions? Is there some update i have not installed yet that does not come up in my updates? Thanks for all help.

First Gen. MacMini, Mac OS X (10.6.5)

Posted on Dec 28, 2010 6:23 AM

Reply
31 replies

Mar 16, 2011 4:23 PM in response to EntoK

I think I have a fix for everyone. I found and modified the following AppleScript to Kill PeerGuardian, disable filters, and kill of all of its background processes. If you compile it, then set the application to run on startup, it will make sure PG is not blocking anything. Then you can still choose to run PG as an app when you want, and just run this KillPG script again to shut it down and permit access to all of the aforementioned sites. Just copy and paste the code below into your apple script editor, compile and save it as an .app in your applications folder, and then add as a login startup item under Settings->Accounts->User Name-> and press the + to add and activate your new app on login:

delay 5

on isRunning(appName)
tell application "System Events"
set isAppRunning to (name of processes) contains appName
return isAppRunning
end tell
end isRunning


if isRunning("PeerGuardian") = true then
do shell script "killall PeerGuardian"
end if

if isRunning("pploader") = true then
tell application "pploader"
set filters enabled to false
end tell
do shell script "killall pploader"
end if

if isRunning("pplogger") = true then
do shell script "killall pplogger"
end if

if isRunning("pgagent") = true then
do shell script "killall pgagent"
end if

Apr 12, 2011 12:44 PM in response to mctconsortium

This thing hapens to me weeks ago...as ive tried all possible solution nothing has changed.. one day, i resolve this problem of mine... and the culprit.. peerguardian... if you have peerguardian installed to your mac.. maybe this will work for you..go to peer guardian menu bar, choose list manager, check box " active & allow std port "on P2P and Ad on..

Cannot access certain websites on any web browser

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.