|
-
Feb 18th, 2016, 09:41 AM
#81
New Member
Re: Winsock: Making HTTP POST/GET Requests
Suggestion removed by moderator as inappropriate.
Last edited by Shaggy Hiker; Feb 18th, 2016 at 11:11 AM.
-
Feb 18th, 2016, 10:02 AM
#82
New Member
Re: Winsock: Making HTTP POST/GET Requests
 Originally Posted by bulleyes
hello!
how to post a username and password via vb then open the url on firefox?
for example
on my vb program
there are username and password textbox
then i enter
when i click the command button ,
it go to the website with my username and password and the url
check query string the site that you want to login, and then put in Submission Variables
Last edited by si_the_geek; Feb 18th, 2016 at 11:19 AM.
Reason: removed unnecessary quote
-
Feb 18th, 2016, 10:48 AM
#83
Hyperactive Member
Re: Winsock: Making HTTP POST/GET Requests
You still keep spamming here with answering on the old posts and even talking about the illegal stuff you do. You seriously want to get banned from here, do you?
Last edited by MikiSoft; Feb 18th, 2016 at 10:52 AM.
-
Feb 18th, 2016, 11:08 AM
#84
Re: Winsock: Making HTTP POST/GET Requests
Do not post suggestions for doing things like this again. Activities like that are against the AUP you agreed to when you signed up.
Last edited by Shaggy Hiker; Feb 18th, 2016 at 11:12 AM.
My usual boring signature: Nothing
 
-
Feb 18th, 2016, 11:10 PM
#85
New Member
Re: Winsock: Making HTTP POST/GET Requests
 Originally Posted by alva0708
Suggestion removed by moderator as inappropriate.
 Originally Posted by MikiSoft
You still keep spamming here with answering on the old posts and even talking about the illegal stuff you do. You seriously want to get banned from here, do you?
i'm sorry dude....so why old thread did not closed if answered the old post considered a spam ??
-
Feb 18th, 2016, 11:14 PM
#86
New Member
Re: Winsock: Making HTTP POST/GET Requests
never do it again....promise....cheers...
-
Mar 25th, 2022, 02:32 AM
#87
New Member
Re: Winsock: Making HTTP POST/GET Requests
 Originally Posted by batori
hi,well this is a great post but i got a question
well when i do the operation with your tool i get the code,then i paste it to a text file and then rename it to .html.Then i open the file and i get the page i wanted and it says that im logged in (which is great  ) and then automatically it takes me to my documents (which is not so important)
Then i copied the code that your tool produced
Code:
http://www.testforum.org/login.php?username=batori&password=batori&autologin=on&login=Log%2Bin
and i pasted it in here
Code:
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
Private Sub Form_Load()
Call ShellExecute(0&, vbNullString, "http://www.forum.org/login.php?username=batori&password=batori&autologin=on&login=Log%2Bin", vbNullString, vbNullString, vbNormalFocus)
End Sub
then my browser open and then i get the message that the specified account does not exist??? hmmmm
I tought the reason could be the cookies...
because after i login i must go automatically to a new thread and post the text into a REPLY THREAD and click SUBMIT automatically...
It worked for me .Thank you so much . if i wanted to send this http request but don't wanna open the web browser is it possible? it's like kind of get request.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|