Edit template : postbit_ip_hidden
Replace :
Code:
IP: <a href="postings.php?s=$session[sessionhash]&action=getip&postid=$post[postid]">Logged</a>
with:
Code:
<a href="postings.php?s=$session[sessionhash]&action=getip&postid=$post[postid]"><img src="ip image url goes here"></a>
Edit template : postbit
Find :
Code:
<p align="right"><smallfont><a href="report.php?s=$session[sessionhash]&postid=$post[postid]">Report this post to a moderator</a> | $post[iplogged]</smallfont></p>
Replace with :
Code:
<p align="right"><smallfont><a href="report.php?s=$session[sessionhash]&postid=$post[postid]"><img src="report post image url goes here"></a> | $post[iplogged]</smallfont></p>
Satan