
PC MinderMate Documentation
PC MinderMate Documentation
*
Description
*
Features
*
Installation
*
Path to Perl
*
Configuration
*
Uploading
*
Running
*
Administration
*
Users
*
Description
MinderMate is the perfect solution for those wishing to run their own online reminder service. This script allows users to signup and add their own reminders all via a simple web interface.
Features
Simple User signup.
Unlimited reminders per user.
Password protection and emailed password reminders.
Full administration area.
Admin can remove unwanted users.
Send bulk email to all users.
Installation
Path to Perl
#!/usr/bin/perl
- The script uses the most common path to Perl however if the script doesn’t run for you, you may have to change the first line of each cgi and pm file.
Configuration
- The Configs.pm file contains several variables that will need editing before the script will run on your server.
- $scriptdir = "/home/user/html/mindermate";
Enter the full server path to the mindermate script files.
- $scriptdirurl = "http://www.yourdomain.com/mindermate";
This is the URL to the path specified above.
Set this to the name you’d like to call your reminder service.
- $sitemail = "mindermate\@yourdomain.com";
Enter an email address to be used for reply address to all emails sent from the script. Remember @ must be preceeded by a slash to make \@.
- $mailsubject = "Your email reminder from MinderMate";
Set the subject you’d like on reminder emails.
- $sendmail = "/usr/sbin/sendmail";
Enter your path to sendmail.
This is the password that the admin user needs to gain access.
- Customise any template files to setup your own look and feel for the site. Also edit the mail templates to customise how your reminder emails will appear.
- Edit the paths and email address contained in the crontab.txt file, then from a telnet session run the following command to automate the script.
crontab crontab.txt
This will cause the script to run automatically every 15 minutes.
Uploading
Create a directory for the script on your server, which must have CGI access.
Upload all files in ASCII mode.
CHMOD .CGI and .PM files to 755.
CHMOD your passwd and users directories to 777.
Running
Administration
To open the administration script simply point your web-browser to the admin.cgi file and login with the username "admin" and the password you specified in Configs.pm.
From here you can View, Edit and Delete users, or send bulk email to all users of the system.
Users
For a surfer to create a new reminder account first they must visit signup.cgi this will allow them to create an account in which they can create multiple reminder notices. Next they will be sent to login.cgi where they can access the administration menu and View, Add, Delete and Edit reminders as well as change their email address in the system.
 |
Proud suppliers of perl cgi and php applications created from the webmasters point of view. PerlCoders supplies top quality CGI scripts at membership warehouse prices every day. This is the only webmaster resource you need to build traffic and add interactive content to any website.
Need custom programming or website development? We do it all. Just use our contact form and let us know what you need.
|
|
Perlcoders.com - Copyright © 2003 by PerlCoders Group
Privacy policy
Licensing policy
Site Usage Terms
|
|
|
 |
|
|
 |
 |
Right now get access at a special rate of only $160 which includes more than 156 of our top quality CGI scripts and get deep discounts on many others. You also get full access to our members area which is slam packed with webmaster goodies.
· Read more...

|
|
|
|
|
|
|
 |
|
 |
|
|