|
| HOMEPAGE | INDICE FORUM | REGOLAMENTO | ::. | NEI PREFERITI | .:: | RSS Forum | RSS News | NEWS web | NEWS software | |
| PUBBLICITA' | | | ARTICOLI | WIN XP | VISTA | WIN 7 | REGISTRI | SOFTWARE | MANUALI | RECENSIONI | LINUX | HUMOR | HARDWARE | DOWNLOAD | | | CERCA nel FORUM » | |
![]() |
#1 |
Junior Member
Registrato: 20-07-2002
Loc.: Genova
Messaggi: 152
![]() |
$hash
[PHP] function user_isloggedin() { global $user_name,$id_hash,$hidden_hash_var,$LOGGED_IN; //have we already run the hash checks? //If so, return the pre-set var if (isset($LOGGED_IN)) { return $LOGGED_IN; } if ($user_name && $id_hash) { $hash=md5($user_name.$hidden_hash_var); if ($hash == $id_hash) { $LOGGED_IN=true; return true; } else { [/PHP] ma che cavolo vuol dire sto hash??? ![]() ciao Massimo ************* |
![]() |
![]() |
![]() |
#2 |
WT Assistant
Registrato: 19-12-2000
Loc.: Cambiano (Torino)
Messaggi: 591
![]() |
$hash contiene l'UID (+una parola segreta) cifrato con MD5. Cos'è che non capisci di preciso?
___________________________________
There are 10 kinds of people in this world, those who can read binary and those who can't. Care to say "thank you"? |
![]() |
![]() |
![]() |
#3 |
Junior Member
Registrato: 20-07-2002
Loc.: Genova
Messaggi: 152
![]() |
il significato la traduzione in italiano di hash qual'e'????
![]() grazie ciao Massimo ![]() |
![]() |
![]() |
![]() |
#4 |
WT Assistant
Registrato: 19-12-2000
Loc.: Cambiano (Torino)
Messaggi: 591
![]() |
se l'inglese non mi inganna, significa "pasticcio", "polpettone". Cmq è spesso usato anche come termine per indicare un array associativo
___________________________________
There are 10 kinds of people in this world, those who can read binary and those who can't. Care to say "thank you"? |
![]() |
![]() |
![]() |
Utenti attualmente attivi che stanno leggendo questa discussione: 1 (0 utenti e 1 ospiti) | |
Strumenti discussione | |
|
|