txt Series

Originally written by txtbox.

return to desbest portfolio.

txtAuth

Protect pages without having to mess around with .htaccess or complicated scripts. txtAuth allows you to protect individual pages with their own login details and custom descriptive text. It also supports "remember-me" cookies. Requires PHP4

features

Download from gitlab

changelog

v1.0 [04-10-11]
   - First release

txtHit

txtHit is a simple but versatile textfile-based hit counter that is installed with just one line of code. It is designed to work on multiple pages without needing individual setup. It comes with a report page which provides an easy way to see hit counts for all pages. Requires PHP4; ability to CHMOD.

features

Download from gitlab

changelog

v1.0 [04-10-11]
   - First release

txtList

txtList is a no-frills mailing list system that is quick and easy t-o put on your site and just as easy to work with. It stores its address list in a text file, so no database is required. Despite its simplicity, it can handle thousands of email addresses. Use it to send out a site newsletter or other forms of notification email. Requires PHP4, ability to CHMOD.

features

Download from gitlab

changelog

v1.5 r1 [04-06-28]
   - Fixed the 'From' address problem, and sending headers in general

v1.5 [04-06-20]
   - Added email archiving ability.
   - Added failed send resume feature.
   - Improved subscriber list page.
   - Added basic template support for subscription pages.

v1.1 r1 [24-05-09]
   - Fixed the mail format checking (thanks Justin!)

v1.1 [17-05-09]
   - Fixed the 'headers already sent' problem on unsubscribe.
   - Added a couple of mail headers to improve compatibility.

v1.0 [04-05-09]
   - First release

txtMailer

txtMailer is a simple email form processor. It makes it easy to receive feedback or survey reponses from your visitors without having to display your email address. Includes an example form, and JavaScript validation to prevent blank emails and invalid email addresses being sent. Requires PHP4.

features

Download from gitlab

changelog

v5.0
   - Ajax support, confirmation email..

v4.0
   - Enable javascript alert once email is sent.

v3.0
   - Error handling, bold formatting, stating sender email in body, tidier code.

v2.0
   - Now supports any fields, plus overriding of the defaults.

v1.0 [04-10-11]
   - First release

txtShout

It shares some of its code with the more advanced, hosted cbox.

features

Download from gitlab

changelog

v1.3 [04-06-24]
   - Integrated new txtDB library (!), which offers much greater power and reliability.
   - Added auto-prune and auto-optimise (as offered by txtDB).
   - Added length validation for the message input textarea.
   - Wrote new example.html.
   Thanks Bruno for considerable time spent testing this version!

v1.2 r2 [04-06-17]
   - Revised the textfile-db functions a little to improve them.

v1.2 r1 [04-05-24]
   - Added string length checking (doh!)

v1.2 [04-05-09]
   - Fixed a few small bugs.

v1.1 [04-04-14]
   - Record format made tab-delimited, which is basically much better.
   - Prev / next buttons are placed more logically.

v1.0 [04-04-10]
   - First release