溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

帝國CMS數(shù)據(jù)庫配置文件是什么

發(fā)布時間:2020-10-16 16:37:03 來源:億速云 閱讀:265 作者:小新 欄目:建站服務(wù)器

這篇文章將為大家詳細(xì)講解有關(guān)帝國CMS數(shù)據(jù)庫配置文件是什么,小編覺得挺實用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。

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

帝國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>

關(guān)于帝國CMS數(shù)據(jù)庫配置文件是什么就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,可以學(xué)到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI