Jump to content
UBot Underground

tripros

Fellow UBotter
  • Content Count

    154
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by tripros

  1. Does anyone have an updated wordpress login with HTTP code example? The one in the HTTP post plugin doesn't work and have tried to debug it but not getting any results. The error is on the actual login URL line, the format or plugin command, etc. Thanks for any help!
  2. Looks like a great tool, thanks Dan! Signed up to get the download twice , but never received an email, nothing in spam either. Look forward to it! Thanks
  3. Thanks Darryl, it was 5.9.0 - tried it again in 5.9.1 and opened fine. All good now. Thanks!
  4. Hi Darryl, Noticed that all UI's generated with NewGen don't show in Chrome 39 (ubot 5.9.0 or 5.9.1) - blank UI area. Do you or anyone have the same experience? Thanks
  5. 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.
  6. 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:
  7. 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
  8. 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
  9. 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 ge
  10. 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!
  11. 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
  12. 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.
  13. 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
  14. 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.8 Anyone have thoughts on this? Thanks!
  15. For me, I had this issue constantly on one bot script in previous versions of Ubot 5.x, but when updated to the latest, 5.85 or 5.75 (shows differently in two places!) that error went away. What version are you running?
  16. Thanks for the updates Darryl! Quick question - on the progress bar code included in the generated UI code with using a progress bar from Dankass, it mentions that all code, including the commands you are running to be reflected in the bar to be included between the divider tags. Did that but as I look at the code, as I thought, the progress bar runs first then all the commands in the define that runs my bot then runs. Can't add all the commands inside the loop because then all the commands would run the first loop at 1%. Can you provide any direction, pointers or advice how to structure
  17. Hi Darryl. Completed a UI and then saved it AS another name to create a similar but slimmed down UI. I then went to the saved UI's, opened the saved as UI with a new name and began to edit. Finished editing, saved it and then went to edit the original UI - but the original UI was the same as my now edited UI. I closed out the app and started again, loaded but still shows the original UI as the new one just edited. Can you advise? Checked the file/folders and a new folder was created, however the existing/original folder files were updated as well as the new folders. Can I restore all the f
  18. Brilliant! Works perfectly Darryl, thanks a bunch for the update and video. Thanks again, appreciate it
  19. Another quick question, when working with the tool tip element, if the element is added near the bottom (or any edge) of the UI I setup, when you hover over it, it extends the size of the compiled bot (stretches it while tooltip is hovered) down to show the tooltip. Other tool tips I've experienced in the past switch up the layout and show the tool tip above (or the opposite direction) if it is near an edge. Is this possible to implement? Thanks
  20. Hi Darryl, UI builder working great, one issue I've been having is when creating a scrollbox element, if the scrollbox has more than can fit in the box and has the slider, when I move it around to position it, often it sticks to the mouse and will not detach so I can't position it, it just moves around with my mouse and have to close the program and restart it and try again. I've found that if I don't touch the slider it works better and I've been moving the boxes to the desired location quickly and then not touching them. Can you advise? Thanks!
  21. UPDATE ------ Ok, I must have tried a setting somewhere before adding the tabs! Started from scratch and understand the warning that the tabs must be done before anything else - working fine now Excuse the interruption and I'm back to coding! ------------------------------------------------------- Hi Darryl, Just picked this up and excited to convert many of my UI's! Ran into an issue after setting up the tabs, added three (tried different numbers of tabs too, both standard and a custom one I setup) and after they are added to the UI, I try to move them and they won't drag, or move
  22. This may be a silly question, but haven't seen a video with a compiled bot so have to ask. Can this be used in place of the built in browser on a bot that shows the browser and is needed to interact with the bot? Thanks much!
  23. Experiencing the same, my copy is saying invalid license, activations exceeded and won't let me run it. Please help! Thanks
  24. With the latest version or two you need to redo your code slightly on a few commands. For example the container command has been removed and all with a get needed to be redone. This wasn't mentioned in the update, but Nick (helloinsomnia) pointed this out up a bit in this thread to my same question when my scripts stopped working when I updated to the latest version of the HTTP POST plugin. HTH
×
×
  • Create New...