Jump to content
UBot Underground

orbital

Fellow UBotter
  • Content Count

    211
  • Joined

  • Last visited

Everything posted by orbital

  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?
  15. Ubot is acting weird tonight. Now I'm getting a weird error that I can't duplicate except by running a loop. When I manually execute what is inside the loop I don't get the error and everything acts fine. define Delete Row { set(#curRow,0,"Global") loop($plugin function("DataGridUI.dll", "$datagridUI total rows")) { if($comparison($plugin function("DataGridUI.dll", "$datagridUI get value", #curRow, "PA"),"<=",#desiredPA)) { then { plugin command("DataGridUI.dll", "datagrid delete row", #curRow) } else {
  16. Not sure why this code isn't working. For some reason, the code that executes the datagrid cell edit isn't executing after the http get. When I manually right click on the 'if' and run node it fills in the cell. But does not finish out the command with the context menu click. define Check Available { set(#tumblrBlog,$plugin function("DataGridUI.dll", "$datagridUI get value", $plugin function("DataGridUI.dll", "$datagridUI selected index"), "URL"),"Global") set(#tumblrBlog,$replace($replace(#tumblrBlog,"\"",$nothing),"http://",$nothing),"Global") set(#get,$plugin function("HTTP po
  17. Hey Carl, Did you get my email about the updater just looping and not completing the update? It looks like I'm the only one having the issue but am curious if you know what might cause it.
  18. I opted to use sendgrid to send my emails and it works ok but doesn't always work 100% and I'm not sure why...its probably because of something I have in the code. It does however work better than just sending them through my server because it is shared and people always get the ip cluster blacklisted.
  19. Thanks so much HaHaltsJake - Looks like adding px was breaking it. If I do 200px for height it breaks it but if I just do 200 it works fine. Weird...but good to know.
  20. I'm having some very weird behavior happening. Whenever I click on an element to move it, it goes up to the branding area and I can't move it. I will attach a video. http://screencast-o-matic.com/watch/c2linaeZnL Not sure how to fix this but I cannot use this until I get this fixed.
  21. Any chance we could get an "auto scroll" feature. This would always keep the current working row visible.
  22. What kind of URLs are these? Are they contextual? Also, how many verified urls do you get from your lists after they go through Search Engine Ranker. By the way, the name of the product is Search Engine Ranker or SER, the name of the company is GSA.
  23. Thanks for this. It did exactly what I needed it to.
×
×
  • Create New...