GSAK (Geocaching Swiss Army Knife)
Contents - Index

Update user information (Geocaching.com access=>Update user information


Select this option to synchronize vital GSAK settings with the values from Geocaching.com



Home coordinates - Check this box to update your GSAK home coordinates so they match those you have entered at Geocaching.com (this also updates your "Home" location found via "Tools=>Options=>Locations")

Update matching - In order for GSAK to update internal information (like "Found by me date"), GSAK must be able to identify who you are at Geocaching.com. Selecting this option will automatically update your matching option (via "Tools=>Options=>General") to use your Geocaching.com user ID 

Note: Regardless if these boxes are checked or not, GSAK also updates the table "UserInfo" in the database gsak.db3 (located in your [application data] folder). You can then use the macro command Sqlite() to fetch any of these values. To give you an idea of the information saved, run the following macro code:
 

$status = sqlite("open","$_AppData\gsak.db3")
$data = sqlite("sql","select * from UserInfo","Headings=Yes")
$html = sqltohtml($data,"User Info","y")

 
This should open your default browser showing a report similar to:


Copyright 2004-2019 CWE Computer Services  
Privacy Policy Contact