哥博客百度谷歌搜索系统php版 1.4.2 |
2021-01-21 17:57:50 35资源网(www.35d.net) |
php |
下载本资源原文网址:http://www.daima.org/php/php7075.html 主要是在页面中左右加载百度与google的搜索结果飞,方便对照。 百度谷歌双搜1.4.0此次更新如下:
1.添加频道来贴吧,意为百度贴吧和谷歌来吧
2.添加头部收藏本站,设为首页的功能
3.修改搜索框的大小及按钮的样式,使页面看起来更加美观
4.配置文件中加入load()方法
load()方法如下:
//1.4.0后采用此加载方法跳转到不同的框架中
function load($searchEngine = “baidu”,$searchType = “webpage”,$searchKeyword = “”){
if($searchType == “laitieba” && $searchEngine == “baidu”){ @header(‘Location: //tieba.baidu.com/f?kw='.$searchKeyword.'&fr=tb0_search&ie=utf-8′); exit; }elseif($searchType == “laitieba” && $searchEngine == “google”){ @header(‘Location: //laiba.tianya.cn/laiba/Glue?origin=box&exp=1&q='.$searchKeyword.'&searchFor=A&Action.=%E6%8F%90%E4%BA%A4%E6%9F%A5%E8%AF%A2′); exit; } } |
|
|
|
资源大全_资源下载网站:www.35d.net 本站资源仅限研究学习使用,如需商用请联系版权方, 本站事务联系QQ:939804642
|
|