Software Listing of Author : "Tpcs"
- Anti spammer/spambot email display
- License: Freeware
- Price: 0.00


Everybody hates spam! So if you need to post your email address on your website you need this script. This Javascript will break up the details of your email address and make it harder for spambots to harvest your email.
- Platform: JavaScript, Scripts
- Auto centering DHTML pop up window
- License: Freeware
- Price: 0.00


This auto centering window Javascript will open a window (DHTML) and keep that pop up window centered on the visitors page.
- Platform: JavaScript, Scripts
- No Right Click version 2
- License: Freeware
- Price: 0.00


here are many reasons you might want to disable the right click function within your webpages. Maybe you want to try and protect your images or source code etc... A javascript that can stop your visitors from right clicking on your webpages is quite helpful. This no right click javascript will open an auto centering alert box providing a message to the visitor.
- Platform: JavaScript, Scripts
- Photo / Image / Pic of the day
- License: Freeware
- Price: 0.00


This PHP image of the day program will display an image based on the day of month. If you only have 6 photos in the image folder and it is past the 6th of the month, the code will display a random photo each day until the first of next month. The program will swap / change the image daily.
- Platform: PHP, Scripts
- Refresh / Reload page once
- License: Freeware
- Price: 0.00


Sometimes you need for a web document to instantly reload itself but only once. This Javascript does just that. As soon as the page loads it will refresh / reload once. This script will append ?reloaded=true to the page it reloads. If this is manually changed in browser it will continually reload the page.
- Platform: JavaScript, Scripts
- TPCS Contact - email form
- License: Freeware
- Price: 0.00


This PHP contact form program will allow your visitors to contact you via a web form. It will send the results to you in an email. This code does some basic input bounds checks (email address validation etc...) and is easy to set up and configure. This code also has the option to do domain validation to help avoid misuse by spammers. This program will send you the visitors IP address in the letter. This version has the option to log the IP addresses of anyone who attempts to access the form from anywhere other than your domain to a HTML log file. You just use a simple link to view the IP log file. Also this version has the option to notify you via email if someone attempts to use the form from outside your domain. You can also choose to send HTML or plain text mail. This code has the log-in form on a separate HTML file so it is easier...
- Platform: PHP, Scripts
- TPCS Guestbook
- License: Freeware
- Price: 0.00


Guestbook programs are very popular now days. It is a nice feature for your visitors to be able to leave messages to you or other visitors. This PHP guestbook program will allow your visitors to leave their two cents on your web page. It has a number of customizable features to suit almost any sites design. This PHP guestbook program was recently updated to allow for the usage of an anti spammer security feature; the visitor must now enter a random number in order to post message.
- Platform: PHP, Scripts
- View once with time limit
- License: Freeware
- Price: 0.00


You can use this view only once PHP program along with your current PHP log-in program. This code will allow you to restrict access to a particular file. The user can view the resource only once within a pre-set amount of time. The username, password, date and the users IP address are written to a logfile. The code compares the username and password combinations for a match and determines if the alloted time limit has expired. If all is well the function returns back to your actual log-in program. There is a few configuration options like if you want to be notified if the user attempts to log-in a second time. The ipLogFile.txt file will need to have writable permissions in order for the program to write the users data to the logfile.
- Platform: PHP, Scripts