Jump to content
UBot Underground

Saxon

Fellow UBotter
  • Content Count

    194
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Saxon

  1. I would try to cull a lot of it with an email client and some filters to be honest. Also on the subject of email I had a huge account, and I simply set a forwarded to a spamarrest account because I couldn't move so many emails, the difference is dramatic.
  2. Credentials have been tested with filezilla, and it's working. I'm using the main cpanel account and password, and I've tried a few things: Sever: IP, ftp.domain.com, domain.com Remote path:(nothing), /public_html Again, winscp and filezilla both work with all configs I've tried in Ubot v4 and v5, latest versions. Anyone know how to get it working? I've searched, and these threads didn't fix my situation although the last one says there may be an issue with Windows 8.1, which I am on! http://www.ubotstudio.com/forum/index.php?/topic/14638-ftp-login-command-problems/ http://www.ubotst
  3. Hi is this still supported? And can I compile bots with it for my VAs who don't have Ubot?
  4. Hi. My mysql bots work great in V4, unless the query takes a long time. Unlike navigation and other nodes, the query DB doesn't allow us to specify timeout. Essentially, as far as I can see it seems impossible to work with large tables that require more than 30 seconds to return results. The queries work fine in MYSQL workbench, typically taking about 32 seconds. The query: select site_id,network_id,wp_link,updated_at,id,author_member_id from posts where content like '%<a href="http://google.co.uk%' limit 2000; Yes it's an ugly query but that's what I have to work with for now.
  5. Really stuck with the datagrid command. Can we have some documentation on this? Your video shows what a finished table looks like but nothing more. I've found some stuff related to the library here: http://w2ui.com/web/docs/grid But even the first example is not loading for me in a browser: <!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="//w2ui.com/src/w2ui-1.3.min.css" /> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script> <script type="text/javascript" src="//w2ui.com/src/w2ui-1
  6. Hi yes I noticed. Everything is good, thanks for the awesome/rapid support!
  7. Cool I bought it and sent my details to your email in the readme.txt
  8. Hi is this still being supported? I don't mind if it's for version 4 only, because that's what I'm using.
  9. Hi I can't see version 4 here: https://secure2.ubotstudio.com/customers/dashboard Can I have a link please?
  10. I've received a huge amount of value for my purchase (back in 2010) and I don't mind paying for monthly updates. My ROI with ubot dev is literally above 10,000%, above 20,000% in fact! V5 isn't ready yet, I posted a bug that seems to have been ignored. I should have known better than to waste time on a new release, I made the same mistake when V4 came out. Fortunately V4 seems very stable now. Also, it's far too soon to remove V4 from the download page! V5 is not ready! Can we have it back please? If not does anyone know where I can download V4 again?
  11. It worked in 4.2.20, so it's a v5.05 bug.
  12. I guess I'll test this in V4 and see if it's a V5 bug.
  13. I should also add I tried creating the first variable like this too: set(#ref_one_holder, $add($add($add($add($add($add($table cell(&comms_refined_one, #remove_dupes_counter, 0), ","), $table cell(&comms_refined_one, #remove_dupes_counter, 1)), ","), $table cell(&comms_refined_one, #remove_dupes_counter, 2)), ","), $table cell(&comms_refined_one, #remove_dupes_counter, 3)), "Global") So I tried with the table cells outside "" and {}.
  14. Hi everyone, long time no see! My problem is that I'm getting "cannot add two strings together" even though I'm trying my best to make sure it's parsed as a math expression. Pretty basic you would think! #total_revenue: 0Cannot multiply two stringsCannot multiply two stringsCannot multiply two stringsCannot multiply two stringsCannot multiply two stringsCannot multiply two stringsCannot multiply two stringsCannot multiply two stringsCannot multiply two stringsCannot multiply two stringsCannot multiply two stringsCannot multiply two stringsCannot multiply two stringsCannot multiply two str
  15. Maybe some of you guys were not around for the 4.0 release. That was a tough 3-4 months, it was so buggy I would describe it as an infestation. I lost at least 100 hours of work to it. I'd rather wait until January than have a repeat of that. Of course every release will have some issues, but I'm really hoping they don't push 5 out too early.
  16. Oh I see, it's the whole article in there, so I can use a variable instead. Ok thanks! Thanks guys!
  17. Thanks anyway but I'm not sure what you mean, I need to use regex because every title is different.
  18. Hi, I've tried about 20 selector. All I want to do is select everything before the first line break (\n). Should be simple right? But I'm having real problems with it. I've got the file loading done etc, all I need is a simple regex selector to find the first line please! This is the title inside the text file This is the next line I do not want to select, notice no period in the title!
  19. integrated it with PP IPN and subscriptions would be the number one reason for me to get this! Look great mate!
  20. Bump. Although there are a dozen proxy threads on the forum... After all this time does it means it's not possible to be able to use proxies in a stable way? Ubot gives us the ability to scale but in many cases scale is limited when you can't use proxies.
  21. New version looks and feels great. Thanks for the support too, TJ was plugging away to get me up to speed at 8am his time... when he had not slept the night before! Top notch. EDIT: Quick not about yahoo precoded sign up. The captcha response field ID is "cword", you need to change it for the script to work. @John & TJ. Is there anyway we can maintain the database? Is there a way to have this code in a wiki format, but with the product remained safe, secure and reliable? Sounds like a tall order but maybe you've already thought about this? EDIT EDIT: Actually, the ID can also
  22. Yep, that worked great thanks. Another thing, with the advanced window, it keep returning the wrong attributes, I'm getting names when i select IDs, and IDs when I select names, which unfortunately costs a lot of time when you have to test, then go into page source code, then change the generated code every time you're doing something
×
×
  • Create New...