FakeTP

Visit our advertisers! In 2006-2007 I barely had revenue to cover the $9 domain registration!


Tools/Code:

Don't want to donate? Then at least visit our advertisers' links!

I barely get enough revenue to cover the annual $9 domain registration!

FeedMe

Here is a quick and easy script that can be used to put a feedback form on your site. I made this after having a FormMail script from Matt Wright get abused by spammers. Take a look at FeedMe (zip) || FeedMe (txt) (now in version 0.11). Installation instructions are in the code.

Things to Think About

  • Even though the script can create the form itself, this isn't good from a performance standpoint. You can run the script once, get the form, then copy its HTML to use on your page.
  • If you have a .shtml page on your site onto which you want to put a form, you can do it by simply including this: <!--#exec cgi="feedme.cgi"-->
  • You can use your own stylesheet, header, and footer for customization.
  • You will get an error if you specify the $def_from variable without escaping the @ symbol in the address. Read the comments in the code.

Screenshot

^ Use the auto-generated form or customize your own. The early version of this script doesn't support additional fields unless you dig into the code.