phpsmb is a php class that allows you to access windows (smb) network shares and services. it uses samba's smbclient, smbstatus and nmblookup. Version 0.8 includes several new methods and the ez_smb function. Accessing windows shares through php is as easy as:
$list = ez_smb('//hostname/share/directory');
This little script will collect IfInOctets and IfOutOctets from a network device you specify and put the results into a MySQL database. You can then use this data later to calculate your average bandwidth in a time periode, or the 95th percentil rule.
libident.php is an RFC 1413 compatible PHP4 Ident client class. The Identification Protocol (a.k.a., "ident", a.k.a., "the Ident Protocol") provides a means to determine the identity of a user of a particular TCP connection. Given a TCP port number pair, it returns a character string which identifies the owner of that connection on the server's system.
Port Accounting & Collection Tool (PACT) is an SNMP-Tool to do port-accounting for any device that conforms to SNMP standards and has at least a certain amount of SNMP-querieable data (e.g. octets in/out, etc.).
<b>1.0 update:</b> Bug fixes with Cisco port descriptions, no more 32bit counter overruns on overview, plus a debug functionality
pHpHp enables you to get a real time view of your HP JetDirect Printers. All you need to provide is a text file (printers.txt) containing a list of printer IP Adresses. pHpHp will then make a web page with current stats from your printers (#pages printed etc) pHpHp has been tested on several HP printers (2100, 4050, 4000TN and JetDirect Boxes).