X7ROOT File Manager
Current Path:
/var/softaculous/stripe
var
/
softaculous
/
stripe
/
??
..
??
.env
(545 B)
??
__config.php
(622 B)
??
_edit.php
(4.96 KB)
??
_edit.xml
(447 B)
??
_upgrade.php
(3.09 KB)
??
_upgrade.xml
(383 B)
??
clone.php
(11.98 KB)
??
error-404.html
(6.63 KB)
??
error-500.html
(6.53 KB)
??
extend.php
(7.06 KB)
??
fileindex.php
(160 B)
??
images
??
import.php
(3.85 KB)
??
info.xml
(3.37 KB)
??
install.js
(921 B)
??
install.php
(13.24 KB)
??
install.xml
(3.16 KB)
??
md5
(3 KB)
??
notes.txt
(2.13 KB)
??
php53
??
php56
??
php71
??
php81
??
php82
??
stripe.sql
(52.28 KB)
??
stripe.zip
(22.7 MB)
??
update_pass.php
(2.23 KB)
Editing: __config.php
<?php global $project; $project = 'mysite'; global $databaseConfig; $databaseConfig = array( "type" => 'MySQLDatabase', "server" => '[[softdbhost]]', "username" => '[[softdbuser]]', "password" => '[[softdbpass]]', "database" => '[[softdb]]', "path" => '', ); MySQLDatabase::set_connection_charset('utf8'); // Set the current theme. More themes can be downloaded from // http://www.silverstripe.org/themes/ SSViewer::set_theme('blackcandy'); // Set the site locale i18n::set_locale('en_US'); // Enable nested URLs for this site (e.g. page/sub-page/) if (class_exists('SiteTree')) SiteTree::enable_nested_urls();
Upload File
Create Folder