Jump to content
UBot Underground

[Free] Plugin Large Data


Recommended Posts

  • Replies 209
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

My latest free plugin good for large table data storing   commands and functions are   http://robobest.com/wp-content/uploads/2014/04/bigdatacommands.png   http://robobest.com/wp-content/uploads/2014/

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.

Much Appreciated Work KEV downloaded and will try now   

version 1.7

 

several fixes and performance improvements

list exists  - checks if list exists

table exists - checks if table exists

random list item - returns a random list item (also has the option to remove returned item from list)

 

version number jumped a lot as there's been several beta versions tested by a few people behind the scenes.

  • Like 1
Link to post
Share on other sites
  • 3 weeks later...

Kev, I have a request if possible: remove all from large list via regex

You can do this already. Not in a single command but...

 

plugin command("Bigtable.dll""Add item to large list""list1""yourmainstuff")

plugin command("Bigtable.dll""large List from Regex""list2"$plugin function("Bigtable.dll""Large list return""list1"), "your regex""replace")

plugin command("Bigtable.dll""Compare large list""list1""list2""Remove duplicates")

plugin command("Bigtable.dll""Clear large list""list2")

 

Cheers

Dan

Link to post
Share on other sites

You can do this already. Not in a single command but...

 

plugin command("Bigtable.dll""Add item to large list""list1""yourmainstuff")

plugin command("Bigtable.dll""large List from Regex""list2"$plugin function("Bigtable.dll""Large list return""list1"), "your regex""replace")

plugin command("Bigtable.dll""Compare large list""list1""list2""Remove duplicates")

plugin command("Bigtable.dll""Clear large list""list2")

 

Cheers

Dan

Thanks, but I need in one command

Link to post
Share on other sites
  • 3 weeks later...

How do I select an attribute with the large list from xpath command?

 

Doesnt work:

plugin command("Bigtable.dll""large List from Xpath""tmp2"#test1"//div[@id=\'received-contact-request\']//div[@class=\'mt10\']/../../a/@data-hover-card""replace")

 

Doesn't work:

plugin command("Bigtable.dll""large List from Xpath""tmp2"#test1"//div[@id=\'received-contact-request\']//div[@class=\'mt10\']/../../a/:data-hover-card""replace")

With Xpath Parser it would look like:

 alert($plugin function("HTTP post.dll""$xpath parser"#test1"//div[@id=\'received-contact-request\']//div[@class=\'mt10\']/../../a""data-hover-card""HTML"))

 

Thanks for your help

Dan

Link to post
Share on other sites
  • 2 weeks later...

Kev, I have a really important request if possible.

plugin command("Bigtable.dll", "large List from text", "my large list", $plugin function("Advanced Data Text File.dll", "$remove blank lines", $subtract lists(%list1,%list2), "Line by Line", "True", "True"), $new line, "replace")

The large list total is returning 1, but it should be 0 (with and w/o $remove blank lines). Would you be able to check on this?

Link to post
Share on other sites

Ok I did a workaround for it, but it would be great if we could get the large list from text to return 0 as well :)

plugin command("Bigtable.dll", "large List from Regex", "my large list", $plugin function("Advanced Data Text File.dll", "$remove blank lines", $subtract lists(%list1,%list2), "Line by Line", "True", "True"), "\\S+", "replace")
Link to post
Share on other sites

yeah cant think of a reason why not there's a few commands that people have requested that I plan to do next week when I get time. i'll take a look then

  • Like 1
Link to post
Share on other sites
  • 3 weeks later...

If i set large table cell that column or row didnt exist, i get this error:

"index was outside the bounds of the array"

How can i create new row or column in large table that exist?

Link to post
Share on other sites

When I export the Large Table to CSV file, and import the file back into ubot as a normal table am experiencing problems :(

I think it has something to do with the save from Large Table is in Unicode and normal ubot tables are in UTF-8 maybe? but not sure!

 

Any help appreciated, as need to be able to export from large table to csv, and then use in my other bots with a normal ubot table :)

 

Will eventually get around upgrading all tables to large!

 

*** EDIT ***

 

I'm an idiot did not see the Return Table command :D

Link to post
Share on other sites

Wow a few crashes in ubot, but can successfully save large tables to a ubot table csv file :)

 

Had to save in 100 chunks and append to file :)

 

But works in split seconds with table rows over 50k+ 

 

Great plugin :)

Link to post
Share on other sites

Just tested at 200k+ and still all great, and works well.

 

I used to have issues with 10k rows of data in ubot tables, NOT ANYMORE!

TY AGAIN :)

 

Will share my code soon with ubot community :)

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...