Jump to content
UBot Underground

orbital

Fellow UBotter
  • Content Count

    211
  • Joined

  • Last visited

Community Reputation

15 Good

About orbital

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    4Gb
  • Framework
    v4.0
  • License
    Developer Edition

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. How does one use "In external browser" with proxies? I can't seem to get it to work.
  2. I haven't used ubot in forever and needed to build a bot for a project so I fired up the old pc and spent the $54 on the update, updated ubot to the latest update and when I try to save the bot, browse to the folder to save the bot in compile or even open a bot, ubot studio goes to (not responding) Pretty frustrating. Just curious if anyone else has experienced this or if there is something else I should be trying.
  3. Correct. The first command "Connect Amazon Reviews With Review Offers" is the one that takes the longest. The second define doesn't take as long as there are not as many records but it would be nice to have both loops multi-threaded.
  4. I have created a script to update a database's records and it has worked fine but now the number of records are getting so large it is taking a very long time to update. I need this script multi-threaded. It uses Aymen's http plugin and the json path parser by aymen. Total lines of code that need to be multi-threaded is 50 so it isn't a very large bot. I just need the define "Connect Amazon Reviews with Review Offers" multi-threaded as it includes the other one. The scheduler only kicks off the one define. I have a budget of $100 and the sooner the better. Here is the code without the s
  5. I was having issues with the http method (put) persisting through sessions and I didn't know how to reset it so I tried http clear objects and that did the trick. Hopefully that helps someone.
  6. Has the filtering been fixed yet Aymen?
  7. One thing I see is that you are missing the accept-language header. I can't figure out a way to set that in ubot using aymens plugin. When I do : plugin command("HTTP post.dll", "http set headers", "Accept-Language", "en-US,en;q=0.8") It doesn't get set and if I do: plugin command("HTTP post.dll", "http set headers", "Accept Language", "en-US,en;q=0.8") Without the hyphen, it throws an error when ran.
  8. Hey Aymen, It appears the http keep alive isn't getting set plugin command("HTTP post.dll", "http keep alive", "Yes") plugin command("HTTP post.dll", "http auto redirect", "Yes") plugin command("HTTP post.dll", "http settings headers", "Accept Encoding", "gzip, deflate, sdch") plugin command("HTTP post.dll", "http set headers", "Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8") plugin command("HTTP post.dll", "http set headers", "Accept-Language", "en-US,en;q=0.8") set(#get,$plugin function("HTTP post.dll", "$http get", "http://sellercentral.amazon.com/g
  9. I have this same issue. Any chance of getting it fixed?
  10. got it fixed. needed to install .net framework 4.5
  11. Hey Guys, I have had issues with certain people's computers blocking the internet connection on some of my bots but it hasn't happened in a while. I just released an update and now people are having issues but not all my users. Just a select few. I'll attach a screenshot. I have done a TV session with a user and whitelisted the app and browser.exe and checked for other anti-virus etc. ran as admin, moved to my docs, moved to c: and nothing worked. Usually those tricks work. What tricks do you guys use to get this working? Thanks,
  12. How do you use the new pop download all emails with pagination feature? I can't seem to get it to work? I just want to download all the emails to a table. I didn't even know pop3 supported pagination. The one you had before the pagination one worked great btw.
  13. Here there Abbas, I am getting an error whenever I run any email commands "Object reference not set to an instance of an object" Can you help me out with what I need to do? Thanks
  14. Nice plugin. Does this pop up a box to connect the app to their drive account or how does it authorize?
×
×
  • Create New...