Image size adjustment at once

There are many types of icons and splash images required for developing iPhones and Android apps. This size is used in Fire Monkey, so please change the number in other environments. I was in a hurry to lose the existing program ... ㅠㅠ 1. Graphicsmagick installation 2. Splash image creation placement file GM Convert -Resize "320x480^" -Gravity Center -crop "320x480+0+0" "%1" Splash_320x480.png GM Convert -Resize "426x320^" -Gravity ...

Finding the current location (PHP)

The location is obtained through the Geolocation function, and if it is a browser that is not related or supported, the location is obtained with the IPI through the API provided by Naver. Before use, get Naver's API key to the address below (https://www.ncloud.com/product/applicationService/geolocation) <? Function Makesignature ($ Secretkey, $ Method, $ Basestring, $ Timestamp, $ AccessKey) { $ space = '; $ newline = "\ n"; $ hmac = $ method. $ space. $ baseString. $ signaute = base64_encode (hash_hmac ('SHA256', $ HMAC, $ Secretkey, True)); return $ signaute; } if ($ _ POST ['ORDER'] == 'geolocation') { $hostNameUrl = 'https://geolocation.apigw.ntruss.com'; $requestUrl= '/geolocation/v2/geoLocation'; $accessKey...

Bank Cleaner update

해당 기능을 윈도우클리너 에 포함한 후로 업데이트가 많이 늦었습니다. 데이터를 서버에서 가져오는 기능을 추가해서 삭제 목록 갱신을 위해 프로그램을 업데이트 하지 않도록 하였습니다. 은행 플러그인들만 삭제해도 컴퓨터가 확실히 빨라집니다!!은행 접속 횟수가 많지 않다면 플러그인을 지워주세요. 다운로드

Secret DNS update

최근 SNI 감청에 대한 이슈가 있어 시크릿DPI, 시크릿SNI 를 만들고 공개를 하였는데, 여러 프로그램을 각각 실행시키는 것에 대한 의견이 많아 시크릿DNS 에 포함하여 한 개의 프로그램으로 DNS 암호화 및 SNI 감청을 우회하도록 하였습니다. 그리고 프로그램 종료 시 DNS를 자동으로 설정하게끔 되었는데, 이 과정에서 수동으로 설정하지 않으면 인터넷이 안되는 사용자 환경이 있어...