Black Automation 20 Posted August 7, 2015 Report Share Posted August 7, 2015 EDIT: Found the answer I was looking for Quote Link to post Share on other sites
MikeTheMike 1 Posted August 9, 2015 Report Share Posted August 9, 2015 Hi - I purchased but can't seem to PM you... Could I get the scripts please? Thanks! (I emailed you as well) Quote Link to post Share on other sites
MikeTheMike 1 Posted August 9, 2015 Report Share Posted August 9, 2015 Got it - thanks for the email Quote Link to post Share on other sites
tnhomestead 16 Posted August 19, 2015 Report Share Posted August 19, 2015 Aymen -- never did get the latest emaiil for the update, when you get a chance can you check it out? Thanks Quote Link to post Share on other sites
tripros 16 Posted August 19, 2015 Report Share Posted August 19, 2015 Hi everyone,Started getting 406 errors from domains on Hostgator today when running an HTTP get, never got this before that I recall. Running fine on domains hosted at other places, tested side by side.Using latest version 2.5.8Anyone have thoughts on this?Thanks! Quote Link to post Share on other sites
tripros 16 Posted August 20, 2015 Report Share Posted August 20, 2015 This is still continuing from all hostgator domains, every other host tested (tested a bunch) are responding fine. Anyone else getting this response or any thoughts on this?Thanks Hi everyone,Started getting 406 errors from domains on Hostgator today when running an HTTP get, never got this before that I recall. Running fine on domains hosted at other places, tested side by side.Using latest version 2.5.8Anyone have thoughts on this?Thanks! Quote Link to post Share on other sites
Bot-Factory 602 Posted August 20, 2015 Report Share Posted August 20, 2015 This is still continuing from all hostgator domains, every other host tested (tested a bunch) are responding fine. Anyone else getting this response or any thoughts on this?Thanks Hi. I would run a test withhttps://www.hurl.it/ To see if you get the same results there. And maybe trace the request with fiddler for some additional error messages. Dan Quote Link to post Share on other sites
tripros 16 Posted August 20, 2015 Report Share Posted August 20, 2015 Thanks for that resource Dan, did it and received a valid response, and very oddly, now getting normal responses from the plugin for every site at hostgator. Very, very strange! Did I reset something? Thanks again for that resource. Quote Link to post Share on other sites
tripros 16 Posted August 20, 2015 Report Share Posted August 20, 2015 Ok, that lasted only until I closed Ubot and restarted, now getting the same 406 error from all hostgator hosted sites, all other sites still working fine.This is strange, not sure if it is something with my connection or something else. Was getting valid responses for 5 minutes after using hurl.it but after restarting ubot, or running one of my compiled bots, back to the 406 errors. Tried using hurl.it again, still giving me valid responses, but http get is giving me 406 errors on all hostgator hosted sites again. Weird, weird, anyone have any thoughts? Thanks much Thanks for that resource Dan, did it and received a valid response, and very oddly, now getting normal responses from the plugin for every site at hostgator. Very, very strange! Did I reset something? Thanks again for that resource. Quote Link to post Share on other sites
Aymen 385 Posted August 25, 2015 Author Report Share Posted August 25, 2015 Seems you are missing a header , a user agent maybe or a content-type!Use fiddler to see what kind of headers are sent when you use the site on a browser ! Regards Quote Link to post Share on other sites
tripros 16 Posted August 25, 2015 Report Share Posted August 25, 2015 Thanks Aymen, must have been a temporary thing with either Hostgator or my connection because starting yesterday everything started to work fine again without changing anything. I could always go to a browser and access the sites fine and show the headers fine with fiddler or inspector, just not with the plugin which was weird. Been running tests since yesterday and so far all are working fine, responding normally to hostgator sites with the http plugin. Thanks! Seems you are missing a header , a user agent maybe or a content-type!Use fiddler to see what kind of headers are sent when you use the site on a browser ! Regards Quote Link to post Share on other sites
tripros 16 Posted August 27, 2015 Report Share Posted August 27, 2015 Interesting, now getting this error again: The remote server returned an error: (406) Not Acceptable. from any domain hosted at Hostgator. Seems to be on and off, nothing different being done in Ubot, just running the HTTP Post plugin GET call to a domain URL. Tried with user agent, without user agent, with proxy, without proxy and every time get a 406 error when using a Hostgator hosted domain, and works fine with any other hosted domain. Does the same even with proxies, so it's not my ISP etc. Checked hurl.it and get normal results, 200 OK with HTML. Anyone else getting this or am I going crazy over here? Thanks Aymen, must have been a temporary thing with either Hostgator or my connection because starting yesterday everything started to work fine again without changing anything. I could always go to a browser and access the sites fine and show the headers fine with fiddler or inspector, just not with the plugin which was weird. Been running tests since yesterday and so far all are working fine, responding normally to hostgator sites with the http plugin. Thanks! Quote Link to post Share on other sites
Monovski 4 Posted August 27, 2015 Report Share Posted August 27, 2015 it's probably hostgator turn off xmlrpc curl on their hosting server I found this problem not in hostgator only but fixed after I request enable xmlrpc curl to the hosting service. You may look at google "xmlrpc.php curl". try this: create new file in your public_html and given name what ever you want then access it.<?php// Show all information, defaults to INFO_ALLphpinfo();?> Quote Link to post Share on other sites
tripros 16 Posted August 27, 2015 Report Share Posted August 27, 2015 Thanks for letting me know about this! Checked the curl settings at the one domain I was checking on Hostgator and it shows enabled: curl cURL support enabled cURL Information libcurl/7.24.0 OpenSSL/0.9.8z zlib/1.2.3 libidn/1.18 Anything else you may suggest checking? Very strange! Thanks again it's probably hostgator turn off xmlrpc curl on their hosting server I found this problem not in hostgator only but fixed after I request enable xmlrpc curl to the hosting service. You may look at google "xmlrpc.php curl". try this: create new file in your public_html and given name what ever you want then access it.<?php// Show all information, defaults to INFO_ALLphpinfo();?> Quote Link to post Share on other sites
Bot-Factory 602 Posted August 27, 2015 Report Share Posted August 27, 2015 Interesting, now getting this error again: The remote server returned an error: (406) Not Acceptable. from any domain hosted at Hostgator. Seems to be on and off, nothing different being done in Ubot, just running the HTTP Post plugin GET call to a domain URL. Tried with user agent, without user agent, with proxy, without proxy and every time get a 406 error when using a Hostgator hosted domain, and works fine with any other hosted domain. Does the same even with proxies, so it's not my ISP etc. Checked hurl.it and get normal results, 200 OK with HTML. Anyone else getting this or am I going crazy over here? Trace the request with fiddle, then do the same with hurl.it. They also show you the sent and received http code. Then compare both and check if there is any difference. Kindest regardsDan Quote Link to post Share on other sites
tripros 16 Posted August 27, 2015 Report Share Posted August 27, 2015 Thanks Dan, interesting, FIddler is showing the ubot browser navigating fine with a 200 OK, hurl.it getting a 200 OK also, and the http post plugin is returning a 406 error. And this is a hostgator hosted domain, all other domains I've tested so far hosted elsewhere work fine. Do you think this is an indication of something hostgator is switching on or off or the http post plugin itself? Thanks again Trace the request with fiddle, then do the same with hurl.it. They also show you the sent and received http code. Then compare both and check if there is any difference. Kindest regardsDan Quote Link to post Share on other sites
Bot-Factory 602 Posted August 27, 2015 Report Share Posted August 27, 2015 Did you look at the other stuff as well? Headers, cookies? Are the all identical? Quote Link to post Share on other sites
tripros 16 Posted August 27, 2015 Report Share Posted August 27, 2015 Got it, after removing the host and referrer, here are the headers for the ok 200 from the ubot browser: GET /wp-login.php HTTP/1.1Connection: keep-aliveUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari/537.1Accept: */*Accept-Encoding: gzip,deflateAccept-Language: en-us,enAccept-Charset: iso-8859-1,*,utf-8Cookie: nf_wp_session=cb2b953adeccbd25dd5752f2d1dc5d18%7C%7C1440663569%7C%7C1440663509; wfvt_3215740038=55dec271922ae; wordpress_test_cookie=WP+Cookie+check and here are the headers for the 406 error from the HTTP Post plugin: GET /wp-login.php HTTP/1.1User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36Accept-Encoding: gzip,deflateAccept-Charset: ISO-8859-1,utf-8;q=0.7,*; q=0.7 Here are the response headers to this error: HTTP/1.1 406 Not AcceptableServer: nginx/1.8.0Date: Thu, 27 Aug 2015 07:55:39 GMTContent-Type: text/html; charset=iso-8859-1Content-Length: 226Connection: keep-alive And here is the same HTTP post headers from a domain not hosted at Hostgator: GET /wp-login.php HTTP/1.1User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36Accept-Encoding: gzip,deflateAccept-Charset: ISO-8859-1,utf-8;q=0.7,*; q=0.7Connection: Keep-Alive Only difference I can see is the connection so far (between the HTTP post plugin error and OK) Did you look at the other stuff as well? Headers, cookies? Are the all identical? Quote Link to post Share on other sites
Bot-Factory 602 Posted August 27, 2015 Report Share Posted August 27, 2015 Can you PM me the exact site ? I can take a quick look. Dan Quote Link to post Share on other sites
SaHiN 14 Posted September 5, 2015 Report Share Posted September 5, 2015 Hi Aymen, set(#cookie,$plugin function("HTTP post.dll", "$http response", "cookies response"),"Global") Local Plugin - Multi thread "cookies response" don't working. Quote Link to post Share on other sites
tripros 16 Posted September 7, 2015 Report Share Posted September 7, 2015 Quick update to this situation, apparently Hostgator has added additional modsec rules to the wp-login.php file if found on any of their servers (to combat brute force attacks I assume). Every time I checked that file using HTTP it hit the modsec rules and kicked back the 406 error. Their support has been less than to be desired and not very helpful with this, but appears that will need to come up with a different way to verify the existense of an installed wordpress blog and whether someone is already logged in! Thanks for all the feedback and help. Can you PM me the exact site (cashforstrips? ) ? I can take a quick look. Dan Quote Link to post Share on other sites
django 1 Posted September 8, 2015 Report Share Posted September 8, 2015 any example of send json requests Quote Link to post Share on other sites
Aymen 385 Posted September 10, 2015 Author Report Share Posted September 10, 2015 any example of send json requests i don't think i have an example lying around , but hit me up on skype and i'll show you how to send a json request! Quote Link to post Share on other sites
delphi911 0 Posted September 16, 2015 Report Share Posted September 16, 2015 May I use this plugin to implement Facebook APIs? Quote Link to post Share on other sites
Aymen 385 Posted September 17, 2015 Author Report Share Posted September 17, 2015 May I use this plugin to implement Facebook APIs? It is possible as i've done that in the past! Regards 1 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.