well done Jordeh, thanks
[high]* Onkel_Tom clicks install

[/high]
For instance the "proxy IP hack" Users can do a workaround.
In Template postbit_ip instead of changing the line
<a href="postings.php?$session[sessionurl]do=getip&p=$post[postid]">
add a separate line at the end of this Template.
find in Template postbit_ip:
[code]<img class="inlineimg" src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]" title="IP-Address: $post[ip] ......... etc. etc. </if>" border="0" /></a>[code]
add after:
Code:
nbsp;<a href="ipinfo.php?$session[sessionurl]p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ip2.gif" alt="$vbphrase[ip]" title="click here to show all IP-Addresses for User $post[username]" border="0" /></a>
pay attention that the code "</if>" is still at the end of this template !
After that copy the attached image ip2.gif to your /forum/images/buttons directory.
Now you have both Hacks working on your forum.