// If you are admin you can see the Poster IP address (you have this right, no?)
// with this you can see who is flaming you... ha-ha-ha
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"));