ini
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
ABG_IniParser 1.1.2
ABG_IniParser A PHP 4 script to handle INI type files - Multi-dimensional array to hold structure - Full check of file access (existence & writability) - Check of Section/Item existance with optionnal bypass more>> ABG_IniParser A PHP 4 script to handle INI type files - Multi-dimensional array to hold structure - Full check of file access (existence & writability) - Check of Section/Item existance with optionnal bypass - Create Section / Item if not existant - Comprehensive disgnostic of errors<<less
JSession
his is a secure session library that allows you to store all session information in a mysql database. Timeout functionality is also built-in, so you don?t have have access to php.ini. more>> his is a secure session library that allows you to store all session information in a mysql database. Timeout functionality is also built-in, so you don?t have have access to php.ini.<<less
Prime numbers 1.2
This is a great script if you want to calculate the prime numbers. The script is extremely fast and can calculate any prime number. Depending on your settings in php.ini this script can run for ever and calculate every possible prime number. This code more>> This is a great script if you want to calculate the prime numbers. The script is extremely fast and can calculate any prime number. Depending on your settings in php.ini this script can run for ever and calculate every possible prime number. This code can be easy modified for generating passwords or other security features.<<less
License:Free for non-commercial use

TreeLine 1.1.8
TreeLine is the right solution when you have lots of sticky notes lying around with various useful information jotted down or many lists of books, movies, website logins, personal contacts, or things to do but you can not find them when you need them. more>>
TreeLine 1.1.8 is the right solution when you have lots of sticky notes lying around with various useful information jotted down or many lists of books, movies, website logins, personal contacts, or things to do but you can not find them when you need them.
Some would call TreeLine an Outliner, others would call it a PIM. Basically, it just stores almost any kind of information. A tree structure makes it easy to keep things organized. And each node in the tree can contain several fields, forming a mini-database. The output format for each node can be defined, and the output can be shown on the screen, printed, or exported to html.
Major Features:
- General
- Stores almost any type of information, including plain text, HTML, numbers, dates, times, booleans, URLs, etc.
- The tree structure helps keep things organized.
- Each node can have several fields that form a mini-database.
- Several node types, with different sets of fields, can be included in one file.
- The node format, including fields, output lines and tree-view icon, can be defined for each node type.
- Views
- The left-hand view defaults to a tree view but can show a flat list of descendants of the current node.
- The left flat view also shows the results of filtering operations.
- The right-hand view can show one of three views - for showing output, editing node data and editing node titles.
- The right-hand view is normally split to show data from the parent node and its children.
- If multiple nodes are selected, the right-hand view shows all of their data.
- The output view can be set to show indented output from all descendant nodes.
- Navigation
- There is a quick incremental search command to find a matching node title.
- There is a find command that searches through all node data.
- Previous and next selection commands toggle selections to quickly move between parts of the tree.
- Formatting
- The dialog for data type configuration has several tabs to easily set all type, field and output parameters.
- Formatting information can be copied from another TreeLine file.
- File Handling
- Undo and redo commands are available for all modifying operations.
- TreeLine files are XML by default, but there are options for automatically compressing or encrypting the files.
- Document templates for new files are preformatted to cover basic needs.
- The formatted output can be printed with parent/child lines and headers and footers.
- File Import and Export
- The data can be exported to HTML.
- An XSLT file can be exported to work with the XML TreeLine files.
- Tab-delimited tables and tab-indented text files can be imported and exported. Plain text files and Treepad files can be imported.
- Mozilla and XBEL format bookmark files can be imported and exported.
- Generic XML files can be imported and exported, allowing TreeLine to function as a crude XML editor.
- ODF text documents can be imported and exported as outlines.
- Batch file conversions can be done from a command line interface.
- Linking Objects
- Clicking on URL fields in the output view opens the link in an external web browser.
- There are internal link fields that select another node based on a reference or a keyword.
- An executable link can run an external program or open a file when clicked.
- Data Manipulation
- There are several sorting options.
- The nodes can be filtered.
- A node's icon and output format can be changed conditionally based on its data.
- Text data can be spell checked (requires an external program - see the System Requirements section).
- Data can be automatically arranged using either parent references or categories from data fields.
- There is an outline numbering feature.
- Customization
- There are many options for customizing both general and file-based attributes.
- There are editors for keyboard shortcuts and toolbar commands.
- The user interface and documentation are available in English, French and German.
Enhancements:
- Notes:
-
- This is an unstable development snapshot. It probably contains bugs. Testing and bug reports are appreciated, but the stable release (TreeLine 1.0.x) should be used for critical work.
- The documentation and GUI translations have not been updated.
- On Linux, running TreeLine requires Qt version 4.1 or higher and PyQt version 4.0 or higher. Binary packages are not yet available for these libraries in some distributions.
- If you've installed previous development releases, it is recommended that you delete the old configuration file ("~/.treeline-1.1/treelinerc" on Linux, "Documents and SettingsApplication Databellztreeline-1.1treeline.ini" on Windows) before running this release.
- Updates:
-
- Translation of ODF text documents has been added to the command line batch processing options.
- The environment variable LC_MESSAGES is now checked before the LANG variable to determine the user's preferred language.
- Bug Fixes:
-
- Problems writing the options file when there are Unicode characters in the username have been fixed.
- Various minor bugs in Unicode handling have been fixed.
Requirements:
- The stable version of TreeLine (1.2.x) requires the following libraries and programs: Qt (Version 4.1 or higher)
-
- Python (Version 2.4, 2.5 or 2.6)
- PyQt (Version 4.0 or higher - see Riverbank for more information)
- An XML parser is required, such as the expat library or the PyXML package
- If spell checking capability is desired, either the aspell (preferred) or ispell programs are required (these are packaged with most distributions)
- If the above libraries aren't available or for translations not yet available in Version 1.2.x, Version 1.0.2 requires: Qt Version 2.3 or Version 3.x
-
- Python Version 2.3 or higher
- PyQt Version 2.4 or higher (see Riverbank for more information)
- An XML parser is required, such as the expat library or the PyXML package
- If spell checking capability is desired, either the aspell (preferred) or ispell programs are required (these are packaged with most distributions)
Smileys 0.81
A simple class that looks for smiley tags in a text files and replaces them with user defined images. The images and smiley tags are defined in a .ini file. more>> A simple class that looks for smiley tags in a text files and replaces them with user defined images. The images and smiley tags are defined in a .ini file.<<less
kpScript 2
Flatfile CMS based on joomla visual look more>>
kpScript 2 is a powerful content management tool which is based on the visual presentation of Joomla! It uses flatfiles instead of a database, making it ideal for someone who just wants to set up something small. It has an administrative backend that will let you upload files, manage articles/posts, plus more is being added daily.
An image gallery script is included, provided by Saurdo (look it up, its pretty nice). Also included is a shoutbox and RSS feed support, allowing you to link to and show the first five articles of any RSS feed on your main page. All you need is a web server and php5. *You need to have extension=php_gd2.dll set in your php.ini*
<<lessgeneric PHP plugin config system
With just a little comment block following the new PHP plugin standard, ordinary PHP scripts are turned into manageable modules. This admin interface in particular allows to enable and disable plugins more>> With just a little comment block following the new PHP plugin standard, ordinary PHP scripts are turned into manageable modules. This admin interface in particular allows to enable and disable plugins online or to set any of the easily defined options. It saves plugin loading commands and variable/constant assignments into a simple config.php (which never gets overwritten, but non-destructively edited). Using this config.php script to load associated web project / cms / portal script modules is of course much faster and more straightforward than INI files or holding configuration data in a SQL table.<<less
Upload-Point 1.61 Beta
This is a very simple to use php upload script with advanced password protection. It is designed to be as "plug-n-play" as possible. You do not have to do anything except upload the script, although there are a few options you can easily enable/disable more>> This is a very simple to use php upload script with advanced password protection. It is designed to be as "plug-n-play" as possible. You do not have to do anything except upload the script, although there are a few options you can easily enable/disable with a browser-based options page. The script allows the uploading of any file and a listing of the files. The files can be renamed or deleted. There is an option to create a custom php.ini file to override the servers default upload size limit. The included password protection is a CHAP system based on md5.js. Available in English .:. Deutsch .:. Espanol .:. Greek .:. Nederlands .:. Turkish .:. Chinese<<less
How to install PHP5 on Windows with Apache
This article is a quick guide to getting PHP 5 running on your Windows machine (be it Windows 98/Me or Windows NT/2000/XP/2003). Note! We advise you remove all files like php.ini and PHP related DLLs more>> This article is a quick guide to getting PHP 5 running on your Windows machine (be it Windows 98/Me or Windows NT/2000/XP/2003). Note! We advise you remove all files like php.ini and PHP related DLLs from the Windows SYSTEM folder before moving on with a new PHP installation.<<less
ReMailer 0.1
Using this tool you can plan in Scheduled Tasks to extract from an Access database using a command passed SQL string and send a notification email to those who have been extracted. Example. Do you want to give to your customers or website visitors a way more>> Using this tool you can plan in Scheduled Tasks to extract from an Access database using a command passed SQL string and send a notification email to those who have been extracted. Example. Do you want to give to your customers or website visitors a way to schedule appointements and plans, this tool can browse your database an search for appointments set and send an email. The tool uses both .ini file and command line parameters and can be easily customize to run via command line.<<less
WS_FTP Password Reminder 1.0
WS_FTP Password Reminder is a free utility to decode WS_FTP passwords from WS_FTP.ini files on Windows 2000. WS_FTP, WS_FTP LE. It is available as a HTML Application (.hta) or as an online tool. WS_FTP Password Reminder is written in VBScript and more>> WS_FTP Password Reminder is a free utility to decode WS_FTP passwords from WS_FTP.ini files on Windows 2000. WS_FTP, WS_FTP LE. It is available as a HTML Application (.hta) or as an online tool. WS_FTP Password Reminder is written in VBScript and JavaScript.<<less
Office2PDF Batch Converter 2
Office2PDF is a small batch converter for Microsoft Office Documents like Word, Excel and Powerpoint. This Document types will be converted to the popular PDF format. Conversion settings like ghostscript path, ghostscript options, postscript printer more>> Office2PDF is a small batch converter for Microsoft Office Documents like Word, Excel and Powerpoint. This Document types will be converted to the popular PDF format. Conversion settings like ghostscript path, ghostscript options, postscript printer name, output directory and more can be set in a configuration file config.ini. After simply executing the office2pdf.exe all documents in the specified directory will be converted to PDF. The converted documents can be found in a subdirectory pdf-out.<<less
PHP contactMe 2.3
This script will allow your visitors to contact you via a web form. It will send the results to you in an email. This script does some basic input bounds checks (email address validation etc...) and is easy to set up and configure! This script also has more>> This script will allow your visitors to contact you via a web form. It will send the results to you in an email. This script does some basic input bounds checks (email address validation etc...) and is easy to set up and configure! This script also has the option to do domain checking to help avoid misuse by spammers. This script will also send you the senders IP address in the letter. NOTE: Whats new with this version: This version has the option to log the IP addresses of anyone who attempts to access the form from anywhere other than your domain to a HTML log file. You just use a simple link to view the IP log file. Also this version has the option to notify you via email if someone attempts to use the form from outside your domain. Whats new: I added some code to help the script run correctly with registar globals turned off in your php.ini file.<<less
AlstraSoft Keyword Suggestion Tool Pro
Keyword Suggestion Tool Pro allows your visitors to search for keywords based on countries that were searched on Overture search engine. Export search results to 5 different formats: TXT, XML, INI, XL more>> Keyword Suggestion Tool Pro allows your visitors to search for keywords based on countries that were searched on Overture search engine. Export search results to 5 different formats: TXT, XML, INI, XLS or CSV. Great for finding out how many people search for your business related keywords and your competitors products as well as searching for new keyword buying ideas for your PPC campaigns.<<less
- Page: 1 of 2
- 1
- 2