WindowsServer GeoIP를 이용한 국가별 IP 체크 | Tips

GeoIP.zip


사용법
1. GeoIPCOM.dll을 system32 폴더에 복사
2. regsvr32 GeoIPCOM.dll - 레지스트리에 DLL등록
3. ASP 프로그램에 적용

set geoip = Server.CreateObject("GeoIPCOM.GeoIP")

geoip.loadDataFile("C:Program FilesGeoIPGeoIP.dat")
country_code = geoip.country_code_by_name(hostname)
country_name = geoip.country_name_by_name(hostname)

asp,GeoIP
Comment Write
Comment List
등록된 코멘트가 없습니다.