• 03-01-2013, 23:19:30
    #1
    login.php'de

    <?php
    
    session_start();
    ob_start();
    include("ayarlar.php");
    $ben = md5(sha1(md5($_POST["password"])));
    $frr = md5(sha1(md5($_POST["username"])));
    if(($frr==$user) and ($ben==$pass)){
    $_SESSION["login"] = "true";
    $_SESSION["user"] = $user;
    $_SESSION["pass"] = $pass;
    header("Location:girdim.php");
    }else{ ?>
    DB'de user ve admin kodlanmış hali " a48bd9f70ec65dbc475f7da12e26aa67 "

    buna göre şifreyi bulabilir misiniz rica etsem ?
  • 04-01-2013, 00:49:55
    #2
    onu blamazsın http://www.md5hashgenerator.com/ buraya yeni bir şifre yaz hash kodu oluştur o kodu getir "DB'de user ve admin kodlanmış hali " a48bd9f70ec65dbc475f7da12e26aa67 " bununla değiştir tamam, yeni şifren oluştu