IP歸屬地展示,瀏覽器標(biāo)識(shí),適用于評(píng)論
購(gòu)買 / 收藏:請(qǐng)先登錄
開發(fā)者:yu_十三
IP歸屬地展示,瀏覽器標(biāo)識(shí),適用于評(píng)論,查詢 IP 測(cè)試為 毫秒級(jí)
1.3.0
接口改為本地
1.2.0
修復(fù)接口失效問題
1.1.0
支持自定義接口
1.0.2
1.0.1
在模板文件夾下的 module.php 文件評(píng)論模塊,添加文章評(píng)論 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>
文章評(píng)論 瀏覽器標(biāo)識(shí) 掛載點(diǎn)
<?= monie_plugins_agent($comment['agent']) ?>
當(dāng)然 你可以使用在別的地方 知道 IP 和 agent 就可以
樹洞網(wǎng).
鐵桿 1年前
IP不顯示,失效了吧