The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
User Atuh Check?
Well, I was working on a program (in vb.net). I was trying to make the program check to see if you have 100 posts before it loads up, and if you don't, it shuts down.
What I tried to get it to do, was login to my VBull site, go to the member's profile, and check the required posts. This is the login url I tried: Code:
http://templeofwarcraft.net/forum/login.php?do=login&vb_login_username=USERNAME&vb_login_password=PASSWORD I was also wondering of there was some sort of midification for vbull that would act as an authorization system? There is one for phpbb. Thanks, Alex |
#2
|
|||
|
|||
vBulletin uses POST to submit values to the login page. You will have to use post not get.
|
#3
|
|||
|
|||
I've used post and get commands, neither worked.
|
#4
|
||||
|
||||
Login with a browser and catch what is being sent. I think you will find that the password will be sent MD5 encrypted .
|
#5
|
|||
|
|||
I've done this before without encrypting it, and it worked :P
But if you can get me the login string and the encryption meathos (single md5?) , I can make it hash the strings, then send it |
#6
|
|||
|
|||
The password encryption has been asked many times in this forum do a search for it. (Hint: Search for "Password Hash")
|
#7
|
||||
|
||||
Usually:
Code:
Client -> Password is MD5 hashed (once) using JS -> Password sent to server -> Script adds salt and hashes MD5 again. |
#8
|
|||
|
|||
Ok. My friend Ricky made a HTTP Wrapper for vb.net. It supports post and get commands. I want to check to see if it logged in or not. What url would I use to login?
example: mysite.com/login.php?username=Alex&password=Bob thanks, Alex |
#9
|
||||
|
||||
As said before, vBulletin uses POST to send information. Last time I went into that [art of the code, I believe it even rejects any logins using GET.
|
#10
|
|||
|
|||
I just said, I could use post.. And I will. The question i'm wondering is the URL I need to know to send the post data.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|