浏览主站 | 站长合租 | 新闻资讯 | 站长学院 | 站长盈利 | HTML教程 | 网址导航 | 站长周刊 | 会员投稿 | 滚动新闻 | RSS
发新话题
打印

[代码问题] 请大家帮个忙!急.......................

本主题由 败家子 于 2008-9-12 16:15 设置高亮

请大家帮个忙!急.......................

我在咱们论坛下了个shopxp的完整版

谢谢哪位提供代码的大哥!

我下回来以后,对前后台的所有连接都做了测试

没有问题,调用都很正常。

但是问题就出在了一点上:

首页的版权信息栏有:: ,我在所有的代码中都没有找到这个

index.asp调用了copyright。asp

copyright。asp文件代码是这样的:

<table width="996" align="center" border="0" cellspacing="0" cellpadding="0" >
  <tr>
    <td colspan="2" background="img/xiao/bgbg.gif"></td>
  </tr>
  <tr>
    <td width="88%" height="31" align="center" valign="middle" background="img/xiao/main53.gif"><div align="center"><span class="style1"><span class="style2">合作伙伴</span> : </span>          <%set rs=server.CreateObject("adodb.recordset")
rs.Open "select * from shop_links order by linkidorder",conn,1,1
do while not rs.EOF
response.Write " |<a href="&trim(rs("linkurl"))&" target=_blank>"&trim(rs("linkname"))&"</a>"
rs.MoveNext
loop
rs.Close
set rs=nothing
%>   
        </div></td>
    <td width="12%" align="center" valign="middle" background="img/xiao/main53.gif"> </td>
  </tr>
</table>
<table width="996"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="163"><img src="<%=weblogo%>" border="0" alt="<%=webname%>  <%=weburl%>"></td>
    <td width="12"><img src="img/xiao/xian.gif" width="12" height="115"></td>
    <td width="814" valign="top"><table width="86%"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="35"><a href="index.asp"><img src="img/xiao/gwsy.gif" alt="112211"width="85" height="38" border="0"></a></td>
        <td><a href="about.asp"><img src="img/xiao/gywm.gif" width="85" height="38" border="0"></a></td>
        <td><a href="pay.asp"><img src="img/xiao/zxzf.gif" width="85" height="38" border="0"></a></td>
        <td><a href="about.asp?action=shiyongfalv"><img src="img/xiao/bqsm.gif" width="85" height="38" border="0"></a></td>
        <td><a href="about.asp?action=lxwm"><img src="img/xiao/ywlx.gif" width="85" height="38" border="0"></a></td>
        <td><a href="help.asp?action=fukuan"><img src="img/xiao/fkfs.gif" width="85" height="38" border="0"></a></td>
        <td><a href="gbook.asp"><img src="img/xiao/yjfk.gif" width="85" height="38" border="0"></a></td>
        <td><a href="help.asp"><img src="img/xiao/help.gif" width="85" height="38" border="0"></a></td>
      </tr>
    </table>
      <table width="83%" height="65"  border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td height="34"><%
response.Write "公司地址:"&dizhi&"   邮政编码:"&youbian&"<br>"
response.Write "客服信箱:<a href=mailto:"&webemail&">"&webemail&"</a>  客服QQ: "&webbanner&" 客服电话:"&dianhua&"<br>"
response.Write "copyright © 2008-2009 "©right&" <a href="&url&" title="&rg4&" target=_blank>"&gong&"</a>"
%> </td>
        </tr>
      </table></td>
</table>
<DIV id=floater style="RIGHT: 0px; OVERFLOW: visible; POSITION: absolute; TOP: 162px; right: 0px;">
<!--#include file="info/info_floater.asp"-->
</DIV>
<div align="center">
  
  <script language=javascript src="js/floater.js"></script>
</div>

原本我以为只要修改
<a href="&url&" title="&rg4&" target=_blank>"&gong&"</a>"为:

<a href=www.baidu.com title="百度" target=_blank>"百度"</a>"
就可以了,但是,

改完以后,页面久访问出错了

请大家帮帮忙,谢谢




[ 本帖最后由 lovejiehao 于 2008-9-12 14:43 编辑 ]

TOP

清除模板缓存、发布模板,发布网站

TOP

我原本也以为是这样的,反复多次
可是没有用

还是服务器内部错误
无法访问。

TOP

兄弟 这个是调用了数据库里面的东西。改回原来的代码

"&url&"    "&gong&"  这些是数据库里的字段名。

你在数据库里找找
乱发AD 者 刷无意义帖捣乱的 一律永久禁止访问

TOP

呵呵
终于找到了
谢谢

TOP

我也有同样的问题,解决了

TOP

发新话题