PHP 8.2.30
Preview: config.php Size: 1009 B
//var/softaculous/nucleus/config.php

<?php

	// mySQL connection information
	$MYSQL_HOST = '[[softdbhost]]';
	$MYSQL_USER = '[[softdbuser]]';
	$MYSQL_PASSWORD = '[[softdbpass]]';
	$MYSQL_DATABASE = '[[softdb]]';
	$MYSQL_PREFIX = '[[dbprefix]]';
	// new in 3.50. first element is db handler, the second is the db driver used by the handler
	// default is $MYSQL_HANDLER = array('mysql','mysql');
	//$MYSQL_HANDLER = array('mysql','mysql');
	//$MYSQL_HANDLER = array('pdo','mysql');
	$MYSQL_HANDLER = array('mysql','');

	// main nucleus directory
	$DIR_NUCLEUS = '[[softpath]]/nucleus/';

	// path to media dir
	$DIR_MEDIA = '[[softpath]]/media/';

	// extra skin files for imported skins
	$DIR_SKINS = '[[softpath]]/skins/';

	// these dirs are normally sub dirs of the nucleus dir, but 
	// you can redefine them if you wish
	$DIR_PLUGINS = $DIR_NUCLEUS . 'plugins/';
	$DIR_LANG = $DIR_NUCLEUS . 'language/';
	$DIR_LIBS = $DIR_NUCLEUS . 'libs/';

	// include libs
	include($DIR_LIBS.'globalfunctions.php');
	$CONF['alertOnSecurityRisk'] = 0;
?>

Directory Contents

Dirs: 5 × Files: 14

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2024-03-21 11:26:50
Edit Download
php53 DIR
- drwxr-xr-x 2024-03-21 11:26:50
Edit Download
php56 DIR
- drwxr-xr-x 2024-03-21 11:26:50
Edit Download
php71 DIR
- drwxr-xr-x 2024-03-21 11:26:50
Edit Download
php81 DIR
- drwxr-xr-x 2024-03-21 11:26:50
Edit Download
3.15 KB lrw-r--r-- 2022-09-21 09:13:04
Edit Download
1009 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
4.39 KB lrw-r--r-- 2022-09-21 09:13:04
Edit Download
433 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
250 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
3.26 KB lrw-r--r-- 2022-09-21 09:13:04
Edit Download
2.05 KB lrw-r--r-- 2022-09-21 08:18:40
Edit Download
921 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
3.51 KB lrw-r--r-- 2022-09-21 09:13:04
Edit Download
1.39 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
1002 B lrw-r--r-- 2022-09-21 09:13:04
Edit Download
188 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
2.42 KB lrw-r--r-- 2022-09-21 09:13:04
Edit Download
375 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).