Code junkies apply here
To the right you'll find open source code (i.e. free) for
several scripts that we use or have used in the past, as well as
other useful coding references. Feel free to
download and modify for your own use. Most require PHP 4 or higher
installed on your web server. If you use them we'd love to
see your final result, so contact
us and include a link.
|

Random Image
Generates a random image each time the page is refreshed. Images
should be the same dimensions otherwise they will distort to fit the
specified height and width attributes.
|

Shoutbox 2.34
Also known as a Tagboard. Allows visitors to your site to
post short, quick messages, similar to a 'mini' guestbook. This version is
based on the (now abandoned) Webfroot 2.33 version, with the 'javascript exploit' fix,
IP Banning, CSS Preview fix, expanded.php renamed, and mouseover status added by me.
|
|

Event
Manager 1.01
Event Manager is a simple web interface script to keep a
list of events on your band or other organization's site. Currently
featured on my BlueNite Productions site.
|

phpUpload 1.01
Allows visitors to upload files to a specific folder on your
server. Ajustable file size limit, time stamping, IP tracking, and
email notification when a file is uploaded.
|
|
For assistance using any of these scripts, please
contact us and be as specific as possible.
|

phpContact
1.02
This is a PHP-based form that allows visitors to conact your from a
form on your website, It also hides your email address
from snooping spambots. Similar to FormMail but much more secure.
Includes custom validation, error, and thank-you pages.
|

HTML Special Characters
Not a script, but rather a list of HTML special characters,
and their corresponding numerical codes. Ever wonder how to do
these? © Ü ¢
|

IP
Hits
This is a simple PHP-based page counter that tracks 'unique' hits by
IP address. Implementation is as simple as writing an include
statement in each page you want to track. Writes data to a flat text
file. Instructions are located in the PHP source file.
|

Popup
Ever wonder how popups work? This tutorial includes basic javascript
for creating links to popup windows - the kind a visitor request,
NOT the uncontrollable popups that everyone hates!
|