MOON
Server: Apache
System: Linux server30c.hostingraja.org 3.10.0-962.3.2.lve1.5.63.el7.x86_64 #1 SMP Fri Oct 8 12:03:35 UTC 2021 x86_64
User: jibhires (1887)
PHP: 8.1.30
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open, allow_url_fopen, symlink, escapeshellcmd, pcntl_exec
Upload Files
File: //var/softaculous/openbiz/application.xml
<?xml version="1.0" standalone="no"?>
<!--
 *
 * Openbiz Cubi Application Platform
 *
 * LICENSE http://code.google.com/p/openbiz-cubi/wiki/CubiLicense
 *
 * @package   \
 * @copyright Copyright (c) 2005-2011, Openbiz Technology LLC
 * @license   http://code.google.com/p/openbiz-cubi/wiki/CubiLicense
 * @link      http://code.google.com/p/openbiz-cubi/
 * @version   $Id: application.xml 5292 2013-02-08 06:48:25Z hellojixian@gmail.com $
 *
-->
<Application>
    <DataSource>
        <Database Name="Default" Driver="Pdo_Mysql" Server="[[softdbhost]]" Port="3306" DBName="[[softdb]]" User="[[softdbuser]]" Password="[[softdbpass]]" Charset="utf8"/>
        <Database Name="Session" Driver="Pdo_Mysql" Server="127.0.0.1" Port="3306" DBName="cubi" User="root" Password="jixian" Charset="utf8"/>
        <Database Name="Sample" Driver="Pdo_Mysql" Server="localhost" Port="3306" DBName="cubi" User="root" Password="root" Charset="utf8" Options="unix_port=/usr/local/mysql.socket;a=x"/>
    </DataSource>
</Application>