Community discussions

MikroTik App

Search found 9 matches

by liuyao
Thu Jan 18, 2024 4:46 am
Forum: Scripting
Topic: Help post Is it possible to write a Chinese to URLencode function script? [SOLVED]
Replies: 2
Views: 7129

Re: Help post Is it possible to write a Chinese to URLencode function script? [SOLVED]

谢谢您的回复

I've been looking for a long time and still haven't found a solution.
by liuyao
Wed Jan 17, 2024 4:57 am
Forum: Scripting
Topic: ✂ Rextended Fragments of Snippets
Replies: 107
Views: 118704

Re: ✂ Rextended Fragments of Snippets

by liuyao
Wed Jan 17, 2024 4:41 am
Forum: Scripting
Topic: Help post Is it possible to write a Chinese to URLencode function script? [SOLVED]
Replies: 2
Views: 7129

Help post Is it possible to write a Chinese to URLencode function script? [SOLVED]

Hello everyone, I am from China. I am currently confused whether it is possible to convert Chinese characters to URLencode encoding, such as "朋友你好". Very much looking forward to and thank you for your reply A little clue Picture attachment, because information containing Chinese characters...
by liuyao
Tue Jan 16, 2024 4:50 am
Forum: Scripting
Topic: ✂ Rextended Fragments of Snippets
Replies: 107
Views: 118704

Re: ✂ Rextended Fragments of Snippets

Hello, I'm from China. I'm currently confused as to whether I can convert Chinese characters into URLencode encoding, such as "朋友你好". I've tried all the global variables you provided above, but it doesn't work. Very much looking forward to and thank you for your reply Translation from Google
by liuyao
Sun Dec 10, 2023 11:17 am
Forum: General
Topic: Simple bash script for most KVMs to install CHR
Replies: 2
Views: 4995

Re: Simple bash script for most KVMs to install CHR

Thank you so much
by liuyao
Fri Nov 19, 2021 12:27 pm
Forum: Scripting
Topic: Scripting - Asking user for input.
Replies: 14
Views: 13928

Re: Scripting - Asking user for input.

This is a 6.47.10 working example: (not tested on other versions) { :local readinput do={:return} :put "\r\nInsert a string you want use as" :local input [$readinput] :put "\r\nYou have insert: $input" :put "Which is a $[:typeof $input]\r\n" } You are right. Thank you
by liuyao
Thu Nov 18, 2021 6:13 pm
Forum: Scripting
Topic: Scripting - Asking user for input.
Replies: 14
Views: 13928

Re: Scripting - Asking user for input.

{:local userinput [:return]; :put [$userinput]; } nice
by liuyao
Sat Jan 30, 2021 11:09 am
Forum: Scripting
Topic: Persistent Environment Variables [SOLVED]
Replies: 60
Views: 60336

Re: Persistent Environment Variables [SOLVED]

by baidu translate : I have a method to define a schedule to read environment variables to the array every minute. In the definition of the second boot from the start of the schedule. Use the acquired array to write to the second schedule at any time. Maybe the idea is to make it by yourself There i...
by liuyao
Fri Oct 18, 2019 4:29 pm
Forum: Scripting
Topic: Address lists downloader (DShield, Spamhaus DROP/EDROP, etc)
Replies: 308
Views: 106113

Re: Address lists downloader (DShield, Spamhaus DROP/EDROP, etc)

Hello:

Thank you for sharing。 But the way you write functions is hard to understand. If any boss is rewritten, the written statement is perfect like the official example. Thank you