⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.inc.php

📁 This a free web game, animportantnote of this, "xia domain" for free software, follow the "general p
💻 PHP
字号:
<?
/*
===============================================================
=                 侠域(Ver 0.9.0) 使用规则版本(Ver 0.2)     =
 此程序所有版权归原作者所有. 此版权信息不得删除.
= Copyright (C) 2001-2002  WFoxd                              =
=                                                             =
=版权所有(C)2002,作者 田野(风狐) 未经许可 不得使用 传播    =
=E-MAIL:wfoxd@cnnetgame.com                                   =
=http://www.cnnetgame.com                                     =
===============================================================
*/

//数据库设定 db.inc.php


$main_title   =   "侠域";   //江湖名称

$maxmember = "500";   //限制人数

$yh_db = "yhhd";   //网站通数据库

$yh_rg = "http://localhost/register/tiao_kuan.php"; //幽狐网站通注册

$pic_url  = "http://localhost/xyjh/images/img1";   //图片目录路径

$pic2_url  = "http://localhost/xyjh/images/img2";   //图片目录路径

$pic3_url  = "http://localhost/xyjh/images/img3";   //图片目录路径

$npcpic_url  = "http://localhost/xyjh/images/img2";   //图片目录路径

$jzpic_url  = "http://localhost/xyjh/images/img4";   //图片目录路径

$inc_url  = "i:/apache/apache/htdocs/xyjh/inc";   //目录路径

$include_url  = "i:/apache/apache/htdocs/xyjh/include";   //目录路径

$log_url  = "i:/apache/apache/htdocs/xyjh/log";   //目录路径

$chat_url  = "i:/apache/apache/htdocs/xyjh/chat";   //目录路径

$xy_url  = "http://localhost/xyjh";   //目录路径

$max_pic  = "31";  //最大图片数量

$userid = "风狐"; //管理员帐户

$useremail = "wfoxd@cnnetgame.com"; //管理员邮件

$password = "123123"; //管理员密码

$rumor_busytime = 20; //谣言间隔时间

$data_day = 99; //数据保存天数(不要大于99)
?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -