My PHP knowledge is limited and I am trying to implement http://www.tutorialchip.com/php-download-file-script/ this script into my site. I have pushed up their files unchanged here http://brooksmemories.com/test/. If a file is clicked I get the following errors
Strict Standards: main() [function.main]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Chicago' for 'CDT/-5.0/DST' instead in /home/inspire/public_html/brooksmemories.com/test/download.php on line 16
Notice: Use of undefined constant __DIR__ - assumed '__DIR__' in /home/inspire/public_html/brooksmemories.com/test/download.php on line 16
I am not sure how to correct these errors to get it working. Any help would be greatly appreciated. Thank you.