idk if this is even a option, but the geo ip would be nice if it could also obtain isp
obtain from where ? it's fully supported in php code if you code it yourself PHP: GeoIP - Manual PHP: geoip_isp_by_name - Manual edit: ok not in free but paid version of geoip database
Yeah, i tried that it returns nothing. PHP: <?php$isp = geoip_isp_by_name('www.google.com');if ($isp) { echo 'This host IP is from ISP: ' . $isp;}else{ echo 'not found';} http://octolus.net/api/y -- hmm, it costs? GeoIP2 ISP Database | MaxMind
Not at all, sadly. Just wanted it in my app, and tired of depending on 3rd party services - nonprofit app as well so yeah. Curious if there are any other free alternatives.