UCP & MySQL connecting
#1

Hey!

I have a problem with my UCP & MySQL connecting.

How can I connect UCP with MySQL (code)?


Arca
Reply
#2

Check out [HiC]TheKiller's mysql tutorial. It will show you the concept of UCP and how it is created.
Reply
#3

Yeh, but how can I put the password to Whirlpool? (encrypt) or something
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)