First commit

This commit is contained in:
2025-06-18 10:24:27 +08:00
commit ebc39cd5dd
3873 changed files with 412712 additions and 0 deletions

23
uc_server/data/cache/apps.php vendored Normal file
View File

@@ -0,0 +1,23 @@
<?php
$_CACHE['apps'] = array (
1 =>
array (
'appid' => '1',
'type' => 'DISCUZX',
'name' => 'Discuz! Board',
'url' => 'http://localhost:8080/discuz',
'authkey' => 'ec685982r273EdT4RaReHar6q3C1877dE5tdKeObudH913iaC0V4V630m6X57bmb',
'ip' => '',
'viewprourl' => '',
'apifilename' => 'uc.php',
'charset' => 'utf-8',
'dbcharset' => 'utf8mb4',
'synlogin' => '1',
'recvnote' => '1',
'extra' => '',
'tagtemplates' => '',
'allowips' => '',
),
);
?>

0
uc_server/data/cache/index.htm vendored Normal file
View File

35
uc_server/data/cache/settings.php vendored Normal file
View File

@@ -0,0 +1,35 @@
<?php
$_CACHE['settings'] = array (
'accessemail' => '',
'addappbyurl' => '0',
'censoremail' => '',
'censorusername' => '',
'chatpmmemberlimit' => '35',
'chatpmthreadlimit' => '30',
'dateformat' => 'y-n-j',
'doublee' => '0',
'insecureoperation' => '0',
'login_failedtime' => '5',
'mailauth' => '1',
'mailauth_password' => 'password',
'mailauth_username' => 'username@21cn.com',
'maildefault' => 'username@21cn.com',
'maildelimiter' => '0',
'mailfrom' => 'UCenter <username@21cn.com>',
'mailport' => '25',
'mailsend' => '1',
'mailserver' => 'smtp.21cn.com',
'mailsilent' => '1',
'mailtimeout' => '30',
'mailusername' => '1',
'nextnotetime' => '0',
'pmcenter' => '1',
'pmfloodctrl' => '15',
'pmsendregdays' => '0',
'privatepmthreadlimit' => '25',
'sendpmseccode' => '1',
'timeoffset' => '28800',
'version' => '1.7.0',
);
?>