欧美大屁股bbbbxxxx,狼人大香伊蕉国产www亚洲,男ji大巴进入女人的视频小说,男人把ji大巴放进女人免费视频,免费情侣作爱视频

歡迎來到入門教程網(wǎng)!

帝國cms

當前位置:主頁 > CMS教程 > 帝國cms >

帝國CMS數(shù)據(jù)庫配置文件是哪個文件?

來源:本站原創(chuàng)|時間:2020-01-11|欄目:帝國cms|點擊: 次

帝國CMS數(shù)據(jù)庫配置文件e/class/config.php,對于帝國7.0以后的版本,數(shù)據(jù)庫路徑就是 e/config/config.php
一、變量列表
表單提交地址:/e/enews/index.php
classid:[!--classid--]
id:[!--id--]
enews:AddPl
repid:0
username:用戶名輸入框
password:密碼輸入框
key:驗證碼輸入框
顯示驗證碼:<img src=”/e/ShowKey?ecms”>
nomember:匿名發(fā)表
saytext:評論內(nèi)容
二、表單范例

復制代碼
代碼如下:

<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″>
匿名發(fā)表</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=”[!--id--]“>
<input name=”classid” type=”hidden” value=”[!--classid--]“>
<input name=”enews” type=”hidden” id=”enews” value=”AddPl”>
<input name=”repid
” type=”hidden” id=”repid” value=”0″>
</div></td>
</tr>
</form>
</table>

上一篇:帝國CMS整合Discuz的多種方法詳細介紹

欄    目:帝國cms

下一篇:帝國cms 批量替換字段值使用說明

本文標題:帝國CMS數(shù)據(jù)庫配置文件是哪個文件?

本文地址:http://mengdiqiu.com.cn/a1/diguocms/12561.html

網(wǎng)頁制作CMS教程網(wǎng)絡編程軟件編程腳本語言數(shù)據(jù)庫服務器

如果侵犯了您的權利,請與我們聯(lián)系,我們將在24小時內(nèi)進行處理、任何非本站因素導致的法律后果,本站均不負任何責任。

聯(lián)系QQ:835971066 | 郵箱:835971066#qq.com(#換成@)

Copyright © 2002-2020 腳本教程網(wǎng) 版權所有