For those already who already installed i made a typo(won't affect your site or the hack) in the /includes/config.php edit
Instead of using:
Code:
//****** UNBANNABLE IP ADRESSES ******
//The IP adresses specified here will not be bannable via vBulletin Admin Control Panel by anyone.
//To specify more than one IP, separate IP's with commands(,).
$unbannable_ips= 'xx.xxx.xxx.xx,xx.xxx.xxx.xx';
use:
Code:
//****** UNBANNABLE IP ADRESSES ******
//The IP adresses specified here will not be bannable via vBulletin Admin Control Panel by anyone.
//To specify more than one IP, separate IP's with commas(,).
$unbannable_ips= 'xx.xxx.xxx.xx,xx.xxx.xxx.xx';
notice i put commands in the original instead of commas, told you it was tiny