This commit is contained in:
root
2025-04-24 10:12:10 +08:00
commit 57cae04c3a
889 changed files with 663318 additions and 0 deletions

12
ht/cdk/config.php Executable file
View File

@@ -0,0 +1,12 @@
<?php
error_reporting(0);
$PZ = array(
'DB_HOST'=>'127.0.0.1',// 服务器地址
'DB_NAME'=>'cdk',// 游戏数据库
'DB_USER'=>'root',// 用户名
'DB_PWD'=>'mysql_tr2Few',// 密码
'DB_PORT'=>'23306',// 端口
'DB_CHARSET'=>'utf8',// 数据库字符集
);
$d_gmrz = "51boshao.com";//gm认证码
?>