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
- android 효과음
- php 취약점
- not working
- dovecot
- xe
- Android
- 우분투
- PHP
- C#
- 자동 생성
- soundpool
- 안드로이드 푸시
- Mail Server
- 안드로이드 gcm
- 안드로이드 푸쉬
- chart.js
- html5
- 안드로이드
- php 시큐어코딩
- 폼메일
- 설치
- WebView
- mysql
- C# IO
- javascript
- UML
- FCM
- curl
- roundcube
- 자바스크립트
Archives
- Today
- Total
목록구분 (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