Atomic Photo Album (APA) is a PHP/MySQL photo album with the following features : unlimited number of albums and photos, users and comments, automatically add and remove photos, thumbnail support, multilanguage and themes.
Dynamic MP3 Lister is a quick, easy way to share your web accessable MP3s. Just drop in the folder with the MP3s and load the page. This script will find and list them for you. Other features include: Per directory image headers, Search capabilities, MP3 streaming and MP3 information extraction for things such as playtime, bitrate, frequency and channel type. The list sorting order can be changed on the fly as well. v2.0.1 update: Fixed a bug where information for some MP3s would not be displayed, fixed urlencoding of filenames, and other minor bugfixes.
Php component is a MySql membership script that uses a data base and .htaccess. phpautomembersarea script.
It allows users to register...confirmation and password are sent to them via email. They can
then log in where they are taken to a members page. From the members page they are able to select from links to take them to other pages.
I have created a quotation page that allows members to fill out a form that they can
save and come back to to complete. This done by using cookies to remember the data stored
in the form that is filled out. You may have other usese for this other than a quotation set up.
This script mod is very usefull if you need your customer to provide a lot of information through
your web form but is unlikely they would be able to complete it in one go.
This is why I designed this script the way it is.
Once they have finshed the form they can submit it. If they leave out predefined fields an error
message will be displayed listing the fields that they have missed out. They can then go back and
fill it out and re submit it.
Once they have successfully submitted the form they are presented with a thank you page which contains their name and then redirected to what ever other web page you want. You are also sent an email confirming a new member has signed up and so is the new member.
When they submit their form you are also sent a copy of all the details in that form also.
The thank you, success and error pages are all customisable as is the email messages etc.
This mod uses the bizmail and phpautomembers area scripts plus what I put together as addons, which is what you are paying for not the free scripts.
This Address Book & Contact Organizer is a powerful PHP & MySQL based script. It is powerful enough to handle even the largest directory and allows for fast searching. You can enter in a vast amount of information about your contact and search by numerous variables including first & last names, email address, company, title, phone # or affiliation. Since it is web-based, you can access your address book anywhere you can get to a computer.
This ubb parser is about 10 times faster than ordinary preg_replace/eregi_replace ubb parser.
This parser builds a tree of input text, therefore enabeling it to correct mispellings and unclosed tags.
The script at the moment supports the most common UBB tags, which should be enough, but is also easily extendable to your wishes.
UPDATE:
* [14/02/2004]: Fixed the problem with [php] tags where
* for all array-indexes an closing tag was added.:
* ie: [php]$a[0] = 0;[/php] resulted in
* $a[0] = 0; [/0]?>