Jump to content
UBot Underground

Aymen

Fellow UBotter
  • Content Count

    1346
  • Joined

  • Last visited

  • Days Won

    57

Everything posted by Aymen

  1. Update Released! version 1.26 --------------- -Updated scraper bot generator tab to remove http container from generated code -Fixed issues when there is more than 1 post data name in the http headers -Fixed issues in C# generated code
  2. Yea , you can do browser tasks without issues as the browser is just hidden!
  3. Not sure if it works flawless with Ubot 5 or not , didn't make extensive tests yet! But i've heard Ubot 5 latest versions getting better at running plugins! The grid replaces the browser so it is shown in the same container as the browser , but you can use browser container switch command to switch between the browser and the data grid!
  4. each row has an index , you can create a variable then increment it by 1 and use that as the index then check the checkbox column as stated above for true or false
  5. try this set(#value, $plugin function("DataGridUI.dll", "$datagridUI get value", 0, 0), "Global") make sure the column index is the checkbox column
  6. If you are not seeing any search engines by default , that means there is something going wrong , try to install/reinstall .Net 4.0 , and make sure to run the application as admin Regards
  7. What does the exception say ? Can you PM it to me ? It would be easier if you mention the search engine you want to add and i'll tell you , if it is doable , how to do it!
  8. you can check for cell value like you usually do using datagrid get value function! Nope that one is still unsolved ! Regards
  9. as you can see in the video , if it is true , it is checked , if it is false it is unchecked Regards
  10. This is a small video demo : http://screencast.com/t/zWExNlUMI Not sure if the sound is ok! Regards
  11. Datagrid UI v1.0.3 Update Released! Changelog : -Setting column width is no longer necessary for datagrid styler to work -sorting fixed , you just need to add ':int' to the column name (for example : "name|password|age:int|country" ) -Added checkbox column , you just need to add ':bool' to the column name (for example : "check:bool|name|password|age:int" ) -Fixed bug when Ubot freezes and grid disappears when running show datagrid command twice
  12. I don't see why it should limit the number of cookies passed , how many we are talking about ?
  13. Yea it is all due to how ubot and the datagrid are built , Ubot threading system works in a way that it starts a task and sometimes doesn't wait for it to finish and jumps to the next one before it is fully closed! (we are talking milliseconds) so adding a small wait time can help your script to catch up! Do you have something that i can reproduce ?
  14. Seems like a bug , if you can post it to the bug tracker i'll give it few tests! Hey Pete , about the styler , like Gogetta said above , the columns width field is mandatory , i'll think about setting default value for that! about the csv thing , the csv columns should match the datagrid columns! Regards
  15. just done testing , everything seems to be working (except the known bugs)! Did you make sure you used everything correctly ?
  16. http container is no longer required , and it will be removed in the next update! I'm keeping it so people can update their old bots that still use http container before it is taken down!
  17. sent you a PM with your package! Yes the plugin should work fine with V5
  18. i'm afraid multiple images per request is not possible for the time being , i'll add it to the tracker later today and will work on it as soon as i can! Regards
  19. Black Friday Special Offer : Coupon : BLACKFRIDAY2014 40% of this plugin Expires on the 29th of this month
  20. Black Friday Special Offer : Coupon : BLACKFRIDAY2014 40% of this plugin Expires on the 29th of this month
  21. Black Friday Special Offer : Coupon : BLACKFRIDAY2014 40% of this source code package Expires on the 29th of this month
  22. Black Friday Special Offer : Coupon : BLACKFRIDAY2014 40% off this software Expires on the 29th of this month
×
×
  • Create New...