帝国cms数据库配置文件是哪个?

  

帝国CMS数据库配置文件e/class/config.php,对于帝国7.0以后的版本,数据库路径就是 e/config/config.php

一、变量列表

表单提交地址:/e/enews/index.php

classid:[!--classid--]

id:[!--id--]

enews:AddPl

repid:0

username:用户名输入框

password:密码输入框

key:验证码输入框

显示验证码:

nomember:匿名发表

saytext:评论内容

二、表单范例

代码如下:

[removed]
function CheckPl(obj)
{
if(obj.saytext.value==”")
{
alert(“您没什么话要说吗?”);
obj.saytext.focus();
return false;
}
return true;
}
[removed]
登录后复制
 
用户名: 密码:
验证码: @@##@@  匿名发表
 
 
<>以上就是帝国>

点赞(0)

评论列表 共有 0 条评论

暂无评论
立即
投稿
发表
评论
返回
顶部