Hi,

I logged into http://bf2s.com twice on Sunday morning 14.01.07 to look at my game stats for Battlefield 2. They were still being updated so I tried agin in the afternoon but then got the message that IE cannot display the webpage.

I phone a friend and while still on the phone, he logged onto the site and got into my stats no problems at all. My dad can also get in to the site.

I have tried the following to try and rectify the problem...

I have deleted cookies and temp internet files.
Ran "CCleaner" on my PC.
Tried with Firefox and Netscape browsers.
Uninstalled and reinstalled IE7.
Ran a Spybot S&D check.
System restore.
A full virus check.
Checked restricted and allowed sites in internet options.

I can connect to any other website that I like without any problems at all.

I just cannot get into any page, be it forum, leaderboards...ect from BF2s.com.

Any advice will be greatly accepted, many thanks in advance, misterc.

Dani AI

Generated

Because reported that others could reach the site while his PC could not, the pattern points to a network-level issue (DNS, routing, or an IP-level block) rather than a browser or site-wide failure. ’s suggestion of an intermediate-node glitch is a common, intermittent cause that fits those symptoms.

Useful diagnostics (run from an elevated Windows command prompt) and what they reveal:

nslookup <hostname>
ping -n 5 <hostname>
tracert <hostname>
  • nslookup failing or returning the wrong address indicates a DNS problem.
  • ping succeeds but HTTP still fails: the host is reachable at ICMP level but the web service or port may be filtered.
  • tracert that consistently times out at the same hop shows where packets stop — helpful for the ISP or the site admin to trace.

Common recoveries and checks:

ipconfig /flushdns
notepad %windir%\system32\drivers\etc\hosts
netsh winsock reset
netsh int ip reset
  • Flush DNS and inspect the hosts file for accidental entries.
  • Reset Winsock / TCP-IP if the stack is corrupted (requires restart).
  • Verify system proxy settings (Internet Options → Connections → LAN settings) and temporarily suspend third‑party firewall/AV to rule out local filtering.
  • If possible, test the site from another network (mobile tether) to determine whether the problem is tied to the ISP-assigned IP.

If the issue recurs, save the nslookup, ping and tracert outputs and provide them to the ISP or the site administrator; those traces usually show whether the failure is due to DNS, an ISP routing hop, or server-side filtering. Transient routing glitches are common and often resolve on their own, but the tests above will pinpoint the cause if it happens again.

Recommended Answers

All 2 Replies

There are several possibilities:

1. They changed the site to include something your security settings disallow.

2. Your particular section of the site was down.

3. You have bookmarked a page other than the home page, and they changed the url for that page (often happens when a site upgrades itself).

4. Your ISP was too busy with web traffic to handle your request.

5. You used up your download quota (if your account is restricted).

6. The site locked you out for some reason.

7. An internet node between your ISP and the site's ISP started garbaging requests because it was glitched.

8. Your computer needed a reboot due to a power line glitch.

Hi, thank you for your advice. I actually tried yesterday to log onto the site and it worked. It may have been your No.7 suggestion because I haven't done anything to my PC since I wrote with my problem.

Many thanks for your time and help, misterc.

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.