Thread: BHD Heartbeat
View Single Post
  #11  
Old 01-02-2019, 02:12 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~
TY again Scott

That got rid of the error.
But....

When i add a password i get the errors
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 166

Notice: Undefined index: verify_password in /home/novaoutp/public_html/tiocoop.com/phUploader.php on line 166

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 176

Notice: Undefined index: phUploader in /home/novaoutp/public_html/tiocoop.com/phUploader.php on line 176

Line 166
Code:
If($_POST['verify_password']==true) {
Line 176
Code:
If($_COOKIE['phUploader']!=$password_hash) {
Like i said everything is working perfect now, just the last 2 errors

I think this is pretty cool, having the HeartBeat with stats and images and an easy way to upload the map images

Thanks again Scott
Reply With Quote