PHP Web Search
Free and open source PHP Web Search Scripts. Web Search scripts are aimed at adding an internal search functionality to your site.-
Email Scraper retrieves a given start Web page, follows its links to retrieve other pages and any other pages linked from those. It does not follow links with URLs that have certain file name extensions.Each retrieved page is parsed to extract any e-mail addresses.Requirements: PHP 4.0 or higher
-
Happenr Class is well documented with PHPDoc.Happenr is a vertical search engine bringing a wealth of event calendar information at your fingertips.
-
Open Search for PHP can generate a XML definition based on the OpenSearch standard that defines how to use a given search site and how to obtain suggestions that complete search text.The output necessary to return suggestions for partial search query test, is generated by another class.Requirements: PHP 4.0 or higher
-
The kolosej.si site is accessed in order to perform a search for a specified movie name.If found, Kolosej Parser can access the page of the movie in the same site and parse the HTML to retrieve details about the movie like: the title, genre, duration, year, idiom, director, IMDB link, etc..Requirements:PHP 5.0 or higher
-
HTML, JavaScript and XML code required to pass information to browsers in order to add a site to the list of search types the browser can perform, get generated.Requirements: PHP 5.0 or higher
-
Spider website can retrieve a page of a site and follow all links recursively to retrieve all the site URLs. The crawling can be restricted to URLs with a particular extension. It can also avoid accessing pages listed in the site robots.txt file, or pages set with the no index or no follow meta tags. Requirements: PHP 5.0 or higher
-
PHP Keyword Analyser can access Google search pages to perform a search for a given keyword. It check the first 10 pages of results and check whether any pages of a given site appear in the results. The position of the specified site in the search result pages is returned. Requirements: PHP 5 or higher
-
Google Result Counter accesses the Google search site to send a request for a given keyword. The results page is parsed in order to determine the number of matches for that keyword. Requirements:PHP 5.0 or higher
-
Link Searcher retrieves a given Web page and searches for links contained in it. The new links that are found are added to a queue to be crawled later and so implement recursive searching up to a given depth limit. Link Searcher supports regular expressions. Requirements: PHP 4.0 or higher
-
Advanced Search generates HTML to display form inputs in order to choose fields or conditions for the SQL WHERE clause. Advanced Search can assemble the SQL to perform a search with the given fields and conditions in a given MySQL database table. Requirements: PHP 5.0 or higher Limitations: The code and comments are in Portuguese.
-
Google is used to search for a question and retrieve the best matching page. Experts Exchange Fetcher retrieve the best match page of experts-exchange.com site from Google search cache. Experts Exchange Fetcher parses that page to extract the question title, question description, question code snippet if available, accepted solution and the code snippet of the accepted solution. Requirements: PHP 5.0 ...
-
HTML Count searches a document for the HTML tags using a given regular expression. The document can be a file that is available locally or remotely.The tags and the number of occurrences can be outputted in an HTML list.
-
URLs of links and e-mails can be extracted from a specified page. URL and Email Scrapper may follow the links found in the page and continue to scrape pages until all followed pages were retrieved.URL and Email Scrapper may restrict the pages that are scraped by domain, page file name extension and by number of pages.Requirements: PHP 5.0 or higher
-
path to vars allows you to use a pseudo directory path in your HTML links --instead of a query string-- to declare variables so that your pages will be properly crawled by search engines. path to vars is an alternative to using mod_rewrite rules to handle your URIs (http://httpd.apache.org/docs/mod/mod_rewrite.html). I based this on several articles and news posts I read ...
-
The Google Search website is accessed in order to perform a query for the specified search terms. The results page is parsed and the total number of results for the search query is returned.Requirements: PHP 4.0 or higher

