SCRIPT3R
06-07-2006, 04:54 PM
Product: vB
Title: Viewing Forums Dex Part1
Hook Loc: online_location_process
if ($filename == '/forum/forums_index.php?')
{
$userinfo['activity'] = 'Viewing Forums Index';
}
Title: Viewing Forums Dex Part2
Hook Loc: online_location_unknown
if ($userinfo['activity'] == 'Viewing Forums Index')
{
$userinfo['action'] = 'Viewing Forums Index';
$userinfo['where'] = '<a href="/forum/forums_index.php?' . $vbulletin->session->vars['sessionurl'] . '">Viewing Forums Index</a>';
$handled = true;
}
using vB 3.5.3 w/ security patch, it doesn't seem to be working for me.
Title: Viewing Forums Dex Part1
Hook Loc: online_location_process
if ($filename == '/forum/forums_index.php?')
{
$userinfo['activity'] = 'Viewing Forums Index';
}
Title: Viewing Forums Dex Part2
Hook Loc: online_location_unknown
if ($userinfo['activity'] == 'Viewing Forums Index')
{
$userinfo['action'] = 'Viewing Forums Index';
$userinfo['where'] = '<a href="/forum/forums_index.php?' . $vbulletin->session->vars['sessionurl'] . '">Viewing Forums Index</a>';
$handled = true;
}
using vB 3.5.3 w/ security patch, it doesn't seem to be working for me.