Portscanning

G

Guest

Guest
I'm the server administrator for a LAN group, and I'm looking to make it easier for our attendees to find gameservers. Is it possible to make a PHP script that will portscan a network, mark open ports, compare the open port list against a list I create that matches common ports to games (eg, ports 27010-27019 to halflife games, etc)? And if that wasn't enough, would it be possible for php to connect to the port and get game information? If this even seems plausable, lemme know which functions I have to read up on in order to get this to work. Thanks.
 
Hi MarlboroMan!
I think you can solve you'r problem, but only if you have Unix or Linux server....

If you interestin go to:
http://www.hotscripts.com/PHP/Scripts_and_Programs/Networking_Tools/Combinations/


<?PHP
/*
With best regards WiZARD
*/
?>
 
Back
Top