Jump to content
View in the app

A better way to browse. Learn more.

PHP论坛人

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

LNMP 整合建議

Featured Replies


-----------------------
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 by Jack

Create an account or sign in to comment

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.