首页生成html
作者:cmscn 日期:2007-01-05
在网址后面加上?createhtml=true可以生成html文件
如:
http://www.xxx.com/index.asp?createhtml=true
然后就可以直接访问静态网页
http://www.xxx.com/index.html
如:
http://www.xxx.com/index.asp?createhtml=true
然后就可以直接访问静态网页
http://www.xxx.com/index.html
Tags: 生成
帖子楼顶显示"本文地址"修改方法
作者:cmscn 日期:2007-01-05
自动隐藏无签名人士签名档!
作者:cmscn 日期:2007-01-05
一 打开 forum_view.asp
二 找到
以下为代码内容:
vbcrlf&" <tr><td colspan=2 height=20 align=right><img border=0 src='"&joekoe_cms.web_dir_skin&"forum/signature.gif' align=absmiddle> </td></tr>" & _
vbcrlf&" <tr><td colspan=2 height=30 align=center valign=top><table border=0 width='96%' class=tf><tr><td class=bw><font class=htd>"&u_remark&"</font></td></tr></table></td></tr>" & _
三 修改为
--------------------------------------------------------------------------------
以下内容为需要回复才能浏览
以下为代码内容:
if u_remark<>"" then temp1=temp1&"<tr><td colspan=2 height=20 align=right><img border=0 src='"&joekoe_cms.web_dir_skin&"forum/signature.gif' align=absmiddle> </td></tr>"
temp1=temp1&vbcrlf&" <tr><td colspan=2 height=30 align=center valign=top><table border=0 width='96%' class=tf><tr><td class=bw><font class=htd>"&u_remark&"</font></td></tr></table></td></tr>" & _
二 找到
以下为代码内容:
vbcrlf&" <tr><td colspan=2 height=20 align=right><img border=0 src='"&joekoe_cms.web_dir_skin&"forum/signature.gif' align=absmiddle> </td></tr>" & _
vbcrlf&" <tr><td colspan=2 height=30 align=center valign=top><table border=0 width='96%' class=tf><tr><td class=bw><font class=htd>"&u_remark&"</font></td></tr></table></td></tr>" & _
三 修改为
--------------------------------------------------------------------------------
以下内容为需要回复才能浏览
以下为代码内容:
if u_remark<>"" then temp1=temp1&"<tr><td colspan=2 height=20 align=right><img border=0 src='"&joekoe_cms.web_dir_skin&"forum/signature.gif' align=absmiddle> </td></tr>"
temp1=temp1&vbcrlf&" <tr><td colspan=2 height=30 align=center valign=top><table border=0 width='96%' class=tf><tr><td class=bw><font class=htd>"&u_remark&"</font></td></tr></table></td></tr>" & _
论坛一楼广告位
作者:cmscn 日期:2007-01-05
vbcrlf&" <table border=0 cellspacing=0 cellpadding=0 width='100%'>"
if v_i=1 then
temp1=temp1&" <tr><td align=center height=70><iframe src='广告文件' name=ads_banner_frame frameborder=0 width=468 height=60 marginwidth=0 marginheight=0 vspace=0 hspace=0 allowtransparency=true scrolling=no></iframe></td></tr>"
end if
temp1=temp1&vbcrlf&" </table>" & _
if v_i=1 then
temp1=temp1&" <tr><td align=center height=70><iframe src='广告文件' name=ads_banner_frame frameborder=0 width=468 height=60 marginwidth=0 marginheight=0 vspace=0 hspace=0 allowtransparency=true scrolling=no></iframe></td></tr>"
end if
temp1=temp1&vbcrlf&" </table>" & _
软件下载的详细列表
作者:cmscn 日期:2007-01-05
调用 call down_main_list(29,"本站收藏")
sub down_main_list(n_id,name)
dim id,topic,tim,counter
%>
<table border=0 cellpadding=0 cellspacing=0 width='100%'>
<tr>
<td align=left height=27 background='/skin/skin_1/main/down_bar1.gif'>
<img border=0 src='/skin/skin_1/small/m_down.gif' align=absmiddle> <font class=btd><a href="down_list.asp?c_id=<%=n_id%>"><%=name%></a></font></td><td align=right height=27 background='/skin/skin_1/main/down_bar1.gif'><a href="down_list.asp?c_id=<%=n_id%>"><img border=0 src='skin/skin_1/small/more_article.gif'></a></td>
</tr>
</table>
<table border=0 width='100%'>
<%
sql="select top 5 jk_class.c_name,jk_sort.s_name,down.* from jk_class,jk_sort,down where jk_class.c_id=down.c_id and jk_sort.s_id=down.s_id and down.hidden=1 and down.c_id="&n_id&" order by id desc"
set rs=joekoe_cms.exec(sql,1)
do while not rs.eof
id=rs("id")
topic=rs("name")
tim=rs("tim")
counter=rs("counter")
response.write vbcrlf&" <tr><td height='"&dim_num(6)&"'> <img src='skin/"&joekoe_cms.web_skin&"/small/h_down.gif' border=0 align=absMiddle> <a href=down_list.asp?c_id="&rs("c_id")&"&s_id="&rs("s_id")&" title="&left(rs("s_name"),25)&" target=_blank>["&left(rs("s_name"),6)&"]</a><a href='down_view.asp?id="&id&"' target=_blank alt='"&joekoe_cms.code_html(topic,1,0)&"'>"&joekoe_cms.code_html(topic,1,40)&"</a></td><td class=tims align=right><font class=blue>"&counter&"</font> "&joekoe_cms.time_type(tim,4)&"</td></tr>"
rs.movenext
loop
rs.close
%>
</table>
<%
end sub
sub down_main_list(n_id,name)
dim id,topic,tim,counter
%>
<table border=0 cellpadding=0 cellspacing=0 width='100%'>
<tr>
<td align=left height=27 background='/skin/skin_1/main/down_bar1.gif'>
<img border=0 src='/skin/skin_1/small/m_down.gif' align=absmiddle> <font class=btd><a href="down_list.asp?c_id=<%=n_id%>"><%=name%></a></font></td><td align=right height=27 background='/skin/skin_1/main/down_bar1.gif'><a href="down_list.asp?c_id=<%=n_id%>"><img border=0 src='skin/skin_1/small/more_article.gif'></a></td>
</tr>
</table>
<table border=0 width='100%'>
<%
sql="select top 5 jk_class.c_name,jk_sort.s_name,down.* from jk_class,jk_sort,down where jk_class.c_id=down.c_id and jk_sort.s_id=down.s_id and down.hidden=1 and down.c_id="&n_id&" order by id desc"
set rs=joekoe_cms.exec(sql,1)
do while not rs.eof
id=rs("id")
topic=rs("name")
tim=rs("tim")
counter=rs("counter")
response.write vbcrlf&" <tr><td height='"&dim_num(6)&"'> <img src='skin/"&joekoe_cms.web_skin&"/small/h_down.gif' border=0 align=absMiddle> <a href=down_list.asp?c_id="&rs("c_id")&"&s_id="&rs("s_id")&" title="&left(rs("s_name"),25)&" target=_blank>["&left(rs("s_name"),6)&"]</a><a href='down_view.asp?id="&id&"' target=_blank alt='"&joekoe_cms.code_html(topic,1,0)&"'>"&joekoe_cms.code_html(topic,1,40)&"</a></td><td class=tims align=right><font class=blue>"&counter&"</font> "&joekoe_cms.time_type(tim,4)&"</td></tr>"
rs.movenext
loop
rs.close
%>
</table>
<%
end sub
本站原创-joekoecms1.2修改方法
作者:cmscn 日期:2007-01-02
软件下载的详细列表joekoecms1.2
http://www.joekoe.cn/forum/view_81961.html
1.2后台增加smtp邮件配置功能
http://www.bullcn.cn/article.asp?id=682
http://www.joekoe.cn/forum/view_81961.html
1.2后台增加smtp邮件配置功能
http://www.bullcn.cn/article.asp?id=682
Tags: 原创
Google搜索指令大全
作者:cmscn 日期:2006-12-30
1)逻辑与/或:AND、OR
* 注意AND、OR必须大写,否则会被认为是普通的单词,而不是搜索指令。
* 与普通编程语言不一样的是,OR指令优先于AND指令。
* 简写:AND指令一般以空格代替,不明确写出。另外AND指令还可以用+代替。OR指令可用|代替。
* 样例:Inverted or Signature files or file or index,它等同于 (Inverted or Signature) (files or file or index)
2)逻辑非:-
* 样例:搜索引擎 历史 -文化 -中国历史 -世界历史
3)完整匹配:"…"
* 样例:"world war I" 表示搜索一次世界大战。
4)通配符:*?
* 与我们通常的习惯一致,“*”代表一连串字符,“?”代表单个字符。
* 样例:progr?m
* 提示:不要指望Google可用通过progr?m搜索到program,因为progr和m分别被当作一个独立的单词,并且这两个单词之间允许出现一个字符,如此而已。
5)site: 在某个网站或域名下搜索
* 样例:搜索引擎 技巧 site:edu.cn
* 这表示要在中文教育科研网站(edu.cn)上关于搜索引擎技巧的页面。
6)filetype: 搜索某种类型的文件
* 样例:filetype:pdf
* 这表示只搜索pdf文件。
7)in指令: 位置关键词查找。
* intitle: 在网页标题中查找。这通常对讨论比较多的热门话题很有效。例如:intitle:"GeForce 7800"+测试
* allintitle: 该指令属于排他指令,不能与其他指令混用。
o 例如:allintitile:"GeForce 7800" 测试 与 intitle:"GeForce 7800"+测试 的含义一致。但是,allintitile是排他的,不能加上其他非intitle方面的限制条件。
o 注意:在这里,你会发现用+代替AND指令是很有意思的。如果没有+指令,我们就需要写:intitle:"GeForce 7800" intitle:测试,因为Google不支持这样的写法:intitle:("GeForce 7800" 测试)
* inurl: 在网页的url地址中查找。例如:inurl:dowload 表示查找url中包含download的网页。
* allinurl: inurl的排他指令。
* inanchor: 在网页的链接锚中查找。
o 需要注意区别于inurl:inurl是网页本身的url地址,而inanchor是在外部用于指向该url地址的文本(<a>…</a>之间文本)中找。
o 例如:inanchor:download,你可能会发现有FlashGet最佳的下载管理程式,而该页面中根本就没有download字样。
* allinanchor: inanchor的排他指令。
* intext: 在正文中检索。
* allintext: intext的排他指令。
8)link: 搜索所有链接到某个URL地址的网页
* 最重要的用途:迅速判断一个网页的“热度”。
* 例如:link:www.newhua.com 表示所有指向“华军软件园”外部链接。
* 注意:和其他指令类似,link:和url之间不能有空格。之所以特别指出这一点,是因为网上有教程说link和allinurl等一样,是排他指令,中间可以有空格。我不太了解Google搜索指令的发展历史,只能猜测曾经如此。
9)related: 寻找某网页的“类似网页”。
* 例如:related:www.newhua.com 表示找和“华军软件园”类似的网页。
* 这条指令其实Google自己用得很广泛,只是可能没有引起你的注意罢了。在Google的每条搜索结果中,均有一个“类似网页”的链接。就是它了。
10)cache: 网页快照(略)。
11)daterange: 据说可以限定网页的更新时间。但是我没有试出来。
12)数值范围:..
* 例如:数码相机 600..900 万像素 3000..4000 元
* 注意:“900”与“万”之间必须有空格。
* 注意AND、OR必须大写,否则会被认为是普通的单词,而不是搜索指令。
* 与普通编程语言不一样的是,OR指令优先于AND指令。
* 简写:AND指令一般以空格代替,不明确写出。另外AND指令还可以用+代替。OR指令可用|代替。
* 样例:Inverted or Signature files or file or index,它等同于 (Inverted or Signature) (files or file or index)
2)逻辑非:-
* 样例:搜索引擎 历史 -文化 -中国历史 -世界历史
3)完整匹配:"…"
* 样例:"world war I" 表示搜索一次世界大战。
4)通配符:*?
* 与我们通常的习惯一致,“*”代表一连串字符,“?”代表单个字符。
* 样例:progr?m
* 提示:不要指望Google可用通过progr?m搜索到program,因为progr和m分别被当作一个独立的单词,并且这两个单词之间允许出现一个字符,如此而已。
5)site: 在某个网站或域名下搜索
* 样例:搜索引擎 技巧 site:edu.cn
* 这表示要在中文教育科研网站(edu.cn)上关于搜索引擎技巧的页面。
6)filetype: 搜索某种类型的文件
* 样例:filetype:pdf
* 这表示只搜索pdf文件。
7)in指令: 位置关键词查找。
* intitle: 在网页标题中查找。这通常对讨论比较多的热门话题很有效。例如:intitle:"GeForce 7800"+测试
* allintitle: 该指令属于排他指令,不能与其他指令混用。
o 例如:allintitile:"GeForce 7800" 测试 与 intitle:"GeForce 7800"+测试 的含义一致。但是,allintitile是排他的,不能加上其他非intitle方面的限制条件。
o 注意:在这里,你会发现用+代替AND指令是很有意思的。如果没有+指令,我们就需要写:intitle:"GeForce 7800" intitle:测试,因为Google不支持这样的写法:intitle:("GeForce 7800" 测试)
* inurl: 在网页的url地址中查找。例如:inurl:dowload 表示查找url中包含download的网页。
* allinurl: inurl的排他指令。
* inanchor: 在网页的链接锚中查找。
o 需要注意区别于inurl:inurl是网页本身的url地址,而inanchor是在外部用于指向该url地址的文本(<a>…</a>之间文本)中找。
o 例如:inanchor:download,你可能会发现有FlashGet最佳的下载管理程式,而该页面中根本就没有download字样。
* allinanchor: inanchor的排他指令。
* intext: 在正文中检索。
* allintext: intext的排他指令。
8)link: 搜索所有链接到某个URL地址的网页
* 最重要的用途:迅速判断一个网页的“热度”。
* 例如:link:www.newhua.com 表示所有指向“华军软件园”外部链接。
* 注意:和其他指令类似,link:和url之间不能有空格。之所以特别指出这一点,是因为网上有教程说link和allinurl等一样,是排他指令,中间可以有空格。我不太了解Google搜索指令的发展历史,只能猜测曾经如此。
9)related: 寻找某网页的“类似网页”。
* 例如:related:www.newhua.com 表示找和“华军软件园”类似的网页。
* 这条指令其实Google自己用得很广泛,只是可能没有引起你的注意罢了。在Google的每条搜索结果中,均有一个“类似网页”的链接。就是它了。
10)cache: 网页快照(略)。
11)daterange: 据说可以限定网页的更新时间。但是我没有试出来。
12)数值范围:..
* 例如:数码相机 600..900 万像素 3000..4000 元
* 注意:“900”与“万”之间必须有空格。
电影插件 播放窗口的问题
作者:cmscn 日期:2006-12-29
首先进入后台管理,影院管理--影院模版管理中,正常有两个模板,点开,将HtmlNums(12)框内的代码替换成:
<script language=javascript>
<!--
function video_view(id,fid)
{
if (note_emoney('在线收看此影片','{$v_emoney}','{$v_power}'))
{
open_win('video_player.asp?id='+id+'&fid='+fid,'video_player',600,430,'no');
}
}
-->
</script>
<tr>
<td width='25%'><img src='{$picurl}small_plays.gif' border=0></td>
<td width='75%'>{$nodown}{$friend}</td>
</tr>
<tr><td height=2></td><td></td></tr>
<tr><td colspan=2 align=center width='100%' class=bw>
<table border=0 width='98%' class=tf>
<tr><td>
{$body}
</td></tr>
</table>
</td></tr>
注:全部替换
下载下面的压缩文件,解压后替换原文件,共三个文件,一个新增,两个替换。
<script language=javascript>
<!--
function video_view(id,fid)
{
if (note_emoney('在线收看此影片','{$v_emoney}','{$v_power}'))
{
open_win('video_player.asp?id='+id+'&fid='+fid,'video_player',600,430,'no');
}
}
-->
</script>
<tr>
<td width='25%'><img src='{$picurl}small_plays.gif' border=0></td>
<td width='75%'>{$nodown}{$friend}</td>
</tr>
<tr><td height=2></td><td></td></tr>
<tr><td colspan=2 align=center width='100%' class=bw>
<table border=0 width='98%' class=tf>
<tr><td>
{$body}
</td></tr>
</table>
</td></tr>
注:全部替换
下载下面的压缩文件,解压后替换原文件,共三个文件,一个新增,两个替换。