@naeem For a sensible answer, I need to know more information. Which JSON file is it and what is it for?
JSON file is easy to create, just click "Write to file", for example, with the name "my_file.json". You can find the content (syntax) of JSON here: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON
How do i load a proxy into a variable from a tex file
-
Sorry - Simple question; how do i load a proxy into a variable from a tex file which has more information
123.123.123.1: 3128:email@email.com:password:file_to_upload
I want to load the variable PROXY with 123.123.123.1: 3128 in parse (but the : is affect this).
What i`m trying to do is load account details from a tex file which has the proxy, email, pw on one line so the account uses the same proxy and not a random proxy?
any assists is appreciated.
-



