Yes, i am able to take different thing from this external page like the username:
$vbulletin->userinfo['username']
and the forum url:
get_option('vbb_VBURL')
and the userid:
$vbulletin->userinfo['userid']
and a field:
$vbulletin->userinfo['field56']
But i don't understand how i can include the notification.. i've tried with:
<?php echo {vb:raw notifications_total} ?>
and with
<?php echo $notifications_total ?>
..but it doesn't works.... any idea?

thanks