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

📄 admin_use.asp

📁 生活者姿态整站程序 生活者姿态整站程序 生活者姿态整站程序
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<td width="40%"><font color="<%=TableContentColor%>"><B>防刷新机制</B><BR>如选择打开请填写下面的限制刷新时间<BR>对版主和管理员无效</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="ReflashFlag" value=0 <%if cint(ReflashFlag)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="ReflashFlag" value=1 <%if cint(ReflashFlag)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>浏览刷新时间间隔</B><BR>填写该项目请确认您打开了防刷新机制<BR>仅对帖子列表和显示帖子页面起作用</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type="text" name="ReflashTime" size="3" value="<%=ReflashTime%>">&nbsp;秒
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>防灌水机制</B><BR>如选择打开请填写下面的限制发贴间隔时间<BR>对版主和管理员无效</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="relaypost" value=0 <%if cint(relaypost)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="relaypost" value=1 <%if cint(relaypost)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>防灌水时间间隔</B><BR>填写该项目请确认您打开了防灌水机制</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type="text" name="relaypostTime" size="3" value="<%=relaypostTime%>">&nbsp;秒
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>同一IP注册间隔时间</B><BR>如不想限制可填写0</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type="text" name="RegTime" size="3" value="<%=RegTime%>">&nbsp;秒
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>Email通知密码</B><BR>确认您的站点支持发送mail,所包含密码为系统随机生成</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="EmailReg" value=0 <%if cint(EmailReg)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="EmailReg" value=1 <%if cint(EmailReg)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>一个Email只能注册一个帐号</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="EmailRegOne" value=0 <%if cint(EmailRegOne)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="EmailRegOne" value=1 <%if cint(EmailRegOne)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>注册需要管理员认证</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="RegFlag" value=0 <%if cint(RegFlag)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="RegFlag" value=1 <%if cint(RegFlag)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>发送注册信息邮件</B><BR>请确认您打开了邮件功能</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="SendRegEmail" value=0 <%if cint(SendRegEmail)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="SendRegEmail" value=1 <%if cint(SendRegEmail)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>开启短信欢迎新注册用户</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="smsflag" value=0 <%if cint(smsflag)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="smsflag" value=1 <%if cint(smsflag)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>客人是否允许查看会员资料</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="ViewUser_g" value=0 <%if cint(ViewUser_g)=0 then%>checked<%end if%>>否&nbsp;
<input type=radio name="ViewUser_g" value=1 <%if cint(ViewUser_g)=1 then%>checked<%end if%>>是&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>用户是否允许查看会员资料</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="ViewUser_u" value=0 <%if cint(ViewUser_u)=0 then%>checked<%end if%>>否&nbsp;
<input type=radio name="ViewUser_u" value=1 <%if cint(ViewUser_u)=1 then%>checked<%end if%>>是&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>是否显示过生日会员</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="BirthFlag" value=0 <%if cint(BirthFlag)=0 then%>checked<%end if%>>否&nbsp;
<input type=radio name="BirthFlag" value=1 <%if cint(BirthFlag)=1 then%>checked<%end if%>>是&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>是否显示页面执行时间</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="runtime" value=0 <%if cint(runtime)=0 then%>checked<%end if%>>否&nbsp;
<input type=radio name="runtime" value=1 <%if cint(runtime)=1 then%>checked<%end if%>>是&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>快速登陆位置</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<select name="FastLogin">
<option value="1" <%if cint(FastLogin)=1 then%>selected<%end if%>>顶部
<option value="2" <%if cint(FastLogin)=2 then%>selected<%end if%>>底部
<option value="0" <%if cint(FastLogin)="0" then%>selected<%end if%>>不显示
</select>
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>是否开启论坛门派</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="GroupFlag" value=0 <%if cint(GroupFlag)=0 then%>checked<%end if%>>否&nbsp;
<input type=radio name="GroupFlag" value=1 <%if cint(GroupFlag)=1 then%>checked<%end if%>>是&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>上传文件类型</B><BR>使用逗号隔开</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type="text" name="Forum_upload" size="35" value="<%=Forum_upload%>">
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>上传文件大小</B><BR>请填写数字</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type="text" name="uploadsize" size="6" value="<%=uploadsize%>">
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>是否开启UBB代码</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="strAllowForumCode" value=0 <%if cint(strAllowForumCode)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="strAllowForumCode" value=1 <%if cint(strAllowForumCode)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>是否开启HTML代码</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="strAllowHTML" value=0 <%if cint(strAllowHTML)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="strAllowHTML" value=1 <%if cint(strAllowHTML)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>是否开启贴图标签</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="strIMGInPosts" value=0 <%if cint(strIMGInPosts)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="strIMGInPosts" value=1 <%if cint(strIMGInPosts)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>是否开启表情标签</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="strIcons" value=0 <%if cint(strIcons)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="strIcons" value=1 <%if cint(strIcons)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>是否开启Flash标签</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="strflash" value=0 <%if cint(strflash)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="strflash" value=1 <%if cint(strflash)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>主版主可增删副版主</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="bmflag_1" value=0 <%if cint(bmflag_1)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="bmflag_1" value=1 <%if cint(bmflag_1)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>主版主可修改颜色配置</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="bmflag_2" value=0 <%if cint(bmflag_2)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="bmflag_2" value=1 <%if cint(bmflag_2)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>主版主可更改论坛使用设置</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="bmflag_3" value=0 <%if cint(bmflag_3)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="bmflag_3" value=1 <%if cint(bmflag_3)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>所有版主均可修改颜色配置</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="bmflag_4" value=0 <%if cint(bmflag_4)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="bmflag_4" value=1 <%if cint(bmflag_4)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>所有版主均可更改论坛设置</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="bmflag_5" value=0 <%if cint(bmflag_5)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="bmflag_5" value=1 <%if cint(bmflag_5)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>版面配色公开</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="viewcolor" value=0 <%if cint(viewcolor)=0 then%>checked<%end if%>>关闭&nbsp;
<input type=radio name="viewcolor" value=1 <%if cint(viewcolor)=1 then%>checked<%end if%>>打开&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>是否允许未登陆用户搜索</B></td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type=radio name="Search_G" value=0 <%if cint(Search_G)=0 then%>checked<%end if%>>允许&nbsp;
<input type=radio name="Search_G" value=1 <%if cint(Search_G)=1 then%>checked<%end if%>>不允许&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>发贴表情图片个数</B><BR>默认为18,如要增加新的表情,可适当增加其数字<BR>表情保存目录为<%=faceurl%>,增加的表情必须采用face+数字的命名方式<BR>如face20.gif,如替换原表情图片也采用这样的命名方式</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type="text" name="facenum" size="3" value="<%=facenum%>">&nbsp;个
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>表情图片名称规则</B><BR>默认为face,如要更换表情(每个论坛可单独设置),可更改此名称,然后按照系统的表情图片名称规则上传新的图片<BR>如您重新定义了命名规则为iface,而且上面设置了相关的图片数目为18,那么表情图片的名称应该是iface1--18.gif,图片应上传到<%=faceurl%>目录下</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type="text" name="facename" size="10" value="<%=facename%>">&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>发贴心情图片个数</B><BR>默认为18,如要增加新的心情图片,可适当增加其数字<BR>表情保存目录为<%=picurl%>,增加的表情必须采用em+数字的命名方式<BR>如em30.gif,如替换原心情图片也采用这样的命名方式</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type="text" name="imgnum" size="3" value="<%=imgnum%>">&nbsp;个
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>发贴心情图片名称规则</B><BR>默认为em,如要更换心情图片(每个论坛可单独设置),可更改此名称,然后按照系统的心情图片名称规则上传新的图片<BR>如您重新定义了命名规则为iem,而且上面设置了相关的图片数目为28,那么心情图片的名称应该是iem01--18.gif,图片应上传到<%=picurl%>目录下</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type="text" name="imgname" size="10" value="<%=imgname%>">&nbsp;
</td>
</tr>
<tr> 
<td width="40%"><font color="<%=TableContentColor%>"><B>注册头像个数</B><BR>默认为60,如要增加新的头像图片,可适当增加其数字<BR>保存目录为<%=picurl%>,增加的头像必须采用image+数字的命名方式<BR>如image61.gif,如替换原头像图片也采用这样的命名方式</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<input type="text" name="regfacenum" size="3" value="<%=regfacenum%>">&nbsp;个
</td>
</tr>
<tr bgcolor=<%=aTabletitlecolor%>> 
<td width="40%"><font color="<%=TableContentColor%>">&nbsp;</td>
<td width="60%"><font color="<%=TableContentColor%>"> 
<div align="center"> 
<input type="submit" name="Submit" value="提 交">
</div>
</td>
</tr>
</table>
</form>
<%
end sub

sub saveconst()
if trim(request("skinid"))="" and trim(request("boardid"))="" then
Founderr=true
Errmsg=Errmsg+"<br>"+"<li>请选择保存的模板名称"
else
Forum_Setting=request("TimeAdjust") & "," & request("ScriptTimeOut") & "," & request("EmailFlag") & "," & request("Uploadpic") & "," & request("IpFlag") & "," & request("FromFlag") & "," & request("TitleFlag") & "," & request("uploadFlag") & "," & request("kicktime") & "," & request("guestlogin") & "," & request("openmsg") & "," & request("MaxAnnouncePerPage") & "," & request("Maxtitlelist") & "," & request("AnnounceMaxBytes") & "," & request("online_u") & "," & request("online_g") & "," & request("LinkFlag") & "," & request("TopicFlag") & "," & request("VoteFlag") & "," & request("ReflashFlag") & "," & request("ReflashTime") & "," & request("ForumStop") & "," & request("RegTime") & "," & request("EmailReg") & "," & request("EmailRegOne") & "," & request("RegFlag") & "," & request("online_n") & "," & request("ViewUser_g") & "," & request("ViewUser_u") & "," & request("BirthFlag") & "," & request("runtime") & "," & request("FastLogin") & "," & request("GroupFlag") & "," & request("uploadsize") & "," & request("strAllowForumCode") & "," & request("strAllowHTML") & "," & request("strIMGInPosts") & "," & request("strIcons") & "," & request("strflash") & "," & request("vote_num") & "," & request("facenum") & "," & request("imgnum") & "," & request("relaypost") & "," & request("relayposttime") & "," & request("facename") & "," & request("imgname") & "," & request("smsflag") & "," & request("SendRegEmail") & "," & request("Search_G") & "," & request("bmflag_1") & "," & request("bmflag_2") & "," & request("bmflag_3") & "," & request("bmflag_4") & "," & request("bmflag_5") & "," & request("RegFaceNum") & "," & request("viewcolor")
'response.write Forum_setting
'response.end
if request("skinid")<>"" then
sql="update config set Forum_Setting='"&Forum_Setting&"',StopReadme='"&request("StopReadme")&"',Forum_upload='"&request("Forum_upload")&"' where id in ( "&request("skinid")&" )"
conn.execute(sql)
end if
if request("boardid")<>"" then
sql="update board set Forum_Setting='"&Forum_Setting&"',StopReadme='"&request("StopReadme")&"',Forum_upload='"&request("Forum_upload")&"' where boardid in ( "&request("boardid")&" )"
conn.execute(sql)
end if
response.write "设置成功。"
end if
end sub
%>

⌨️ 快捷键说明

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