Jump to content

About Mysq with site


TwiX!

Recommended Posts

Posted

Hello everyone

somebody knows the password encryption algorithm?

i want make login/register with site (mysql) but i need this for vBulletin.

can make it for other cores.

but i got this problem :S

357ac0078264.jpg

- Working on [php/HTML/Mysql/Lua/Java Scripts/Web Design/3D Modeling]

Posted

Isn't this a some kind of function in PHP?

Hash function? You can choose which one, from SHA to the highest ones.

If I helped you, please click the like button on the right ;) Thanks!

Posted
The following encryption is used by vBulletin:

$hashpwd = md5(concat(md5($pwd), $salt)); 

thanks Sniper, now need to do for the server :lol:

357ac0078264.jpg

- Working on [php/HTML/Mysql/Lua/Java Scripts/Web Design/3D Modeling]

Posted
Twix, If you will have registration from site, then you will get some problems with the ACL, and accordingly, with the admin panel...

already got this problem

i have not ideas how make it for vBulletin..

357ac0078264.jpg

- Working on [php/HTML/Mysql/Lua/Java Scripts/Web Design/3D Modeling]

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...