📄 config.asp
字号:
<%
Const MaxFileSize="2000" '上传文件大小限制
Const SaveUpFilesPath="UploadFile" '存放上传文件的目录
Const UpFileType="doc|ppt|xls|rar|zip|mdb|mp3|pdf|gsp|DWF|txt" '允许的上传文件类型
Const byteType="操|做|垃圾|狗屎|日|婊子|爱|妈的|贱" '留言本过滤词语
Const byteipType="" '网站恶意IP地址留言屏蔽
Const bytezfType="http|net|com|cn|www" '网站恶意广告留言字符屏蔽
Const newsipType="" '浏览文章IP限制设置(填写为允许、发文需要相应设置)
Const basemenu="<a href='WmCms_interaction.asp' target='_blank'><img src='Images/menu_interaction.gif' width='81' height='24' border='0'></a><a href='bbs/index.asp' target='_blank'><img src='Images/menu_bbs.gif' width='80' height='24' border='0'></a><a href='BigClass.asp?typeid=24&BigClassid=74' target='_blank'><img src='Images/menu_down.gif' width='80' height='24' border='0'></a><a href='BigClass.asp?typeid=27&BigClassid=82' target='_blank'><img src='Images/menu_tv.gif' width='80' height='24' border='0'></a><a href='BigClass.asp?TypeId=19&BigClassId=57' target='_blank'><img src='Images/menu_web.gif' width='80' height='24' border='0'></a><a href='SmallClass.asp?TypeId=19&BigClassID=95&smallclassid=79' target='_blank'><img src='Images/menu_urgent.gif' width='80' height='24' border='0'></a><a href='oa/index.asp' target='_blank'><img src='Images/menu_oa.gif' width='80' height='24' border='0'></a>" '自定义菜单
Const BOTTOMmenu="<font color=#000000>|<a href='./readme.asp' class=bottom target='_blank'> 关于我们 </a>|<a href='http://www.wmgov.cn' class=bottom target='_blank'> 版权声明 </a>|<a href='http://www.wmgov.cn' class=bottom target='_blank'> 广告服务 </a>|<a href='./map.asp' class=bottom> 网站地图 </a>|<a href='http://www.wmgov.cn' class=bottom target='_blank'> 联系我们 </a>|<a href='http://www.wmgov.cn' class=bottom target='_blank'> 帮助中心 </a>|<a href='./wmcms_systemdata.asp' class=bottom> 系统数据 </a>|<a href='http://www.wmgov.cn' class=bottom> 完美官方 </a>|</font>" '自定义底部菜单
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -