for all you programmers out there use chrome and right click on an element and select inspect element to easily find out the id instead of the elements. like this so everyone can see!
really thanks for your videoes, but i have face a problem. I'd like to get the html source code after click some selections from the webpage. But i have face a problem when i get the source code, the code was before my selection.
hey thats good,i made a lil login app using this tutorial and i would like to ask if there is any way to block certain webpage elements like images, ads and other unnecessary link displays and to display just the desired login box? thanks
hello sir how r u i have watched your tutorials really u r awesome man!!!!! i want to know that is it your another tutorials about vb.net expt these 56 tutorials please rply me!!!!
Thanks, for the tutorials, I am working on reading an RFID tag into the password field on a web page. I can read the tags OK, now how can I get the data read by serial port to the password field on the web page?
For Button2 code, SetAttribute("value", TextBox1.Text) is based on the knowledge of HTML, how could you know what to input by just browse the "View source"? Any learning page for HTML about this?
@TeachMeComputer What is the name of the login button at facebook. I have found the to textboxes but the button doesn't seem to have a name :/ Please help. Thanks man :)
@TeachMeComputer what if the user typing wrong username or password how to make it pop up a message box that checks if its true password and username ?
@romansson100 i no found the name of the sign in button :/ I have trayed with other site and work i need to make login for this site xcibe95x.webs.com
I have a problem, I'm using this method on my program but the thing is the webbrowser is already loaded and when I type user and pass in the textbox's the textbox's in the browser arn't focused so the login button doesn't press..? I have a java set focus but when you click a textbox in the program the webbrowser unfocuses.. how can I do this?
for facebook login use this Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim allelements As HtmlElementCollection = WebBrowser1.Document.All For Each webpageelement As HtmlElement In allelements If webpageelement.GetAttribute("value") = "Login" Then webpageelement.InvokeMember("click") End If Next End Sub
your awesome at making tutorials. could you please tell me the resources you used to learn how to code in visual basic?
and any book recommendations that you would give? because when i am older i really want to be a programmer but for when i go to college i want to be quite experienced at coding so that i am ahead of other people and will hopefully be able to become a successful programmer.
The site I want to access has a drop down with two options. Your code works fine for the default login, but I want to choose the other option in the drop down. Here is the website:
hey can you message me with the code for my site? ive been trying and trying and trying but it wont work :( heres my website thecodingindustry . nstars . org / login
lol remove the spaces but please! help me out lol or anyone
Im in a internet caffe. Dang it. I dont have any tools thar. Nor VB 2010 nor my trusty XAMPP for PHP :(( Oh well. Im giving you thumbs. Where the thumb is Upward.
im trying to use this for myspace but one of the buttons doesn't have a name, all it has is a button id, and class. Is there anyway i can use this still because i have tried but it doesn't work.
I was looking for something that would let you put in your username and pw from an actual website then if it's an actual user and pw from the website it will let you use the program. can you help me with something like that
how to i use this for my website? im confused of finding the login button, the login button type is "Submit" and the value is "Login" and there is no name
@dragonster82 I found that if the element doesn't have a name, you can also use it's id. I tested it out on a button that didn't have a name but had an Id and it clicked it just fine using the code from the video.
Thanks for this tutorial i did the same just for facebook - but anyone has anyidea for to logout from facebook with a click off button or anything like that
Hi I sent you a message as I couldnt post it here because of the html in it. Basically if the submit button is a picture how do you get to invoke.member click it?
Can you post a tutorial how to load a picture from a website on my application, im making a Account Creator and i need the picture from the Captcha Code for my program :S Help me please
Can you post a tutorial how to load a picture from a website on my application, im making a Account Creator and i need the picture from the Captcha Code for my program :S Help me please
hey how do you put a website label onto a label in vb 2008...for example.....lets say i have a game ONLINE That has 100,000 gold......how do i make it where when i login on the Visual Basic Form it saids my gold amount on a label On My Visual Basic Form.....sry if this is confusing....PLEASE REPLY!
hey how do you put a website label onto a label in vb 298...for example.....lets say i have a game ONLINE That has 100,000 gold......how do i make it where when i login on the Visual Basic Form it saids my gold amount on a label On My Visual Basic Form.....sry if this is confusing....PLEASE REPLY!
@HardCoreSmasher Sorry for the late reply. You can go to the event webbrowser1.navigated and then check the URL. You can retireve the URL by typing webbrowser1.url.tostring.
what will happen if u make login form without open site ?
assassin132132 3 days ago
for all you programmers out there use chrome and right click on an element and select inspect element to easily find out the id instead of the elements. like this so everyone can see!
youdripblood 5 days ago
really thanks for your videoes, but i have face a problem. I'd like to get the html source code after click some selections from the webpage. But i have face a problem when i get the source code, the code was before my selection.
gwalkerhorse 1 week ago
hey thats good,i made a lil login app using this tutorial and i would like to ask if there is any way to block certain webpage elements like images, ads and other unnecessary link displays and to display just the desired login box? thanks
06roshan 1 week ago
WOW! This really is amazing. Never thought it to be this simple
markdeantube 2 weeks ago
Very helpful. Makes me wanna try. The video is clear
markdeantube 2 weeks ago
Love It <3
oussamaessadaoui 1 month ago
Simple and very nice...please how do I confirm if login is successful with vb.net codes
snipps0233 1 month ago
can i auto login without using webbr0wser?
CherriLiew 1 month ago
Can we do this with just one button?
mynameisjoeo 1 month ago
i carnt get the login button to work
TheReefersblack 1 month ago
can we login to yahoo without Web browser i mean like yahoo messenger
DO you know how to creat a simple yahoo messenger
MrSurmad 1 month ago
thx alot
jdesaul 1 month ago
How to make if password or username dont exist!! It will crash!! should i use Try??
bero231 1 month ago
@bero231 Yes, use try and catch
MinecraftVixen 1 month ago
@MinecraftVixen I did but I can't find LOGIN button :(( pls help me!! can you give me name of login button on this page bteclan.com i tryed "login"
bero231 1 month ago
Awesome tutorial :) Thanks for the time you put in to this :)
Fomleful 1 month ago
@vbTechdude 2 years ago this was not possible
Ranger20492 1 month ago
hello sir how r u i have watched your tutorials really u r awesome man!!!!! i want to know that is it your another tutorials about vb.net expt these 56 tutorials please rply me!!!!
zeeshi8777666 1 month ago
Thanks, for the tutorials, I am working on reading an RFID tag into the password field on a web page. I can read the tags OK, now how can I get the data read by serial port to the password field on the web page?
aloflavio 2 months ago
@TeachmeComputer
For Button2 code, SetAttribute("value", TextBox1.Text) is based on the knowledge of HTML, how could you know what to input by just browse the "View source"? Any learning page for HTML about this?
kw42chan 2 months ago
@kw42chan
try pressing f12 in chrome n select particular div's that highlight username n password for that site....that should lead u to desired name
honeyaulakh1 2 months ago
@TeachMeComputer What is the name of the login button at facebook. I have found the to textboxes but the button doesn't seem to have a name :/ Please help. Thanks man :)
KickAssCommand 2 months ago
@KickAssCommand Well i found the name of the Button. The problem ist it is changing everytime you refresh the site.
Ranger20492 1 month ago
Comment removed
KickAssCommand 2 months ago
omg thx man thx!!!!you are the best!!!you made my day man i love u!!!!
savvas144 3 months ago
@TeachMeComputer what if the user typing wrong username or password how to make it pop up a message box that checks if its true password and username ?
Thesilvernight100 3 months ago
@Thesilvernight100 Well, If TextBox1.Text = "" Then MsgBox("You forgot to write you email or password, retry!")
me.close
end if
NP >:D
Samox70 3 months ago
This has been flagged as spam show
Hi! Could you guys please check out my channel? I will do a giveaway when I reach 100 subscribers! Thanks!
hackster2011 3 months ago
SOMEONE PLS TELL ME THE NAMES FOR FACEBOOK?
trueboss926 3 months ago
@trueboss926 The username textbox = email
The password textbox = pass
The button is unknown
KickAssCommand 2 months ago
You have a cool acceent
TheUnknownDownload 3 months ago
can u send me the code it's not working for me-.-
erestmvm 3 months ago
hey i have a SMF Forum, and i cant find the button Name or id... or it does not work.... HELP !
97thethe 3 months ago
How would I do this with a dropdown box (or select list)?
DuckHouseProductions 3 months ago
just right click on the website and click view page source
rujinai 3 months ago
@rujinai u right but how can i get sorce code of submit button of facebok login? :( it always erroe :(
superlostlover 3 months ago
i have seen your video named "VB.NET Tutorial 41 - Website Login (Visual Basic 2008_2010)"
in this video you had show us source code of yahoo.com
but can you help me in geting source code of facebook and twitter and my space and mig33? plz help me sir :(
superlostlover 3 months ago
Hey i got a question!
What code do i need when the user enters a wrong password
then a msgbox will pop up??
Thanks in advance
Btw you really helped me ! thanks
Epixtut45 3 months ago
THX you are the best if i need help for my program i watch your video ;)
I try to make this ;)
xcibe95x 4 months ago
Hey this not work for Webs.com :( Can you help me? :D
xcibe95x 4 months ago
@xcibe95x you just didint find right things.
romansson100 4 months ago
@romansson100 i no found the name of the sign in button :/ I have trayed with other site and work i need to make login for this site xcibe95x.webs.com
xcibe95x 4 months ago
Nice man.
Can i have your help though?
This site here: ww.pbbans.com/forums/index.php
what is the id of the submit option here?
burgo856 4 months ago
Great work....keep going
gauravmody 4 months ago
Comment removed
gauravmody 4 months ago
Why the name value goes inside the getElementById and not the id value?
solde99 4 months ago
Help Me
If TextBox1.text = "a" Then
TextBox2.Text = "01100001"
End If
If TextBox1.Text = "b" Then
TextBox2.Text = "01100010"
End If
When I write ab apears 01100001
Can you make appears 0110000101100010?
HACKERMAN24 5 months ago
@HACKERMAN24 dear u r overright textbox value you need to concate like
if texbox1.text="a" then
Textbox2.text +="01100001" or Textbox2.text=Textbox2.text+"01100001"
end if
saiyedistiyak 4 months ago
teach me object oriented programming
fawadhassan2010 5 months ago
excellent vid...!
Akiii001 5 months ago
how can i do it for Facebook?
Martz456 5 months ago
How can i make it for just part of a website. i dont want to be show all website.I just want to show login informations part of websites
jitanx123 5 months ago
I have a problem, I'm using this method on my program but the thing is the webbrowser is already loaded and when I type user and pass in the textbox's the textbox's in the browser arn't focused so the login button doesn't press..? I have a java set focus but when you click a textbox in the program the webbrowser unfocuses.. how can I do this?
MyMediaUpload 5 months ago
how to make it logout?
aftereffects00 6 months ago
thanks very much
1111kalo 6 months ago
Can I do this for youtube?
Ronaldo95163 6 months ago
i have a question. if i want to get one element of site (for example only update vids on YT by friend) what to do?
TheRaveRage 6 months ago
if the id passowerd field is in the frame then how we will do it which command let us go in the frame and then write id password
surjitsimrangurdip 6 months ago
@surjitsimrangurdip why do you want to you use a frame?
Swippz 6 months ago
sir could you plz tell me how to make this form with facebook login am totaly confused :(
mohitkalsi1 7 months ago
@teachMEComputer
Sir help me in vb.net i saw this video uploaded by u but how we can do this trick without webbrowser just using 2 textboxes and login button.
surjitsimrangurdip 7 months ago
@surjitsimrangurdip You can make the web browser hidden.
vInspiredx 6 months ago
How would i attach a login form to a button in the form?
ady0211 8 months ago
you explained fully i understand everything i am half beginer and half pro at vb 2010 and a pro on html i am subscribeinng you coz ur the best ^_^
Tutorial59 8 months ago
You are helping me with my keylogger.. :D
DrKillaser 8 months ago
@DrKillaser but, Facebook's code is a "little bit| complicated... :/
DrKillaser 8 months ago
darn i looked at the source code but the button didnt have a name just a imput class and value and tabinex
cpjok 8 months ago
this doesnt work if the box already contains a value like "0". Can you help me with that?
thanks
7lucklucky 9 months ago
if you use google chrome it is easier to get the element id :)
sirtizz01 9 months ago
Can someone tell me, what code i need to fill in to stop the popups saying continue with the script?
mchosu 9 months ago
Hey man. Is there any code for this situation:
If login was sucessfull, then tell the user that the login was ok. Else, tell the user that login went wrong?
Olemassacre 10 months ago
for facebook login use this Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim allelements As HtmlElementCollection = WebBrowser1.Document.All For Each webpageelement As HtmlElement In allelements If webpageelement.GetAttribute("value") = "Login" Then webpageelement.InvokeMember("click") End If Next End Sub
End Class
mirzetagaga 10 months ago
Hi,
my compliment's...great tutorial...
Can You tell me, please, is it possible with Windows Live Mail???
MiliPuziPrimiceseGu 10 months ago
what is the "GetElementById" for facebook Login button?? PLEASE!! HELP!! REPLY!! PLZSPLZPSLPLZZSZ
MrKeyLeer 10 months ago
1:18 (replay again,again,again..) Its reall fun :D
boardista158 10 months ago
Comment removed
lolakshooter 10 months ago
**FOR ANYONE CONFUSED ON WHERE TO FIND ID OF ELEMENT**
Simply right click the item you want the id/name of and click Inspect Element.
It will bring up a little window with the line of that highlighted.
:D
PowerFusionX 10 months ago
how can u get the source for runescape login?(the login where u play ;P
this will be much better for phishing ;D
mrhollyking 11 months ago
@mrhollyking you can't because the login and password textboxes are inside the flash player
D4mku5 10 months ago
@D4mku5
well ok :(
It's just that there was a phishing site with also the rs login.. ;P
smoothie12446 10 months ago
@mrhollyking Hey. Are you hacking Rune Scape accounts?
Olemassacre 10 months ago
@Olemassacre
Did once but I've quit rs
smoothie12446 10 months ago
how to do it on Facebook? the source code is way to confusing to me D:!
NSEmblem 11 months ago
How do I make it so if the username and pass is correct, it will show form1??
I am making a program but thats where im stuck, please help
SoUhnlucky 11 months ago
HAHAHA!! AT LAST T_T!!! SOME PROGRAME ABOUT YAHOO!! T_T AT LAST!!!!!!!!!!
NSEmblem 11 months ago
What if theres no ID. The button on MMARMY.com is a picture i think. and it has a class, value, and type.
bradleyhowes 11 months ago
I have a prob. My thing SAVES my username therfore the first line of code in button2 gives an error since it haz nothing to fill. What should i do?
Urocss 11 months ago
If there was a "Love" button, i'd press that!!
ShayAxelod22 1 year ago
This has been flagged as spam show
Why we need a, latin bitch busizz4me.info
DonsanUsake569 1 year ago
THIS HELPED ME SO FUCKING MUCH I LOVE YOU!<33
no gay way! ;)
AzDer1000 1 year ago
Hi Dear, I can you do some coding for me. I can pay for that.
shivsharmaddn 1 year ago
your awesome at making tutorials. could you please tell me the resources you used to learn how to code in visual basic?
and any book recommendations that you would give? because when i am older i really want to be a programmer but for when i go to college i want to be quite experienced at coding so that i am ahead of other people and will hopefully be able to become a successful programmer.
JoeFulford 1 year ago
@JoeFulford Well man you to be a nice programer see toturials not that ones that have the code for download but, the ones you see on the video :D
ive been learning seing tuturials now, well im creating my one great programs and hacks
i hope you luck friend :D
Metin2Hacker4Lover 1 year ago
This has been flagged as spam show
Hi Dear, Plz also add if login fails or succesful login Msg(ie Try and Catch) Thx in advance
shivsharmaddn 1 year ago
This has been flagged as spam show
Hi Dear, Plz also add if login fails or succesful login Msg (Try and Catch). Thanks in Advance
shivsharmaddn 1 year ago
Yes Dear, Plz add Try and Catch
shivsharmaddn 1 year ago
@Zz360zPROzHACKERzZ me excellent at it
conorm125 1 year ago
apps.rackspace.c o m/
rbyrd023 1 year ago
The site I want to access has a drop down with two options. Your code works fine for the default login, but I want to choose the other option in the drop down. Here is the website:
rbyrd023 1 year ago
hey can you message me with the code for my site? ive been trying and trying and trying but it wont work :( heres my website thecodingindustry . nstars . org / login
lol remove the spaces but please! help me out lol or anyone
MoNTaGezANDcLiiPzz 1 year ago
(XD) The .setatribute dont found!
elbastezas 1 year ago
Im in a internet caffe. Dang it. I dont have any tools thar. Nor VB 2010 nor my trusty XAMPP for PHP :(( Oh well. Im giving you thumbs. Where the thumb is Upward.
MihailoSilni 1 year ago
hey guys if the login button code in the video doesnt work for you, try this:
WebBrowser1.Document.Forms(0).InvokeMember("submit")
that works for facebook
ResidentScumfuck 1 year ago
Theres No Element for most sign in buttons... Idiot you can grab a button by its HTML Element!....
scottyrul 1 year ago
i need help on a site. im trying to get the name for a button but thre are not any.
lewismarsh10 1 year ago
This has been flagged as spam show
can you help me on a site im trying on i cant seem to find the name for a button.
lewismarsh10 1 year ago
Comment removed
lewismarsh10 1 year ago
7:30 perfect viev of code
SADcoda031 1 year ago
im trying to use this for myspace but one of the buttons doesn't have a name, all it has is a button id, and class. Is there anyway i can use this still because i have tried but it doesn't work.
SkillzThatKillU 1 year ago
plz upload a video for facebook login.....
alpha403 1 year ago
@alpha403 you want to dictionary attack facebook?
Don't think you can tbh.
superant10000 1 year ago
"lets make this a little bigger"... a little yeah right thats huge
Spiker985 1 year ago
Use inspect element on google chrome or firebug addon for firefox.
danhaswings 1 year ago
This has been flagged as spam show
9icz tutorial, my question is, am trying to designing a program that will continually update from a website, how do i go about it ....
RUDEMCI 1 year ago
This has been flagged as spam show
9icz tutorial, my question is, am trying to designing a program that will continually update from a website, how do i go about it ....
RUDEMCI 1 year ago
Comment removed
RUDEMCI 1 year ago
fuk you up b1tch
xxxvirus10 1 year ago
i used Google chrome to find the id because it has the inspect element witch makes it much easier but other then that this video is great
brad0219 1 year ago
I was looking for something that would let you put in your username and pw from an actual website then if it's an actual user and pw from the website it will let you use the program. can you help me with something like that
justinedlund1 1 year ago
its really nice this tutorial
i need to do a software and am using a vb.net
for that i will have to extract articles from a website and i also need to provide summaries of those articles
please help me out
thanks
anushajaysen 1 year ago
This has been flagged as spam show
its really nice this tutorial
i need to do a software and am using a vb.net
for that i will have to extract articles from a website and i also need to provide summaries of those articles
please help me out
thanks
anushajaysen 1 year ago
its really nice this tutorial
i need to do a software and am using a vb.net
for that i will have to extract articles from a website and i also need to provide summaries of those articles
please help me out
thanks
anushajaysen 1 year ago
How do you combine the two functions into one button instead of having navigate and login? Thank you, great tutorial as usual!
detect2173 1 year ago
Quick Tip
When your Looking for the names for the username and password in the source code.
Try this
Hightlight the box
right click and press
view selection source
It will cut out all the other HTML so you can look right at the loginBox HTML no messing about
Great Video
destroyer449 1 year ago
is there a way to clear the default value before it entering a new value from a textbox ?
LdotKIID1993 1 year ago
how to i use this for my website? im confused of finding the login button, the login button type is "Submit" and the value is "Login" and there is no name
dragonster82 1 year ago
@dragonster82 Keep watching the next videos, that is explained
TeachMeComputer 1 year ago
@TeachMeComputer oh ok, and please tell ur subscribers to watch my channel, ( IF POSSIBLE PLEEEEEAAASSEEEEE)
dragonster82 1 year ago
@TeachMeComputer Which One?
Im Cant Doing It!! On me apears only this:
input type="submit" class="button btn-login" onclick="document.forms['loginFormElement'].submit();return false;" value="Login"
plz say what video or say wich one is or what is the way cuz in that website i cant
Metin2Hacker4Lover 1 year ago
@TeachMeComputer
I am also trying to get this to work, and cant find it in any of your videos.
Could you please explain how to login from your application when the button name is not specified in the source of the site?
Ty in advance!
SGToverkillCOD 5 months ago
@dragonster82 just focus on the password box an sendkeys enter:
WebBrowser1.Document.GetElementById("password").Focus() SendKeys.Send("{Enter}")
loriancoltof 1 year ago
@dragonster82 IT IS CASE SENSITIVE!
TutorialsAndMontages 1 year ago
@dragonster82 Try using the id if it haves one
LFSDK 1 year ago
@LFSDK it doesnt have, thats the point.
dragonster82 1 year ago
@dragonster82 I found that if the element doesn't have a name, you can also use it's id. I tested it out on a button that didn't have a name but had an Id and it clicked it just fine using the code from the video.
imvuextrabts 8 months ago
dude i really love u, how can i repay ur kindness? maybe when i see u in heaven ^.^
dragonster82 1 year ago
Thanks for the video, i want to know is this software can get the username and password of a shopping site for me.
slashy2g8 1 year ago
thanks teachmecomputer! i really learn from your videos
bettybarnes 1 year ago
Nice Tutorial!
Is it possible to make one button for navigate & login?
I tried out, but it doesnt worked for me...
MartialKings 1 year ago
@MartialKings What you mean?
like just have a login button?
yeah double click on the form load
and enter the navigate code
lesanDOTvbnet 1 year ago
@lesanDOTvbnet thank u! thats the right solution for my problem! :)
MartialKings 1 year ago
@MartialKings haha, no problem man xD
lesanDOTvbnet 1 year ago
Thanks for this tutorial i did the same just for facebook - but anyone has anyidea for to logout from facebook with a click off button or anything like that
JaKuZaNeT 1 year ago
Comment removed
JaKuZaNeT 1 year ago
Comment removed
JaKuZaNeT 1 year ago
Hi I sent you a message as I couldnt post it here because of the html in it. Basically if the submit button is a picture how do you get to invoke.member click it?
spotlitemanic 1 year ago
This has been flagged as spam show
Can you post a tutorial how to load a picture from a website on my application, im making a Account Creator and i need the picture from the Captcha Code for my program :S Help me please
Arivedesi 1 year ago
Can you post a tutorial how to load a picture from a website on my application, im making a Account Creator and i need the picture from the Captcha Code for my program :S Help me please
Arivedesi 1 year ago
That is frakin beautiful this is something I have been looking for!
daytondavid2008 1 year ago
gave me a java script error ?
willgrana 1 year ago
How do i save an image from a website using VB? Thx
iChaoS74 1 year ago
This has been flagged as spam show
hey how do you put a website label onto a label in vb 2008...for example.....lets say i have a game ONLINE That has 100,000 gold......how do i make it where when i login on the Visual Basic Form it saids my gold amount on a label On My Visual Basic Form.....sry if this is confusing....PLEASE REPLY!
DrGenerate 1 year ago
hey how do you put a website label onto a label in vb 298...for example.....lets say i have a game ONLINE That has 100,000 gold......how do i make it where when i login on the Visual Basic Form it saids my gold amount on a label On My Visual Basic Form.....sry if this is confusing....PLEASE REPLY!
DrGenerate 1 year ago
@DrGenerate did he tell you , thats what im looking for 2
willgrana 1 year ago
dude thanks so much..your like yah you knoe...sweet
DrGenerate 1 year ago
You Are Just Good , Great work
ArabianCracker 1 year ago
nice man i watched all videos in single day i cant wait more i rate every video and i subscribe to your chanel.
I CANT WAIT MORE!!! xS
marac211 1 year ago
thats nice & simple
VVidescreen 1 year ago
WOW DUDE <3 SO MUCH.... and also how can i make it if its rong it says wtf.. wrong psw
HardCoreSmasher 2 years ago
@HardCoreSmasher like how would i make it check wut the website url
HardCoreSmasher 2 years ago
@HardCoreSmasher Sorry for the late reply. You can go to the event webbrowser1.navigated and then check the URL. You can retireve the URL by typing webbrowser1.url.tostring.
TeachMeComputer 1 year ago
@TeachMeComputer yah i found that out thz anyways one more thing hmm how would i change a combobox in the web browser
HardCoreSmasher 1 year ago
Thank You
Helped me out a lot this all your videos
Thanks
gamer2160 2 years ago
wow dude, are you only 16? you rock at this.
crallz0r 2 years ago
oh god damn it -.- I thought this was going to be with Post Data, this is not intermediate
ampix0 2 years ago 2
@ampix0 I Agree with this, I want to know how to use post data
shinytap 1 year ago
This works whit any website right? its wierd if if only work whit yahoo.
swehunter2000 2 years ago
Yeh it does, if you can get the ID, you can use this.
Aflikshun 2 years ago
@Aflikshun good
swehunter2000 2 years ago
@swehunter2000 Gr8 Job Dear, Plz also add if login fails or succesful login Msg Thx in advance
shivsharmaddn 1 year ago
@shivsharmaddn you mean try catch?? but where did this come from? :P cant rememer my comment..
swehunter2000 1 year ago