parsing
xmllib
This class can parse XML documents using only PHP code. more>>
xmllib offers users a free yet powerful class which can parse XML documents using only PHP code, thus without the need for a special extension library like Expat or any other XML parsing library.
It is useful for reading configuration data or content data, that would otherwise have been placed in a database.
Client info 1.0
This PHP class can be used to retrieve information about the user browser more>>
Client info 1.0 is a useful tool which can be used to retrieve information about the user browser. The operating system and the browser type are determined by parsing the user agent string. It also returns the file name of an icon associated to the detected browser and operating system.
Requirements: PHP 3.0 or higher
phpWebhacks 1.5
This PHP class can be used to automate retrieval and processing of Web pages more>> phpWebhacks 1.5 is designed to help users easily and conveniently make retrieval and processing of Web pages automatic.
HTTP GET, POST and HEAD requests can be sent to retrieve Web pages. The class supports file uploads, HTTP authentication, HTTP and meta tag redirection and gzip compression.
It can also process the retrieved HTML pages to help extracting information to send subsequent requests like collecting cookies, extracting input values from forms, parsing meta tags.
Requirements: PHP 5.0 or higher
Private Wiki SVN
Private wiki is just like is sounds - a wiki designed for private use. It supports private pages, as well as encrypted pages thanks to the mcrypt library. It will be an open source project to be released soon. It uses the nexista framework and Text_Wiki more>> Private wiki is just like is sounds - a wiki designed for private use. It supports private pages, as well as encrypted pages thanks to the mcrypt library. It will be an open source project to be released soon. It uses the nexista framework and Text_Wiki as the parsing and rendering engine.<<less
Parse BBCode Into Textarea 1
Parses Bulletin Board Code into a textarea form element with great ease. This script will insert some BBCode where the selection is located in a textarea form field. There is also an additional function for link BBCode with prompt feature and another for more>> Parses Bulletin Board Code into a textarea form element with great ease. This script will insert some BBCode where the selection is located in a textarea form field. There is also an additional function for link BBCode with prompt feature and another for color. You may easily add more.<<less
BlueBug 1.5
Bug tracking software that is light weight, easy to use, and filled with features to improve project management and feature development. Enter your database information, hit install and your done! Now includes email notification for new tickets, more>> Bug tracking software that is light weight, easy to use, and filled with features to improve project management and feature development. Enter your database information, hit install and your done! Now includes email notification for new tickets, notification to the author when tickets are closed, and notification when tickets are assigned to a user. Updates in 1.5: Attachment support for tickets, To Do list functionality, a working API, a quick add button on the main page, filtering to show specific projects and open and closed tickets, automatic link parsing, integration with GitHub commits and ClientExec tickets, and a brand new easy to use layout!<<less
Screen Scraping (AKA Web Fetching) using ASP.NET 1
Screen Scraping, in terms of programmer means fetching data from a website into your application. To talk more technically, it is actually a way by which your application extracts data from the output of some other program. This technique is basically more>> Screen Scraping, in terms of programmer means fetching data from a website into your application. To talk more technically, it is actually a way by which your application extracts data from the output of some other program. This technique is basically making the request and parsing the response. This tutorial explains how to fetch data from a website into your application by using System.Net namespace.<<less
OgreBot IRC Bot 1.0
Originally named Ramuh, OgreBot is a project I started in 2003 when I first began with network programming. I have a fascination with text parsing so it seemed a suitable project to keep me interested. Probably a bit late, this is an "official" release, more>> Originally named Ramuh, OgreBot is a project I started in 2003 when I first began with network programming. I have a fascination with text parsing so it seemed a suitable project to keep me interested. Probably a bit late, this is an "official" release, but I dont intend to expand on it. As is, OgreBot is a solid backbone for any ones future php scripted IRC botting projects.<<less
TwitterZoid RSS Parser for Twitter 0.1
Its a rather silly name, I know; however, TwitterZoid is the chosen name of my PHP script for parsing Twitter RSS feeds. Ive been using Twitter quite steadily for a couple of weeks now and I thought it might be nice to include my latest tweets on my more>> Its a rather silly name, I know; however, TwitterZoid is the chosen name of my PHP script for parsing Twitter RSS feeds. Ive been using Twitter quite steadily for a couple of weeks now and I thought it might be nice to include my latest tweets on my blog, so I wrote TwitterZoid to do just that. TwitterZoid differs to other PHP based Twitter RSS parsers, at least the ones I tried before I wrote it, in that it will automatically link both lexicons and URLs found within individual tweets. It also tries to mimic Twitters timestamping, although this could be improved. TwitterZoid is easy to set-up and has been written to run as an include from within any PHP based page.<<less
Guesbook database on Text 1.0
This is very simple script, a TEXT BASED Guestbooks data Need only one PHP file program and one TEXT file for data, No need for MySQL database. Featured with: - Record Paging - Duplicate Entry Check - HTML Code Parsing - Long Words spliter - and more>> This is very simple script, a TEXT BASED Guestbooks data Need only one PHP file program and one TEXT file for data, No need for MySQL database. Featured with: - Record Paging - Duplicate Entry Check - HTML Code Parsing - Long Words spliter - and much more.<<less
Static Parser Engine 1.0
Static Parser Engine (SPE) is a kind of CMS for websites. It can be integrated into any static based website (the site which contents static html-pages). Recommended for SEO optimizators! Key features manage web-pages through web-interface create, more>> Static Parser Engine (SPE) is a kind of CMS for websites. It can be integrated into any static based website (the site which contents static html-pages). Recommended for SEO optimizators! Key features manage web-pages through web-interface create, edit, delete and rename files of given extensions in given folders supported edit modes: WSYIWYG for beginners aka lamers and plain-html for advanced coders configurable html-parsing template for creating new pages fully configurable through config file (can be accessed through web)<<less
kmMail 1.0b1
kmMail is an attractive, easy-to-use and powerful PHP-based webmail client. more>> kmMail 1.0b1 offers you a powerful email system which is also an attractive, easy-to-use and powerful PHP-based webmail client. IMAP/POP3 support is included, and includes search capabilities, profile support for ISPs, and the most comprehensive MIME parsing engine found in any web-mail package.<<less
XML Check 1.0
XML Check class implements methods to check if a URL or file is well-formed XML. more>> XML Check 1.0 is created as class implements methods to check if a URL or file is well-formed XML. This class implements methods to check if a URL or file is well-formed XML.If not the class supplies methods to return the error message, line number and column number. If the source is well-formed the class provides methods to return the number of elements, attributes, text_sections, size of text sections and size of the XML document. It's based on SAX so it can check huge documents without a problem.
This class can validate if a document is well-formed XML, it uses a fast parsing strategy reporting error message, error line and column number if an error is found.
Simple xml parsing 1.0.1
This simple script retrieves elements from a remote xml file encoded in ISO and displays the wanted content within a table using UTF-8 encoding. There is a live demo. more>> This simple script retrieves elements from a remote xml file encoded in ISO and displays the wanted content within a table using UTF-8 encoding. There is a live demo.<<less