Jump to content
UBot Underground

How to make: if registration successful, save to file?


Recommended Posts

I made a bot that register multiple accounts on multiple websites. The bot takes the URLs from a list on my computer. It also can write the url down to another list on my computer.

 

However, how to make it scrape the url and write it down ONLY if the submission has been successful?

 

Thanks!

Link to post
Share on other sites

@LoWrIdErTJ: Thanks for the screenshot, man! It helped me to figure it out how to do it...

 

However "Search Page -> Registration successful" does not fit my needs as very often the websites are not in English or the text after registration is different or it just doesn't always work...

 

So, isn't there any more precise way to achieve it, such as Server Response code 200 (OK) or something like that?

Link to post
Share on other sites
  • 3 weeks later...

It is definitely possible but it will take a little more coding than just one if/then command.

 

You will have to watch the bot in action and keep track of all the possible text variations that occur after success. Then you will have to code all of the possible if/then statements into your bot.

 

I have a pligg account creator that has over 30 different if/then commands in order for it to track all of the successful account creations.

 

I'm not really sure if there is an easier way to do this, but I would love to find out if there is.

 

HTH

Justin

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...