Jump to content
UBot Underground

Aymen

Fellow UBotter
  • Content Count

    1346
  • Joined

  • Last visited

  • Days Won

    57

Everything posted by Aymen

  1. yea , the plugin handles cookies automatically for you , in some cases some sites don't send all the cookies required because of excessive redirections , to bypass that , disable redirections and send cookies manually!
  2. PS : i'll throw in an update for this one in about a week or 2 ! PPS : for those saying that the plugin doesn't support multi threading , it is not the plugin's fault if the local variables share values across all threads , this is not new and it is a known issue for a long time ! All the plugins commands and functions are thread safe and should work in multi threading mode , anything related to ubot is out of my reach ! Regards,
  3. There is really nothing wrong with the plugin ! The problem is from the the ubot local variables! there is couple of work arounds you can use to baypass that issue!
  4. that's the cookies string from the latest http response Regards
  5. If you could reproduce the error or narrow it down that would be helpful can you post the exact code here or pm it to me ?
  6. You shouldn't put ui controls inside the http container regards
  7. you shouldn't put the ubot ui controls inside the http container , the http container should only hold the http commands and functions regards
  8. Yes http post and sockets are the same thing! yes this plugin can be multi threaded! Regards
  9. There is tons of examples in the bonus package showing how to send forms submits in form of http requests (there is no clicking and filling in http requests) in each form there is the action attribute which usually holds the post Url every form input holds a name attribute , that's your post data! If you like to see how the server is sending the http requests use fiddler to monitor http traffic and see what's going on in the background! Regards,
  10. So far you are the only one that reported this issue! I'll investigate about this further more ! For now use fiddler to record http and just copy and paste in the headers converter!
  11. That is a Ubot casting bug Usually reload the script or ubot and it will work fine
  12. I see, I'll check that out as soon as i can!
  13. I have couple of source codes from other members waiting too , the problem is i'm very busy , i have couple of minutes to try to guide members to the right direction ! Though i'll see if i can help you out tomorrow since you didn't find any solution yet!
  14. Content-Type: text/x-gwt-rpc; charset=UTF-8 The software doesn't support the kind of content types yet For now the only content type it supports for Post Requests is application/x-www-form-urlencoded content type
  15. I tested your source code on the fly yesterday ! It seems there is a problem with the cookies sent! Did you try what i suggested?
  16. There is a chance that i missed the command to disable saving cookies locally! The command is plugin command("HTTP post.dll", "http cookies folder", "C:\\Path\\CookiesFolder") Should save cookies in memory when the folder input is kept empty or is not set by you! But it seems it creates the folder anyways I'll fix that in the next update! Regards,
  17. yes you can disable it! Some people wanted to keep track of the cookies containers created so i added it! Regards
  18. Check the send emails source code! i implemented Certificate Validation to send email via SSL! regards
  19. there is 2 walk-through videos in the first post , that should give you the main ideas on how to use the software! I'm working on couple of detailed videos , i'll let you guys know !
  20. they have an API interface! you may be able to make a socket based uploader!
  21. Sure , i'll try to set down one day in the coming week to make couple of videos , have plans to make a php export option too!
  22. to be honest i don't see why it shouldn't work , if you can tell me what you did differently to cause it to stop working i may be able to find you a fix for that !
×
×
  • Create New...