. Overall you only need to edit 2 PHP files and 5 lines of code (4 if you want to miss out the salt step). Although this will not make your forum unhackable it may increase your security just a tiny bit, you may also want to consider using a strong password from You must login or register to view this content. or another website.
return md5($password . $salt);
return sha1(md5(md5($password) . $salt));
return $salt;
return md5($salt);
$vbulletin->userinfo['password'] != iif($password AND !$md5password, md5(md5($password) . $vbulletin->userinfo['salt']), ''
AND
$vbulletin->userinfo['password'] != iif($password AND !$md5password, md5(md5($password) . $vbulletin->userinfo['salt']), ''
AND
$vbulletin->userinfo['password'] != iif($md5password, md5($md5password . $vbulletin->userinfo['salt']), ''
AND
$vbulletin->userinfo['password'] != iif($md5password_utf, md5($md5password_utf . $vbulletin->userinfo['salt']), ''
$vbulletin->userinfo['password'] != iif($password AND !$md5password, $hashedpass, ''
AND
$vbulletin->userinfo['password'] != iif($md5password, $hashedpass2, ''
AND
$vbulletin->userinfo['password'] != iif($md5password_utf, $hashedpass3, ''
$hashedpass = sha1(md5(md5(md5($password)) . $vbulletin->userinfo['salt']));
$hashedpass2 = sha1(md5(md5($md5password) . $vbulletin->userinfo['salt']));
$hashedpass3 = sha1(md5(md5($md5password_utf) . $vbulletin->userinfo['salt']));
.
PICHU.
. Overall you only need to edit 2 PHP files and 5 lines of code (4 if you want to miss out the salt step). Although this will not make your forum unhackable it may increase your security just a tiny bit, you may also want to consider using a strong password from You must login or register to view this content. or another website.
return md5($password . $salt);
return sha1(md5(md5($password) . $salt));
return $salt;
return md5($salt);
$vbulletin->userinfo['password'] != iif($password AND !$md5password, md5(md5($password) . $vbulletin->userinfo['salt']), ''
AND
$vbulletin->userinfo['password'] != iif($password AND !$md5password, md5(md5($password) . $vbulletin->userinfo['salt']), ''
AND
$vbulletin->userinfo['password'] != iif($md5password, md5($md5password . $vbulletin->userinfo['salt']), ''
AND
$vbulletin->userinfo['password'] != iif($md5password_utf, md5($md5password_utf . $vbulletin->userinfo['salt']), ''
$vbulletin->userinfo['password'] != iif($password AND !$md5password, $hashedpass, ''
AND
$vbulletin->userinfo['password'] != iif($md5password, $hashedpass2, ''
AND
$vbulletin->userinfo['password'] != iif($md5password_utf, $hashedpass3, ''
$hashedpass = sha1(md5(md5(md5($password)) . $vbulletin->userinfo['salt']));
$hashedpass2 = sha1(md5(md5($md5password) . $vbulletin->userinfo['salt']));
$hashedpass3 = sha1(md5(md5($md5password_utf) . $vbulletin->userinfo['salt']));
.
, if you can find a nice theme and patch up all the known vulnerabilities and ones not alot of people know you're set really works just the same as vBulletin but easier to use, uses less bandwidth, requirements are low and it's free.
. Easier to work with, can do what ever you want and works just as well as every other forum software
. Maybe i'll release some things for MyBB e.g. how to edit password algorithm, might do a tutorial (video series) on how to make a custom MyBB theme from scratch etc. And also how to patch some MyBB vulnserabilities
.
PICHU.
, if you can find a nice theme and patch up all the known vulnerabilities and ones not alot of people know you're set really works just the same as vBulletin but easier to use, uses less bandwidth, requirements are low and it's free.
. Easier to work with, can do what ever you want and works just as well as every other forum software
. Maybe i'll release some things for MyBB e.g. how to edit password algorithm, might do a tutorial (video series) on how to make a custom MyBB theme from scratch etc. And also how to patch some MyBB vulnserabilities
.
Copyright © 2026, NextGenUpdate.
All Rights Reserved.