Pagina 2 din 2

re:

Scris: 13-Sep-2004, 20:44:47
de IronAngel
Salut! :)


pentru a repara eroarea legata de parola easymod incearca urmatoarea solutie:
-deschide fisierul mod_login.tpl si cauta urmatorea secventa:

Cod: Selectaţi tot

// 
// if they are trying to get to the first page, check the pw; after that assume they are validated 
// 
$pass_message = '' ; 
si sa o inlocuiesti cu :

Cod: Selectaţi tot

// 
// if they are trying to get to the first page, check the pw; after that assume they are validated 
// 
$pass_message = '' ; 
$password = (isset($HTTP_POST_VARS['password'])) ? htmlspecialchars($HTTP_POST_VARS['password']) : '' ; 
c'ya :mrgreen:

Scris: 14-Sep-2004, 10:41:40
de smileybos
Am rezolvat-o! :D

re:

Scris: 14-Sep-2004, 14:33:06
de IronAngel
excelent :mrgreen: