Notes: All files in this directory are to go into the following path: - "http://www.checkerspotmagazine.ca/raiseagreenroof/" If they are put anywhere else they WILL NOT WORK as expected. The server that these files reside on has to have a SMTP server up and running and PHP version 5 or greater must be installed and configured to send mail. ###################################################################################### The file "emailActionURL.txt" has the following line of code: &emailActionURL=http://www.checkerspotmagazine.ca/raiseagreenroof/sendMail_action.php If for some reason you do not want the game in the above suggested path the URL on the "emailActionURL.txt" will have to be changed also. ###################################################################################### In the file "sendMail_action.php" on line #35 is the following: $var_pathToImages = 'http://www.checkerspotmagazine.ca/raiseagreenroof/'; Again, if for some reason you do not want the game in the above suggested path the URL on line #35 of "sendMail_action.php" will have to be changed also. ######################################################################################