<? // 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 =true; // 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 ="english"; // The Language $defaulttheme ="bvdsouth"; // The theme // Show the hostname of the visitor. Value can be true or false $show['hostname'] =false; // Show running servers like Mail, pc anywhere . Value can be true or false. $show['services'] =true; // The different servers to choose when the above one is true $show['fax'] =false; $show['news'] =false; $show['mysql'] =true; $show['ftp'] =true; $show['mail'] =true; $show['telnet'] =false; $show['pcanywhere'] =false; $show['vnc'] =false; $show['http'] =true; $show['irc'] =false; // The different ports for the above listed servers $port['fax'] ="25017"; $port['news'] ="119"; $port['mysql'] ="3306"; $port['ftp'] ="21"; $port['mail'] ="25"; $port['telnet'] ="19"; $port['pcanywhere'] ="5631"; $port['vnc'] ="5800"; $port['http'] ="80"; $port['irc'] ="121"; // 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'] =false; // The page with network enviroment $show['pagephp'] =true; // 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']=false; // The pages with the trees on de harddisks $show['logs'] =true; // The page with the statititics ?>