home *** CD-ROM | disk | FTP | other *** search
- <?
- // This program is free software; you can redistribute it and/or
- // modify it under the terms of the GNU General Public License
- // as published by the Free Software Foundation; either version 2
- // of the License, or (at your option) any later version.
- $Version="3.6";
- // This program is distributed in the hope that it will be useful,
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- // GNU General Public License for more details.
- //
- // You should have received a copy of the GNU General Public License
- // along with this program; if not, write to the Free Software
- // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
- // Secure this page so you need to login. Value can be true or false
- $securesite =false;
- $infotext ="sysinfo "; // The text that's displayed in the logon window
- $loginname ="sysinfo"; // The login name for the secured page
- $password ="admin"; // The password for the secured page
-
- // Check if there's an update available
- $updatecheck =false;
-
- // The location of the pagefile.sys. Windowsdefault is c:\
- $pagefile = "c:\pagefile.sys";
-
- // Options for logging
- $logenable =true; // true to enable, false to disable logging
- $countfile ="data/counter.txt"; // The log file for counting
- $logfile ="data/WebLog.txt"; // The log file for statistics
-
- // The default language and theme for this page
- $defaultlang ="german"; // The Language
- $defaulttheme ="tsw"; // The theme
-
- // Show the hostname of the visitor. Value can be true or false
- $show['hostname'] =false;
-
- // Show running servers like Mail, Http . Value can be true or false.
- $show['services'] =true;
-
- // The different servers to choose when the above one is true
- $show['pop'] =true;
- $show['news'] =true;
- $show['mysql'] =true;
- $show['ftp'] =true;
- $show['mail'] =true;
- $show['telnet'] =true;
- $show['tswcc'] =true;
- $show['http'] =true;
- $show['https'] =true;
- $show['imap'] =true;
- $show['tomcat'] =true;
- $show['ajp'] =true;
- $show['fireb'] =true;
-
-
- // The different ports for the above listed servers
- $port['pop'] ="110";
- $port['news'] ="119";
- $port['mysql'] ="3306";
- $port['ftp'] ="21";
- $port['mail'] ="25";
- $port['telnet'] ="19";
- $port['tswcc'] ="3000";
- $port['http'] ="80";
- $port['https'] ="443";
- $port['imap'] ="143";
- $port['tomcat'] ="8080";
- $port['ajp'] ="8009";
- $port['fireb'] ="3050";
-
-
- // Choose here wich pages will be accesible
- $show['pagedisks'] =true; // The page with harddiskdetail
- $show['pagetasks'] =false; // The page with listed tasks
- $show['pagerserv'] =false; // The page with running services
- $show['pagedrivers'] =false; // The page with loaded drivers
- $show['pagenetwork'] =true; // The page with network enviroment
- $show['pagephp'] =false; // The page with the php details
- $show['serverstatus']=false; // The page with apache server status
- $show['serverinfo'] =false; // The page with apacha server info
- $show['treeharddisk']=true; // The pages with the trees on de harddisks
- $show['logs'] =true; // The page with the statititics
- ?>