Hi I was surfig some bulletin boards last night no biggie when all a sudden my internet explorer and AOL droped the conection and since I have tried everything to get my internet to work again but it won't my ICQ works and is conected so is Sype but I had to come online on my laptop to send this becuase I can't get into aol or IE please help I am running Windows XP on my desk top and I can't download any fixes since it's won't connect so maybe someone here can tell m what I can do to fix this problem

Thanks in advance to every one who helps out

Dani AI

Generated

described IE and AOL losing web access while IM clients stayed connected, and the laptop on the same network could reach the Internet. That pattern usually means the network itself is OK but something on the desktop (DNS/proxy/browser settings, firewall/antivirus filtering, or the TCP/IP/Winsock stack) is preventing HTTP(S) lookups. is right that ISP/transient outages do happen. ’s DNS idea is a good lead, and ’s IE-repair suggestions target the browser — useful if the problem turns out to be application-specific.

Quick diagnostic checks (run these from the desktop to prove where the break is):

ping 8.8.8.8 -n 4
ping google.com -n 4
nslookup google.com
ipconfig /all
ipconfig /flushdns
tracert google.com
netsh winsock reset
netsh int ip reset
  • If pinging 8.8.8.8 works but pinging google.com fails, it’s DNS. Use the laptop to look up your router’s DNS or try public DNS temporarily.
  • If ping by IP fails too, the adapter/driver, cable, or router is suspect.
  • After any netsh winsock/int reset reboot the machine.

Other checks not covered above: inspect the hosts file at C:\Windows\System32\drivers\etc\hosts for accidental entries, verify IE/other-browser proxy settings (Tools → Internet Options → Connections → LAN Settings), try a different browser (portable Firefox/Chrome) to confirm browser-specific failure, temporarily disable inbound/outbound filtering from firewall/AV to test, and reinstall or update the network adapter driver from Device Manager. If a portable malware scanner is needed and the desktop can’t download, fetch one on the laptop onto a USB stick and run it on the desktop.

Recommended order: confirm other devices work, run the ping/nslookup tests, flush/renew DNS, reset Winsock/IP stack, check hosts/proxy/firewall, then driver reinstall. Create a restore point before major changes. If these steps fail, the next step is a full network log capture or contacting the ISP if multiple devices show partial connectivity.

Recommended Answers

All 3 Replies

I had a failure at about the same time. It was internet-related. I don't know what went down, but two hours later, it was all back.

The first thing I would check for if it is still doing it is viruses and spyware.

if ICQ is online and everything else isn't, it's a dns problem
call your ISP and ask them to direct you to manually set up their dns addresses

You maky also check is the same issue persists in safe mode with networking. If its working in safe mode with nettworking than you need to do a clean boot using msconfig

Supposing it does than see below. And if all this cound too complicated than -start-run-cmd-sfc /scannow

1. If using IE 7 :
uninstall from add/remove programs and also
start-run-c:\windows\IE7\spuninst\spuninst.exe

2. If using IE6 than try re-registering all your IE dll files.Create a batch file for the following
To create a batch file-open a note pad-copy and paste the below menitioned commands and while saving set save as all file types and save the notepad as ie.bat and after saving it on ur desktop double click on the file

regsvr32 urlmon.dll
regsvr32 mshtml.dll
regsvr32 shdocvw.dll
regsvr32 browseui.dll
regsvr32 jscript.dll
regsvr32 vbscript.dll
regsvr32 actxprxy.dll
regsvr32 softpub.dll
regsvr32 wintrust.dll
regsvr32 dssenh.dll
regsvr32 rsaenh.dll
regsvr32 initpki.dll
regsvr32 msjava.dll
regsvr32 cryptdlg.dll
regsvr32 schannel.dll
regsvr32 scrrun.dll
regsvr32 msxml.dll
regsvr32 gpkcsp.dll
regsvr32 sccbase.dll
regsvr32 slbcsp.dll
regsvr32 oleaut32.dll
regsvr32 ole32.dll
regsvr32 shell32.dll

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.