[PHP] Grex's Godfather UCP RSts 25. Oktober 2012 Sorry for english but i dont know german..I have one questionI want to use whirpool login so i did this PHP $PlayerInfo = $functions->GetPlayerInfo($_POST['username']); PHP $password = hash('whirlpool',$_POST['password']); PHP if($PlayerInfo == true && $PlayerInfo['Password'] == $password) And i get Benutzername oder Passwort falschDoes anyone know's where is the problem? ... I would appreaciate some help on this. Thanks