WXforum.net

Weather Station Hardware => Blitzortung => Topic started by: Maumelle Weather on July 10, 2014, 08:32:32 AM

Title: Euroblitz script issue.
Post by: Maumelle Weather on July 10, 2014, 08:32:32 AM
Hi Folks,

I have been trying to change my location within the Euroblitz script and I'm not having any luck. I've tried everything , including deleting the script/folder from my website, reinstalling a new folder/script, changing databases, etc., and it still shows me in Salem. I changed my info at Blitzortung.org and they have me in the correct place. I'm open to any ideas.

John
Title: Re: Euroblitz script issue.
Post by: miraculon on July 10, 2014, 08:40:59 AM
John,

Do you have the Lat/Lon set to your new location in tracker_config.php?

The variables are:

Code: [Select]
$centerlat    = 45.41731;             // Centerlatitude of your tracker
$centerlon    = -83.81088;             // Centerlongitude of your tracker

Of course, these are my own coordinates. If you did change them, check your permissions on your server and your changes actually "took".

Greg H.
Title: Re: Euroblitz script issue.
Post by: Maumelle Weather on July 10, 2014, 09:12:06 AM
Hi Greg,

Renamed the old bo directory, created a new directory and downloaded a new copy of Euroblitz.

I have:

$centerlat    = 34.53567;             // Centerlatitude of your tracker
$centerlon    = -92.76504;             // Centerlongitude of your tracker
 

in the tracker_config.php and

$homelat=34.53567;                                      # Latitude of the tracker
$homelon=-92.76504;                                      # Longitude of the tracker


in the bo_update.php file and it still shows me in Salem. Very frustrating.