PK

ADDRLIN : /home/questend/public_html/domains/rwa40.com/admin/gallery/
FLL :
Current File : /home/questend/public_html/domains/rwa40.com/admin/gallery/index.php

<?php
   ob_start();
   //error_reporting(E_ALL ^ E_NOTICE);
   @session_start();
   ini_set('allow_url_include',1);    
   date_default_timezone_set("Asia/Kolkata");
   set_time_limit(600);
   ini_set('max_execution_time',600);
   include '../includes/settings/constant.php';
   //include '../includes/settings/db.php';
   require_once '../includes/settings/PDODB.php';
   include '../includes/modules/functions.php';
   
   $function = new FUNCTIONS();

   if (!empty($_SESSION['adminId']) && !empty($_SESSION['admin_role_id'])) {
     if($_SESSION['admin_role_id']==1){
      //header("Location: index.php");
    }elseif($_SESSION['admin_role_id']==2){
      header("Location: ../dashboard/index.php");
    }
   }else{
    header("Location: ../index.php");
    exit();
   }
   
   $gallerydata = $function->getGallery($id=NULL,$status=1,$orderBy='DESC');
   //print_r($gallerydata); exit;
   //print_r($_POST);
   //delete gallery
   if(!empty($_GET['gallery']) && ($_GET['action']=='Del')) {
      //print_r($_GET['gallery']); exit;
      $title=$_GET['gallery'];
      $pdodb = PDODB::getInstance();
      $sql = "UPDATE images SET status='0' WHERE title = '".$title."'";
      //exit;        
      $result = $pdodb->query($sql);
      PDODB::closeInstance();
      if(!empty($result)){        
        echo '<script type="text/javascript">location.replace("index.php");</script>';
      }
    }
    //end delete gallery
?>
<!DOCTYPE html>
<html>
   <head>
      <meta charset="utf-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>INSPINIA | Basic Form</title>
      <?php include_once '../layout/style.php'; ?>
   </head>
   <body>
      <div id="wrapper">
         <?php $currentPage = 'gallery-index'; include_once '../layout/side-bar.php'; ?>
         <div id="page-wrapper" class="gray-bg">
            <?php include_once '../layout/header.php'; ?>
            <div class="row wrapper border-bottom white-bg page-heading">
               <div class="col-lg-8">
                  <h2>RWA's Photo Gallery</h2>                  
               </div>               
            </div>
            <div class="wrapper wrapper-content">
              <div class="row">
                <?php for($i=0;$i<count($gallerydata);$i++){ ?>
                  <div class="col-md-3">
                    <div class="ibox">
                      <div class="ibox-content product-box">
                        <div class="product-imitation">
                          <img src="../uploads/gallery/<?=$gallerydata[$i]['file_name'];?>" class="img-responsive">                          
                        </div>
                        <div class="product-desc">
                          <a href="#" class="product-name"> <?=$gallerydata[$i]['title'];?></a>
                          <div class="small m-t-xs">
                            <!-- Many desktop publishing packages and web page editors now. -->
                          </div>
                          <div class="m-t text-left">
                            <a href="images.php?id=<?=$gallerydata[$i]['id'];?>" class="btn btn-xs btn-outline btn-primary">More <i class="fa fa-long-arrow-right"></i></a>
                          </div>
                          <div class="text-right">
                            <a class="btn btn-danger btn-xs" href="index.php?gallery=<?=$gallerydata[$i]['title'];?>&action=Del" onclick=" return confirm('Do you really want to delete!')"><i class="fa fa-trash"></i> Delete</a>
                          </div>
                        </div>
                      </div>                      
                    </div>
                  </div>
                <?php } ?>
              </div>
            </div>            
         </div>         
      </div>
      <?php include_once '../layout/script.php'; ?>
      <script>
         function tossterMsgAlert(msg='Welcome',title='') {
             toastr.options = {
                 closeButton: true,
                 //debug: false,
                 newestOnTop: false,
                 //progressBar: false,
                 positionClass: 'toast-top-center',
                 preventDuplicates: true,
                 //onclick: null,
                 //showDuration: 300,
                 //hideDuration: 1000,
                 timeOut: 2000,
                 //extendedTimeOut: 1000,
                 //showEasing: 'swing',
                 //hideEasing: 'linear',
                 //showMethod: 'fadeIn',
                 hideMethod: 'fadeOut'
             };
             toastr.warning(title,msg);
         }
      </script>
      <!-- Page-Level Scripts -->
      <script>
        $(document).ready(function(){
            $('.dataTables-example').DataTable({
                dom: '<"html5buttons"B>lTfgitp',
                columnDefs: [
                    { type: "num-fmt", symbols:"R$" , targets: 4 }
                ],
                buttons: [
                    { extend: 'copy'},
                    {extend: 'csv'},
                    /*{extend: 'excel', title: 'ExampleFile'},
                    {extend: 'pdf', title: 'ExampleFile'},*/
                    /*{extend: 'print',
                     customize: function (win){
                        $(win.document.body).addClass('white-bg');
                        $(win.document.body).css('font-size', '10px');
                        $(win.document.body).find('table')
                            .addClass('compact')
                            .css('font-size', 'inherit');
                        }
                    }*/
                ]    
            });
        });
      </script>

   </body>
</html>


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

It looks like you found a glitch in the matrix...

← Back to Home