DOMIT! is an XML parser for PHP. It is lightweight, fast, and implements a generous subset of the DOM Level 2 specification. The primary goal of DOMIT! is to provide PHP developers with a standards-compliant means of working with XML, thus ensuring more portable and communicable code. DOMIT! is not an extension; it is written purely in PHP and should therefore run on any Web hosting platform with PHP 4 and above installed. DOMIT! requires coupling with a SAX parser. You can use either the SAXY parser that comes bundled with DOMIT! or the Expat parser that is included in most later PHP distributions.
Classes to access the information on imdb from php.
These can be used by movie databases written in php to easily add new movies with their information.
Hosting App is a tool designed to manage web hosting server. It allows you to create Virtual Hosts, manage users accounts, DNS, mail accounts etc. It also provide a control panel for hosted sites.
Powerful software to find Expired Domains. Search for onhold, expiring, pending delete, and recently expired domain names through search engine lookups, custom text and url lists, and domains lists. Expired domains with expired traffic can have huge value from link popularity. Software also allows you to filter, find whois dropped expiry and whois status. Track unlimited numbers of domains. Checks Yahoo,DMOZ, Looksmart and 8 search engines
eXite is a simple php script which allows the user to create an entire website to run from only one PHP file. The amount of virtual pages is unlimited, and the file can be altered to to allow MySQL connections, as well as customization of html, css &php. To add more pages, you simply add more else if ($pageno == " ") statements - one for each new page, and then link to each page using index.php?pageno=1 and so on.