file parsing
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
HTML Parser
This is a simple PHP function that parses an html page and returns plain text and links that this page contains. You can test it online. more>> This is a simple PHP function that parses an html page and returns plain text and links that this page contains. You can test it online.<<less
INI file manager 1.0
INIzialization files are plain text files, endowed with a prescribed syntax and structure. They represent a widely used solution to store settings in Windows based systems. This class parses one such file structure and performs read/write operations. more>> INIzialization files are plain text files, endowed with a prescribed syntax and structure. They represent a widely used solution to store settings in Windows based systems. This class parses one such file structure and performs read/write operations.<<less
File Host Link Tester
This class can be used to check the presence of files in file hosting services like RapidShare, MegaUpload, etc. more>>
File Host Link Tester is designed as a useful class that can be used to check the presence of files in file hosting services like RapidShare, MegaUpload, etc.
The script verifies the given URL address and checks whether it is the download page of a file available in a file hosting service or just an ad page. If the download page URL is value, the class retrieves the download page and parses it to obtain the file size.
Currently the class supports the following file hosting services: rapidshare.com, rapidshare.de, megaupload.com, megarotic.com, megashares.com, depositfiles.com.
Requirements:
- PHP 5 or higher.
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
Cron schedule parser 1.1
If youre dependent on cron to run important tasks, youll want some kind of monitoring. This class is useful for parsing a given cron schedule to see when the cron job should have last run, so you can add monitoring to your application easily by making more>> If youre dependent on cron to run important tasks, youll want some kind of monitoring. This class is useful for parsing a given cron schedule to see when the cron job should have last run, so you can add monitoring to your application easily by making cron jobs log their events in a database and then writing a monitoring app around this class. Cron schedules can be quite complex to parse since they can involve ranges (n-n) and lists of values or ranges (n,n,n or n,n,n-n,n-n). Finally, days can be specified by calendar days or days of the week. This class supports every possibility at the moment except for weekdays specified in non-numerical format, like Mon, Tues, etc. and */2 syntax for alternation. One possible use for this class would be to write a complete PHP replacement for cron!<<less
License:LGPL
Winamp Playlist Parser 2.1
The Winamp xmlParser is a free open-source PHP script for parsing playlist files generated by Winamp into a HTML table for web publication. This new release supports both the B4S file format of Winamp 3, and the M3U format of the new Winamp 5. more>> The Winamp xmlParser is a free open-source PHP script for parsing playlist files generated by Winamp into a HTML table for web publication. This new release supports both the B4S file format of Winamp 3, and the M3U format of the new Winamp 5.<<less
Flash Xml Remoting V3.1 3.1
Flash Xml Remoting is a Component for Flash 2004 and 8 (AS2.0) that converts XML to object Arrays. Flash Xml Remoting v3.1 includes quite a few updates these include : Source code is now public. - XML can be compressed using the LZ77 Algorithim more>> Flash Xml Remoting is a Component for Flash 2004 and 8 (AS2.0) that converts XML to object Arrays. Flash Xml Remoting v3.1 includes quite a few updates these include : Source code is now public. - XML can be compressed using the LZ77 Algorithim saving almost 80% on the size of the XML data. XML can be encoded using source files from www.strille.net - Have enabled support for parsing to Flash Date type i.e. dates in the string format "2007-03-03T21:12:23.500+ 11:00" will parse to the date type. This is done by the new Date2 class included in the com folder. It allows for parsing and encoding date/times. - MXP installed version includes Flash Panel Help. The parser model is recursive and allows for the parsing of all formats of Xml. Flash Xml Remoting also hooks in with Macromedias NetDebugger Class allowing to view the parsed Xml in the NetConnection Debugger. Currently Flash Xml Remoting is free of charge t<<less
Blogger Integration
This package can be used to import a blog published in Blogger.com into another site. It uses the blog page files exported with Blogger FTP blog publish support. The class can process one or more blog more>> This package can be used to import a blog published in Blogger.com into another site. It uses the blog page files exported with Blogger FTP blog publish support. The class can process one or more blogs parsing the blog page files to extract the posts, comments, images, etc.. The processed blog pages can be rendered and published in another site with a different template. This package can also integrate imported blogs with a site published with osCommerce.<<less
Chilkat XML Parser ActiveX Component 5.1.0
XML ActiveX component for parsing and creating XML. Advanced API for XML compression, XML encryption, and handling XML binary content. Fully internationalized to handle any language / character encoding. more>> XML ActiveX component for parsing and creating XML. Advanced API for XML compression, XML encryption, and handling XML binary content. Fully internationalized to handle any language / character encoding.<<less
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
phpInsider's XMLParser 1.0
This library assists in parsing XML documents into generic PHP arrays. Also comes with RSSParser, an extension of XMLParser that creates simple RSS-specific array structures from RSS feeds. more>> This library assists in parsing XML documents into generic PHP arrays. Also comes with RSSParser, an extension of XMLParser that creates simple RSS-specific array structures from RSS feeds.<<less
Very Simple CMS 1.0
Simple, straight forward PHP powered content management. Provides special tags which can be inserted into existing HTML files to delineate areas which can then be edited with the admin script. File contents are displayed in form textareas for easy more>> Simple, straight forward PHP powered content management. Provides special tags which can be inserted into existing HTML files to delineate areas which can then be edited with the admin script. File contents are displayed in form textareas for easy editing. Line breaks are added automatically). Optionally will take plain URLs and turn them into HTML href links, also mailto links for email addresses. Similar to the perl script EditTag, but with better HTML parsing, and without the less useful features.<<less
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