搜索链接

关注公众号 jb51net

关闭
龍哥博客百度谷歌搜索系统php版 1.4.2

龍哥博客百度谷歌搜索系统php版 1.4.2

热门排行

简介

主要是在页面中左右加载百度与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;
}
}

大家还下载了