Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[插件] [原创]在搜索中加入 百度 google 搜索

[复制链接]
lu5266 发表于 2005-12-21 14:01:58 | 显示全部楼层 |阅读模式
替google baidu做广告了,愿意的的就用。。。。。。。

是有人要的,自己也经常用,所以。。。。



名称: 在搜索中加入 百度 google 搜索
版本: d4
作者: lu5266(写结合论坛的搜索那部分,其他的不是)
演示: http://free4.e-168.cn/luzhenling/bbs/search.php
修改: templates/default/search.htm
不经许可,请勿转贴


安装方法:

因为时间问题和search.htm模板基本都不会被修改,所以我就直接给出整个修改好的模板


A:这个是我原创的,这个是可以利用原来的关键字,来搜索



B: (7楼的演示)这个主要是别人的(我的也结合在里面),那下面部分的版权不是我的,免得等下有出什么事端


用附件覆盖你的就可以了




主要代码:

我的代码:

  1. <script language=javascript>
  2. function chktype(stype){
  3. var imax=5;
  4. {if $qihoostatus}
  5. imax=6;
  6. {/if}
  7. for(i =0;i<imax;i++) if(stype.srchtype[i].checked)  stype_va=stype.srchtype[i].value;
  8. if(stype_va=="baidu"){
  9. stype.target="_blank";
  10. stype.method="get";
  11. stype.action="http://www.baidu.com/s";
  12. if(stype.srchtxt.value && stype.srchuname.value)
  13. stype.wd.value=stype.srchtxt.value+" "+stype.srchuname.value;
  14. else stype.wd.value=stype.srchtxt.value+stype.srchuname.value;
  15.   }
  16. else if(stype_va=="google"){
  17. stype.target="_blank";
  18. stype.method="get";
  19. stype.action="http://www.google.com/search";
  20. if(stype.srchtxt.value && stype.srchuname.value)
  21. stype.q.value=stype.srchtxt.value+" "+stype.srchuname.value;
  22. else stype.q.value=stype.srchtxt.value+stype.srchuname.value;
  23.   }
  24. else if(stype_va=="qihoo"){
  25. stype.action="search.php";
  26. stype.target="_blank";
  27. stype.method="post";
  28. }
  29. else{
  30. stype.action="search.php";
  31. stype.target="_self";
  32. stype.method="post";
  33. }
  34. return true;
  35. }

  36. </script>
复制代码



另外的那个代码(不知道作者):

  1. <!--{if !$searchsubmit}-->

  2. <table cellspacing="0" cellpadding="0" border="0" width="{TABLEWIDTH}" align="center">
  3.   <tr>
  4.     <td valign="top" bgcolor="{BORDERCOLOR}"><table width="100%"  border="0" class="tableborder" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" class="smalltxt">

  5.       <tr align="center" class="header">
  6.         <td>网页搜索
  7.           <script language="JavaScript" type="text/JavaScript">
  8. function dosubmit()
  9. {
  10. if(form1.abc0.checked)   window.open("http://search.sina.com.cn/cgi-bin/search/search.cgi?_searchkey="+form1.key.value,"mspg0");
  11. if(form1.abc1.checked)   window.open("http://site.search.sohu.com/website.jsp?page_index=0&key_word="+form1.key.value,"mspg1");
  12. if(form1.abc2.checked)   window.open("http://cn.search.yahoo.com/search/cn?p="+form1.key.value,"mspg2");
  13. if(form1.abc4.checked)   window.open("http://www.google.com/search?hl=zh-CN&lr=lang_zh-CN&q="+form1.key.value,"mspg4");
  14. if(form1.abc5.checked)   window.open("http://search.yahoo.com/bin/search?p="+form1.key.value,"mspg5");
  15. if(form1.abc6.checked)   window.open("http://www1.baidu.com/baidu?word="+form1.key.value,"mspg6");
  16. if(form1.abc12.checked)  window.open("http://bingle.pku.edu.cn/scripts/ftp_search.exe?cdtype=GB&word="+form1.key.value,"mspg12");
  17. if(form1.abc14.checked)  window.open("http://cns.3721.com/cns.dll?fw=1&name="+form1.key.value,"mspg14");
  18. return false;
  19. }
  20.           </script></td>
  21.         <td>软件搜索
  22.           <script language="JavaScript" type="text/JavaScript">
  23. function submitsoft()
  24. {
  25. if(form2.abc0.checked)   window.open("http://search.onlinedown.net/search.asp?keyword="+form2.key.value,"mspg0");
  26. if(form2.abc1.checked)   window.open("http://www.skycn.com/search.php?sor=00&ss_name="+form2.key.value,"mspg1");
  27. if(form2.abc2.checked)   window.open("http://www8.pconline.com.cn/download/newswsearch.phtml?j=mh&t=software&st="+form2.key.value,"mspg2");
  28. if(form2.abc3.checked)   window.open("http://download.pchome.net/php/search.php?pid=0&searchstr="+form2.key.value,"mspg3");
  29. if(form2.abc4.checked)   window.open("http://download.yesky.com/servlet/mydown.yeskydown?tag=6&nameField0=NAME&searchName="+form2.key.value,"mspg4");
  30. if(form2.abc5.checked)   window.open("http://soft.fjii.com/softlist.php?strKey="+form2.key.value,"mspg5");
  31. if(form2.abc6.checked)   window.open("http://download.enet.com.cn/search.php?keyword="+form2.key.value,"mspg6");
  32. if(form2.abc8.checked)   window.open("http://download.com.com/3120-20-0.html?qt="+form2.key.value,"mspg8");
  33. if(form2.abc9.checked)   window.open("http://search.mydrivers.com/scripts/search.dll?mode=mode&item="+form2.key.value,"mspg9");
  34. return false;
  35. }
  36.           </script></td>
  37.         <td>图片歌曲搜索
  38.           <script language="JavaScript" type="text/JavaScript">
  39. function submitimg()
  40. {
  41. if(form3.abc9.checked)      window.open("http://www.google.com/images?hl=zh-CN&lr=lang_zh-CN&q="+form3.key.value,"mspg9");
  42. if(form3.abc10.checked)     window.open("http://pic.sina.com.cn/cgi-bin/retr/search?query="+form3.key.value,"mspg10");
  43. if(form3.abc11.checked)     window.open("http://www.baidu.com/i?ct=201326592&cl=2&lm=-1&tn=baiduimage&word="+form3.key.value,"mspg11");
  44. if(form3.abc13.checked)     window.open("http://flash.baidu.com/wstsearch?tn=flash&sort=time&rn=10&pn=0&cl=3&f=8&ct=33554432&word="+form3.key.value,"mspg13");
  45. return false;
  46. }
  47.           </script></td>
  48.         <td>注册码搜索
  49.           <script language="JavaScript" type="text/JavaScript">
  50. function submitsong()
  51. {
  52. if(form4.abc7.checked)        window.open("http://mp3search.baidu.com/wstsearch?tn=baidump3&ct=134217728&lm=-1&rn=&word="+form4.key.value,"mspg7");
  53. if(form4.abc8.checked)        window.open("http://search.sogua.com/search/search.asp?fmp3=1&frm=1&fwma=1&fasf=1&go.x=25&go.y=19&key="+form4.key.value,"mspg8");
  54. if(form4.abc9.checked)        window.open("http://mp3search.baidu.com/wstsearch?tn=baidump3lyric&ct=150994944&lm=-1&rn=&word="+form4.key.value,"mspg9");
  55. return false;
  56. }
  57.           </script></td>
  58.       </tr>
  59.       <tr>
  60.         <td rowspan="2" valign="top" bgcolor="{ALTBG2}"><table border="0" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%" class="smalltxt">
  61.         <FORM name=form1 onsubmit=return(dosubmit())>
  62.         <TBODY>
  63.         <TR><TD colSpan=2 height=30><INPUT onmouseover=this.focus() onfocus=this.select() onclick="javascript:(document.form1.key.value='')" size=12 value=请输入关键字 name=key>
  64.           <INPUT type=submit value=搜索 name=B2></TD></TR>
  65.         <TR><TD height=20><INPUT type=checkbox value=3721 name=abc4> google</TD>
  66.           <TD height="20"><INPUT name=abc6 type=checkbox value=google checked> 百度</TD></TR>
  67.         <TR><TD height=20><INPUT type=checkbox value=sina name=abc0> 新浪</TD>
  68.           <TD height="20"><INPUT type=checkbox value=yahooe name=abc5> Yahoo</TD></TR>
  69.         <TR><TD height=20><INPUT type=checkbox value=sohu name=abc1> 搜狐</TD>
  70.           <TD height="20"><INPUT type=checkbox value=yahoo name=abc2> 中文雅虎</TD></TR>
  71.         <TR><TD height=20><INPUT type=checkbox value=baidump3 name=abc14> 3721</TD>
  72.           <TD height="20"><INPUT type=checkbox value=baidump3 name=abc12> 天网搜索</TD></TR>
  73.         </form></table></td>
  74.                
  75.         <td rowspan="2" bgcolor="{ALTBG2}"><table border="0" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%" class="smalltxt">
  76.                       <FORM name=form2 onsubmit=return(submitsoft())>
  77.                         <TBODY>
  78.                           <TR><TD height=30 colSpan=2 ><INPUT onmouseover=this.focus()  onfocus=this.select() onclick="javascript:(document.form2.key.value='')" size=12 value=软件搜索 name=key>
  79.                                 <INPUT type=submit value=软件搜索 name=B1></TD></TR>
  80.                           <TR><TD width="50%" height=20><INPUT type=checkbox CHECKED value=sina name=abc0>华军软件园</TD>
  81.                             <TD><INPUT type=checkbox value=sohu name=abc1>天空软件</TD></TR>
  82.                           <TR><TD width="50%" height=20><INPUT type=checkbox value=yahoo name=abc2>太平洋软件</TD>
  83.                             <TD><INPUT type=checkbox value=yeah name=abc3>电脑之家</TD></TR>
  84.                           <TR><TD width="50%" height=20><INPUT type=checkbox value=3721 name=abc4> 天极网下载</TD>
  85.                             <TD><INPUT type=checkbox value=yahooe name=abc5>福建热线</TD></TR>
  86.                           <TR><TD width="50%" height=20><INPUT type=checkbox value=google name=abc6>eNet下载</TD>
  87.                             <TD><INPUT type=checkbox value=baidump3 name=abc9>驱动之家</TD></TR>
  88.                           <TR><TD colSpan=2 height=20><INPUT type=checkbox value=baidump3 name=abc8>DownLoad.COM(全球)</TD></TR>
  89.                       </FORM>
  90.                   </table></td>
  91.                   
  92.         <td bgcolor="{ALTBG2}"><table border="0" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%" class="smalltxt">
  93.                       <FORM name=form3 onsubmit=return(submitimg())>
  94.                         <TBODY>
  95.                           <TR><TD colSpan=2 height=30><INPUT onmouseover=this.focus() onfocus=this.select() onclick="javascript:(document.form3.key.value='')" size=12 value=图片搜索 name=key>
  96.                                 <INPUT type=submit value=图片搜索 name=B2></TD></TR>
  97.                           <TR><TD width="50%" height=20><INPUT type=checkbox CHECKED value=baidump3 name=abc9>              google</TD>
  98.                             <TD height="20"><INPUT type=checkbox value=baidump3 name=abc10>新浪</TD></TR>
  99.                           <TR><TD width="50%" height=20><INPUT type=checkbox value=baidump3 name=abc11>百度</TD>
  100.                             <TD height="20"><INPUT type=checkbox value=baidump3 name=abc13>FLASH </TD></TR>
  101.                       </FORM>
  102.             </table></td>
  103.         <FORM action=http://astalavista.box.sk/cgi-bin/robot method=get target="_blank">                        
  104.         <td align="center" valign="top" bgcolor="{ALTBG2}"><INPUT name=srch size="12" maxLength=100>
  105.           <br><INPUT type=submit value="注册码搜索" name=submit></td></FORM>               
  106.       </tr>
  107.       <tr>
  108.         <td valign="top" bgcolor="{ALTBG2}"><table border="0" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%" class="smalltxt">
  109.                       <FORM name=form4 onsubmit=return(submitsong())>
  110.                         <TBODY>
  111.                           <TR><TD colSpan=2 height=30><INPUT onmouseover=this.focus() onfocus=this.select() onclick="javascript:(document.form4.key.value='')" size=12 value=mp3歌曲歌词 name=key>
  112.                                 <INPUT type=submit value=mp3搜索></TD></TR>
  113.                           <TR><TD width="50%" height=20><INPUT type=checkbox value=baidump3 name=abc7>百度mp3</TD>
  114.                             <TD height="20"><INPUT type=checkbox value=baidump3 name=abc8>搜刮mp3</TD></TR>
  115.                           <TR><TD width="50%" height=20><INPUT name=abc9 type=checkbox value=baidump3 checked>歌词</TD>
  116.                             <TD height="20">&nbsp;</TD></TR>
  117.                       </FORM>
  118.           </table></td>
  119.         <td bgcolor="{ALTBG2}">
  120.             收集整理: <a href="$siteurl" target="_blank">$sitename</a><br>
  121.             制作日期: 2005-1-15 21:20<br>
  122.             更新时间:
  123.             <!-- #BeginDate format:IS1a -->2005-1-15 21:20 <!-- #EndDate --></td>
  124.       </tr>
  125.     </table></td>
  126.   </tr>
  127. </table>
  128. <!--{/if}-->
复制代码

[ 本帖最后由 lu5266 于 2005-12-21 19:26 编辑 ]
renothing 发表于 2005-12-21 14:05:58 | 显示全部楼层
喜欢,支持
回复

使用道具 举报

武藤游戏 发表于 2005-12-21 14:06:29 | 显示全部楼层
支持!顶!
回复

使用道具 举报

 楼主| lu5266 发表于 2005-12-21 14:06:52 | 显示全部楼层
原帖由 renothing 于 2005-12-21 14:05 发表
喜欢,支持



可以理解
回复

使用道具 举报

 楼主| lu5266 发表于 2005-12-21 14:07:26 | 显示全部楼层
原帖由 武藤游戏 于 2005-12-21 14:06 发表
支持!顶!



回复

使用道具 举报

 楼主| lu5266 发表于 2005-12-21 14:07:55 | 显示全部楼层
很久没出现了

上课去咯。。。。
回复

使用道具 举报

jinlun721 发表于 2005-12-21 14:09:40 | 显示全部楼层
顶顶
回复

使用道具 举报

karl907 发表于 2005-12-21 14:27:51 | 显示全部楼层
黄金广告!
回复

使用道具 举报

秋舞叶 发表于 2005-12-21 14:39:51 | 显示全部楼层
亲爱的LULU,我这个是不是要强一些

[ 本帖最后由 秋舞叶 于 2005-12-21 14:47 编辑 ]
回复

使用道具 举报

cpanel 发表于 2005-12-21 14:48:51 | 显示全部楼层
不错顶一下
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-22 00:55 , Processed in 0.037389 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表