<?php /** * @Software : ClipBucket * @License : CBLA * @version :ClipBucket v2.1 */ $BDTYPE = 'mysql'; //Database Host $DBHOST = '[[softdbhost]]'; //Database Name $DBNAME = '[[softdb]]'; //Database Username $DBUSER = '[[softdbuser]]'; //Database Password $DBPASS = '[[softdbpass]]'; //Setting Table Prefix define('TABLE_PREFIX','[[dbprefix]]'); $db = new Clipbucket_db(); $db->connect($DBHOST,$DBNAME,$DBUSER,$DBPASS); /* require 'adodb/adodb.inc.php'; $db = ADONewConnection($BDTYPE); $db->debug = false; $db->charpage = 'cp_utf8'; $db->charset = 'utf8'; if(!$db->Connect($DBHOST, $DBUSER, $DBPASS, $DBNAME)) { exit($db->ErrorMsg()); } $db->Connect($DBHOST, $DBUSER, $DBPASS, $DBNAME); $db->SetFetchMode(ADODB_FETCH_ASSOC); $db->Execute('SET NAMES utf8'); $db->Execute('SET CHARACTER SET utf8'); $db->Execute('SET COLLATION_CONNECTION="utf8_general_ci"'); */ ?>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
images | Folder | 0755 |
|
|
php53 | Folder | 0755 |
|
|
php56 | Folder | 0755 |
|
|
php71 | Folder | 0755 |
|
|
php81 | Folder | 0755 |
|
|
php82 | Folder | 0755 |
|
|
clipbucket.php | File | 490 B | 0644 |
|
clone.php | File | 3.4 KB | 0644 |
|
dbconnect.php | File | 953 B | 0644 |
|
edit.php | File | 4.36 KB | 0644 |
|
edit.xml | File | 433 B | 0644 |
|
fileindex.php | File | 964 B | 0644 |
|
import.php | File | 3.14 KB | 0644 |
|
info.xml | File | 2.31 KB | 0644 |
|
install.js | File | 921 B | 0644 |
|
install.php | File | 8.38 KB | 0644 |
|
install.xml | File | 1.69 KB | 0644 |
|
md5 | File | 1.09 KB | 0644 |
|
notes.txt | File | 393 B | 0644 |
|
remove.php | File | 2.18 KB | 0644 |
|
upgrade.php | File | 4.93 KB | 0644 |
|
upgrade.xml | File | 243 B | 0644 |
|