PHPFootball 2.1 Modifications and Additions

August 25, 2007

 

 

New Programs:

 

*      updatesmtp.php – Program to update variables table with new entries for SMTP mail support. Must be run if not installing from scratch.

*      massmailsmtp.php – Program to send SMTP mail for reminders, weekly winners and custom messages.

*      class.phpmail.php – PHP mail class functions for SMTP

*      class.smtp.php – PHP additional SMTP functions

*      verificationimage.php – Program called from contact to support CAPTCHA validation (image validation) to stop SPAM.

*      emailpicks.php – Program to email picks to users using SMTP or PHP mail.

 

 

Changed Programs: click on program name to see changes between version 2.0 and 2.1

 

*      autospreads.php – Modified for easier access to updating spreads.

*      contact.php – Modified to support CAPTCHA image validation to stop SPAM

*      cronupdate.php – Modified to reflect actual scores that had been posted to database.

*      entry.php – Modified to support SMTP mail operations

*      football.class.php – Modified to support SMTP and removal of emailing picks to users and FireFox ticker support and other minor fixes.

*      header.php - Modified to support FireFox browser for the news ticker

*      Install.php – Modified to include the new SMTP variables in the database variables table.

*      massmail.php - Modified to allow for SMTP support using massmailsmtp.php called from reminder.php

*      menu.php - Modified to restore autoscores and show current game status.

*      register.php – Modified added additional validation.

*      reminder.php – Modified to support SMTP mail will now call either massmail.php (PHP mail) or massmailsmtp.php (SMTP mail)

*      results.php – Modified to clean up display and fix some minor errors.

*      sendmail.php – Modified for better performance.

*      showgamestat.php – Modified to show actual scores that had been posted.

*      variables.php – Modified to add SMTP entries to the variables table.

*      Check UseSMTP variable to use SMTP to mail users (default is PHP mail) following only required if using SMTP

*      Enter SMTP host name. i.e. mail.smtp.com

*      Enter SMTP user ID

*      Enter SMTP user Password

*      who_online.php – Modified to add a button to clear the online table if any stuck entries.