SaHiN 14 Posted July 7, 2015 Report Share Posted July 7, 2015 http://bugs.ubot-plugins.com/view.php?id=37 Quote Link to post Share on other sites
Aymen 385 Posted July 12, 2015 Author Report Share Posted July 12, 2015 local variables and http plugin is an old and known issue , the problem is not from the plugin , i'd suggest giving the local dictionary plugin a try! Regards Quote Link to post Share on other sites
Bot-Factory 602 Posted July 12, 2015 Report Share Posted July 12, 2015 With V5 that local variable issue is not longer there.But adding to a global list from multiple threads is not going to work without a LOCK:add item to list(%cookieler, #cookie, "Don\'t Delete", "Global")And then using thread within a thread container plugin command. Not sure what that's supposed to do.You can use http plugin within threads without any additional stuff. Since Aymen removed the ubot container and uses ThreadIDs to track the different objects, all is good. Just my 2 cents after doing a thing or two with it :-)Dan Quote Link to post Share on other sites
SaHiN 14 Posted July 14, 2015 Report Share Posted July 14, 2015 local variables and http plugin is an old and known issue , the problem is not from the plugin , i'd suggest giving the local dictionary plugin a try! Regards ı 'm try local dictionary. Local or global or local plugin $http response code don't working. define THREAD START { plugin command("LocalDictionary.dll", "thread container") { thread { comment("While This Is Only A Test We Only Delay Here.") then { set(#get, $plugin function("HTTP post.dll", "$http get", $next list item(%siteler), "", "", "", ""), "Local") set(#cookie, $plugin function("HTTP post.dll", "$http response", "cookies response"), "Local") add item to list(%cookieler, #cookie, "Don\'t Delete", "Global") } comment("Decrement Number Of Threads And Store Value to UBot Variable.") set(#THREADS Active, $plugin function("Threads Counter.dll", "threads counter", "decrement"), "Global") } } } Problem 2 boundary data. orginal ------WebKitFormBoundarywbGll3bnbFEOYslH Content-Disposition: form-data; name="dedfp" 1436829151977 ------WebKitFormBoundarywbGll3bnbFEOYslH Content-Disposition: form-data; name="photo"; filename="40j.jpg" Content-Type: image/jpeg http post -----------------------------8d28bfd70824f9d Content-Disposition: form-data; name="dedfp" 1436834137 -----------------------------8d28bfd70824f9d Content-Disposition: form-data; name="photo"; filename="40j.jpg" Content-Type: image/jpeg boundary data pic upload problem. how to make change boundary? Quote Link to post Share on other sites
Monovski 4 Posted July 14, 2015 Report Share Posted July 14, 2015 Anyone has problem when creating new category with "xmlrpc createcategory" (not working)? Quote Link to post Share on other sites
Bot-Factory 602 Posted July 14, 2015 Report Share Posted July 14, 2015 Anyone has problem when creating new category with "xmlrpc createcategory" (not working)?The wordpress api probably has changed slightly, but the plugin wasn't updater or tested with the latest wordpress version. So this is probably a bug / limitation.Not sure if Aymen will fix the xmlrpc commands at all.Dan Quote Link to post Share on other sites
SaHiN 14 Posted July 16, 2015 Report Share Posted July 16, 2015 http upload function,Expect: 100-continue solve? Quote Link to post Share on other sites
Aymen 385 Posted July 16, 2015 Author Report Share Posted July 16, 2015 http upload function,Expect: 100-continue solve? did you try http set headers The wordpress api probably has changed slightly, but the plugin wasn't updater or tested with the latest wordpress version. So this is probably a bug / limitation.Not sure if Aymen will fix the xmlrpc commands at all.Dan If there was a change i'll try to schedule an update in the coming week! Quote Link to post Share on other sites
mithcd 4 Posted July 19, 2015 Report Share Posted July 19, 2015 Checking all the details here. Looks like this is what I need! Quote Link to post Share on other sites
Aymen 385 Posted July 23, 2015 Author Report Share Posted July 23, 2015 Version 2.5.8 : - Fixed an issue in http upload function- Added http expect command for (the header Expect : 100-Continue) 1 Quote Link to post Share on other sites
Monovski 4 Posted July 25, 2015 Report Share Posted July 25, 2015 Hi aymen how to download new update? thanks Quote Link to post Share on other sites
Bot-Factory 602 Posted July 25, 2015 Report Share Posted July 25, 2015 Hi aymen how to download new update? thanksCheck your emails. And spam folder.I received an email with the download link. Dan Quote Link to post Share on other sites
Marton 48 Posted July 25, 2015 Report Share Posted July 25, 2015 Version 2.5.8 : - Fixed an issue in http upload function- Added http expect command for (the header Expect : 100-Continue) Hi Aymen! Thank you for the new update! Please resend the update link to your list as a few of us haven't received it (I've received all your emails up till now). Thank you,Marton Quote Link to post Share on other sites
Marton 48 Posted July 25, 2015 Report Share Posted July 25, 2015 Hi Aymen! Thank you for the new update! EDIT: nevermind, found the link Quote Link to post Share on other sites
Monovski 4 Posted July 25, 2015 Report Share Posted July 25, 2015 Check your emails. And spam folder.I received an email with the download link. Dan no link download in all folder me email Quote Link to post Share on other sites
jamesfar 15 Posted July 25, 2015 Report Share Posted July 25, 2015 no link download in all folder me emailI also not receiving the update download link Aymen ... Please check Quote Link to post Share on other sites
Prodigy 2 Posted July 26, 2015 Report Share Posted July 26, 2015 Me too, i don't receipt any new e-mail from aymen!. Hmm please fix it. Quote Link to post Share on other sites
Aymen 385 Posted July 26, 2015 Author Report Share Posted July 26, 2015 Chances are some emails may not get delivered to some people , it is totally normal , happens all the time!So if anyone didn't get the update , you can always PM me here or on skype , or you can send me an email and i'll send it over to you! Regards Quote Link to post Share on other sites
v_ladimir 2 Posted July 27, 2015 Report Share Posted July 27, 2015 (edited) Hello AymenI bought your Huge Plugins Package. Can you give me a link?I sent a letter for you.Regards Edited July 27, 2015 by v_ladimir Quote Link to post Share on other sites
Monovski 4 Posted July 28, 2015 Report Share Posted July 28, 2015 Hello, does anyone know what should I do if I run http get but getting error message "The remote server returned an error: (403) Forbidden." What happend and how to fixed it? thanks Quote Link to post Share on other sites
SaHiN 14 Posted July 28, 2015 Report Share Posted July 28, 2015 hi aymen, default header code Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*; q=0.7 how to make delete? Quote Link to post Share on other sites
Aymen 385 Posted July 28, 2015 Author Report Share Posted July 28, 2015 Hello, does anyone know what should I do if I run http get but getting error message "The remote server returned an error: (403) Forbidden." What happend and how to fixed it? thanks That means you are missing a Header , a user agent , a wrong content type , etc ... hi aymen, default header code Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*; q=0.7 how to make delete? I'm afraid you can't have those headers removed , i'll take care of it in the next update , hopefully soon enough! Quote Link to post Share on other sites
denrich 4 Posted August 3, 2015 Report Share Posted August 3, 2015 I didn't get the update either. Quote Link to post Share on other sites
neverquits 1 Posted August 4, 2015 Report Share Posted August 4, 2015 Hello Aymen https://www.pinterest.com/upload-image/?img=desen112.jpg POST /upload-image/?img=desen112.jpg HTTP/1.1Host: www.pinterest.comUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8Accept-Language: en-US,en;q=0.5Accept-Encoding: gzip, deflateX-Requested-With: XMLHttpRequestX-File-Name: desen112.jpgCache-Control: no-cacheX-CSRFToken: We3TZg9rkQGBjXAuGAHRz9jebHJP6NHPReferer: https://www.pinterest.comContent-Length: 67740Content-Type: multipart/form-data; boundary=---------------------------17849143549102Cookie: csrftoken=We3TZg9rkQGBjXAuGAHRz9jebHJP6NHP; _pinterest_sess="TWc9PSZVUnFEWlpuR2JySGtmMFlGajdKMFZROGhlWCtEMlZnZThubExDenV3RnhJMHhZUWJLSnpjQUFsZUNRMjNhbEpmWVVSNllxSUlPaTk0VFM1VmVKMDBVTldFek9laUZxMkFudk1xOXFpU0hSdlBkckdsL28xY0dHdlBSRE05aWJrRGNvRnJNaS9nT3JKWXhHOHVlRG9IV0NwaFhMV3Y4MmJ4Q1EzRVRKQ0V3MDYwSFBPUHE2enFPVmxjaTdmcXNCVFFSWkFYeEIzNWJyUTNJSEhBQ3R4L2hnRXlTMmI2MXpROHVaS25hZ2FZNjZnRjg4NVF4UGFjd2ZSNytnV0dua1dEUmljV2tCOUZOSEw1OHUvSS9tQ2JPZlVJZGJ6Q0prU3hnQVEzQXRzUlc3STBVaUZkWlU3NUxXdU5Pc0pVK05oUEg0cmdkMnVpUDFiNEplTjkvVjRIY0JoUGRjV3YxNGZ1T1lHSEsySUJlMFhqNXVnNEdkVzZDY2d1RVJjdWhPWnROa2xCZ3JiRWRlKzNaRUt3Qnc3MUpjWCtmQngzUTd1RHZLVmxNb2VSVWZWa2J4ZTlzYjFVdEpncUpTaXlaMHFHTTREZnhoeFhXUytWY1hJbzFyOW1CcUVPZ25YVnI5VWd3QStaWmZXV3IwWT0mVGJnSmhPS3JMb2UzdUdTbVYvc0cvVy9uUHJrPQ=="; _b="ARKIzyKhELxKRrHmH8VZyVSUN9z+VvzUY3ay5Mt2FRWo/UMepCrejsGJTEiuUz6aayg="; __utma=229774877.502862651.1436159175.1438077515.1438585773.5; __utmz=229774877.1436159175.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c_dpr=1; sessionFunnelEventLogged=1; __utmb=229774877.6.9.1438585823511; __utmc=229774877; __utmt=1Connection: keep-alivePragma: no-cache-----------------------------17849143549102Content-Disposition: form-data; name="img"; filename="desen112.jpg"Content-Type: image/jpeg ??HTTP/1.1 200 OKContent-Type: text/plain; charset=utf-8Pinterest-Breed: CORGIPinterest-Generated-By: coreapp-ngapp-prod-e1c04408Pinterest-Version: 96e3ab8Server: nginxX-Frame-Options: SAMEORIGINX-Pinterest-RID: 933957487981X-Varnish: 2184792031Date: Mon, 03 Aug 2015 07:14:21 GMTTransfer-Encoding: chunkedConnection: keep-alive, Transfer-Encoding how to define this parameter while using http plugin upload function it always get an error please help what is your skype id please 1 Quote Link to post Share on other sites
Aymen 385 Posted August 5, 2015 Author Report Share Posted August 5, 2015 What parameter you're talking about ? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.