Code collection
Some smaller scripts and code snippets (PHP/JS). These Scripts are Open Source licensed under the GNU GPL License. For more informations please refer to the files README or INSTALL enclosed to the scripts.
| Script | Description | Code | Demo/Download |
|---|---|---|---|
| Guestbook | A simple guestbook which saves the entries in a text file (no database required). Contains an admin area to edit, delete and comment the entries. | PHP | Guestbook demo guestbook.zip |
| Formmailer | A simple formmailer with possibility to attach a file to the message ans spam protection. | PHP | Formmailer demo formmailer.zip |
| CAPTCHA Class | Simple CAPTCHA Class. Can create graphical and mathematical CAPTCHAs (adding to numbers). For graphical CAPTCHAs the class requires the GD Lib and at least one TTF font. | PHP | CAPTCHA demo captcha.zip |
| Textarea | JavaScript to insert BB Code / Smilies in textareas at the curser position. Works with Firefox and IE, limited with Opera. | JS | Textarea demo code see source of demo |