Jump to content

web based system using php

- - - - -

  • Please log in to reply
2 replies to this topic

#1
cik_nyamuk

cik_nyamuk

    Newbie

  • Members
  • Pip
  • 3 posts
i need to develop a web based system for tracking an IP address for all of PC in local network. As i know, to discover the IP address for all of PC
that still on by using commang ping -b (broadcast address)...it can show an arp table...

#2
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,722 posts
  • Programming Language:C, Java, C++, PHP, Python, Perl, Assembly, Bash, Others
  • Learning:JavaScript
Can you be more specific on what exactly it is that you want? What would the interface look like? Would it actively seek out other computers on the network?
sudo rm -rf /

#3
bbqroast

bbqroast

    Codecall Addict

  • Members
  • PipPipPipPipPipPipPip
  • 554 posts
  • Location:/etc/passwd
Mmmmm... To do this without installing software on the client (on windows/mac much of that is there, but may not be enabled) you would have to directly interface with your router (most likely writing your own firmware, if it is a popular brand there might be a basic framework already there to help you) unless it provided these things- some enterprise routers have things like sending out information on users. Also some home ones list the connected computers.

Then its just a matter of fetching the list of IPs with PHP and pinging each then displaying the information.

Why exactly do you want to do this??
Please, write clearly with proper structure. Double spacing makes the text feel un-jointed, Capitalizing Every Word Means People Stop Before Every Word Sub-Consciously Which Is A Pain In The Backside, and use code tags! (The right most styling box).




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users