Jump to content
UBot Underground

Saxon

Fellow UBotter
  • Content Count

    194
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Saxon

  1. Thanks John, is it possible to get some code for this? I can't even find the write to browser function that used to be in 3.5.
  2. I outsourced ui html panel creation to someone. As so often happens on jobs sites they partially ignored the instructions and put JS and CSS into external files. I'm trying to call these from the ui html window, but it's not working. I've checked the sources match up, and have been updated. I also tried using the css/JS internally. Css works, but for some reason the j query stuff won't validate or parse at all....
  3. I cam online to rave about the changes being made. I had thought about some of these, but did not complain about them nor expect to have implemented any time soon. Manually collapsing 18 define commands every time I went to code view was a BITCH! What a fantastic collection of improvements!
  4. Lol, I WISH it was a submitter! But then we would be charged $500 instead of $97. A couple of the templates are missing bits I've noticed, sometimes captcha stuff, and always submit buttons. Any reason for that?
  5. How the hell did I miss this? I've spent the last 10 days coding sites (with a lot of frustration)... I have both you guys on skype, why didn't you spam me some sales stuff! But seriously, maybe an email list for new products is a good idea? I'm purchasing now.
  6. Just updated to .93, the bot source idea is great, and being able to hit enter to select nodes when typing is brilliant. It's really coming together, coding has become fun again thanks guys!
  7. maybe put another option on there.... like "I am posting bug reports!" I don't know where you've been, but it seems to me like plenty of people are testing ubot 4 and reporting back.
  8. HA! Tumblr has been my curse for 4 months since they changed. Only when 4.0.69 came out today could I get that dirty bitch of a website to work with ubot. Thank god it's over! I got more scripting done today than in the past 4 months combined.
  9. so can I assume we can now use proxy bonanza and anonymous-proxies.net in U4.0.69?
  10. wait for element(<src=w"https://www.google.com/recaptcha/api/image?*">, "", "Appear") (WAIT FOR CAPTCHA TO APPEAR) type text(<name="recaptcha_response_field">, $solve captcha(<class="recaptcha_image_cell">), "Standard")(FIRST CAPTCHA TRY) click(<outerhtml=w"<button type=\"submit\">*</button>">, "Left Click", "No")(SUBMIT FORM) wait for element(<src=w"https://www.google.com/recaptcha/api/image?*">, 5, "Appear")(WAIT FOR NEW CAPTCHA TO APPEAR IF FAILED) loop while($search page("Sorry")) {(SEARCH PAGE FOR ERROR MESSAGE) wait for element
  11. Ahh, guys you distracted me for about 12 minutes. I've been following your links. I'm supposed to be working. Thanks a lot. Funny though!
  12. oops, simply clicking "ok" answered my own question!
  13. What's the blank white line with the "+" & "-" for? Are those for returning parameters from functions?
  14. I just had to gush about code view, when creating lists of variables and conditional statements it simply kicks ass. Some members have asked for keyboard shortcodes for putting nodes into scripts, but to be honest I think many ubotters have some sort of coding background, and it's just easier to write the code. It also get rounds some of the funny bugs that working with nodes entails. Best feature of Ubot 4 so far... besides ditching IE of course! Is there a way to comment out lines temporarily though? That would be fantastic!
  15. Cheers Eddie, that was a fast response. Credit to you guys, Lilly was very responsive to my support tickets earlier too.
  16. Ok I apologise, I was trying to manually port a 3.5 bot to 4. Is there a way to automatically do that yet? However, I did come across the enable JS node, shall I use that for math comparisons? And Eddie, if I don't need to do that anymore, what do I use? Cheers!
  17. Does Ubot 4 automatically write JS to the browser so we can use the Eval node? I can't find a write-to-browser node in U4. I searched but if your terms are too short you get no results. Cheers! PS. On a side note, has anyone noticed how similar Ubot sounds to U-Boat?
  18. LOL! I hope you didn't vote for Bush the second time round! You could be forgiven for doing it the first time...
  19. Hi thanks, I really appreciate your reply. I've used the shell command, but it doesn't change anything. I've run the bot attached a few times to see if the shell command changes anything but it doesn't. I've also attached the vbs file. Do you think you could have a quick look for me please? Obviously you'll need to change the path to the vbs file if you do decide to help me out. The captcha thats loads in the new IE window should look completely different when scripting is on or off, it will be easy to see when it's working: '------------Begin Script Code----------------------- On Er
  20. TJ has found the problem. It caused Ubot, and the compiled bot to crash. The screen would freeze and I had to end process in task manager.
  21. I have a question about this. If we need to, how do we restart IE in ubot dev, and compiled bots so this takes effect? I have a bot that needs JS, but I need to disable it on 2 or 3 pages that crash my bot. My idea was to turn the IE setting on and off several times during the bot, but that doesn't get around having to restart the browser... Also, the image on/off works perfectly, thanks, but the scripting one doesn't make the changes. It is this one (image attached) we are changing? I used the scripting code in a new and seperate file, and I'm running IE8.
  22. Hi, I have a commercial bot, and I'm losing sales to refunds and I can't promote it further because a few weeks ago a website change happened and my bot has not worked properly since. The problem is that a particular website crashes when ubot navigates to some web pages (both in Dev, and compiled versions). My problem is as simple as that. I don't need any coding done, I just need to find what's causing the crash. The problem is not logic, this bot used to work perfectly and node logic won't cause crashes like this (I don't think!). Currently, the bot works for some users, but it crashes
  23. What I mean is the ua-init has some code before the subs are laid out. If I'm using one sub, I don't need the others. So I can just copy the sub I need into my bot. However, this is not true if the "include" node runs the nodes in ua-init.ubot that are before the subs, see what I mean? Also, can I delete the nav/http://uplink.advancedubot.com/pages/vars node? Thanks again.
×
×
  • Create New...