Danke Boothby für Deine Antwort!
alt heißt ja nicht gleich unsicher so lange man die entprechenden Sicherheitslücken nachgepatched hat...
Mir ging es dabei nur um folgende Codestellen
PHP-Code:
$vbulletin->input->clean_array_gpc('p', array(
'adminhash' => TYPE_STR,
));
und
PHP-Code:
else if ($_POST['do'] AND ADMINHASH != $vbulletin->GPC['adminhash'])
{
if ($_POST['login_redirect'])
{
unset($_GET['do'], $_POST['do'], $_REQUEST['do']);
}
else
{
print_cp_login(true);
}
}
welche ich so nicht 1:1 auf vB3.0 anwenden kann da die alte Version das "$vbulletin->XYZ" nicht interpretieren kann.
Lesezeichen