IP歸屬地展示,瀏覽器標(biāo)識,適用于評論,查詢 IP 測試為 毫秒級
1.3.0
接口改為本地
1.2.0
修復(fù)接口失效問題
1.1.0
支持自定義接口
1.0.2
1.0.1
在模板文件夾下的 module.php 文件評論模塊,添加文章評論 IP 掛載點(diǎn) :
<?= monie_plugins_ip($comment['ip']) ?>
默認(rèn)模板示例:
<div class="comment-infos">
<div class="arrow"></div>
<b><?= $comment['poster'] ?> </b> <?= monie_plugins_ip($comment['ip']) ?> <span class="comment-time"><?= $comment['date'] ?></span>
<div class="comment-content"><?= $comment['content'] ?></div>
<div class="comment-reply">
<button class="com-reply comment-replay-btn">回復(fù)</button>
</div>
</div>
文章評論 瀏覽器標(biāo)識 掛載點(diǎn)
<?= monie_plugins_agent($comment['agent']) ?>
當(dāng)然 你可以使用在別的地方 知道 IP 和 agent 就可以
樹洞網(wǎng).
鐵桿 1年前
IP不顯示,失效了吧