Phplite Poll is an easy to use script that allows you to create and manage polls, and get that all important feedback from your users. The script allows you to create unlimited number of polls with upto 10 answer options. It comes with an easy to use Administration panel, which allows you to customize colors and size, view poll archives aswelll as the results of the current active poll. Note: The Updated Version get rids of the earlier bugs.
BlogSpot is a small piece of software which you can use as your online diary, blogger, and/or news system. It offers a control panel in which you can add or edit your messages and change your layout and other configuration settings.
aviinfo() returns basic information about an avi video file. Data returned is:
video: scale (duration of a frame), rate (framerate relative to scale), framerate, # of frames, resolution, aspect ratio, 4cc code, codec
audio: codec, format code, # of channels, mode, bitrate, samplerate Hacked off of aviinfo.pm from openftpd.
Thanks to Eric le Bihen for sending the source back to me. The download is availiable again.
A simple ad rotation program written in php, which uses a simple text file to revolve your ads. You can use this script to rotate any thing, all you have to do is place the contents in a text file (the content in the text file will be seperated by ~ sign) the script imports the contents of the file and saves it into an array by seperating the contents by "~" sign you put. then a randon number is choosen and array[random number] is displayed on the site.