Media Autoresponders Single Domain License Software Script Server requirements: 1.) Catch-all email 2.) POP3 access to email accounts 3.) MySQL (version 3.23 or higher) 4.) MYSQL database 5.) PHP (version 4.2.3 or higher) 6.) Crontab Installation And Setup Instructions: 1) Create a folder named "responder" on your web server and copy ALL files in that folder. Chmod 777 the folders 'temp' and 'media' 2) Create a new database 3) Modify the MYSQL database information using the new database you have just created in the file include/globals.php 4) Run the installer program using: http://www.yoursite.com/responder/install.php Enter your Name, Email, Username, Password and click the "Install" button. Please DO NOT forget to remove the install.php file after installation. 5) Modify the mail account username/password (main email address for domain*) in the file robot/imap_globals.php. Note: For $MailHost, the variable is usually yoursite.com. If you are unsure of your mail server, please contact your host administrator 6) Add to cron job php responder/robot/check_deliver_broadcast_messages.php once at a minute 7) Add to cron job php responder/robot/check_deliver_followup_messages.php once at one day 8) Add to cron job php responder/robot/check_instant_messages.php once at a minute If you have ability it would be better to install the check_POP3_mailbox.pl Perl-script. It has a powerful bounced email manager. The check_POP3_mailbox.pl requires the Net::POP3, DBI and DBD::mysql modules installed. You have to edit the variables inside the file: # pop3 mail server connection parameters $mailHost = "yourdomain.com"; $mailUser = "username"; $mailPassword = "password"; # Database connection parameters $dbName = "responder"; $dbUser = "responder"; $dbPass = "password"; $dbHost = "localhost"; You should upload the check_POP3_mailbox.pl file into cgi-bin folder with ASCII-text ftp-mode then set permissions (chmod) to 755. Set the cron job (point 8) as /usr/bin/perl /absolute-path/cgi-bin/check_POP3_mailbox.pl *This email address must have the ability to catch all emails received for that domain that have no address (catch all, default email address) Running The Software: Login: http://www.yoursite.com/responder/index.php