Jump to content
UBot Underground

jackfitz

Fellow UBotter
  • Content Count

    55
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by jackfitz

  1. Hey Abs. That seems to work well. You said you are searching google for inurl:forum "powered by phpbb" does that mean the bot will still be able to work from a csv or txt file with my lists?
  2. Hey Abs. Thats odd about the phpbb boards profiles not being viewable. kinda defeats the point of creating proflies. Thanks for the assistance with this bot. I have sent you an email, with an update. Jack
  3. Hey abs. I sent you a PM sorry about the late reply. Lithack was that PM to me? if so didnt recieve.
  4. thats pretty cool, I had no idea about that feature.
  5. @Abs. Thanks for the update. The 6+2 is tricky. If the bot outputs to csv that it was not successfully I can always go back by hand and sign up to a few manually. I have send you PM regarding the list. @alrc what does $eval do?
  6. licensed007 let me know if you find anyone who can make this, we can split the costs if you like.
  7. Hey Net66 I am looking for this to get done sooner than later, no real time date. Yes the forums do use captchas, they are generally recaptcha. For this I would need one of the captcha solver API's implemented so they can be dealt with automatically. Regarding going back to the accounts to fill in the profiles. the bot will export a list of accounts created with user and pass to an excel document. Later that document can be imported and be read from then navigate to the accounts created already. Yes CSV is fie in regards to excel documents. Please get back to me with a quote and any more q
  8. John thanks for the suggestions. I will implement and test it out. Regards
  9. It works really well, Submitted a few sites last night!
  10. trgij1 and alcr thanks for your help. I have been trying to make this for weks now and honestly I cant see my self ever finishing it. Please take a look here http://ubotstudio.com/forum/index.php?/topic/3766-ubot-coder-wanted-for-forum-bot/
  11. I am looking to hire a ubot coder to build a bot which will do the following. 1)create accounts on the following forums scripts. (I buy lists of high pr forums every month, the forums are in multiple languages) -SMF -Phpbb -VBulletin -Punbb -IP Board -EE -MyBB Board if possible confirm emails. if not I can do this it only takes a minute or two. 2) Next save the username, password, URL into an excel csv file. 3) be able to go back and log in at a later day and update profile with details, e.g. about me, interested, links. this may ba a second bot? 4) Save back to excel to say complete.
  12. That worked a treat, thanks for the suggestion
  13. I am trying to click variations of a submit button on sites in different languages. e.g. <INPUT class=button value=Fortsätt type=submit> <INPUT class=button value=مرحبا type=submit> <INPUT class=button value=ÿрыòітðýýõ type=submit> <INPUT class=button value=你好 type=submit> I can't use the wild card *type=submit* or *class=button* as there are other elements on the page which use the same code. I am wanting to write some Regular Expression to handel this button. I have read about Regex for a few hours, it is go
  14. Hi alcr thanks for the input. I have tried to build what you suggested but cant get it to work. Would you mind taking a look at my bot please. Main Bot.ubot url list.txt
  15. Good thinking. I have added this however I can’t get my head around one little bit. How to loop the whole script until true or set a limit to attempts e.g. 5. So I have my script here id the flow. -Gets the captcha error. -Reload lit item (which is registration page. -Run Script (the one its on) With this flow, if the captcha attempt is incorrect the second time it finished. How do I go about continually looping the attempts instead of copy and pasting the code within the current statement. bot attached Main Bot.ubot url list.txt
  16. @trg7ija thanks for the input, what you mentioned will work this for site, but not fir what ever site is next in the list. @aaron I like the idea of scraping the two items. I have no idea how to do this! could you please give me a starting point.
  17. I tried wait for, didn't seem to do the trick. The page needs refreshing for the new captcha to load.
  18. Hey Aaron. Thanks for getting back to me. The problem with that is both of these links have agree=true in the html code. 1) I Agree to these terms and am over or exactly 13 years of age (need to click this one) 2) I Agree to these terms and am under 13 years of age (bot cliks this one) The bot keeps defaulting to clicking the second link. The problem is that the second link does not send a verification email, it send an email for underage users asking to sign a waver then post it back to get access to the forum. This is what I am trying to avoid.
  19. Is this happening when you start UbotDevTool is when you press play on a bot you have made?
  20. When trying to register for a forum, I need to click on a specific link. I cant work out how to differenciate from the options. Here are the links on the page. 1) I Agree to these terms and am over or exactly 13 years of age (need to click this one) 2) I Agree to these terms and am under 13 years of age (bot cliks this one) 3) I do not agree to these terms http://www.freeimagehosting.net/uploads/b97c806fd9.png I cant choose via text as I am working with forums in multiple languages. I need to choose by position or html. Is there an option I am missing? Link to page http://www.actioncart
  21. Hey Eric. I was hoping I wasnt going to hear that lol. But it's workable so cant complain. Another problem I am facing is after the bot recognises that the captcha is wrong, IE needs to refresh. At current I am using run Javascript to refresh the browser. After the Javascript I have a wait for the page to finish loading to be able to re enter user, pass, email and captcha. After the Javascript command refreshes the page it wont wait for page to load or delay before it clicks submit. This means that the second attempt at the captcha is unsucessfull. http://www.freeimagehosting.net/uploads
  22. I am working on a bot which is creating forum accounts. Included in account creation is breaking a captcha. If the captcha is entered incorrectly, the page is reloaded and I am shown a message "The confirmation code was entered incorrectly" http://www.freeimagehosting.net/uploads/404fd7063d.png I am struggling to find a way for ubot to recognise that the captcha needs re-entering. I could us an if statement, if, error code (The confirmation code was entered incorrectly) then (decaptcha). The problem with this is I am working with forums in multiple languages. There is no inner our outer html
  23. Frank to the rescue again. This will save me many headaches. thanks
×
×
  • Create New...