The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
hi all we have used ccbill for our paid subscriptions for 8 years, we have always had an issue with the username and password field being passed to ccbill as NOUSERNAME and NOPASSWORD, this has been fine as the fields were hidden on ccbills forms, but now we are using upsales at ccbill and the fields are required, ccbill are saying they are required filds for upsaling, and I cant work out why vbulletin is not sending them in payments.php?do=order
this is what is being sent <input type="hidden" name="username" value="NOUSERNAME" /> <input type="hidden" name="password" value="NOPASSWORD" /> any ideas would be helpful Craig |
#2
|
||||
|
||||
![]()
Hi friend,
Yes me too have same problem not info of members souscription !!! |
#3
|
|||
|
|||
![]()
This information is present in the subscription_payment_ccbill template, but my question is: what should both fields contain? What username and password?
|
#4
|
|||
|
|||
![]()
it should be the current logged in username and password.
but I don't know why its not being filled Craig |
#5
|
|||
|
|||
![]()
Password?!? vBulletin 4 stores its passwords encrypted with MD5 and a salt. (Although a very bad hashing algorithm.)
I believe the bbuserinfo array can be used in that template. Then it's just a matter of doing this in the subscription_payment_ccbill template. PHP Code:
|
#6
|
|||
|
|||
![]()
im guessing vb would say this is a security risk...?
Craig |
#7
|
|||
|
|||
![]()
Well the salt is stored in a separate column so even if someone finds out the MD5 hashed password, it's very hard to figure out the actual password without the salt.
|
#8
|
|||
|
|||
![]()
thanks for that, it works in as much as it now fills the fields with the username and encrypted pass, not sure if the encrypted pass will be an issue for ccbill, ill have to wait to see what they say.
im assuming they want both to set up the account on the upsale site. Craig --------------- Added [DATE]1404680922[/DATE] at [TIME]1404680922[/TIME] --------------- im right in saying it would not be a good idea to decrypt the pass, as ccbill are saying they need the pass in plain text. Craig |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|