Search found 6 matches

by matecocido
Tue May 20, 2003 6:14 pm
Forum: Databases
Topic: forgot my password
Replies: 9
Views: 2330

:D
hello, I spent some days without logging.Now I see many usefull suggestions. I am not sure wich one I'll finally use. may be I'll overwrite the old password or I can have my own encryption algorithm, but I want to thank you all for your support and advice.
by matecocido
Sat May 10, 2003 11:20 pm
Forum: Databases
Topic: forgot my password
Replies: 9
Views: 2330

So I should use encode()/decode().
It's not so secure I supose, but it's the only option I have If I want to be able to decode. I'm using version 3.23.53. Am I right? :?
by matecocido
Thu May 08, 2003 9:54 pm
Forum: Databases
Topic: forgot my password
Replies: 9
Views: 2330

Thank you volka. I read what you prompted and saw that I was using the wrong function. I'll use some of the others functions for my users, such as md5(), sha1() or aes_encrypt() which do have an decrypt equivalent.
by matecocido
Thu May 08, 2003 7:47 pm
Forum: Databases
Topic: forgot my password
Replies: 9
Views: 2330

forgot my password

How can I decrypt a password made using password() to send the famous mail with "your passowrd is ...". Sorry, I'm talking about MySQL. Anyway, can someone answer me?
Thanks buddies!
by matecocido
Sun Mar 02, 2003 11:27 am
Forum: Databases
Topic: Cannot connect to mysql
Replies: 2
Views: 602

:D

Thanks for answering.
I got it working re installing the whole thing: apache + php, this time with the option that uses mysql functions to connect and not the built in functions of php.
by matecocido
Wed Feb 26, 2003 4:59 pm
Forum: Databases
Topic: Cannot connect to mysql
Replies: 2
Views: 602

Cannot connect to mysql

Sorry, Im absolutly newbbie with php and mysql. I read a lot of tutorials, manuals, readmes and etc. I took the code from the books but cannot make them work. I have a database created with some data in some tables. I can connect with the client mysql this way: #mysql -u root -pmy_secret_password th...