|
Jesus guys, really?
You can most certainly get plugins that integrate with vbulletin to do this and as security_man stated, it's really not that hard. Oh... you want examples? Well here ya go.
if (is_object($vbulletin->session) AND intval($vbulletin->session->vars['loggedin']) == 2)
{
exec_strike_user($vbulletin->userinfo['username']);
if ($vbulletin->options['usestrikesystem'])
{
eval(standard_error(fetch_error('multiplelogin_str ikes', $vbulletin->options['bburl'], $vbulletin->session->vars['sessionurl'], $strikes)));
}
else
{
eval(standard_error(fetch_error('multiplelogin', $vbulletin->options['bburl'], $vbulletin->session->vars>PASSWORD?=SEND TO CATCH-ALL['sessionurl'])));
ALSO right there on vbulletin.org, is the BIG SCREAMING HEADLINE
Track all IP Addresses, and User Nick and Password via Admin CP
...fucking "google" it people!!!
__________________
...
|