|
|
@@ -1,3 +1,10 @@ |
|
|
|
begin
|
|
|
|
ResultURL:=GetUrlBase+'&z='+inttostr(GetZ-1)+'&x='+inttostr(-((round(intpower(2,GetZ-1)))div 2)+(GetX))+'&y='+inttostr(-((Round(intpower(2,GetZ-1)))div 2)+ (Round(intpower(2,GetZ-1))-(GetY+1)))+'&key=BDY%2F%2Brk8pOLTOFTvDC8MM54h%2BJCcGG5Ag4ggD01W%2FCr51iFE%2FWOBxtA%2FNSJflAbDKbr1oV1QtDMt2PxGE3P2MY%2FzVabjK3O%2F1c2tlRmsdYXnVvAs0%2BHPXruvQ6d%2F6Th8fR5n%2FNmtg8cnwflfHfXxBcFzDy0qet4SdpQs6Gd55g94YiFckoi%2FUroyw7YvtvdbFgiNY%2BONEZK4ligXKR1rcVooBnEpHhPqAjayL0pNPyXGzQUBYYePUOTfxS2Nnp4JyvAYuJQJtgMUaOlnsPINj77HNpMVTUmaqM4PT%2Bv00l8%3D';
|
|
|
|
ResultURL:=GetUrlBase+'&z='+inttostr(GetZ-1)+'&x='+inttostr(-((round(intpower(2,GetZ-1)))div 2)+(GetX))+'&y='+inttostr(-((Round(intpower(2,GetZ-1)))div 2)+ (Round(intpower(2,GetZ-1))-(GetY+1)));
|
|
|
|
RequestHead:='User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:25.0) Gecko/20100101 Firefox/25.0' + #13#10 +
|
|
|
|
'Accept: image/png,image/*;q=0.8,*/*;q=0.5' + #13#10 +
|
|
|
|
'Accept-Language: en-us,en;q=0.5' + #13#10 +
|
|
|
|
'Accept-Encoding: gzip, deflate' + #13#10 +
|
|
|
|
'Referer: http://kosmosnimki.ru/' + #13#10 +
|
|
|
|
'Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7' + #13#10 +
|
|
|
|
'Connection: keep-alive' + #13#10;
|
|
|
|
end. |