Jump to content
UBot Underground

kev123

Fellow UBotter
  • Content Count

    731
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by kev123

  1. yes for example in a cell you could display a tick icon or x icon or any icon for that matter. basically a custom image in a table cell. here's a example http://www.telerik.com/clientsfiles/352649_RadGridCheckbox.png?sfvrsn=0
  2. aymen can you also consider the ability to add green ticks or red x thanks
  3. I do what your doing. I was going to build a part reader but haven't got round to it yet.
  4. From next week the plugin will be going to full price get in while you can at this price.
  5. yes false positive because the plugin is encrypted. Wont cause a issue when bots are compiled or be present.
  6. use "large list return" and the normal ubot save to file.
  7. no next list item no plans to add. is it this command remove from list(%mylist, 0) currently not in the plugin but I can add it.
  8. hope they come up with a fix and implement it on u4 and u5. old bots in u4 shouldn't just stop working.
  9. is this the command that returns into a ubot table, how many rows if its a lot then the bottleneck is loading into the ubot table. One quick fix is to use the limit SQLite command process being. 1.check how many rows your database has for the query. 2.use the SQLite limit command to read out in chunks of 500. 3.add to something like a large table. 4.repeat to all are read out.
  10. is this the issue where it instantly crashes on load.
  11. you can also over specify the size of the table when creating and then simply remove the additional not used rows with the Large table Remove empty command. plugin command("Bigtable.dll", "Large table Remove empty", "testtable", 0)
  12. if you would like to display this use the http plugin and display in the ui above if you line everything up correctly (talking about people who have dev version) you should have no problem making it look right
  13. I believe it may be because it cant write to disk. check your running ubot as admin
  14. happened to once months ago I just backed up program to text then rebooted machine never seen the issue since
  15. I edit my above comment before seeing your response. If your reading from file yes if this are already in memory no keep as is.
  16. dan you could use my advanced file plugin and read in in chunks. if your reading from file
  17. Isnt there a screenshot command built in
  18. is it aymens data management plugin
  19. great the reason it was created was to deal with two things list sizes and working in threads with these items globally. The next update (apart from a few additions ) is concentrated on using the tables and lists safely in threads at fast speeds this has come about from the smart thread plugin and the increased speed that threading is executed.
  20. good work not 100% how it all ties together but already have my own ideas. I may add the ability to set threads as backgroundworker basically what this means is the thread/s you set to this status will run until the "main threads" have completed and auto shutdown thus making simple anything like this and ensuring they close
  21. just use the large table plugin it was built to fix this issue with ubot normal lists
  22. Great share dan i'll check it out. Pretty much if http related or processing large amounts of data dan knows his stuff
  23. I'll create a separate thread when I get chance because this is relevant to ubot normal threads and the smart thread plugin. I'll probably chuck in a google scraper as well for free in the source code of this plugin. Yes this and the large table plugin will be integrated with botscriptfast post a example in this thread and i'll do a conversion to show. check out the source code as well it shows so examples if you understand how to multithread using normal threads this will be very easy for you. Ubot professional edition required for this plugin as per ubots rules
×
×
  • Create New...