|
-
Mar 9th, 2006, 07:40 PM
#1
Thread Starter
New Member
-
Mar 9th, 2006, 07:55 PM
#2
Re: Input Option Into A Link?
So your base URL is "http://www.sms.gr/Servlet?code=" and you want to concatenate the contents of a TextBox, right? Then open that URL in a browser? I'd leave out the first argument to Process.Start so that it opens in the default browser instead of IE. Most people who go to the effort of changing their default browser get annoyed if applications then force them to use IE.
VB Code:
Process.Start("http://www.sms.gr/Servlet?code=" & myTextBox.Text)
-
Mar 10th, 2006, 03:26 AM
#3
Thread Starter
New Member
Re: Input Option Into A Link?
Oh really thanks jmcilhinney that was very helpful. now i have one last question. Before a few months i heard of a program called ''msn messenger account freezer" that program as i can undertand uses the site of the hotmail and it brute force the password box (with a text dictionary) but when u start the program of course it doesnt loads u 1 millon sites for every password of the list so i think that there is a way to make the links open in the backround..... so i ask if there is any command for this
thanks again for the help and time
-
Mar 10th, 2006, 04:39 AM
#4
Re: Input Option Into A Link?
what exactly are you asking?? we arent here to influence or help deviant behavior...
If you are referring to sending the messages without having to open a browser, you would have to find out ways to send the form information through code...
Last edited by gigemboy; Mar 10th, 2006 at 04:44 AM.
-
Mar 10th, 2006, 06:15 AM
#5
Thread Starter
New Member
Re: Input Option Into A Link?
no no no i dont want help for deviant behavior. look this site can send an sms well i want to make a program which will use this site but if my program open the site there isnt any meaning to do that. the msn messenger account cracker was just an example of what i want to do (backround process) i dont want to make a brute force tool i just want to transfer the site into my program please if u know how to do that let me know and thanks again for ur time
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
|