/* If you are admin you can see the Poster IP address */
/* with this you can see who is flaming you...*/
if (is_active("Journal")) {
$row = $db->sql_fetchrow($db->sql_query("SELECT jid FROM ".$prefix."_journal WHERE aid='$c_name' AND status='yes' ORDER BY pdate,jid DESC LIMIT 0,1"));