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