Thread: BHD Heartbeat
View Single Post
  #9  
Old 01-02-2019, 01:25 PM
~BLÃÐE~ is offline ~BLÃÐE~
Registered User

Join Date: Dec 2004
Location: Gold Coast, Australi
Posts: 241

Send a message via ICQ to ~BLÃÐE~
Thank You very much Scott, everything is working spot on now.

To make it easy for others to upload map images i figured i would try your phUploader.php
I changes the path from Uploads to mapimages, it works and uploads fine.

Problems i have now is the error below and also the image uploaded changes it's name to 1432644.jpg Is the a way to keep it's original name when uploading?

Code:
Warning: main(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting 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 the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/novaoutp/public_html/tiocoop.com/phUploader.php on line 198

Notice: Undefined index: submit in /home/novaoutp/public_html/tiocoop.com/phUploader.php on line 198
Line 198 is
Code:
If(($_POST['submit']==true) AND ($password_form=="")) {
Thanks again
Reply With Quote