我们为大家详细介绍了有关
PHP搜索引擎类1.类文件:
- class grabble{
- var $filename;
- var $html;
- var $urls = array(); //url历史
- var $url ;
- var $url_1;
- function grabble(){
- set_time_limit(3600);
- }
- function set($_filename){
- $this->filename = $_filename;
- array_push ($this->url, $_filename);
- }//end.set;
- function set_url($_url){
- eregi('(^http://.*[^/]).*' , $_url , $array);
- $this->url = $array[1] . "/";
- eregi('(^http://.*[^/]).*' , $_url , $array);
- //print_r($array);
- $this->url_1 = $array[1];
- }
- function get(){
- }//end.get;
- function get_html($_filename=null){
- $this->filename = $_filename;
- $this->html = @implode('', file($_filename)) ;
- return $this->html;
- }//end.get_html;
- function get_title($_str=null){
-
preg_match_all("/title>(.*)/title>
/Uis", $_str, $matches); - return $matches[1][0];
- }//end.get_title;
- function get_img($_str=null){
-
preg_match_all("/imgs+[^>]*s*srcs*=
s*(['"]?)([^'">s]*)\1s*[^>]*>/i",
$_str, $arr); - print_r($arr[2]);
- }
- function get_link($_str=null){
-
preg_match_all("/a.*href=['|"](.+)?
['|"].*>.+/a>/Uis", $_str, $arr); - //print_r($arr);
- return $arr[1];
- }//end.get_link;
- function get_link_name($_str=null){
-
preg_match_all("/a.*href=['|"](.+)?
['|"].*>(.+)/a>/Uis", $_str, $arr); - return $arr[2];
- }//end.get_link_name;
- function link_list($_url=null, $_c=0){
- eregi('(^http://.*)/.*' , $_url , $array);
- $_url_0 = $array[1];
- $_html = $this->get_html($_url);
- $_link = $this->get_link($_html);
- $_list = $this->get_link_name($_html);
- $s = "";
- for($i=0;$icount($_link);$i++){
-
$s .= "
" . "INPUT TYPE='checkbox'
NAME='link_name[]' value='" .$_link[$i]. "'
/>" . $_list[$i] . " "; -
echo "br/>" . "INPUT TYPE='checkbox'
NAME='link_name[]' value='" .$_link[$i]. "'
/>" . $_list[$i] . " "; -
echo "a href='" . $_url_0 . "/" . $_link[$i]
. "' target='_blank'>" . $_url_0 . "/" .
$_link[$i] . "a>"; - if($_c 3){
- if(eregi('^[$_url_0|mailto:].*' ,$_link[$i])){
-
echo "a href='" . $_link[$i] . "'
target='_blank'>" . $_link[$i] . "a>"; - $s .= $this->link_list( $_link[$i] , $_c+1);
- }
- elseif(!eregi('^[http://|ftp://|file:///].
*' ,$_link[$i])){ - $s .= $this->link_list( $_url_0 . "/" . $_link[$i] , $_c+1);
- }
- }
- }
- return $s;
- }//end.link_list;
- }//end.grabble.
PHP搜索引擎类2.调用实例:
<ol class="dp-xml"> <li class="alt"><span><span class="tag"><span> ?php </span></span></span></li> <li><span>require_once("grabble.<br>class.php"); </span></li> <li class="alt"> <span>$</span><span class="attribute">gf</span><span> = </span><span class="attribute-value">new</span><span> grabble(); </span> </li> <li> <span>echo $gf-</span><span class="tag">></span><span>link_list(<br>'http://10.22.65.101/'); </span> </li> <li class="alt"> <span class="tag">?></span><span> </span> </li> </ol><br>
以上就是PHP搜索引擎类的相关使用方法。
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article
How to fix KB5055523 fails to install in Windows 11?
3 weeks agoByDDD
How to fix KB5055518 fails to install in Windows 10?
3 weeks agoByDDD
Strength Levels for Every Enemy & Monster in R.E.P.O.
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Roblox: Dead Rails - How To Tame Wolves
3 weeks agoByDDD
Blue Prince: How To Get To The Basement
3 weeks agoByDDD

Hot Tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SublimeText3 Chinese version
Chinese version, very easy to use

Dreamweaver CS6
Visual web development tools

Atom editor mac version download
The most popular open source editor
