Couldn't resist fiddling with it.
Okay, here's a couple of minor things I wanted to bring up.
In the instructions:
Look for:
$yellow_hot = qq!(

border=0 alt="$vars_wordlets{hot_topic}"> $vars_wordlets{more_than}
$vars_display{HotCount} $vars_wordlets{replies})!;
}
Replace with:
$yellow_hot = qq!(

border=0 alt="$vars_wordlets{hot_topic}"> $vars_wordlets{more_than}
$vars_display{HotCount} $vars_wordlets{replies})!;
$newbie_hot = qq!

alt="$vars_wordlets{hot_topic}"> $vars_wordlets{more_than}
$vars_display{HotCount} $vars_wordlets{replies})!;
}
You'll notice a missing opening ( here:
$newbie_hot = qq!(before the
![]()
Lastly, as for the functionality of this most excellent hack, it appears to function perfectly, except the images are not showing up. They are in my noncgi dir, but its only getting as far as "http://www.domain.com/ubb/"
Any ideas?
