mailto cgis
Mailto 0.0.1
Mailto is a free, open source class written by Debugged Interactive Designs in PHP4 to obfuscate e-mail addresses from spam harvesters. The class lets you easily encode an entire anchor tag using ROT13 Encryption. At run-time, javascript is used to more>> Mailto is a free, open source class written by Debugged Interactive Designs in PHP4 to obfuscate e-mail addresses from spam harvesters. The class lets you easily encode an entire anchor tag using ROT13 Encryption. At run-time, javascript is used to decode the ROT13 encryption. If javascript is disabled, then the e-mail address is safely shown by reversing the e-mail address using PHP and re-reversing (versing?) it at run-time using CSS.<<less
Libswf 0.1
Libswf is a library for generating Macromedia Flash .swf files from scratch. more>>
Libswf 0.1 provides users with an open library for generating Macromedia Flash .swf files from scratch. It aims to be a framework to program CGIs to create really dynamic flash pages. It contains basics datatype handling plus a few TAG encoding methods. It is the first release.
Asswipe GB 1.0.2
Guestbooks allows you to set up your own comments page. From there, visitors can add entries to your guestbook and they will be displayed with the most recent at the top and scrolling down or vice versa. Other options include the ability to limit HTML in more>> Guestbooks allows you to set up your own comments page. From there, visitors can add entries to your guestbook and they will be displayed with the most recent at the top and scrolling down or vice versa. Other options include the ability to limit HTML in the entry, link to e-mail address with mailto tag, use a log to log entries, redirect to a different page after signing, e-mailing whenever a new entry is added and much more.<<less
Guestbook Application 2.3.1
Guestbook Application is a small but efficient program that actually allows you to set up your own comments page. more>>
Guestbook Application 2.3.1 is a small but efficient program that actually allows you to set up your own comments page. From there, visitors can add entries to your guestbook and they will be displayed with the most recent at the top and scrolling down or vice versa.
Other options include the ability to limit HTML in the entry, link to e-mail address with mailto tag, use a log to log entries, redirect to a different page after signing, e-mailing whenever a new entry is added and much more.
Enhancements: 10/29/95
- Took out all references to $server, which were accidentally left in version 2.3.
- Added an option to let you change line breaks in comment field to
's in html doc. - Added several die routines.
Hazard Mail Link 1.0
One of my sites email address used to get lots of spam because of a mailto link displayed at the site. To get around the problem, I changed the email address as well as used the script instead of the mailto link. When the script is called it calls the more>> One of my sites email address used to get lots of spam because of a mailto link displayed at the site. To get around the problem, I changed the email address as well as used the script instead of the mailto link. When the script is called it calls the link "mailto: you@yoursite.com". It basically redirects to the mailto link. Once the, mailto link is called, it redirects to the previous page. This script uses a combination of PHP and JavaScript. Based on code by DBG Consulting (www.etherwiz.com)<<less
GuestBookXL (No database, flatfile) 2.3
This simple guestbook makes it possible to store messages from users. It stores the name, Email address (when given) as a mailto link and the message itself. It has 30 smileys at this moment, but other smileys are easilly added to this collection. It more>> This simple guestbook makes it possible to store messages from users. It stores the name, Email address (when given) as a mailto link and the message itself. It has 30 smileys at this moment, but other smileys are easilly added to this collection. It uses a simple CSS stylesheet which is easily modified to your own needs. It renders a valid HTML 4.01 STRICT guestbook with valid CSS2. This script contains line breaking (if words are too long) but smileycode is kept in tact. Also its not possible to use/add scripts (javascript / php) in this guestbook, reducing SPAM and more unwanted effects.<<less
Very Simple CMS 1.0
Simple, straight forward PHP powered content management. Provides special tags which can be inserted into existing HTML files to delineate areas which can then be edited with the admin script. File contents are displayed in form textareas for easy more>> Simple, straight forward PHP powered content management. Provides special tags which can be inserted into existing HTML files to delineate areas which can then be edited with the admin script. File contents are displayed in form textareas for easy editing. Line breaks are added automatically). Optionally will take plain URLs and turn them into HTML href links, also mailto links for email addresses. Similar to the perl script EditTag, but with better HTML parsing, and without the less useful features.<<less
Spider WebMaster Tools
Spiders Wizards contains over 50 free JavaScript code generators and snippets laid out in a question and answer type format. Little knowledge of the JavaScript language is required. Generators include: Auto PopUnder, Auto PopUp, Banner Rotator, Button more>> Spiders Wizards contains over 50 free JavaScript code generators and snippets laid out in a question and answer type format. Little knowledge of the JavaScript language is required. Generators include: Auto PopUnder, Auto PopUp, Banner Rotator, Button Generator, Color Charts, Countdown Script, DIV Scrollbars, DHTML Drop Down Menu, JavaScript Drop Down Menu, FAQs Page, Shadow Effects, I-Frames, Link Cloaker, Link Maker, Link PopUp, Mailto: Tags, Meta Tags Generator, Image Rollover Effects, No Spam Email Links, HTML Page Borders, Page Transition Effects, Random Text, Custom ScrollBars, Table Maker, Teletype Text, Text Scroller, and more!<<less
Safermail 0.71
Basically, it does the same work that a mailto: HREF would do but does it without exposing the email address to spammers. It checks if a web browser has requested the email address in keeping with several rules. If those rules are satisfied, it redirects more>> Basically, it does the same work that a mailto: HREF would do but does it without exposing the email address to spammers. It checks if a web browser has requested the email address in keeping with several rules. If those rules are satisfied, it redirects the user to their mail client. ASP.NET Version Features: Allows mailto links that are not exposed to robots. C#/Access2003 driven. Easy set-up.<<less
License:GPL
Fake Cron 1.0
If you want some CGIs on your site to run automatically at certain times, and you dont have access to Cron, then this CGI will help you by imitating Cron. You just need to load the CGI in an image tag (instructions provided with script) on a page of more>> If you want some CGIs on your site to run automatically at certain times, and you dont have access to Cron, then this CGI will help you by imitating Cron. You just need to load the CGI in an image tag (instructions provided with script) on a page of your site that is visited at least once a minute. Fake Cron will still run CGIs that it missed, so its not that bad if wasnt run for more than 1 minute. The LWP:UserAgent Module is required (most servers already have this, if not, ask your web host to install it).<<less
Dr.Quek's notes on Perl
This page is designed to help novice programmers learn the Perl programming language and will get you started with cgi scripting.Specifically, its designed to help them learn enough to customize cgi script with a little perl knowledge.This tutorial will more>> This page is designed to help novice programmers learn the Perl programming language and will get you started with cgi scripting.Specifically, its designed to help them learn enough to customize cgi script with a little perl knowledge.This tutorial will walk you through the basics of creating CGIs with Perl.<<less
Dr.Queks notes on Perl
This page is designed to help novice programmers learn the Perl programming language and will get you started with cgi scripting.Specifically, its designed to help them learn enough to customize cgi s more>> This page is designed to help novice programmers learn the Perl programming language and will get you started with cgi scripting.Specifically, its designed to help them learn enough to customize cgi script with a little perl knowledge.This tutorial will walk you through the basics of creating CGIs with Perl.<<less
Viewfinder Feedback Form 0.9
A simple script to allow you to use a feedback form on your site. All you need is PHP and you stop using the mailto links, which every spammer looks for. more>> A simple script to allow you to use a feedback form on your site. All you need is PHP and you stop using the mailto links, which every spammer looks for.<<less
Joe2Torials Comments 1.0
- Admin Section with Cookie [Remember Me] support. - Ability to delete an individual record. - Ability to delete all records at once. - Webmail & Email check. To display a URL or a mailto: link. - Empty field check. - Storage of each users IP more>> - Admin Section with Cookie [Remember Me] support. - Ability to delete an individual record. - Ability to delete all records at once. - Webmail & Email check. To display a URL or a mailto: link. - Empty field check. - Storage of each users IP address when posting a comment. - Paginator. In config.php you will find $per_page = 10; Change this number to the amount of records you wish to be seen on your page before the script creates a new page. - First, Previous, Next and Last page jumps. Easy links to different pages of comments. - rel="nofollow" to stop spammers from getting credits in search engine rankings.<<less
License:Freeware
BAD HARVEST Spam Protection Beta
BAD HARVEST is a form-mail CGI script designed to be called from links similar to "mailto:...". It helps you to hide email addresses from "harvesters" (automated email-address collectors) while still providing a convenient way for your visitors to more>> BAD HARVEST is a form-mail CGI script designed to be called from links similar to "mailto:...". It helps you to hide email addresses from "harvesters" (automated email-address collectors) while still providing a convenient way for your visitors to contact you. It does not rely on JavaScript or PHP and works in every browser down to text browsers.<<less
- Page: 1 of 2
- 1
- 2