6.1.0版简单修改完美解决“游客可以查看但不能下载附件”难题

DISCUZ!   160 views

查找:

复制内容到剪贴板

代码:

        if($post['attachment']) {
                if($allowgetattach && !$threadpay) {
                        $attachpids .= ",$post[pid]";
                        $post[’attachment’] = 0;
                        if(preg_match_all("/\[attach\](\d+)\[\/attach\]/i", $post[’message’], $matchaids)) {
                                $attachtags[$post[’pid’]] = $matchaids[1];
                        }
                } else {
                        $post[’message’] = preg_replace("/\[attach\](\d+)\[\/attach\]/i", ”, $post[’message’]);
                }
        }

改为:

复制内容到剪贴板

代码:

if($post['attachment']) {
                if(!$threadpay) {
                        $attachpids .= ",$post[pid]";
                        $post[’attachment’] = 0;
                        if(preg_match_all("/\[attach\](\d+)\[\/attach\]/i", $post[’message’], $matchaids)) {
                                $attachtags[$post[’pid’]] = $matchaids[1];
                        }
                }
        }

 

原帖地址:http://www.discuz.net/viewthread.php?tid=645342&highlight=%2Bsdaupp

站顶部收缩公告栏,很经典(30秒自动缩回)

DISCUZ!   77 views

<!– 网站顶部收缩公告栏  代码开始 –></HEAD>
<BODY leftMargin=0 topMargin=0>
<DIV id=divadv
style="FILTER: alpha(opacity=70); LEFT: 2px; POSITION: absolute; TOP: -370px">
<TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#ffffff border=0>
  <TBODY>
  <TR>
    <TD></TD></TR>
  <TR>
    <TD vAlign=top height=44>
      <TABLE cellSpacing=0 width="100%" border=0>
        <TBODY>
        <TR>
          <TD align=middle><FONT color=#ff0000><B><FONT
            size=4>绿野仙踪社区论坛欢迎您</FONT></B></FONT></TD>
          <TD width=121><INPUT style="BORDER-RIGHT: #808080 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #808080 1px solid; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; BORDER-LEFT: #808080 1px solid; COLOR: #000080; PADDING-TOP: 3px; BORDER-BOTTOM: #808080 1px solid; BACKGROUND-COLOR: #ffffff" onclick=hideadv() type=button value=关闭广告 name=B3></TD></TR>
        <TR>
          <TD bgColor=#dddddd height=1></TD>
          <TD width=121 bgColor=#dddddd height=1></TD></TR></TBODY></TABLE></TD></TR>
  <TR>
    <TD vAlign=top align=middle>
      <TABLE cellSpacing=0 cellPadding=0 width=778 border=0>
        <TBODY>
        <TR>
          <TD vAlign=top width=67> </TD>
          <TD style="FONT-SIZE: 3; LINE-HEIGHT: 1.5" vAlign=top
            width=760><STRONG><FONT
            color=#0000ff><B><FONT
            size=3>尊敬的来宾:</FONT></B></STRONG>
<FONT
            color=#0000ff><B><FONT
            size=3>您好!</FONT></B>
<FONT
            color=#0000ff><B><FONT
            size=3>  欢迎来到绿野仙踪社区论坛!绿野仙踪社区论坛是一家集‖绿色酷软‖视频在线‖影视下载‖代码分享‖精品贴图‖动感地带‖免费资源‖等为一体的免费资源论坛。从成立的第一天起,就一直在努力打造完美服务,让每一个来到绿野仙踪社区论坛的朋友从内心喜欢它。
  我们的口号是:一切为了大家。</FONT></B></FONT>
            
</TD></TR></TBODY></TABLE></TD></TR>
  <TR>
    <TD style="PADDING-RIGHT: 30px; FONT-SIZE: 12px; LINE-HEIGHT: 1.5"
    align=right height=30><FONT color=#808080><B><FONT
            size=4>绿野仙踪社区论坛http://www.oxhname.cn</FONT></B></FONT></TD></TR>
  <TR>
    <TD bgColor=#dddddd height=3></TD></TR>
  <TR>
    <TD bgColor=#848484 height=1></TD></TR></TBODY></TABLE></DIV>
<SCRIPT language=javascript>
function showadv(){
var advword=eval(’divadv’);
if (advword.style.pixelTop<0)
{
  advword.style.pixelTop+=5;
  setTimeout(’showadv()’,10);
}
else
{
  setTimeout(’hideadv()’,30000);
}
}
function hideadv(){
var advword=eval(’divadv’);
if (advword.style.pixelTop>-370)
{
  advword.style.pixelTop-=10;
  setTimeout(’hideadv()’,10);
}
else
{
  advword.innerHTML=”;
}
}
var dateA = new Date("2007/2/14");
var dateB = new Date("2007/2/24");
var now = new Date();
if (now>dateA && now<dateB)
{
window.open("html/pigyear.htm","pigyear","toolbar=no,menubar=no,width=696,height=538");
}
showadv();
</SCRIPT>
<!– 网站顶部收缩公告栏  代码结束 –>

 

这个代码要放到后台~~~基本设置~~~搜索引擎优化~~~其它头部信息处~~~

40个网页设计小技巧

DISCUZ!   70 views
如何控制横向和纵向滚动条的显隐?
<body style="overflow-y:hidden"> 去掉x轴滚动条
<body style="overflow-x:hidden"> 去掉y轴滚动条
<body scroll="no">不显

2.表格变色
<TD
style="CURSOR: hand">

3.禁止复制,鼠标拖动选取
<body .event.returnValue=false .event.returnValue=false
.returnValue=false>

4.iframe的使用
<iframe  src="a.htm" width="50" height="50"  frameborder="0"></iframe>

5.在收藏夹及IE地址栏中显示出你的图标
<link rel="Shortcut Icon" href="favicon.ico">
<link rel="Bookmark" href="favicon.ico">

6.字号缩放
越来越多的人长时间的泡网,眼镜的普及率也越来越高,让文字大点,让更多的用户看的更清楚。
<script type="text/javascript">
function doZoom(size)
{document.getElementById(’zoom’).style.f+’px’;}
</script>
<span id="zoom">需要指定大小的文字</span>
<a href="javascript:doZoom(16)">大</a> <a href="javascript:doZoom(14)">中</a> <a href="javascript:doZoom(12)">小</a>

7.select挡住div的解决方法
在div里加入下面的代码,根据需要调整就可以了。
<iframe src="javascript:false" scrolling="no" frameborder="0" style="z-index:-1;position:absolute; top:5px; left:2px;width:168;height:100px;">
</iframe>

8.跳转菜单新窗口
<select name="select" >
<option value="http://www.lihao.name"> lihao</option>
<option value="http://www.nai8.com"> nai8</option>
<option value="http://www.akbk.net"> akbk</option>
</select>

9.flash透明选项
<param name="wmode" value="transparent">

10.显示网页的最后更新时间
<script language=JavaScript>
document.write("最后更新时间: " + document.lastModified + "")
</script>

11.添加到收藏夹和设为首页
<a href=# http://www.lihao.name/" target=_blank>http://www.lihao.name/’);">设为首页</a>

<a href="javascript:window.external.AddFavorite(’http://www.lihao.name/’,'李好博客)">收藏本站</a>

12.加入背景音乐
<bgsound src="mid/windblue[1].mid" loop="-1"> 只适用于IE
<embed src="music.mid" autostart="true" loop="true" hidden="true"> 对Netscape ,IE 都适用

13.滚动
<marquee direction=up height=146 () () scrollAmount=2>滚动信息</marquee>

14.跳转页面代码
<meta http-equiv="refresh" c>

15. flash按钮加链接
on (press) {
getURL("http://www.lihao.name","_blank");
}  

16.文字或图片弹出指定大小的窗口
在body中加入
<script language="JavaScript" type="text/JavaScript">
function MM_openBrWindow(theURL,winName,features) {window.open(theURL,winName,features);}
</script>
弹出代码
<a href="#" target="_self"  width="550" height="380" border="0">图片或文字</a>

17. 细分隔线
<hr noshade size=0 color=#C0C0C0>

18.网页中的自动换行
<td style="word-break:break-all">
完整的是:
style="table-layout: fixed;WORD-BREAK: break-all; WORD-WRAP: break-word"

19. 消除ie6自动出现的图像工具栏,设置 GALLERYIMG属性为false或no .
<IMG SRC="mypicture.jpg" HEIGHT="100px" WIDTH="100px" GALLERYIMG="no">

20. 不能点右键,不用CTRL+A,不能复制作!
<body  

>
</body>

21.IE浏览器支持一个 Body 属性 bgproperties,它可以让背景不滚动:
<Body Background="图片文件" bgproperties="fixed">

22.随机变换背景图象(一个可以刷新心情的特效)
<Script Language="JavaScript">
   image = new Array(4); //定义image为图片数量的数组
   image [0] = ‘tu0.gif’ //背景图象的路径
   image [1] = ‘tu1.gif’
   image [2] = ‘tu2.gif’
   image [3] = ‘tu3.gif’
   image [4] = ‘tu4.gif’
   number = Math.floor(Math.random() * image.length);
   document.write("<BODY BACKGROUND="+image[number]+">");
</Script>

23.flash载入影片
on (release)
{
loadMovie("1-01.swf", "_root.loaderclip");
}

24. 图片表单按钮
<form id="form1" name="form1" method="post" action="">
<img src="login.gif" width="62" height="22"  />
</form>

25.左右阴影背景的CSS定义方法body {
text-align:center;
background-repeat: repeat-y;
background-position: center;
background-image: url(../images/bg.jpg);
}

26.划过链接 手型鼠标
style="cursor:hand"

27.关闭窗口的脚本
<a href=javascript:close()>[关闭窗口]</a>

28. 如果文字过长,则将过长的部分变成省略号显示
<DIV STYLE="width: 120px; height: 50px; border: 1px solid blue;overflow: hidden; text-overflow:ellipsis">
<NOBR>就是比如有一行文字,很长,表格内一行显示不下.</NOBR>
</DIV>

29. 进入主页后自动最大化
<script>
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)
</script>

30. 凹陷文字
<div style="width:300px;padding:20px;overflow:hidden;word-wrap:break-word;word-break:break:all; font-size:12px; line-height:18px; background-color:#eeeeee;">
<font disabled>
怎么样,我凹下去了吧?<br>
你不想试试吗?<br>
<a href="http://www.lenvo.cn/">www.lenvo.cn</a></font>
</div>

31. 运行代码框<script>
function Preview()
{var TestWin=open(”);
TestWin.document.write(code.value);}
</script>
<textarea id=code cols=60 rows=15></textarea>
<br>
<button () >运行</button>

32. 给表格做链接
<table width="100%" http://www.makewing.com/" target=_blank>http://www.makewing.com/’, ‘_blank’)" style="CURSOR:hand">
<tr>
<td height="100" bgcolor="f4f4f4"> </td>
</tr>
</table>

33. 让弹出窗口总是在最上面
<body >

34. CSS文字阴影
.shadowfont{FILTER: dropshadow(color=#666666, offx=1, offy=1, positive=1); FONT-FAMILY: "宋体"; FONT-SIZE: 9pt;COLOR: #ffffff;}

35.  后退&关闭窗口
后退:javascript:history.back(1)
关闭:javascript:window.close();

36. 表格透明
style="FILTER: alpha(opacity=72)"

37. 如何避免别人把你的网页放在框架中
<script language=“javascript”><!–if (self!=top){top.location=self.location;} –>< /script>

38. Alt和Title的区别
alt 用来给图片来提示的。Title用来给链接文字或普通文字提示的。

<a href="#" Title="给链接文字提示">文字</a>
<p Title="给链接文字提示">文字</p>

<img src="图片链接" alt="给图片提示">

39.  所有的javascript的调用尽量采取外部调用
<SCRIPT LANGUAGE="javascript" SRC="js/xxxxx.js"></SCRIPT>

40. 链接到
response.redirect"login.asp"
location.href="xx.asp"

Discuz! 论坛规律 —- 凡涉及论坛UID号码排序的方面,不要轻易删除

DISCUZ!   75 views
是为在今后的使用过程中,避免一些不必要的麻烦。

  初初玩论坛的人基本都有这样的过程,起初不经意的玩玩,结果玩大了,回不去了(和泡MM差不多)。但是,因为不经意而在这个过程中会有许多的轻率操作,这些操作就给以后留下了麻烦…………

一、凡已经存在的用户,不要删除!

  用户名不单单是个名字,还涉及到 UID 。而恰恰是这个不起眼的小小的 UID ,使不少初级站长和完美主义者站长大伤脑筋。
  本来,UID 的号码应该是和总注册人数值是保持一致的。但如果删除了用户,UID 的数值与总注册人数就不一样了(看上去就好象不完整似的)。这样一来,在插件区就不断听到有朋友要求插件来将混乱的 UID 号码重新排序(想当初我刚做论坛的时候也有相当强烈的这方面的愿望)。
  
  但问题是,如果重新将 UID 序列排列会导致很多的问题,比如发给张三的短信有可能是李四收到,别人的名字下居然是你的头衔、头像等等这样的笑话。

[结论]:如果你的论坛有不需要的用户,只需要在后台更改用户的名字和密码就可以了!这个被暂时停止使用的用户以后可以重新分配使用。
  例如我的论坛,如果遇到禁止访问的用户,我会将他们的名字统一改为“备用_001、备用_002”这样的名字,既方便管理,又方便以后重新分配资源。

二、已经存在的用户组,不要删除!

  用户组和用户是一样的,同样有个固定的 EDIT 号码对应。多余的,现在不要的用户组,可以改个 统一的名字保留着,等待以后有机会的时候开放使用。

三、已经存在的版块,不要删除!

  这个道理和上面一样,每个版块都有一个固定的 FID 号码对应,现在不要的版块可以隐藏起来以后再用。

  哈哈!当然,你看了以后可能会说这谁都知道,其实,很多的初鸟都容易犯的一个错误就是“删除”。包括我……

OK!基于我的水平,我能想到的就是上面这些了!

论坛安全,给各位站长的几点建议

DISCUZ!   65 views
论坛安全,给各位站长的几点建议
1. 密码是安全防线上最重要的一道门,站长不但要保证自己的密码足够复杂,更要敦促其他管理员的密码也要安全

2. 如果论坛上有多位管理员,建议新建管理组(关联管理员权限),尽可能缩小每个管理员的权限。Disucz! 6.1 将管理员的权限已经划分为 26 大项,50 个小项,每个管理员组的权限可以自由组合。

3. 尽量使用最新的程序,或者及时安装程序补丁,切不可疏忽大意

4. 服务器至少保留一周的访问日志,当出现安全问题时可以快速查找入侵者和路径

5. 论坛由于信息反应迅速,人气旺盛,所以往往成为首要攻击目标。但论坛安全不是孤立的,机房环境、服务器安全配置、站点下的其他程序、同一服务器中的其他站点都可能成为一个跳板,然后再入侵到你的论坛。除非是已经公开的漏洞,你的论坛被未知漏洞攻击的概率极小(除非被黑客选中做测试),因此当发现论坛被入侵的时候,首先应当排除周边问题的可能。

6. Comsenz 设立有安全部,可快速应对安全事件,如果您的论坛被入侵,又无法自己找到问题所在,可以寻求安全部的帮助(发 mail 至 security@comsenz.com),讲述入侵经过,保留好服务器日志待查。

论坛出现白屏的已知几种可能

DISCUZ!   111 views

出现白屏的已知几种可能
1、程序文件有错误
检查方法:
打开common.inc.php文件找到 
error_reporting(0);
改成

error_reporting(7);
看看有什么错误提示

解决方法:
如果是自己改了文件,可能看一下那个文件出现错误,然后用标准程序对应的文件覆盖即可。如果没有改过程序,可以把错误信息发上来,我们可以协助你看一下问题所在

2、缓存文件出错
解决方法:
删除forumdata/cache和forumdata/templates目录下的所有文件,然后刷新论坛页面即可

3、supsite出现问题
这种情况可能是由于您安装了supstie,您的supsite程序所在的服务器或者您后台设置有问题造成的。
解决方法:
打开forumdata/cache/cache_settings.php文件,找到

’supe’ =>
  array (
    ’status’ => 1,
  ),
改成

’supe’ =>
  array (
    ’status’ => 0,
  ),
改好后论坛就可以访问了,你检查一下ss的相关配置,然后后台重新提交一下supsite配置就好了

如果还有白屏情况可以发帖说明

页内文字广告使用说明

DISCUZ!   65 views

实现方法:
方法一:添加多个页内文字广告法。一般建议用这种方法。具体操作为:
系统设置–其它设置–广告管理–页内文字广告。这样例如官方这样的就要连续添加8个这样的广告。比较繁琐。代码参考:

<a href="http://www.yulouchun.com/" title="玉楼春" target="_blank"><font color=red>文字链接广告5<br />
          <strong><font color="#009933">当然也可以放图片了</font></strong></font></a>

连续添加多个个这样的代码就可以了。

方法二:用表格控制,添加一个页内文字广告即可。这种方法比较好控制格式,而且利于维护,操作起来相对简单。官方这种格式参考代码如下:

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="25%" align="center"><a href="http://www.zsty521.com.cn" title="执手天涯主机网提供技术支持" target="_blank"><font color=red>虚拟主机 域名注册1</font></a></td>
    <td width="25%" align="center"><a href="http://1010idc.com/news/nws_dtl.asp?nid=10000588" title="执手天涯主机网提供技术支持" target="_blank"><font color=green><strong>选择虚拟主机需要考虑的几个问题</strong></font></a></td>
    <td width="25%" align="center"><a href="http://www.zsty521.com.cn" title="执手天涯主机网提供技术支持" target="_blank"><font color=#FF00FF>买虚拟主机就是买服务,服务不好,怎能省心?</font></a></td>
    <td width="25%" align="center"><a href="http://www.zsty521.com.cn" title="执手天涯主机网提供技术支持" target="_blank"><font color=#000066><strong>网站要做大、做强,必须选择稳定的虚拟主机</strong></font></a></td>
  </tr>
  <tr>
    <td width="25%" align="center"><a href="http://www.zsty521.com.cn" title="执手天涯主机网提供技术支持" target="_blank"><font color=red>文字链接广告5<br />
          <strong><font color="#009933">当然也可以放图片了</font></strong></font></a></td>
    <td width="25%" align="center"><a href="http://www.zsty521.com.cn" title="执手天涯主机网提供技术支持" target="_blank"><font color=#000000>文字链接广告6</font></a></td>
    <td width="25%" align="center"><a href="http://www.zsty521.com.cn" title="执手天涯主机网提供技术支持" target="_blank"><font color=#000000>文字链接广告7</font></a></td>
    <td width="25%" align="center"><a href="http://www.zsty521.com.cn" title="执手天涯主机网提供技术支持" target="_blank"><font color=#000000>虚拟主机 域名注册</font></a></td>
  </tr>
</table>

discuz!论坛空白页面解决方法

DISCUZ!   61 views
游客访问论坛就会出现网页上有错误,页面是空白页面,但会员就很正常

方法1:后台 全局  论坛功能 其他 显示程序运行信息 设置为“是”  更新缓存

方法2:后台 全局  优化设置  页面缓存设置  有效期改为0  更新缓存

社区赞助商家广告代码

DISCUZ!   56 views

直接添加首页页内文字广告,既可以,下面是广告代码,把网址修改成自己的就可以了!
演示效果:

</style><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><fieldset style=’padding:0px;border:1px solid

#B1DAEF; color:#666666;);line-
height:1.3; font-size:14px;’>
</style><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><fieldset style=’padding:0px;border:1px solid

#B1DAEF; color:#666666;);line-
height:1.3; font-size:14px;’>
<legend><b><font style="font-size:12px">社区赞助商家</font><font style="font-size:12px"></font><a href="tencent://message/?

uin=569160956&Site=错失你心&Menu=yes"
target="_blank"><font style="font-size:12px"> (联系我们)</a><font style="font-size:12px"></font></b></legend>
<div align="center">
<table width="100%" border=0 cellpadding=0 cellspacing=0 bgcolor=#ffffff>
        
<tr align=center>
<td  width="20%"><a href="http://www.zsty521.com.cn/" target="_blank" ><font color=red><b>执手天涯主机网:

5060606</b></font></a></td>
<td  width="20%"><a href="http://www.zsty521.cn/" target="_blank"><font color=blue><b>深圳之家酒店公寓特价优惠

</b></font></a></td>
<td  width="20%"><a href="http://www.zsty521.cn/" target="_blank" ><font color=black><b>娜娜营养美容4.5折-小鱼老店

</b></font></a></td>
<td  width="20%"><a href="http://www.zsty521.cn/" target="_blank" ><font color=orange><b>~~~光线摄影?动同行中

~~~</b></font></a></td>
<td  width="20%"><a href="http://www.zsty521.cn/" target="_blank"><font color=red><b>多普达GPS导航P660大特价

</b></font></a></td>
</tr><tr align=center>
<td  width="20%"><a href="http://www.zsty521.cn/" target="_blank"><font color=blue><b>后古画意摄影</b></font></a></td>
<td  width="20%"><a href="http://www.zsty521.cn/" target="_blank"><font color=Green><b>源印像闽南视觉摄影工作室

</b></font></a></td>
<td  width="20%"><a href="http://www.zsty521.cn/" target="_blank" ><font color=red><b>山东航空机票1.9折起

5555555</b></font></a></td>
<td  width="20%"><a href="http://www.zsty521.cn/" target="_blank"><font color=green><b>《有个传说》摄影盛装登场

</b></font></a></td>
<td  width="20%"><a href="http://www.zsty521.cn/" target="_blank" ><font color=blue><b>HTC机王Diamond降千元玩疯

</b></font></a></td>
</tr><tr align=center>
<td  width="20%"><a href="http://www.zsty521.cn/" target="_blank"><font color="black"><b>奇效魔罐减肥※绿色丰胸

</b></font></a></td>
<td  width="20%"><a href="http://www.zsty521.cn/" target="_blank" ><font color=blue><b>深圳巴客快递

TEL5963841</b></font></a></td>
<td  width="20%"><a href="http://www.zsty521.cn/" target="_blank" ><font color=blue><b>Baby Face 化妆品</b></font></a></td>
<td  width="20%"><a href="http://www.zsty521.cn/" target="_blank" ><font color=black><b>★机票◆ 二折起★

5177715</b></font></a></td>
<td  width="20%"><a href="http://www.zsty521.cn/" target="_blank" ><font color=red><b>酒水专业批发喜饼礼券团购

</b></font></a></td>
</tr><tr align=center>
<td  width="20%"><a href="http://www.zsty521.cn/" target="_blank"><font color=blue><b>整形 实力见证美丽</b></font></a></td>
<td  width="20%"><a href="http://www.zsty521.cn/" target="_blank"><font color=Green><b>专业减肥8-30斤 无效退款

</b></font></a></td>
<td  width="20%"><a href="http://www.zsty521.cn/" target="_blank" ><font color=red><b>欧菲整形 塑造美丽女人

</b></font></a></td>
<td  width="20%"><a href="http://www.zsty521.cn/" target="_blank"><font color=green><b>松柏珠玛瑜伽暑期特惠

</b></font></a></td>
<td  width="20%"><a href="http://www.zsty521.cn/" target="_blank" ><font color=blue><b>★后现代摄影团购征集中★

</b></font></a></td>
</tr><tr align=center>
<td  width="20%"><a href="http://www.zsty521.cn/" target="_blank"><font color=green><b>◆佛山设计中心◆企划

</b></font></a></td>
<td  width="20%"><a href="http://www.zsty521.cn/" target="_blank"><font color=red><b>华样年花★俱乐部★高薪诚聘

</b></font></a></td>
<td  width="20%"><a href="http://www.zsty521.cn/" target="_blank" ><font color=blue><b>个人企业信用贷款◆手续简便!

</b></font></a></td>
<td  width="20%"><a href="http://www.zsty521.cn/" target="_blank"><font color=red><b> 记帐★报税★注册香港公司

</b></font></a></td>
<td  width="20%"><a href="http://www.zsty521.cn/" target="_blank" ><font color=green><b>深圳批发兄弟★电脑回收!

</b></font></a></td>
</table>

头部广告代码

DISCUZ!   79 views

<!–头部广告开始–>
<div name="FlatLayer" id="FlatLayer" style="display:none;" align="center"><table width="100%"  border="0" cellpadding="0" cellspacing="0" align="center">
  <tr>
    <td align="center"><img src="../UPLOAD/Webad/month_0801/mjbp_ad.jpg" border="0" width="990" height="301"></td>
  </tr>
</table></div>
<!–头部广告结束–>
<script language="javascript">
function ShowLayer()
{
document.all.FlatLayer.style.display="block";
}
function CloseLayer()
{
document.all.FlatLayer.style.display="none";
}
ShowLayer();
setTimeout("CloseLayer()",5000);//这里是广告显示的时间
</script>

Page 1 of 212»
GlossyBlue & 皖ICP备05001516号 CopyRight 2007,玉楼春
Entries RSS Comments RSS Login