Click to See Complete Forum and Search --> : DNS tool


bokeh
06-14-2005, 04:28 AM
I wrote this just for fun to help me understand, fsocket() in php and at the same time learn about DNS. Anyway have a play and let me know if you think there is a way I could improve the infomation provided or its presentation.

http://myhomewebserver.co.uk/dns_test.php (http://bokehman.com/dns_test.php)

the tree
06-14-2005, 05:35 AM
Some definitions for the different types of test you used would be helpful.

Try and use <label> and <p> where apropriate, there's rarely an excuse for <br/>

I don't really mind but using xhtml with a html mime type doesn't really gain you anything.

bokeh
06-14-2005, 05:40 AM
I don't really mind but using xhtml with a html mime type doesn't really gain you anything.

What should I be using?

the tree
06-14-2005, 05:59 AM
What should I be using?Either xhtml with an xhtml mime type or html with an html mime type. Although it's being picky really.

bokeh
06-14-2005, 06:04 AM
Where can I view it done correctly?

bokeh
08-26-2005, 04:30 AM
Either xhtml with an xhtml mime type or html with an html mime type.Are you talking about the mime header or something contained in the html itself?

rch10007
08-26-2005, 04:43 AM
I think he was trying to say that definitions for the dropdown list of test to run would be nice since who knows what an "A" test is?

The other statemnt he made about the use of <br /> was becasue that is what's in your source after you run the test.

Not sure about the mime statement!

bokeh
08-26-2005, 04:51 AM
I would have thought anyone testing a DNS would know what an 'A' record is <a>! ;-(

rch10007
08-26-2005, 04:53 AM
have you read my signature?

bokeh
08-26-2005, 05:01 AM
have you read my signature?What's your point?

mdoigny
08-26-2005, 07:39 AM
Anyway have a play and let me know if you think there is a way I could improve the infomation provided or its presentation.

http://myhomewebserver.co.uk/dns_test.php

Realy nice utility. There are other DNS test available, but they don't present the information in such an extensive way.

I found no home page at your site, and there is something wrong with your headers (blank lines halfway)
http://web.verfaillie.com/cgi-bin/gap?myhomewebserver.co.uk/dns_test.php

bokeh
08-26-2005, 08:17 AM
Realy nice utility. I found no home page at your site, and there is something wrong with your headers (blank lines halfway)

I don't understand what you mean about the headers. I just captured them and got:HTTP/1.x 200 OK
Date: Fri, 26 Aug 2005 12:09:18 GMT
Server: Apache/2.0.54 (Win32) mod_ssl/2.0.54 OpenSSL/0.9.7g PHP/5.0.4
Content-Location: dns_test.php
Vary: negotiate
TCN: choice
X-Powered-By: PHP/5.0.4
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html
Sorry about no home page but this is just a test site.

Nevertheless if you liked that tool/toy have a look at this one (http://bokehman.com/validate_email) and this one (http://bokehman.com/validate_email_with_the_xml_http_request_object)