The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello all..
I want to intergrate the registration from my site and the forums into one and I need to know how to encrypt the password for the forums, and what other things you need to know about the vbulletin registrar. My site is coded in Coldfusion (.cfm) Help is much, much appreciated. |
#2
|
||||
|
||||
![]()
vB 3.5 Modifications How-Tos => Add User (automatically)
|
#3
|
|||
|
|||
![]()
Thanks a lot.
But it still doesn't tell me how to encrypt the password.. Please help me, it's quite urgent. |
#4
|
||||
|
||||
![]()
You don't have to "encrypt" it.
Just use the example Code shown and it will create the Users. Anyway: password = md5(md5('plaintextpassword') . 'salt') |
#5
|
|||
|
|||
![]()
I can't run PHP and Coldfusion on the same registration page though.
|
#6
|
||||
|
||||
![]()
Then use only PHP
![]() |
#7
|
|||
|
|||
![]()
So there is no other way to do it with Coldfusion? I really need my forums and site integrated
![]() |
#8
|
||||
|
||||
![]()
It is possible if Coldfusion can access mySQL (don't even know what Coldfusion is).
But you will have to create all the records manually. |
#9
|
|||
|
|||
![]()
But CF encrypts stuff in a 32bit format, PHP does it differently.
|
#10
|
||||
|
||||
![]()
I don't understand a word.
What does "CF encrypts stuff in a 32bit format" actually mean? |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|