HI there,
I need a sample of code to go through my network and get all the IP and show them in a BROWSER, just I have been cheking in Google and Yahoo, but there are not somethig or a site that can give me some sample.
Rigo
Sample of PHP-FTP to check all my network and get IP's
Moderator: General Moderators
Re: Sample of PHP-FTP to check all my network and get IP's
What do you mean by "my network"? Public or private IP addresses? Is it DHCP IP address assigning? What/where is the router(gateway) - do you have access to it?
http://fping.sourceforge.net/
http://fping.sourceforge.net/
There are 10 types of people in this world, those who understand binary and those who don't
Re: Sample of PHP-FTP to check all my network and get IP's
Hey man,
it is a private network, I need to go through and get all IP's and show them in a browser, using PHP
it is a private network, I need to go through and get all IP's and show them in a browser, using PHP
Re: Sample of PHP-FTP to check all my network and get IP's
You may proceed answering the rest of my questions 
There are 10 types of people in this world, those who understand binary and those who don't
Re: Sample of PHP-FTP to check all my network and get IP's
My network is not a Dynamic DHCP. also I have access to my Router, using FTP
Re: Sample of PHP-FTP to check all my network and get IP's
If the IP addresses are statically assigned, you could take a list of them and check which are alive and which are not.
There are 10 types of people in this world, those who understand binary and those who don't
Re: Sample of PHP-FTP to check all my network and get IP's
well, in theory I should use FTP to get them, right?
Re: Sample of PHP-FTP to check all my network and get IP's
???
What does FTP has to do with IP scanning?
What OS is on your web server?
What does FTP has to do with IP scanning?
What OS is on your web server?
There are 10 types of people in this world, those who understand binary and those who don't