(not very well coded) change to show the external (proxy) IP if using Paul's Proxy to Real IP conversion (
https://vborg.vbsupport.ru/showthread.php?t=231873).
Apologies if it's cheap and nasty.
PHP Code:
<!--yobromofo ip tracer-->
<vb:if condition="can_moderate()">
<vb:if condition="$post['proxyip']==null">
<a href="http://www.dnsstuff.com/tools/ipall/?tool_id=67&token=&toolhandler_redirect=0&ip={vb:raw post.ip}" alt="YoBroMoFo IP Tracker" title="YoBroMoFo IP Tracker"target="_blank">
<img src="images/site_icons/account.png" border="0">
</a>
<vb:else />
<a href="http://www.dnsstuff.com/tools/ipall/?tool_id=67&token=&toolhandler_redirect=0&ip={vb:raw post.proxyip}" alt="YoBroMoFo IP Tracker" title="YoBroMoFo IP Tracker"target="_blank">
<img src="images/site_icons/account.png" border="0">
</a>
</vb:if>
</vb:if>
<!--end of yobromofo ip tracer-->