手机
当前位置:查字典教程网 >CMS教程 >帝国cms >帝国CMS数据库配置文件是哪个文件?
帝国CMS数据库配置文件是哪个文件?
摘要:帝国CMS数据库配置文件e/class/config.php,对于帝国7.0以后的版本,数据库路径就是e/config/config.php...

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

一、变量列表

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

classid:[]

id:[]

enews:AddPl

repid:0

username:用户名输入框

password:密码输入框

key:验证码输入框

显示验证码:<img src=”/e/ShowKey?ecms”>

nomember:匿名发表

saytext:评论内容

二、表单范例

<script>

function CheckPl(obj)

{

if(obj.saytext.value==”")

{

alert(“您没什么话要说吗?”);

obj.saytext.focus();

return false;

}

return true;

}

</script>

<table width=”98%” border=”0″ align=”center” cellpadding=”3″ cellspacing=”1″ id=saypl>

<form name=saypl method=POST action=”/e/enews/index.php” onsubmit=”return CheckPl(document.saypl)”>

<tr>

<td height=”25″ bgcolor=”#FFFFFF”> <div align=”center”>

<table width=”100%” border=”0″ cellspacing=”1″ cellpadding=”3″>

<tr>

<td width=”56%”>用户名:

<input name=”username” type=”text” id=”username” size=”12″></td>

<td width=”44%”>密码:

<input name=”password” type=”password” id=”password” size=”12″></td>

</tr>

<tr>

<td>验证码:

<input name=”key” type=”text” id=”key” size=”6″>

<img src=”/e/ShowKey?ecms”> </td>

<td><input name=”nomember” type=”checkbox” id=”nomember” value=”1″>

匿名发表</td>

</tr>

</table>

</div></td>

</tr>

<tr>

<td height=”25″ bgcolor=”#FFFFFF”> <div align=”center”>

<textarea name=”saytext” cols=”56″ rows=”6″ id=”saytext”></textarea>

</div></td>

</tr>

<tr>

<td height=”25″ bgcolor=”#FFFFFF”> <div align=”center”>

<input name=”imageField” type=”image” src=”/e/data/images/postpl.gif” border=”0″>

<input name=”id” type=”hidden” value=”[]“>

<input name=”classid” type=”hidden” value=”[]“>

<input name=”enews” type=”hidden” id=”enews” value=”AddPl”>

<input name=”repid

” type=”hidden” id=”repid” value=”0″>

</div></td>

</tr>

</form>

</table>

【帝国CMS数据库配置文件是哪个文件?】相关文章:

帝国CMS上传附件命名实现以原文件名命名的方法

帝国CMS 刷新数据表:news 比较卡的解决方法

帝国CMS整合Discuz的多种方法详细介绍

帝国CMS6.6 整合Ucenter接口的图文教程

帝国cms6.6注册欢迎邮件发送的方法

帝国CMS实现提交评论后自动重新生成内容页的方法

帝国CMS统计留言数量的方法

帝国CMS首页调用内容页下载地址的方法

帝国CMS实现高效随机调用的方法

帝国CMS如何制作手机网站详细图解

精品推荐
分类导航