Jump to content
UBot Underground

martinsuede

Members
  • Content Count

    11
  • Joined

  • Last visited

Community Reputation

0 Neutral

About martinsuede

  • Rank
    Member

System Specs

  • OS
    Windows 8
  • Total Memory
    3Gb
  • Framework
    v3.5
  • License
    Standard Edition

Recent Profile Visitors

843 profile views
  1. Got some issues with exbrowser when chrome was updated. Id like to use a portable older version of chrome. However i dont know where to get it? Anyone have link? Thanks
  2. Part of my code below: loop while($comparison($plugin function("ExBrowser.dll", "$ExBrowser Return Element Count(Xpath)", "x://dd[contains(text(),$list item(%allauctionids,$subtract($list total(%allauctionids),1)))]"),"= Equals",0)) { add list to list(%allorders,$plugin function("ExBrowser.dll", "$ExBrowser Scrape List Elements Attribute", "x://div[contains(@class,\"myt-list2__counterpart-address\")]/a[contains(@href,\"purchaseOrderId\")]", "href"),"Delete","Global") increment(#orderlinkloop) plugin command("ExBrowser.dll", "ExBrowser Navigate", "http://www.tradera.co
  3. Thanks again. I addedd that, but it still doesnt do the trick properly. Success emails, vs failed emails are not deleted properly from list. Many emails that where successful in if statement inside of the define $optin procedure, are still not removed from the %emails list. It seems as though there is something tricky with the threads and variables still. I can see that the list size of %emails list decrease in debugger even before the software has finished the optin predure function. So this obviosly still doesnt work properly. Any and all help to fix this is appreciated. Thanks ui open file
  4. I successfuly changed it so that the if statement is outside of the thread. And now all works fine with regards to the order in which the emails are entered in each thread. However now the issue is with the if statement for optin good. Which doesnt work properly since its changed in several threads at once...ahhh, its difficult to work with several threads like this...I only need it to be able to delete the success emails from the list. All rest of functionality i can handle. So if you guys could take one last quick look id appreciate it a lot. Check code: ui open file("Useragents",#userage
  5. Thanks, So helpful. So i got that out of the way, now it returns correctly. If you where so kind to check also this code again. My intention was to run a loop backwards through the list with a decrement value called "cyclesleft". When an email is successfully optin. (meaning return success) from the function "optin procedure" it will remove this "remove from list (%emails,#cyclesleft)". Running it backwards throgh list should prevent from out of range error in list when removing line as far as i understand. However using the script now i still get errors with duplicate emails being entered at
  6. Thanks Pash, Now it works to go through the list. One more thing though. Is it possible to receive back a return value from the optin procedure? either success or fail. So i can put a if statement in the optin procedure sending back success if the optin was successfull and fail if not? How would i change the code? Thanks again.
  7. Hi, Im making a bot, but im having issues with passing variables from a list to a multithreaded bot. The issues im having are several. The last version of my code is an attempt to make the bot pass the variable(email in this case) to a "optin procedure" however i dont know exactly how to do it. Ive also tried to use a increment before a new thread is started. But it doesnt seem to work, and many of the threads use the same info in from the list of emails. Please see code below (its not finished because im simply not sure how to pass a varaible to the function "optin procedure." What i need
  8. Great Pash. You are of great help. I will purchase the plugin. One more thing though: I need to first and foremost save the different elements images of the captcha window. I geuss i use your plugin just for compression to < 100kb right? Ive tried to use save element image in ubot but its not selecting properly the captcha images. How can i first select and save the different images from captcha window? Again thanks. Thanks
  9. Its death by captcha. I think its 100kb. Do i need some plugin or something to grab it? Because the built in function dont seem to cover that. THanks
  10. Thanks alot. Ive downloaded the plugin and installed it. Looks good. Ive also seen the example file. One more thing though. How do i capture the images that i send via the plugin? Same element image etc dont work for this. Thanks.
  11. HI, Ive made a bot, it works great however on some registrations in aweber i get the reCaptcha and noCaptcha. Most often i get the "im not a robot" where i only need to click to get it to continue. Sometimes i get where you need to choose among images. Can this be solved in ubot? What plugins are needed? And what works as of this time? Please let me know, i appreciate any and all help. THanks
×
×
  • Create New...