Server IP : 192.250.235.76 / Your IP : 45.90.210.12
System : Linux s2968.sgp1.stableserver.net 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
PHP Version : 8.2.29
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Server IP : 198.54.116.172 / Your IP : 216.73.216.36
System : Linux server322.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : mail
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Current File : /var/softaculous/phpaddr//cfg.db.php
<?php
// Database access definition
$dbserver = "[[softdbhost]]"; // your database hostname
$dbname = "[[softdb]]"; // your database name
$dbuser = "[[softdbuser]]"; // your database username
$dbpass = "[[softdbpass]]"; // your database password
// Read-Only user for increasd security (optional):
// * GRANT SELECT ON $dbname.addressbook TO $dbuser_read
// * GRANT SELECT ON $dbname.group_list TO $dbuser_read
// * GRANT SELECT ON $dbname.address_in_groups TO $dbuser_read
// * GRANT SELECT ON $dbname.month_lookup TO $dbuser_read
// $dbuser_read = "root"; // your database username
// $dbpass_read = ""; // your database password
// You may use a table-prefix if you have only one DB-User
$table_prefix = "";
// Keep a history of all changes, incl. deletion. Used for intelligent merge.
$keep_history = true;
?>