PHP scripts

Ready-to-Use Scripts

The section contains PHP scripts that can be used as stand-alone applications.

  • Click Tracker — Track how many visitors are clicking on the links on your site. Check your affiliate program efficiency or the popularity of your download links.
  • Link Checker — The script will spider website and check all anchor links.
  • PPC XML Feed — The script parses XML feed from pay-per-click networks and outputs it to the browser (output is template-driven).
  • Search Engine — The script will index website and create search engine database. The appearance of search results is controlled by templates.
  • Site Index — The script will spider website and extract URLs and titles from all webpages.
  • Site Statistics — More than 10 types of live stats. Precise data analysis based on time frames and subsets of users.

PHP Functions & Classes

The section contains PHP functions that can be used as a part of another application.

  • HTML Parser — The function parses an html page and returns the title, plain text and anchor links that it contains.
  • Image To String — A simple function that outputs image generated by PHP GD library to a string.