PHP Web service
Web data clipping, SOAP or XML-RPC clients and servers-
IP Sniffing can be used to get the geographic location of an IP address, it utilizes ipinfodb.com's service to perform location queries. This script sends an HTTP request to the ipinfodb.com Web services API to get the location of a given IP address. It can also parse the response and extracts the country code, country name and city of the ...
-
Embed Facebook a WordPress plugin to request and embed Facebook pages on a blog page/post. The admin has to paste the URL of a Facebook event, album, photo, video, page, group, or note in a post or page, and the plugin will embed it on the blog. Installation:Unpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' ...
-
Affilinet Product Service can be used to get product information using Affili.net API. It can send SOAP requests to Affili.net Web services API to perform several types of operations to query information about advertiser products. There is one class that can authenticate as a given API user. Another script can get the list of categories, get the path of a ...
-
Twitter Updater can be used to update and retrieve the statuses of a Twitter user. It can send requests to the Twitter API on behalf of a given user to perform several types of operations. Currently it can update the user status, remove a given user status, and get the user time line status. The script can also shorten URLs ...
-
Google File Finder can be used to search for files in sites using Google. There is a base class that can HTTP send requests to Google to perform searches for given keywords. There are also several sub-classes that can make the searches be restricted to certain sites that host files for download. Those classes parse the results and extract the ...
-
Search results retriever can be used to perform searches on several sites. The base class can send HTTP requests to a given site to search for given terms. There are several sub-classes that specialize on searching several types of sites and parsing the returned response to extract the search results. Currently there are sub-classes for searching PubMed, Amazon, jStor, Google ...
-
Google World News Grabber grabs the lastest news items from Google news. The news gathered can be from any number of pages including using your own specific search terms! Display is in a neatly formed table, however with any HTML knowledge this can be modified quite easily. Also, the number of results can be modified.
-
Yahoo Boss Search can send a HTTP request to the Yahoo BOSS Web services server to perform a search that can be for Web pages, images or news. The number of results returned per page can be limited and the start page can be specified. Yahoo Boss Search decodes the results returned in JSON format and stores them in a ...
-
Provide your own newsletter. Visitors can subscribe and unsubscribe easily. Including administration to send newsletters and add/remove email addresses. Requires MySQL.
-
This PHP script allow you to parse multiple feeds from different sources into separate pages using SimplePie class. A fast and efficient way to serve fresh content to your site as to provides the most up-to-date information to the readers.
-
This package can be used to retrieve documents from Wikipedia or any other MediaWiki based site and convert the wiki markup into plain HTML.
-
This class can be used to get information about browsers and robots from user-agents.org into a XML file or MySQL database table. It accesses the user-agents.org site and retrieves a XML file with information of the user agent identification of all known browsers and robots. The class can store the retrieved information into a MySQL database or a given XML ...
-
This class can be used to generate RSS feed from a list of site page files. It can scan a given directory and generates an RSS feed with the files found in the directory. Requirement: PHP 3.0
-
XMLPod is meant to retrieve the news feed from the PHP.Net site and cache news results. It does not require any XML support built-in. It only uses the PCRE library. The number of headlines to be fetched can be easily specified in the constructor call. This program is governed by Yahoo! Terms & Conditions, and the GNU GPL.
-
This class can be used to search and embed movie trailers from YouTube.It can send an HTTP request to retrieve and parse the YouTube search result pages for a trailer of a given movie.The class extracts the identifier of the first result video and generates HTML to embed that video in a Web page.






