I run a *server in my main campus (intranet LAN). I would like to make my index.php to list other online server. Where do I start?
What I mean by *server is my pc running win32 (winXP-pro) and I've installed Apache, php, mysql and php-Nuke and it is running well. My computer was assigned by an IP (for example http://10.100.97.240) and people around campus (Intranet only) can access http://10.100.97.240/ if my apache is started.
Other student can also turn their pc into a server just like mine by installing apache. So now, the number of this server is growing and I would like to make a script that list all available online server and the offline server (a server is offline if thier apache is stopped) as well. Where do I start?
I have basic mysql, php scripting.