Advertise here: Contact FM.
$ nslookup domain.tldServer: 10.0.0.1Address: 10.0.0.1#53** server can't find domain.tld: NXDOMAINHere's what OpenDNS tells you (208.67.222.222 is one of their DNS servers):
$ nslookup domain.tldServer: 208.67.222.222Address: 208.67.222.222#53Non-authoritative answer: Name: domain.tld Address: 208.67.216.132The "non-authoritative answer" part means that the DNS server giving the response is not run by the people who own the domain name, it has nothing to do with the spoofing (it would also return a non-authoritative answer for google.com, etc.)
$ nslookup domain.tldServer: 10.0.0.1Address: 10.0.0.1#53 ** server can't find domain.tld: NXDOMAINHere's what OpenDNS tells you (208.67.222.222 is one of their DNS servers):
$ nslookup domain.tldServer: 208.67.222.222Address: 208.67.222.222#53 Non-authoritative answer:Name: domain.tldAddress: 208.67.216.132
$ nslookup domain.tld Server: 10.0.0.1 Address: 10.0.0.1#53 ** server can't find domain.tld: NXDOMAINHere's what OpenDNS tells you (208.67.222.222 is one of their DNS servers):
$ nslookup domain.tld Server: 208.67.222.222 Address: 208.67.222.222#53 Non-authoritative answer: Name: domain.tld Address: 208.67.216.132
If you want to throw a link into your profile (looks like you managed to make a blank one, so you're halfway there), it should look like this:
<a href="http://website.tld/whateverthefuck">link text is awesome</a>
Which would yield:
link text is awesome.
You probably ended up with an empty string between your quotes, judging by the current state of your page.
posted by cortex at 3:23 PM on August 8, 2008