![]() |
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 |
vBulletin uses POST to submit values to the login page. You will have to use post not get.
|
I've used post and get commands, neither worked.
|
Login with a browser and catch what is being sent. I think you will find that the password will be sent MD5 encrypted :).
|
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 :) |
The password encryption has been asked many times in this forum do a search for it. (Hint: Search for "Password Hash")
|
Usually:
Code:
Client -> Password is MD5 hashed (once) using JS -> Password sent to server -> Script adds salt and hashes MD5 again. |
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 |
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.
|
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.
|
All times are GMT. The time now is 01:41 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|