Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
index.php
Package: mrtg-2.13.2.zip [view]
Upload User: shbosideng
Upload Date: 2013-05-04
Package Size: 1555k
Code Size: 1k
Category:
SNMP
Development Platform:
C/C++
- <html>
- <head>
- <meta http-equiv="Content-Language" content="en-us">
- <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
- <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
- <meta name="ProgId" content="FrontPage.Editor.Document">
- <title>Mrtg statistics</title>
- </head>
- <body>
- <p><u><b>Configuration:</b></u></p>
- <ul>
- <li><a href="login.php">Administration (password requiered)</a></li>
- </ul>
- <p><u><b>Switch list:</b></u></p>
- <?
- // Replace this path with the path to the config.inc.php file
- include ("c:\mrtg\conf\config.inc.php");
- $dir = dir($mrtg_html_dir);
- echo "<ul>";
- while($filename=$dir ->read()) {
- if (eregi(".(html)$",$filename))
- echo "<li><a href=".$filename.">".substr($filename, 0, -5)."</a></li>";;
- }
- $dir ->close();
- echo "</ul>";
- ?>
- </body>
- </html>