--- Eric Richards <[EMAIL PROTECTED]> wrote: > Thanks for your reply James > > At the time I read your response I had no idea, so I remembered > http://www.echoecho.com/index.html > > just down from near the top they have a "DOMAIN LOOKUP TOOL" > e.g. I put in dubdubdub.net.nz and tick the "Get Server Info and Uptime" then > "go" and it tells me > > Linux Apache/2.0.46 (CentOS) 17-Apr-2007 203.89.178.169 > > I like the graph, I wonder how I could make the vertical axis go "my net > income $ * 1000" > > From Eric
Another way to look up that sort of information is http://www.netcraft.com with its "What's that site running" (or something similar). However, this information can be fooled depending on how the OS is determined. You could put a simple PHP script (test.php) on your server with a single line: <?php phpinfo(); ?> When you run the script you will have a large amount of information about what the server is running. James
