Jump to content
UBot Underground

Aymen

Fellow UBotter
  • Content Count

    1346
  • Joined

  • Last visited

  • Days Won

    57

Everything posted by Aymen

  1. For the Clear Cookies i may deleted it by mistake , i'll try to release a revised version soon , for the Download File command it was under discontinued commands so use http file download command instead! I did say before to move away from the discontinued commands because they will be deleted in future versions ! First the http post plugin takes http proxies only , second browser and http plugin are separate so setting proxies details in the browse won't change proxies details in the http post plugin , you will need to set the proxies details in the proxy input , and yes the format
  2. C# is an object oriented programming language when you create a new variable you pretty much created a new object!
  3. Http Post Plugin Update 2.5.2 Log : -Removed container mode - plugin should work without the container (command still exists so you can update your current projects , but will be removed in the next version) -Fixed cookies duplication issue -Fixed cookies sometimes trimming second '=' in the cookie string -Added command http clear objects (used to collect used objects in threads to reduce memory usage , should be called just before closing a thread) -Some minor fixes and improvements PS : make sure to run a fair amount of tests on this version before deploying in your current projects , I've
  4. Wow this looks awesome Dan, Dan is for sure one of the advanced users of the Http post plugin , i'm sure a lot will learn a thing or two from these videos! Best of luck with your sales
  5. Ok hopefully everything has been fixed , i'll test everything tomorrow , if everything looks good i'll send out the update!
  6. Got it Dan i'll look into it, I'll see if it is my code or a limitation of the HttpWebRequest class
  7. set var_exist = false loop while(var_exist = false) { if(element exists) { var_exist = true; } } that will break you out of the loop
  8. A quick fix/improvement for the latest update: I thought it would be better not to confuse you all with too many commands so i made the old commands/functions good for the custom mode too Video Demo : http://screencast.com/t/vgPvUgSi5bW
  9. Update 1.3.6 -fixed a bug where the html messages are not sent properly -fixed a bug in the imap to table command -removed container mode for better multi-threading experience (see source code for small example) -added a new section : "the custom mode" where you can just pick an email provider and add your user/pass details
  10. locking in .NET means multiple threads will have access at certain object once at a time!
  11. I'm working on another system where you will hopefully be able to multi-Thread with ease with this (i will get rid of the container thingy)! I'll update you in a week or so from now! Thank you all for your patience kindest regards,
  12. for the POP part , here is my test results ! I'm not getting errors! http://screencast.com/t/k8Emo9Sg For the imap part it seems that you are right , it seems there are bugs in the imap to table!
  13. Your Package has been PMed to you! Regards,
  14. Indeed i found issues with the http container A version will be out soon where you won't have to use the http container any more! Regards,
  15. there is couple of ways to do it! first way is to download the emails from the server and scrape the activation links from the email body , or use the pop regex to list function to get the activation links from the emails!
  16. I'll make the tests on this week-end! I'll let you know Regards,
  17. I'll make the tests on the week-end! If there is a bug i'll add that to the todo list! Regards,
  18. Sorry about that , i cleared my inbox , you can try again!
  19. PM me your email , i'll add you to the Update List!
  20. Another tip , make sure you have nice graphics , nice and catchy headlines , people do like shiny things
  21. Update : -Cannot convert Array to String bug fixed -Cannot convert Float to String bug fixed Use the same download link in the thread!
  22. v 2.1 Update Released : -Fixed sqlite error function sometimes returning errors on successful queries -Added lock feature to database queries to prevent errors when accessing the database from different threads!
  23. you can get the browser cookies by using $eval("document.cookie")
×
×
  • Create New...