|
Show your love!
|
 |
Email Feedback Form 
- Description:
- This is a basic feedback form module. It displays a form for sending feedback to the site owner. All fields are required and a little testing is done to make sure the email address is valid. If the form is valid, email is sent to the addresses you choose. You can use either PHP's internal mail function for delivery of the mail or you can define an SMTP server for sending the mail. Leave the smtp server variable blank to use PHP's internal mail function.
The module is "multilingual" and includes language files for American English and Spanish (Spain). To add a language file, name it _lang_(two-letter-code) and drop it into the circuit. You may also need to set $dmt_feedback['lang'] to the value of whatever language variable you use to specify the current language.
The module sends text-only email, no HTML and no attachments.
This is the same code we use on our web site (with some minor modifications - integration with our hosted content management system) and you can preview its functionality here: http://www.clevernet.biz/?fa=feedback.main
- Version:
- 1.0
- Submitted Date:
- 2006/9/6
- Downloads:
- 1022
- File Size:
- 1.93 KB
- Supported Platforms:
- PHP Fusebox
- Home Page:
- http://www.clevernet.biz/fusebox-feedback-module.htm
- Rating: :
- 0.00 (0 votes)
TedMasterWeb Devnotes 
- Description:
- Devnotes is a 'web page annotation' system that allows visitors to comment on individual pages. if you've ever used macromedia's "live notes", you have an idea of what it is.
Devnotes was originally developed by someone else (please help me here... I can't remember who the original developer was... Hal Helms?).
This version has NO SECURITY and NO WARRENTY OR GUARANTEE is provided. You can use this software AT YOUR OWN RISK - INCLUDING THE RISK OF DELETING EVERYTHING ON YOUR HARD DRIVE (just covering my butt).
Inside the archive you will find a sample index file. You can use the system by auto-including the index file at the end of every request (or include it elsewhere in your page).
The system does not a require a connection to a database. All data is stored in XML files in the "datafiles" folder. The "key" for each page is the basename of the page (see pathinfo() function for a definition of the basename), but the system also tracks the folder hierarchy so you can have pages with duplicate names, but in different directories and the system will keep track of which comments go with which pages.
This is very much a beta and is quite installation sensitive. For example, it will not work with a stock Fedora Core 3 installation (that configuration is missing the Sablotron extension). It will probably also not work with PHP 5 since that extension has been dropped in favor of a more general xsl extension.
MAKE SURE YOUR WEB SERVER IS ABLE TO WRITE FILES TO YOUR DATAFILES DIRECTORY.
Feel free to send feedback. I'll be happy to try and provide updates if you find bugs I can duplicate and fix.
- Version:
- 1.0 Beta
- Submitted Date:
- 2005/11/22
- Downloads:
- 1478
- File Size:
- 49.50 KB
- Supported Platforms:
- PHP
- Home Page:
- Rating: :
- 0.00 (0 votes)
|
|