Hi! i made a little change to this hack to make it look like your board when processing missing login, invalid login, etc...
find:
require "UltBB.setup";
require "ubb_library.pl";
require "Date.pl";
require "perl-cookie.lib"; # special cookie library for perl - IMPORTANT
};
and add after:
#adjust bgcolor variables
if ($BGColor ne ""){
$BGColor = qq(bgcolor="$BGColor");
}
if ($AltColumnColor1 ne ""){
$AltColumnColor1 = qq(bgcolor="$AltColumnColor1");
}
if ($AltColumnColor2 ne ""){
$AltColumnColor2 = qq(bgcolor="$AltColumnColor2");
}
if ($CategoryStripColor ne ""){
$CategoryStripColor = qq(bgcolor="$CategoryStripColor");
}
if ($TableColorStrip ne ""){
$TableColorStrip = qq(bgcolor="$TableColorStrip");
}
if ($PageBackground ne ""){
$PageBackground = qq(background="$NonCGIURL/$PageBackground");
}
find:
and replace with:
find and remove: (right under the )
color="#ffffce"
do it twice
that's all...
what do you think?
this is my first "hack" in a hack...
![[Linked Image]](https://ubbdev.com/ubb/smilies/biggrin.gif)
------------------
TyRaN = tyranausaure
This message has been edited by TyRaN on January 18, 2001 at 02:34 AM