Jump to content
UBot Underground

Aymen

Fellow UBotter
  • Content Count

    1346
  • Joined

  • Last visited

  • Days Won

    57

Everything posted by Aymen

  1. 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
  2. The browser and the http plugin doesn't use the same cookies container , so you need to login with the http plugin in order to access a page behind a login! Regards
  3. That means you are missing a Header , a user agent , a wrong content type , etc ... I'm afraid you can't have those headers removed , i'll take care of it in the next update , hopefully soon enough!
  4. 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
  5. Try Thread.Sleep(1000); //use this to wait one sec , the value between the parentheses is in milliseconds
  6. Version 2.5.8 : - Fixed an issue in http upload function - Added http expect command for (the header Expect : 100-Continue)
  7. I don't think that function is available , you can try what Dan suggested ! Regards
  8. did you try http set headers If there was a change i'll try to schedule an update in the coming week!
  9. 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
  10. Sorry , there are no coupons for the time being! Sorry i didn't notice , i've cleared my inbox you can PM me
  11. There is no videos on how to use the plugin with TBS and spinrewriter , but there are source codes you can use! Regards
  12. there is couple of headers that you may want to send : Accept: text/javascript X-CSRF-Token: {token code here} give it a try
  13. It's been a while since i made that script , so things must of changed a bit! Did you get it ?
  14. I'm sorry , i didn't see your question , my bad! I'm afraid not ! If you can submit the bugs here http://bugs.ubot-plugins.com/ , i'll try to look at them as soon as i can , makes it easier for me to track what needs to be looked at! there is no limit to the cookie string , so you can add as much as you want without problems! Regards
  15. Proxy checker was not updated so it should be functioning as usual! Regards
  16. backup server is behind on versions and licenses , i need to work on that soon! old license may be able to authenticate but new ones won't be able to! Server issues , hosting company working on getting it back online!
  17. You will need to add the dlls and the appropriate namespaces! Maybe this can help http://channel9.msdn.com/Series/C-Fundamentals-for-Absolute-Beginners/18
  18. please send more details to either bug tracker here http://bugs.ubot-plugins.com/ , or via PM Regards
  19. Read this post http://www.ubotstudio.com/forum/index.php?/topic/16166-free-plugin-jsonpath-parser-plugin/&do=findComment&comment=94964
  20. That is odd , what is the default fiddler port in your fiddler option window (make sure it is 8888) ? , are you using some kind of default proxy settings in your internet options , does fiddler captures http traffic in your machine ? Fiddller and Socket Code Generator doesn't work well together , as long as you don't hit start recording in sockets recorder tab , you should be able to use Fiddler fine
  21. Software is up and running , are you getting some issues running the software ?
  22. It doesn't work with all the sites , sometimes that's all what the HttpWebRequest class can get! Does it happen with all the times , or just one particular site ?
×
×
  • Create New...