Jump to content
UBot Underground

Mart

Fellow UBotter
  • Content Count

    29
  • Joined

  • Last visited

Everything posted by Mart

  1. Thanks heopas, it has started to freeze now when the script reaches the wait command (no threads)???
  2. This did start recently and I have version 5.9.44. This happens even when I am not using threads. I have used ubot for 6 years and accept it hangs whenever it feels like but this has been constant lately.
  3. Ubot keeps closing every time I use the attribute selector and it's freezing/crashing a lot even when I am not using the selector. It's not stable/useable for me at the moment. Anybody got any advice? It's not even the size of my scripts because this can happen when I am just starting a new script and I have got 8gb RAM. Thanks
  4. I have been using the Pinterest API to post images using the http post plugin created by aymen. Does anyone know if it's possible to repin images through the api or a normal http request because I can't find any information on how to do it.
  5. Thanks Dan and enjoy your break, I got 2.0 working now anyway. There was just a few code typo's no big deal. I have also written a script to scrape board followers using the http plugin if anyone is interested (PM me). It works great
  6. I downloaded 2.0. Please can you send me 2.1
  7. there is some genuine code mistakes in there and I think I might need the latest version of the http plugin
  8. I just can't set the cookie for some reason. ui text box("Email",#email) ui text box("Password",#password) set(#start,$plugin function("HTTP post.dll", "$http post", "https://www.pinterest.com/resource/ContextLogResource/create/", "", "", "", "", ""),"Global") set(#load,$plugin function("HTTP post.dll", "$http response headers"),"Global") set(#full cookie,$find regular expression(#load,"(?<=Set-Cookie\\|).*(?=\\b)"),"Global") plugin command("HTTP post.dll", "http set headers", "Accept", "application/json, text/javascript, */*; q=0.01") plugin command("HTTP post.dll", "http set contenttype
  9. I will try that out thanks, I missed this reply
  10. I can't seem to login to bing ads using http requests. You can login into bing ads with your microsoft (hotmail) account details: Please could someone take a look at this code for me: plugin command("HTTP post.dll", "http cookies folder", "C:\\")set(#login page, $plugin function("HTTP post.dll", "$http get", "https://login.live.com/ppsecure/post.srf?wa=wsignin1.0", "", "", "", ""), "Global")set(#cookie, $plugin function("HTTP post.dll", "$http cookie response"), "Global")set(#login_url, "https://login.live.com/ppsecure/post.srf?wa=wsignin1.0", "Global")plugin command("HTTP post.dll", "ht
  11. Cheers Dan, I will test that out. Just trying to get my head round threading with local lists.
  12. Thank you LoWrIdErTJ - BotGuru, I have been running multiple instances my compiled bot because I can't get local lists to work. I have been running the bots 24/7 with no captchas or proxies The bot creates 5 possible email addresses from the info found then runs them through a verifier. Does anyone have a local list threading example because I am still stuck on this.
  13. Thanks you both, the dictionary plugin really helped and it is scraping great now. The only thing I can't get to work now is reading/writing with a local list, it never seems to work no matter what I do. Anyone have an example using the dictionary plugin?
  14. Please could somebody help with this, I am trying to scrape linkedin profile data into a table, the way I have threaded this is not right because, the data doesn't match the profile scraped on some rows (profile list attached): ui drop down("Threads", "5,10,20,30,40,50", #INPUT Threads) ui stat monitor("Threads (Active/Total):", "<b>{#THREADS Active}/{#THREADS Max}</b>") ui stat monitor("COUNT:", #COUNT) ui stat monitor("Records:", $table total rows(&li database)) plugin command("SocketCommands.dll", "socket container") { set(#FOLDER Root, $special folder("Application"),
  15. Yeah the upload comes before the script above and that is where I scrape all the variables to put into the post
  16. The site I am having trouble with is wix.com. I can login and post data no problem. I am just getting an error from this part of my script: plugin command("HTTP post.dll", "http set contenttype", "application/xml; charset=UTF-8") plugin command("HTTP post.dll", "http set headers", "accept", "application/json, text/plain, */*") set(#post image, $plugin function("HTTP post.dll", "$http post", "http://editor.wix.com/media/private/add", "<mediaItemList><mediaItem fileName=\"{#filename}\"\\n originalFileName=\"{#original}\"\\n fileSize=\"{#filesize}\"\\n mimeType
  17. Does anybody know what this means? {"errorCode":-1019,"errorDescription":"[runtime][WARNING][JAXB] c.w.f.o.JAXBRuntimeException - Unmarshaling failed","success":false,"payload":null} Thanks
  18. Thank you for this gotgetta after watching your video I was able to do the same for facebook easily, here is the code if anybody wants to use it ui text box("Username:", #user) ui text box("Password:", #pass) plugin command("SocketCommands.dll", "socket container") { plugin command("SocketCommands.dll", "socket set header", "User-Agent", "Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Firefox/24.") plugin command("SocketCommands.dll", "socket navigate", "GET", "http://facebook.com") set(#token, $find regular expression($plugin function("SocketCommands.dll", "$socket
  19. Links are not working, anyone got a working script for spinner chief api?
×
×
  • Create New...