Mart
Fellow UBotter-
Content Count
29 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout Mart
-
Rank
Member
Profile Information
-
Gender
Male
-
Location
United Kingdom
Contact Methods
-
Skype
martin.roberts466
System Specs
-
OS
Windows 8
-
Total Memory
6Gb
-
Framework
v3.5 & v4.0
-
License
Developer Edition
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Thanks heopas, it has started to freeze now when the script reaches the wait command (no threads)???
-
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.
-
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
-
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.
-
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
-
I downloaded 2.0. Please can you send me 2.1
-
there is some genuine code mistakes in there and I think I might need the latest version of the http plugin
-
there is code errors
-
just bought this, I hope it works
-
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
-
I will try that out thanks, I missed this reply
-
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
-
All sorted now, thanks guys