Jump to content
UBot Underground

nedhulton

Members
  • Content Count

    29
  • Joined

  • Last visited

Community Reputation

0 Neutral

About nedhulton

  • Rank
    Member

System Specs

  • OS
    Windows 8
  • Total Memory
    < 1Gb
  • Framework
    v3.5
  • License
    Standard Edition

Recent Profile Visitors

3031 profile views
  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
×
×
  • Create New...