Jump to content
UBot Underground

nedhulton

Members
  • Content Count

    29
  • Joined

  • Last visited

Everything posted by nedhulton

  1. If exbrowser had something equivalent to try / accept in python that would be invaluable.
  2. The crashes are all due to the exbrowser scrape attribute command.
  3. Would you say that running the script from Ubot (without compiling to an exe) is generally more stable?
  4. OK, I have compiled in Ubot 5 and will test
  5. It does not crash instantly. It crashes after several hours.
  6. I am using Ubot 4 and ExBrowser Chrome. Ubot code attached. spit1.ubot
  7. I am thinking of trying the following: (1) Running the script from Ubot (without compiling) (2) Using FireFox rather than Chrome. Any advice, highly appreciated.
  8. Thanks everyone. Sorry for cross-posting. Just keen to find a solution.
  9. I am using the exBrowser plugin and its great, but every few hours it crashes. I am getting a stack overflow error that is related to the ctrl.dll part of .Net I really need help fixing this and I am more than happy to compensate anybody who can help me out. The crash report is below: Sourcespit1.exe SummaryStopped working Date?05/?11/?2016 14:34 StatusNot reported DescriptionFaulting Application Path: C:\Users\Administrator\Desktop\Investors\spit1.exe Problem signatureProblem Event Name: APPCRASHApplication Name: spit1.exeApplication Version: 4.0.0.0Application Timestamp: 51f67134Fault Modu
  10. Thanks I was aware of the run JavaScript (JQuery) method. Still not able to find solution
  11. I am trying to build a bot that uploads contact forms. I want the bot to know whether or not the form has been successfully uploaded. The following works in the chrome console: submitted = "no" $("form").submit(function(){ submitted ="yes" }); When the form is submitted the global variable "submitted" will be set to "yes". For some reason this will not work in Ubot. Please help. Happy to splash some cash. Very frustrated. I basically just want some Ubot codes that will tell me when a form has been submitted (forms are on different sites).
  12. I am actually looking to submit multiple forms. So this option would not be available in my case.
  13. I want my bot to be able to submit forms. I also want to work out (automatically) whether or not the bot was successful (whether or not the form actually was submitted). Here is an example: http://fraserellis.co.uk/contact-us/ So I need a way to monitor whether the JavaScript submit happens or not. Could this be done by monitoring the HTTP POST requests sent by the UBOT browser? Could this be done by inserting JavaScript into the page like this onsubumit function? function hello() { alert("The form was submitted");} var formS = document.getElementsByTagName("form");var form = form
  14. This is what gets posted to Nike when you add an item to the cart. I do not recognise the format of the parameters. I need help replicating this using Ubot: POST http://nod.nikecloud.com/nod/rest/intake HTTP/1.1Host: nod.nikecloud.comConnection: keep-aliveContent-Length: 285Accept: */*Origin: http://store.nike.comUser-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36Content-Type: text/plainReferer: http://store.nike.com/us/en_us/pd/air-max-2015-running-shoe/pid-1539013/pgid-10097071Accept-Encoding: gzip, deflateAccept-Langua
  15. I am looking for the code that will enable me to add an item to a Nike.com shopping cart using HTTP POST. Prices negotiable. Skype or email me: ned.hulton nehulton@hotmail.com
  16. Im interested in buying this. Can we talk on Skype: ned.hulton
  17. But how does that work from a networking perspective? Surely your machine / modem has only one IP?
  18. Yes that makes sense. As far as the IP issue is concerned though, Is it possible to have both mutli-threading and multiple IPs?
  19. Help needed! I am happy to PayPal somebody some cash in exchange for good advice. Question: How can I combine multi-threading with multiple IP addresses? Some Context: I have been hired to build a Nike "add to cart bot". The bot navigates to Nike.com and adds designer sneakers to the cart. This will allow my client to ensure that his customers get access to limited addition products. The bot that I create will be multi-thread. I am looking to have ten browsers open. Each browser will navigate to the site and add the desired product to the cart. Bad Option #1: I do not want to n
  20. I would love to help create these pages for you. Ubot can actually be used to write HTML. I created the following sites using Ubot: BrightCandidates.com and HultonSearch.com I scraped a whole load of data from Linkedin and then used Ubot to insert them as variables into an HTML template. What you describe can easily be done and I would love to help out. If you want to learn Ubot or think you may want to learn then I am happy to explain my code. I have a profile on freelancer: https://www.freelancer.com/u/NedHulton.html My skype is ned.hulton
  21. Hello, I am an advanced Ubot developer. I have a profile on Freelancer.com. https://www.freelancer.com/u/NedHulton.html My Skype is ned.hulton If you are looking to learn Ubot yourself then I am always ready to explain my code and help out.
  22. I am looking for some ubot codes that will allow me to upload my contacts from a CSV file to Yahoo Mail. This sounds extremely simple, but its complicated by the difficulty that ubot seems to have trouble dealing with popups. I have tried scraping the URLs and navigating, but that does not work for me. I would be really grateful to anybody who can work this out for me. I would be happy to pay a small fee. nedhulton@hotmail.com Skype: ned.hulton
  23. I would like to request a version of this that attempts to close the browser every 1 second rather than every 60 seconds. I am building bots where time is an issue. I would be more than happy to pay a small fee for this customization. email or Skype me nedhulton@hotmail.com nedhulton
×
×
  • Create New...