Jump to content
UBot Underground

[Sell Plugin] Advanced Data Text File


Recommended Posts

  • Replies 544
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

V3.3.4.1 (Warning. This amendment makes a difference to the previous version. File a previous version of the plugin will not work correctly.) Improvement command table search Merge command $pad left

V2.0.1.5 Add Option: remove blank lines : Trim Mode remove blank lines : Multiple Spaces To One Space remove blank lines : Multiple New Line To One New Line   Update Sample File: $remove blank lines

4.0.2.0 (BETA) (Warning. Your old code can not be used with the new version of the plugin.) string encode/decode     - re-name option     - add field "Encode/Decode"      string encrypt/decrypt:     -

Posted Images

Another "Must Have" from Pash.  :D

 

Thanks for adding the parts that should ALREADY be in uBot Studio  :rolleyes:

 

Thank you for your purchase. :)

Link to post
Share on other sites

V2.0.1.2

Add Option:

string convert: If Error Return Empty

How would there be an error on the string convert?

 

The function is not working on a good amount of my clients. I checked their framework and they have 4.0.

Link to post
Share on other sites

How would there be an error on the string convert?

 

The function is not working on a good amount of my clients. I checked their framework and they have 4.0.

Some commands work on the ".Net 4.5" only.

For more options for To return an error.

So I can diagnose the problem correctly.

When you find a mistake Please copy the text to me.

Link to post
Share on other sites

V2.0.1.5

Add Option:

remove blank lines : Trim Mode
remove blank lines : Multiple Spaces To One Space
remove blank lines : Multiple New Line To One New Line

 

Update Sample File: $remove blank lines

http://s25.postimg.org/ynr41q1m7/2014_12_06_13_08_54.png

http://s25.postimg.org/bnkgpe3sf/2014_12_06_13_25_28.png

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

V2.0.3.0

Add C/F:
table merge : merge row or col (can remove first row or col)

 

Add Sample File : table merge.ubot + 1.csv + 2.csv

 

Link to post
Share on other sites

V2.0.4.0

Add C/F:
get text between : by name
get mime type : by name
lower first char : by name
add spaces to sentence : by name
if short statement : short if statement
list remove list : remove list item by list

Add Option
$list remove : Use Regex

Move C/F
list remove move to Function (support thread)

Add Sample File
$get text between.ubot
$if short statement.ubot
$list remove list.ubot
$lower first char.ubot
$add spaces to sentence.ubot
$get mime type.ubot

Update Sample File
list remove.ubot Rename To $list remove.ubot

 

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

Suggestion:

- Unicode to character converter that convert strings like this \u0421\u0430\u043c\u0443\u0438\u043b \u0414\u0435\u0447\u0435\u0432\u003C

Here's a sample converter http://rishida.net/tools/conversion/ and put that string on "Mixed input" in click convert. It should convert it into Самуил Дечев

Link to post
Share on other sites

V2.0.4.1

Add Option
string convert : String to Encode Non Ascii
string convert : Encode Non Ascii to String

set(#data,$plugin function("Advanced Data Text File.dll", "$string convert", "Самуил Дечев", "String to Encode Non Ascii", "True"),"Global")
set(#data2,$plugin function("Advanced Data Text File.dll", "$string convert", #data, "Encode Non Ascii to String", "True"),"Global")

post-5560-0-93241800-1421465355_thumb.png

Link to post
Share on other sites

About "$file info" function then "file size". Please make the output readable.

I am trying to read the file size of a file which is 15mb and the output from the plugin is 15648739.

Can you make it more readable like 15,648739mb.

Here's a screenshot:

post-440-0-90393300-1421620479_thumb.png

Link to post
Share on other sites

 

Hey Pash, Can you do something to make it even more readable format?

Like the one on your screen shot it's 230,111,575 can you convert it to 230mb?

If you want to convert
You can use function divide
You_Num / 1024 = KB
(You_Num / 1024) / 1024 = MB
Link to post
Share on other sites
  • PRO locked this topic
Guest
This topic is now closed to further replies.

×
×
  • Create New...