March 17Mar 17 ----------------------- LNMP 整合建議 ----------------------- ------------------------------- GeoIP / MaxMind 擴充模組 ------------------------------- 若論壇需要依IP地理位置限制存取或顯示地區資訊,請安裝 MaxMind 擴充模組: apt install -y php8.4-maxminddb 在 PHP 程式中指定資料庫路徑: $reader = new MaxMind\Db\Reader('/usr/share/GeoIP/GeoLite2-City.mmdb'); $data = $reader->get('8.8.8.8'); 注意:GeoLite2 資料庫需定期更新。建議使用 geoipupdate 工具自動更新,否則IP資訊將逐漸失準 Edited March 17Mar 17 by Jack
Create an account or sign in to comment