
06-20-2010, 05:06 PM
|
|
|
Join Date: Sep 2008
Location: UK, Scuny
Posts: 1,337
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by ChopSuey
Okay here's the online_location_process
PHP Code:
if($filename=='extra_whos_online.php'){$userinfo['activity'] = 'Viewing MAI Wallpapers';}
K now! For the second part online_unknown_location
PHP Code:
if($userinfo['activity']=='Viewing MAI Wallpapers')
{
$userinfo['where'] = '<a href="extra_whos_online.php?'.$vbulletin->session->vars[sessionurl].'">'.$vbulletin->options[bbtitle].' - Viewing MAI Wallpapers</a>';
$userinfo['action'] = 'Viewing MAI-Wallpapers';
$handled = true;
}
Replace your old code.
|
OH so close thanks
It shows right
But the URL points to
http://www.myanimeisland.com/extra_whos_online.php?
|