That would be the PHPNuke code stripper in action.
Best bet is to create a file called block-wowjutso.php and upload it to the blocks folder, then create a new block and select it as the file to use.
This is the code to put in the block-wowjutso.php
Code:
<?php
if (eregi("block-wowjutso.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
$content = "<a href='http://www.wowjutsu.com'><img src='http://www.wowjutsu.com/sealbuilder/build.php/334917/c80.png' border='0' alt='WowJutsu: World of Warcraft Guild Rankings' /></a>";
?>
|