[外掛]後台使用者IP位置國別小圖顯示
發表於 : 2005-06-29 15:55
代碼: 選擇全部
#
#--------[ OPEN ]----------------
#
templates/yourtemplate/admin/index_body.tpl
#
#--------[ FIND ]----------------
#
<a href="{guest_user_row.U_WHOIS_IP}" target="_phpbbwhois">
#
#--------[ BEFORE, ADD ]----------------
#
<img src="./geoip/flags/{guest_user_row.IP_Where}.png" align="absmiddle" height="14" alt="{guest_user_row.IP_Where}">
#
#--------[ SAVE/CLOSE ALL FILES ]----------------
#
# EoM