UCP & MySQL connecting
#4

Quote:
Originally Posted by Arcanize
Посмотреть сообщение
Yeh, but how can I put the password to Whirlpool? (encrypt) or something
The PHP function hash allows to to whirlpool a string. The simple function below I quickly created can make it much easier for you if you don't understand the manual reference.

PHP код:
function whirlpool$string )
     return 
hash'whirlpool'$string );
Ex:
echo 
whirlpool"Hello World" ); 
Try doing a simple ****** search next time.
Reply


Messages In This Thread
UCP & MySQL connecting - by Arcanize - 04.07.2011, 01:35
Re: UCP & MySQL connecting - by Lorenc_ - 04.07.2011, 01:48
Re: UCP & MySQL connecting - by Arcanize - 04.07.2011, 01:52
Re: UCP & MySQL connecting - by Cyanide - 04.07.2011, 02:24

Forum Jump:


Users browsing this thread: 1 Guest(s)