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

Hi, pash,string merge and list merge not working,please fix, thanks!

see exemple file "$list merge 23-03-2019.ubot" and "$string merge 23-03-2019.ubot"

Link to post
Share on other sites

Hey Pash. I found a bug...

 

encrypt decrypt doesn't work when key starts with an number and needs at least 3 letters in front for blank parameters to work. not sure if you intended this. but i had a user enter a key that return blank. see video

Link to post
Share on other sites

Hey Pash. I found a bug...

 

encrypt decrypt doesn't work when key starts with an number and needs at least 3 letters in front for blank parameters to work. not sure if you intended this. but i had a user enter a key that return blank. see video

 

no bug.

Too little length. Try 1234
Link to post
Share on other sites

But I'll just let my users know to use a minimum if 6 characters

 

Sent from my SM-G955U using Tapatalk

very easy.

ui text box("Min 6 Char",#pass)
if($comparison($plugin function("Advanced Data Text File.dll", "$char count", #pass, "True"),">= Greater than or equal to",6)) {
    then {
        alert("Continue working")
    }
    else {
        alert("Hmm, it\'s less than 6 characters, not through.")
    }
}
Link to post
Share on other sites

 

i know this,but not good to use, i suggest you can save all the cookies into a file, and upload the cookie file for a site, also include some httponly cookies,very important

Link to post
Share on other sites

i know this,but not good to use, i suggest you can save all the cookies into a file, and upload the cookie file for a site, also include some httponly cookies,very important

I'm sorry. But the UBot API doesn't have a browser or cookie interface.
So it can't be done
Link to post
Share on other sites
  • 3 weeks later...

hi, pash, i found the "if all, if any, if short statement" can not calculate the function in the input fields

ui text box("number",#num)
alert("Decimal: {$plugin function("Advanced Data Text File.dll", "$if short statement", #num, "{$plugin function("Advanced Data Text File.dll", "$number format", #num, "#.#")},{$plugin function("Advanced Data Text File.dll", "$number format", #num, "#.##")},{$plugin function("Advanced Data Text File.dll", "$number format", #num, "#.###")}", "1,2,3", 0)}")
Link to post
Share on other sites

@Eddie.Z

 

try

ui text box("number",#num)
alert("Decimal: {$plugin function("Advanced Data Text File.dll", "$if short statement", #num, "{$plugin function("Advanced Data Text File.dll", "$number format", #num, "#.0")},{$plugin function("Advanced Data Text File.dll", "$number format", #num, "#.00")},{$plugin function("Advanced Data Text File.dll", "$number format", #num, "#.000")}", "1,2,3", 0)}")
Link to post
Share on other sites

 

@Eddie.Z

 

try

ui text box("number",#num)
alert("Decimal: {$plugin function("Advanced Data Text File.dll", "$if short statement", #num, "{$plugin function("Advanced Data Text File.dll", "$number format", #num, "#.0")},{$plugin function("Advanced Data Text File.dll", "$number format", #num, "#.00")},{$plugin function("Advanced Data Text File.dll", "$number format", #num, "#.000")}", "1,2,3", 0)}")

thanks!

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

Hi  pash,

 

I had a query before purchase plugin, plz check your email and kindle reply, not sure if my emails going to your spam, i unable to send you a pm in ubot studio, thanks and looking forward for your reply and to purchase plugin

Link to post
Share on other sites

Hi  pash,

 

I had a query before purchase plugin, plz check your email and kindle reply, not sure if my emails going to your spam, i unable to send you a pm in ubot studio, thanks and looking forward for your reply and to purchase plugin

i'm sorry i not get any email to day.

Link to post
Share on other sites

sorry i sent again, it did not get sent yesterday , so when u get time u can check , subject line of mail : (query before i purchase your advanced data text file plugin)

Link to post
Share on other sites

sorry i sent again, it did not get sent yesterday , so when u get time u can check , subject line of mail : (query before i purchase your advanced data text file plugin)

i get your email to day.

I answered your message by email.

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

could anybody explain random text with mix item (number+lower case+upper case) like  "NKsfe1535s"

 

thanks!

Link to post
Share on other sites
  • 2 weeks later...
4.1.6.0 (BETA) (Warning. Your old code can not be used with the new version of the plugin.)

Rename command

random table items => table random items

sort table => table sort

 

sort table: add option "Column Sort Mode"

sort table: fix option "Skip First (For All & Base)"

Link to post
Share on other sites
  • PRO locked this topic
Guest
This topic is now closed to further replies.

×
×
  • Create New...