內容簡介
此外掛嘗試藉由 hostip.info 尋找訪客所在的位置,並使用 Google Maps API 即時顯示最新的 200 個位置。
在 WordPress 2.5 及以上版本,可以使用 “shortcodes” 系統在任何地方插入地圖。
如果已經記錄過 IP 地址,就不會再次查詢地理資料以加速速度。大部分主要搜尋引擎的 IP 地址都被映射到一個地址,以避免對於相同爬蟲的多次記錄。
待辦事項
為變數定義預設值
允許新增和更改點
允許新增和更改折線
允許新增和更改類別
?? 避免使用單獨的資料庫連接以加載點
外掛標籤
開發者團隊
原文外掛簡介
The plugin tries to geolocate visitors of your site using hostip.info and shows the latest 200 in real-time using the google maps api.
Maps can be inserted at any place using the “shortcodes” system in WordPress 2.5 and up.
If the IP address is already logged once it will not lookup the geo data again to speed up things. The main search engines are mapped under one IP address to avoid a lot of loggings for the same bot.
ToDo
Define default values for vars
Make is possible to add and change points
Make is possible to add and change polylines
Make is possible to add and change categories
?? Avoid using a seperate database connection to load the points
