hab ein erstes Problem.
Ich finde in meiner sessions.php das hier nicht:
Code: Alles auswählen
#
#-----[ FIND ]---------------------------------------------
# Line 208
list($sec, $usec) = explode(' ', microtime());
mt_srand(hexdec(substr($session_id, 0, 8)) + (float) $sec + ((float) $usec * 1000000));
$auto_login_key = uniqid(mt_rand(), true);
#
#-----[ REPLACE WITH ]---------------------------------------------
#
$auto_login_key = dss_rand() . dss_rand();
Hier mal die Datei: www.angler-forum.com/sessions.txt
Julian