소스 검색

update zmp

pull/1/head
sasbot 4 년 전
부모
커밋
0ff74649b3
2개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. +2
    -2
      Google/GoogleSat.zmp/GetUrlScript.txt
  2. +3
    -2
      Google/GoogleSat.zmp/params.txt

+ 2
- 2
Google/GoogleSat.zmp/GetUrlScript.txt 파일 보기

@@ -1,6 +1,6 @@
var
khm: string;
begin
khm := RegExprReplaceMatchSubStr(GetURLBase, 'khm\.google', 'khm'+inttostr( Random(4) )+'.google' );
ResultURL := khm + '&x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&z='+inttostr(GetZ-1)+'&s='+copy('Galileo',1, Random(8));
khm := RegExprReplaceMatchSubStr(GetURLBase, 'khms\.google', 'khms'+inttostr( Random(4) )+'.google' );
ResultURL := khm + Version + '&src=app&x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&z='+inttostr(GetZ-1)+'&s='+copy('Galileo',1, Random(8));
end.

+ 3
- 2
Google/GoogleSat.zmp/params.txt 파일 보기

@@ -8,7 +8,7 @@ ParentSubMenu=Google
ParentSubMenu_en=Google
ParentSubMenu_uk=Google
asLayer=0
DefURLBase=http://khm.google.com/kh/v=118&hl=ru
DefURLBase=http://khms.google.com/kh/v=
projection=1
sradiusa=6378137
sradiusb=6378137
@@ -18,4 +18,5 @@ Ext=.jpg
UseDwn=1
Sleep=0
DefHotKey=71
ContentType=image/jpeg
ContentType=image/jpeg
Version=123

불러오는 중...
취소
저장