vBulletin Admincp 'ye 2. Şifreyi Koyma

Asi Ruh

Kayıtlı Üye
admincp/index.php burayi açin
<?php bu kodu bulun ve alttaki doku yerleştirin
$ourLogin = "Denis";
$ourPassword = "Denis";

session_start();

if ($_SESSION[’login’]!=$ourLogin && $_SESSION[’password’]!=$ourPassword) {


if ($_POST[’login’]==$ourLogin && $_POST[’password’]==$ourPassword) {


$_SESSION[’login’] = $_POST[’login’];
$_SESSION[’password’] = $_POST[’password’];
header("Location: index.php");


}
else {


echo "
<form action=index.php method=post>


Login:<br>
<input type=text name=login value=’’><br>

Password:<br>
<input type=password name=password value=’’><br>

<input type=submit value=’ - ok - ’>


</form>
";

exit;

}

}


Not : Yukarıdaki şifre ve k.adı Bana aittir değiştirip okeyleyin ve birinci hacker saldırısını atlatın
 
takipçi satın al tiktok takipçi satın al instagram beğeni satın al takipçi satın al takipçi satın al Buy Instagram Followers bugün haber bypuff
Geri
Üst