Jump to content
UBot Underground

orbital

Fellow UBotter
  • Content Count

    211
  • Joined

  • Last visited

Everything posted by orbital

  1. I have noticed the more plugins I have loaded the slower ubot becomes and the longer it takes after I load a new plugin. I even am loading these plugins off the same SSD. How do you guys manage this and all the plugin craziness?
  2. Thanks so much Dan, that is very helpful.
  3. Does anyone know what is wrong here. It only selects the first campaign element. I have tried it a couple of different ways Here is the xml <?xml version="1.0"?> <Root> <Campaign> <name>eyecream</name> <MaxPages>20</MaxPages> <ASIN>123456789</ASIN> </Campaign> <Campaign> <Name>legcream</Name> <MaxPages>20</MaxPages> <ASIN>987654321/ASIN> </Campaign> </Root> I tried the following: set(#xml content, $read file("{$special folder("Application")}\\campai
  4. Anyone know what this error means. This just started showing up. It was working fine the other day.
  5. I am using the recorder without a problem on my end but I did get an error when I recorded some stuff and then tried to convert to code. I realize why it gave the exception error because the post data isn't like what it is expecting to see, but I don't know what to do with this post data? Any ideas?? POST http://nm.abv.bg/email/intus HTTP/1.1 Host: nm.abv.bg Connection: keep-alive Content-Length: 213 X-GWT-Module-Base: http://nm.abv.bg/mail/ X-GWT-Permutation: 696C0AC755E93528B6585ED6E4CCB2AB Origin: http://nm.abv.bg User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, l
  6. Yes, I attempted to but couldn't figure it out. I am a newbie when it comes to serializing and deserializing and sending cookies and pretty much anything with http
  7. Hey Aymen, I would really appreciate some help on this one. Thank you
  8. Hey Aymen, have you had a chance to look at this yet?
  9. Hey Aymen, I know you are super busy but I would really appreciate any help you could offer in helping me get this to work. I believe the problem is the fact the captcha is generated server side and does not have a specific id to it. When I do the form manually and capture traffic with fiddler, it works. When I do it with ubot and the $http captcha dialog along with $http file download it doesn't work and I get "the code you entered is not correct" Thanks
  10. I am getting a "The code you entered is not correct" in my response of the http post
  11. I am having a terrible time getting this captcha to work. Any help would be greatly appreciated. plugin command("HTTP post.dll", "http container") { plugin command("HTTP post.dll", "http auto redirect", "Yes") set(#get, $plugin function("HTTP post.dll", "$http get", "https://w-5.netcourrier.com/netc/auth/create_valid.php", "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36", "", "", 20), "Global") set(#password, $account data("Password"), "Global") set(#username, "{$account data("Username")}{$random text(5)}", "Glob
  12. Thanks Aymen, that helps alot. I do have another question related to that though. What do you do if you have to GET the page before you POST because the page has some unique hidden fields in it? What is the order? Download File GET page (for hidden fields) POST ????
  13. How do you get the right captcha image when the captcha image doesn't have a unique identifier and is just generated by server side code like http://www.ereaderiq.com/contact/ of course, everytime I do a http file download I get a different image. I did notice there is a bit of javascript it does on the end math.random but even if you get that image it still doesn't match the one on the screen.
  14. Tiny bug but your tab index on your xpath builder dialog box isn't in the right order. click xpath builder and tab through the boxes. You will see it skips around and doesn't go in the correct order from top to bottom if you start at the top. btw - this software is awesome, I'm so glad I bought it.
  15. Just purchased, this looks awesome. Can't wait to get my license so I can start playing with it.
  16. Thanks Zap and Martin C for the response but I am looking at getting all the dates listed so it would be as follows: ui drop down("Number of Days", "7,14,21,28,35,42", #NumDays) set(#Pos, 0, "Global") set(#Date, $plugin function("DateTime Manipulation.dll", "$datetime manipulation", $date, "UBOT", "Short date", "en-US", "en-US"), "Global") loop(#NumDays) { set table cell(&Results, #Pos, 0, #Date) set(#Date, $Get Next Day($table cell(&Results, #Pos, 0)), "Global") increment(#Pos) } set(#Table, $plugin function("SQLlite.dll", "$table to html", &Results, "Yes"), "Global")
  17. Hello, I want to build a very simple program that the user can choose how many weeks out it wants to project and then my program fills in those dates in a column on a table. So for example: How many weeks do you want 1,2,3,4,5,6,7,8,9,10 User answers: Dates get filled in a column 4/23/2014 4/24/2104 4/25/2014 4/26/2014 4/27/2014 etc.... Table gets converted to html and displayed in the browser The part that is tripping me up is figuring out how to do the logic around the dates. Is there an easy way to tell that April has 30 days and May has 31 and so on? I have aymen's plugin
  18. I'm still using v4 as well. I have tried v5 but there are just too many bugs with the plugins that I love so much and work so well in v4. Plus when I open my big bots in v5 they don't work so I am going to stick with v4.
  19. Is the central database and storing code kind of like what the bot bank tried to do?
  20. I know this is "closed" but I have to say, its nice to see I'm not the only one moving away from desktop based products and more into web based products. I'm looking forward to someone coming out with something like ubot but for web apps.
  21. Yeah, that was what I told him macster was to try it from my documents or desktop before I heard back from everyone here. He is currently running it from my downloads. I haven't tried the run as administrator though so I'll give that a shot and see what happens.
  22. hads anyone here solved the "unable to read license info" error? Can't get a hold of meter and my customer obviously wants to use the software.
  23. Hi Meter, One of my customers is getting an "unable to read license info...exiting" message. He hasn't even had a chance to enter his license info yet. What do I need to tell him to solve this?
×
×
  • Create New...