Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- C#
- soundpool
- 자바스크립트
- 안드로이드
- curl
- 우분투
- FCM
- 안드로이드 푸쉬
- dovecot
- php 시큐어코딩
- roundcube
- UML
- Android
- chart.js
- javascript
- mysql
- 폼메일
- php 취약점
- 안드로이드 gcm
- not working
- C# IO
- html5
- xe
- android 효과음
- WebView
- 안드로이드 푸시
- 자동 생성
- 설치
- PHP
- Mail Server
Archives
- Today
- Total
목록국내 해외 IP 구분 (1)
그러냐
국내 해외 IP 구분 JSON 으로 받기
http://whois.kisa.or.kr/kor/whois/openAPI_KeyCre.jsp 여기가서 키 등록 다음과 같이 작업 $url = "http://whois.kisa.or.kr/openapi/ipascc.jsp?query=".$_SERVER["REMOTE_ADDR"]."&key=발급받은키&answer=json";$agent = 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)';$ch = curl_init();curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, ..
php
2017. 2. 6. 14:25