yup here it is
Code:
{
$post['uhp'] = "<a style='color:#FF0000'>$post[uhp]</a>";
}
if ($hpbar < 15)
{
$post['uhp'] = "<a style='color:#FFFF00'>$post[uhp]</a>";
}
if ($post['uma'] == 0)
{
$post['uma'] = "<a style='color:#FF0000'>$post[uma]</a>";
}
if ($mabar < 15)
{
$post['uma'] = "<a style='color:#FFFF00'>$post[uma]</a>";
}
// End RPG Integration Hack by Bitsys
// SHOW CLAN START
if ($post['clan'] != 0)
{
$showuserclan = "<a href='clans.php?do=view&clanid=$post[clan]'>$post[clantitle]</a>";