Masim "Vavai" Sugianto wrote:
Mas Dodo,One more again : file config.php mas, intinya tentang user name dan password yang digunakan sama dia. Attach seutuhnya.. Vavai 2008/11/14 Dodo <[EMAIL PROTECTED]>:Masim "Vavai" Sugianto wrote: Halo mas Dodo, 2008/11/13 Dodo <[EMAIL PROTECTED]>: saya dah buat user baru tetapi sama aja Bisa paste / attach file /opt/lampp/htdocs/cpm/includes/ConnectDB_mysql.inc mas ? ini saya attach file /opt/lampp/htdocs/cpm/includes/ConnectDB_mysql.inc Terima kasih sebelumnya
Ini file config.php-nya ya : <?php $DefaultLanguage ='en_GB'; $allow_demo_mode = false; $Version = '3.071'; $host = 'localhost'; $dbType = 'mysql'; //$dbType = 'postgres' - DEPRECIATED; //$dbType = 'mysql'; // sql user & password $dbuser = 'sysadmin'; $dbpassword = 'sysadmin';//It would probably be inappropraite to allow selection of the company in a hosted envionment so this option can be turned off with this parameter
$AllowCompanySelectionBox = true;//If $AllowCompanySelectionBox = false above then the $DefaultCompany string is entered in the login screen as a default - otherwise the user is expected to know the name of the company to log into.
$DefaultCompany = 'cpm'; //The maximum time that a login session can be idle before automatic logout //time is in seconds 3600 seconds in an hour $SessionLifeTime = 3600;//The maximum time that a script can execute for before the web-server should terminate it
$MaximumExecutionTime =120;//The path to which session files should be stored in the server - useful for some multi-host web servers
//this can be left commented out //$SessionSavePath = '/tmp'; // which encryption function should be used //$CryptFunction = "md5"; // MD5 Hash $CryptFunction = "sha1"; // SHA1 Hash //$CryptFunction = ""; // Plain Text//Setting to 12 or 24 determines the format of the clock display at the end of all screens
$DefaultClock = 12;
//$DefaultClock = 24;
// END OF USER CONFIGURABLE VARIABLES
$rootpath = dirname($_SERVER['PHP_SELF']);
if (isset($DirectoryLevelsDeep)){
for ($i=0;$i<$DirectoryLevelsDeep;$i++){
$rootpath = substr($rootpath,0, strrpos($rootpath,'/'));
}
}
if ($rootpath == "/" OR $rootpath == "\\") {
$rootpath = "";
}
//$rootpath = '/EdgeERP';
/* Report all errors except E_NOTICE
This is the default value set in php.ini for most installations but just
to be sure it is forced here
turning on NOTICES destroys things */ error_reporting (E_ALL & ~E_NOTICE); /*Make sure there is nothing - not even spaces after this last ?> */ ?>
config.php
Description: application/php
_______________________________________________ milis mailing list [email protected] http://lists.opensuse-id.org/listinfo.cgi/milis-opensuse-id.org
