KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.41 (Ubuntu)
System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64
User : www-data ( 33)
PHP Version : 8.2.12
Disable Function : NONE
Directory :  /var/www/parasoffline.edukrypt.in/application/modules/admin/views/liveserver/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/parasoffline.edukrypt.in/application/modules/admin/views/liveserver/add.php
<?php
if (!empty($this->session->flashdata('message'))) {
	echo $this->session->flashdata('message');
}
?>
<div class="row">

	<div class="col-md-6">
		<div class="box box-primary">
			<div class="box-body">
				<form action="<?php echo base_url() ?>admin/liveserver/add" method="POST">
					<!-- Name -->
					<div class="form-group">
						<label for="id">Stream Name</label>
						<input type="text" class="form-control" id="name" name="name" />
					</div>
					<!-- Name -->
					<div class="form-group">
						<label for="id">Host URL</label>
						<input type="text" class="form-control" id="host" name="host" />
					</div>
					<!-- URL -->
					<div class="form-group">
						<label for="id">Stream URL</label>
						<input type="text" class="form-control" id="stream_url" name="stream_url" />
					</div>
					<!-- KEY -->
					<div class="form-group">
						<label for="id">Stream KEY</label>
						<input type="password" class="form-control" id="stream_key" name="stream_key" />
					</div>
					<button class="btn btn-success" type="submit">Save</button>
				</form>
			</div>
		</div>
	</div>

</div>

Anon7 - 2021