利用mvc仿百度搜索引擎


public function baiduAction(){
$this->smarty->display('baidu.tpl');
}

<head>

<script>
function init(){
document.getElementById('dv').style.display='none';
}
function textAjax(con){
var xhr;
if(window.ActiveXObject){
xhr=new ActiveXObject('Microsoft.XMLHTTP');
}else if(window.XMLHttpRequest){
xhr=new XMLHttpRequest();
}
var url='index.php?c=user&a=baiduAll';
xhr.open('POST',url,true);
xhr.Xonreadystatechange= callback;
xhr.setRequestHeader("Content-Type","application/x-www-form-urlencoded");
xhr.send('con='+con);
function callback(){
if(xhr.readyState==4){
if(xhr.status==200){
var con=eval('('+xhr.responseText+')');
document.getElementById('dv').style.display='block';
var str='';
for(var i=0;i<con.length;i++){
str+="<span>"+con[i].name+"</span><br>";
document.getElementById('dv').innerHTML=str;
}
}
}
}
}
</script>
</head>

<body Xοnlοad="init()">
<center>
<h3>百度一次,你就知道</h3>
<table>
<tr>
<td>
<form action="#" method="post">
<input type="text" size="30" id="search" Xοnkeyup="textAjax(this.value)" />
<div id="dv" align="left" style=" position:relative; background-color:#CCC; border:dashed #999"></div>
</td><td>
<input type="submit" value="搜索" size="10" />
</td>
</form>
</tr>
</table>
</center>
</body>
public function baiduAllAction(){
$con=$_REQUEST['con'];
$userModel=new userModel("localhost","news","root","123");
$row=$userModel->getbd($con);
$rows=json_encode($row);
echo $rows;
}
public function getbd($con){
$sql="select * from new where name like '$con%'";
$res=mysql_query($sql);
while($row=mysql_fetch_assoc($res)){
$rows[]=$row;
}
return $rows;
}

仿百度搜索引擎软件蜘蛛组件包括三大功能模块:链接采集、网页分析、无效网页扫描; 自动识别GB2312、BIG5、UTF-8、Unicode等网页编码; 文件类型证察防止非文本类型文件采集; 蜘蛛可以采集ASP、PHP、JSP等动态数据网页和HTML、SHTML、XHTML等静态网页; 支持续采功能,如果因系统、网络等故障问题终止采集,系统将在下次启动采集时提示您是否“继续采集”或“结束任务”; 采集任务管理功能可以设置多个采集任务安排计划工作,每一个采集任务将会顺次运行; 本程序完全高仿百度,有自主开发的蜘蛛智能抓取网页功能,非网络上仅仅只是界面模仿的免费程序! 程序包含15大功能! 1.网页搜索 2.搜索风云榜 3.网址导航 4.竞价排名 5.蜘蛛智能抓取网页 6.网站qp值智能排名 7.后台违法关键字过滤 8.网站智能分类 9.违法作弊网站一键删除 10.网站登录入口 11.信息反馈留言板 12.搜索右侧自定义广告 13.已收录网站和网页统计 14.网站一键收录 15.客户端蜘蛛系统和web蜘蛛系统 演示截图请见code文件夹! 程序运行环境:PHP+MYSQL 负载亿级数据! 程序官方演示地址: http://www.kuaso.com/ 程序购买和服务 http://www.kuaso.com/a/buy.html 程序后台演示图片 http://www.kuaso.com/a/wzht.html 蜘蛛后台演示图片 http://www.kuaso.com/a/ht.html 本程序为演示程序,已经删除蜘蛛系统和竞价排名系统! 运行install.php 填入信息安装 后台admin 账号admin 密码admin 本演示程序包含数据为 已收录网站:197 已收录网页:1274
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值