Here is my TileProxy config file
Note that I've placed my cache folders on my D: drive, so change the config to suit your system (cache_folder=d:\TileProxy\cache.service1 <- change this).
Secondly some of the lines below have to be in one line (the module config lines) or it won't work. On my 1920x1200 screen everything looks okay, but be aware of this.
Acme Globe is a dummy at this point.
Have fun.
#
# Start a line with # to comment it out.
#
# Read the manual for help with configuration. Do not contact the
# author about the configuration for particular services. Thank you.
#
[TileProxy]
lod_distance=1000
fast_mode=No
#source=Virtual Earth
source=Google
#source=Acme Globe Service
[Acme Globe Service]
cache_folder=cache.acme
network_module=libnettile
module_config="server=http://server*.acmeglobe.com|path=/terraintile?pos=%s&v=10|quad=ABCD|balance=0123|agent=Mozilla/4.0 (compatible; The TileProxy Project)"
max_lod=13
min_level=9
max_level=17
color_hack=No
color_level=0
bulk_extend=25
[Virtual Earth]
cache_folder=d:\TileProxy\cache.service1
network_module=libnettile
module_config="server=http://a*.ortho.tiles.virtualearth.net|path=/tiles/a%s.jpeg?g=52|quad=0123|balance=0123|useragent=Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 1.1.4322)"
max_lod=13
min_level=9
max_level=17
color_hack=Yes
color_level=13
bulk_extend=50
[Google]
cache_folder=d:\TileProxy\cache.service2
network_module=libnettile
module_config="server=http://kh*.google.com|path=/kh?t=t%s&n=404&v=17|quad=qrts|balance=0123|useragent=Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 1.1.4322)"
max_lod=13
min_level=9
max_level=17
color_hack=No
color_level=0
bulk_extend=25