Jump to content
UBot Underground

Recommended Posts

Hello,

I am building a bot to submit rss feeds to a site

I've been able to get it to identify the captcha image

and submit the rss feed.

 

The problem I'm having is that I want the captcha sequence to loop

based on whether the rss feed was susscsfully submited or not

 

If you put in the wrong captcha it doesn't return an error it

just puts another captcha on the screen. if you put in the corect captcha

and submit it returns xxxxxx was submitted sucessfully.

 

When I try to put it in a loop it is looking for a # of time to loop or a

parameter. Can some one point me in the right direction?

 

I've tried using a if then statement but couldn't figured it out

 

The site it self is http://www.xmeta.net/users/

Link to post
Share on other sites

Thanks for your reply, That's what I've been trying as well.

Just for testing I had it nav to a different page based on whether that text appeared on the page

That works as far as the logic part

But I need it to loop until it meets the condition rather than one time.

 

 

 

I guess you could do something like this:

 

If Not Search Page 'was submitted sucessfully' then do XY

Link to post
Share on other sites

What I did in this situation was use the "while" command to look for the error message from the captcha after trying to solve it. While the error message is there it will keep running through my captcha solving process.

 

Not sure if it's the "correct" way to do things but it works like a charm. Attached a pic.

 

-Chris

post-369-12660838843875_thumb.jpg

Link to post
Share on other sites

Thanks I'll give it a try

 

 

What I did in this situation was use the "while" command to look for the error message from the captcha after trying to solve it. While the error message is there it will keep running through my captcha solving process.

 

Not sure if it's the "correct" way to do things but it works like a charm. Attached a pic.

 

-Chris

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...