Jump to content
UBot Underground

Bob The Builder

Fellow UBotter
  • Content Count

    665
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Bob The Builder

  1. He said a month or so ago he was planning to upgrade it just not yet. I emailed and pm him a week ago and never heard a response. It is a lot of money for a system that is not supported, has no future development planned, and has no product support. Even if he upgrades it to v4 it is just being left to die. It is his call an he makes far more with other bots and has to do what is financially smart for him. It just really sucks as a good solution is really needed because the IM industry is full of thieves and there is no other option. I wish Seth would buy it off him and put it i
  2. It is old code ad I don't think it works so well anymore. Tbs is so popular and useful there should be a native implementation.
  3. Thanks, those worked great. Wonder why it was impossible to do anything via the auto selector tools. It kept picking all kinds of things but nothing worked.
  4. I tried automating sending email via GMail to get around send email issues in ubot, and can't "click" certain buttons. Can't seem to find any way to click compose or send buttons. I can get around this to get to a compose screen by going directly to the compose url. Can't really do much to click the "send" button.
  5. I found this helpful as well, I wish the node view would scroll down to that node when it happens. Many times when you have the dialog box, in the way, the node that failed isn't in view and you have to hunt for it.
  6. Never mind, I think I have this licked.
  7. Threads are, I've been using them for a while now.
  8. Anyone here a real ninja (I mean, can beat the crap out of Bruce Lee) with threads in Ubot v4?
  9. I had a lot of problems with proxies. Browser lockups when using proxies, paid proxies not working, and slow downs when using proxies. I haven't been coding ubot for almost a month, so I am not sure if it still does that, but I had those issues with earlier versions of v4. I noticed some update notes that mentioned proxy support and stability, so it may be better.
  10. I've been having a problem for ages now, that has been driving me absolutely nuts and caused me to stop using Ubot for around 30 days until it got fixed. If I nested functions like if (either (comparison (table total rows, by the time I got to table table rows I would have extremely long delays and "not responding". It would take more than 5 minutes just to finish one node. ( See video) http://screencast.com/t/ftZcDf6CB4Z My first gut feeling after deciding I need to solve this now or give up on Ubot was to reboot into safe mode. Problem doesn't exist. So I started narrowing down pro
  11. I am using scrape attribute to pull URL's and the anchor text on a page that have an id of "thread_title_*" attribute. For example: add list to list(%threads, $scrape attribute(<id=w"thread_title_*">, "innertext"), "Delete", "Global") add list to list(%urls, $scrape attribute(<id=w"thread_title_*">, "href"), "Delete", "Global") How do I selectively scrape only the links that also have "style="font-weight:bold". So I want to scrape the two attributes for all <a href> calls, but only for ones that have a bold style.
  12. You can't use GMail with Ubot, since Ubot does not have SSL support for SMTP and doesn't allow you to customize the port. You would have to create a bot that automates it via a web browser.
  13. It works fine, I don't use it but know how. I do it with other software.
  14. No, I'm just not using it at all right now. Taking a break or calling it quits, not sure yet.
  15. This is really not a good method, PowerShell is not on a large amount of clients machines. It is mostly system administrators that use PowerShell as it is a requirement of MS Exchange Server. As for telnet.exe, it went away and not installed with the latest versions of Windows. I believe it first left when Vista came out. You also have to deal with parsing the output of the cmd screen which Ubot is unable to do.
  16. Actually it isn't as much the port as it is supporting encryption. You can change the port all you want but you still won't be able to use GMail unless encryption support is added. Full support for SSL, TLS, & SPA would be required to have a complete and functional SMTP solution (at least for outbound). For inbound email you would need POP3 and/or IMAP also with encryption support (just SSL is required for inbound as TLS is not used for inbound email). I would like to see an OOP implementation of mail support. This solves a few problems. First you can configure it at the beginni
  17. I was having freezing and hang ups as well. Haven't tested it in a while though.
  18. This is a real tough market to compete in but standard pricing is $2-3/m per unique and private proxy. Make sure you have lots of class c so you don't get global lockdowns, and I mean lots.
  19. Far from true, granted you need to do some thinking but it relatively easy to hide your footprint with enough unique proxies and proper precautions.
  20. I use v4 a lot, but it really isn't ready for prime time. It is getting closer, but every bot I have worked on I have run into multiple bugs. Anything serious, I'd stick with v3, I hate to recommend that as the code isn't cross compatible and I'd rather put effort into learning and using the new v4 environment but I just wouldn't use v4 for something you really need to be stable and frustration free. That being said, v4 is a HUGE improvement from v3, once it is stable it should be a big improvement over v3.
  21. Is there anyway to get HTTP headers from within Ubot? I can't seem to find anything that would allow me to do that. I am trying to add proxy testing into a bot, but without being able to read headers I can't run it against my judge to test them.
×
×
  • Create New...