Oncology related scripts & softwares
This is a very basic/simple web crawler that returns the meta tags on a site that you searched for. This version includes the ability to search any site. Skin Engine created for easy-to-edit ability!
This scipt allows you and your guests to type in the URL of a webpage. It will display that page, in side the view section, allowing users to see pages that a site administrator may have blocked them from viewing. This is a simple to use script, and requires only PHP. No my sql or other languages needed. Simply upload the files in the way they came, and begin running your own site, similar to Proxify.com! Have Fun!
This class is an object oriented wrapper around the PHP cURL extension functions.
The cURL extension is often used as HTTP client to access to remote Web pages or Web services via HTTP like those using the SOAP protocol.
The class provides functions to set the cURL extension options, execute HTTP requests and retrieve the response headers and bodies.
The documentation is embedded in the class source in the PHPDoc format, so it can be extracted and generated with tools that support this format.
PageForward is a proxy browsing program written in PHP that lets the user view web pages through a 'proxy server' (the server the script is running on.) PageForward uses cURL to remotely fetch pages, and then displays them on the user's screen--making it an ideal tool to bypass internet content filters at work or school, or to just browse anonymously. Version 1.5 now includes the ability to load images through the proxy. Visit joshdick.net for a live demo of PageForward.
This tool creates a MySQL table for site visits and writes each visit into your MySQL database. You should include the small logging script into the header or footer of site pages. The output is an RSS feed with realtime information about site visits.
You can access it with your preferred RSS Reader and watch live how users enter and leave your site.
Version 1A contains the AJAX add-on which makes it possible to log not only pageviews but also clicks on various page elements - even the external links.
As the Google Maps API only works from longitude and latitude decimal notations this script will work out marker positions using the first part of the UK Postcode
- Automatic marker position creation using first part of UK postcodes
- Map starting position by postcode
- Default zoom level setting
- Text assignment with each postcode/position
- Manual entry of Longitude and Latitude (if you need a more precise location)
- Grouping of same postcodes into one pop-up window
ShoutStat is a program written in PHP that gets statistics from SHOUTcast servers, and displays it using graphs and tables. The data is stored in a MySQL database, which makes it easy to manipulate, and expand the program. An almost unlimited number of servers can be tracked, and an easy sign up script is included. You can even let other people sign up, and start a tracking service of your own.
If you have a last.fm account (Audioscrobbler) this script connects to their server, fetches your top artists and puts them in a list (for easy formatting via CSS). Just type in your username, specify how many artists to show, include it on your site and there you have it. It also caches data and has a line added to ensure that it doesn't bog down the loading of your page (in case the last.fm server is struggling).
If you have a last.fm account (Audioscrobbler) this script connects to their server, fetches your recent tracks and puts them in a list (for easy formatting via CSS). Just type in your username, specify how many tracks to show, include it on your site and there you have it. It also caches data and has a line added to ensure that it doesn't bog down the loading of your page (in case the last.fm server is struggling).
This package can be used to call PHP classes on the Web server side from Javascript code in Web pages.
It uses AJAX technology to submit HTTP requests from Javascript to pass call parameters and collect and process the XML responses.
This package acts as a proxy that maps PHP objects to JavaScript and vice versa.
The package provides means to register the handling client-server events using custom PHP classes to process such events.
|