<?PHP //Config below...... // // PHPMyServer - A PHP System Information Script - Old project name was PHPMyStats // http://www.phpmyserver.com/ // // 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. // // 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. // // $Id: index.php/index.php4.php/index.php5.php/etc ,v 2.6 13-08-2005 16:30 precision Exp $ // // Date in $Id is as DD-MM-YY //PHPMyServer - Lite Client v2.6 //Build version: // split version at the DOT, before the DOT is the CORE version, AFTER the DOT is de RELEASE //Every new release will get an higher number, so when i released version 2 of the script for the 126523st time, its version v2.126523 //Copyright 2004-2005 by KingOfDos Intra/Extra/Internet WebServices //http://www.phpmyserver.com //http://www.kingofdos.com //------------------Location of the PHPMyServer - XML Server------------------------------------------------------------------- //Default we will automaticly get the URL for you (when using client default paths), when that fails you can change it //Default: // $pms_xmlserver_url = $_SERVER['HTTP_HOST'].$_ENV['PATH_INFO']; maar dan anders //User defined: // $pms_xmlserver_url = 'http://enter.your.url/here/xmlserver'; $pms_xmlserver_url = 'http://localhost:8080/start/phpmyserver/server/'; //----------------------------------------------------------------------------------------------------------------------------- //----------------------With the value ACCESS_FROM you can give access by IP/Subnet, and more--------------------------------- //Values: // ALL Access for everyone // LOCALHOST Only access from localhost (127.0.0.1) // 192.168.1.6 Access only from ip 192.168.1.6 // 192.168.1.6,192.168.1.20,etc Acces from the folowing IP's (seperate with comma) // 192.168.1.0/255.255.255.0 Subnet Access $access_from = 'ALL'; //----------- Don't change $access_me = false; //You don't need to thange this. When you set it as true, everyone will be granted. !! This overrules the configuration !! //----------------------------------------------------------------------------------------------------------------------------- //------------------- The PHP5 hack, so it will use the PHP4 files. Don't know for sure if it works, but you can try :) ------- $hack_php5 = false; //change this to "true" (without quotes) to enable the hack. NOT WORKING ATM! //----------------------------------------------------------------------------------------------------------------------------- //-----------------UPDATING---------------------------------------------------------------------------------------------------- //Here you can change the update-server. //The update-server is an file that contains an MD5 hash. PHPMyServer will compare the MD5 from the update server //with your local MD5 value's. //Note: PHPMyServer will cache the last version in an file, that file will be updated every week. //Default: http://update.phpmyserver.com/check/ $pms_update_url = 'http://www.phpmyserver.com/update/check/'; //This is the temporary update server, only available from inside my LAN. //Here you can set if PHPMyServer automaticly must check for updates: //Default: true Check for updates //Values: true/false $pms_update_auto = true; //When you change this (to false), and there is an security update available, you don't see the message. //Mail adres that will be used to inform you about update's (when your Client finds an update, he will mail you) $pms_update_mail = 'hide@address.com'; //When you enable (true) this, you will be mailed when there is an update, disable (false) it when you don't want to recieve mail. $pms_update_mailme = false; //NOT WORKING!!!!!!!!! //----------------------------------------------------------------------------------------------------------------------------- //-----------------------------------Error logging messages-------------------------------------------------------------------- $pms_errorlog_default = 'PHPMyServer - Error - '; //----------------------------------------------------------------------------------------------------------------------------- ?>