Invision Power Board 2.0 Final
Update 8/31/2006:
Downloads removed. See this post for information and discussion.
According to numerous sources, this was the last free version of Invision Power Board, after 2.0 PF3.
?>
I haven’t yet tested it, so let me know if there are any problems. Thanks to Triangle for the file.
UPDATE 01/10/06:
This file was changed from its original form. Someone doctored it to add their own google ads on the bottom, via the following command, found in %dir%/sources/classes/class_display.php
$pwd = 'Powered by ';
$g_g = '<script type="text/javascript"
src="http://www.fr-eu.org/ban_ipb.php">
</script>';
if ( $ibforums->vars['ipb_reg_number'] )
{
$ur = '';
$pwd = '';
if ( $ibforums->vars['ipb_reg_show'] and $ibforums->vars['ipb_reg_name'] )
{
$extra = "<div align='center' class='copyright'>Registered to: ". $ibforums->vars['ipb_reg_name']."</div>";
}
}
//-----------------------------------------
// REMOVAL OF THIS WITHOUT PURCHASING COPYRIGHT REMOVAL WILL VIOLATE THE LICENCE YOU AGREED
// TO WHEN DOWNLOADING THIS PRODUCT. THIS COULD MEAN REMOVAL OF YOUR BOARD AND EVEN
// CRIMINAL CHARGES
//-----------------------------------------
$copyright = "<!-- Copyright Information -->\n\n<div align='center' class='copyright'>{$pwd}Invision Power Board{$ur} {$ibforums->version} © ".date("Y")." IPS, Inc.<br /> {$g_g}</div>";
It only shows in IE, which is why it took me awhile to find it. So simply remove the printing of $g_g and it should be right as rain. As far as I can tell, that’s the only difference.
By the way, they should be reported to Google as breaking the TOS for doing that…
