- iBotModz
- → Viewing Profile: Posts: ikizmert
iBotModz CBox
Community Stats
- Group Members+
- Active Posts 3
- Profile Views 5,366
- Member Title Recruit
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
Contact Information
- Gamertag c#
Posts I've Made
In Topic: C# Loading reCaptcha into a imagebox
29 November 2012 - 07:46 AM
okay but i don't understand this working logic. How can i work ? Plesae help
In Topic: C# Loading reCaptcha into a imagebox
28 November 2012 - 05:07 PM
(images.GetAttribute("OuterHtml").Contains("http://www.google.co...cha/api/image?") = FALSE ; its didnt work.It seems the recaptcha code has changed.
if (images.GetAttribute("OuterHtml").Contains("http://www.google.com/recaptcha/api/image?")) { string url = images.GetAttribute("OuterHtml"); break; }
That would work, but then you'll need to create some regex to pull the correct stuff out of that url var. It seems recaptcha is changing, but no offense this topic is like 3 years old.
but no offense this topic is like 3 years old. i not knowing im sorry... my english easy, i used google translate )
Thank you anyway...
In Topic: C# Loading reCaptcha into a imagebox
28 November 2012 - 04:38 PM
My code is not is not working,
if (images.GetAttribute("src").Contains("http://api.recaptcha...et/noscript?k=")) type is FALSE
Please help me. Thank you..
private void btnKayit_Click(object sender, EventArgs e) { webBrowser1.Navigate("http://xpblogger.com/register.php"); }
foreach (HtmlElement images in webBrowser1.document.Images) { if (images.GetAttribute("src").Contains("http://api.recaptcha.net/noscript?k=")) { string url = images.GetAttribute("src"); pictureBox1.ImageLocation = url; break; } }
if (images.GetAttribute("src").Contains("http://api.recaptcha...et/noscript?k=")) type is FALSE
Please help me. Thank you..
Community Forum Software by IP.Board 3.4.6
Licensed to: Connor (iBotPeaches)