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

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/dokan/script/resources/views/frontend/bigbag/layouts/   drwxrwxrwx
Free 13.11 GB of 57.97 GB (22.61%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     footer.blade.php (1.95 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!--=====================================
FOOTER PART START
=======================================-->
<footer class="footer-part">
   <div class="container">
       <div class="row">
           <div class="col-md-6 col-lg-4">
               <div class="footer-about">
                   <a href="#"><img src="{{ asset('uploads/'.domain_info('user_id').'/logo.png') }}" alt="logo"></a>
                   <p>{{ Cache::get(domain_info('user_id').'shop_description','') }}</p>
                   @if(Cache::has(domain_info('user_id').'socials'))
                   @php
                   $socials=json_decode(Cache::get(domain_info('user_id').'socials',[]));
                   @endphp
                   <ul class="round-icon footer-icon">
                    @foreach($socials as $key => $value)
                       <li><a href="{{ url($value->url) }}" target="_blank"><i class="{{ $value->icon }}"></i></a></li>
                     @endforeach 
                   </ul>
                   @endif
                </div>
            </div>
            <div class="col-md-6 col-lg-3">
              {{ \Amcoders\Lpress\Lphelper::MenuCustomForUser('left') }}
                
            </div>
            <div class="col-md-12 col-lg-3">
                {{ \Amcoders\Lpress\Lphelper::MenuCustomForUser('center') }}
            </div>
             <div class="col-md-12 col-lg-2">
                 {{ \Amcoders\Lpress\Lphelper::MenuCustomForUser('right') }}
            </div>
        </div>
    </div>
    <div class="footer-bottom text-center">
        <div class="container ">
            <div class="row text-center">
            <p>{{ __('Copyright') }} &copy; {{ date('Y') }}. {{ __('All rights reserved by') }} <a href="{{ url('/') }}">{{ Cache::get(domain_info('user_id').'shop_name',env('APP_NAME')) }}</a></p>
            </div>
        </div>
    </div>
</footer>
<!--=====================================
              FOOTER PART END
=======================================-->

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