I just tested my current ini in the FSET folder, and only one server seemed to work:
[Service2] #Virtual Earth
ServiceName = VE
ServiceCodeing = 0123
ServiceUrl =
http://a1.ortho.tiles.virtualearth.net/tiles/a%s.jpeg?g=172 #optional (older versions g=104, g=52)
Referer =
http://a1.ortho.tiles.virtualearth.net
UserAgent = Mozilla/4.0
ServerVariations = a0,a1,a2,a3
I think the google server would also work with the right number attached at the end:
[Service1] #Google Maps
ServiceName = Google
ServiceCodeing = qrts
ServiceUrl =http://khm0.google.com/kh?t=t%s&n=404&v=105
Referer =
http://khm0.google.com
UserAgent = Mozilla/4.0
ServerVariations = khm0,khm1,khm2,khm3
In fact, if you go to this page:
http://www.allallsoft.com/gsmd/faq.htm
you will see there is a question regarding that programs latest ini file.
Q: When satellite images were updated, how can I get the latest version images?
A: Please download the latest config.ini file, then overwrite your old config file in the folder "your installed folder\ini".
If you download that ini file you will find the following:
[IniParas]
Sn=
DefaultPath=C:\Downloads
DefaultZoom=13
SV=http://khm.google.com/kh?n=404&v=198&t=
SleepSeconds=0
InputFormat=0
FileNameFormat=1
[Proxy]
UseProxy=0
ProxyServer=
ProxyPort=
ProxyUsername=
ProxyPassword=
By using just the number near the end of the SV line in the FSET Service URL line you will find the google service will also work. Keep the link for the GSMD/Allallsoft handy, as that ini file is updated on occasion. Just use that number from the SV line in the FSET Service URL line to get the latest google service.
So currently the google service should look like the following:
[Service1] #Google Maps
ServiceName = Google
ServiceCodeing = qrts
ServiceUrl =http://khm0.google.com/kh?t=t%s&n=404&v=198
Referer =
http://khm0.google.com
UserAgent = Mozilla/4.0
ServerVariations = khm0,khm1,khm2,khm3
Cheers,