Zitat Zitat von till7
super idee, hab dir ne PN geschickt..
hab dich auch geaddet ^^
nimmst mich nur iwie ned an


EDIT:

Alte Pw Generation..
Code:
$pool .= "6789";
srand ((double)microtime()*1000000);
for($index = 0; $index < 1; $index++) {
    @$pass_lang .= substr($pool,(rand()%(strlen ($pool))), 1);
}

$pool = "QWERTZUOPASDFGHJKLYXCVBNM";
$pool .= "qwertzuiopasdfghjklyxcvbnm";
$pool .= "1234567890";
srand ((double)microtime()*1000000);
for($index = 0; $index < $pass_lang; $index++) {
    @$pass_word .= substr($pool,(rand()%(strlen ($pool))), 1);
}
Neue Pw Generation

Code:
$pass_word="";
$words=array('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z','A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z','1','2','3','4','5','6','7','8','9','0');
for($i=0;$i<rand(7,10);$i++)
    $pass_word.=$words[rand(0,count($words)-1)];
EDIT2:
neue pw liste unter: http://fdsgsf3w.fd.funpic.de/pwl1337.php