Hi, I follow the example of phgstats integration (
https://vborg.vbsupport.ru/showthread.php?t=183096) and I "modified" this page (file attached).
The problem is if I on the external page I don't see me on "Who's Online" page
I put this code as plugin:
Hook Location: online_location_process
PHP Code:
if ($filename == 'prueba.php')
{
$userinfo['activity'] = 'prueba';
}
Hook Location: online_location_unknown
PHP Code:
if ($userinfo['activity'] == 'prueba')
{
$userinfo['action'] = 'Contactando al Staff de Hunter Gamers';
$userinfo['where'] = '<a href="/foro/prueba.php'.$vbulletin->session->vars['sessionurl_q'].'">"Contactar al Staff"</a>';
$handled = true;
}
Screen #1: Unlogged, display no permission in custom page.
Link
Screen #2: Logged, displays me as "loggin in"
Link
Sorry if you can't understand me. I have
very bad english
Thanks