!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)

/uploads/script/resources/views/frontend/bazar/layouts/   drwxr-xr-x
Free 13.33 GB of 57.97 GB (22.99%)
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 (2.98 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!--====== Main Footer ======-->
<footer>
   <div class="outer-footer">
      <div class="container">
         <div class="row">
            <div class="col-lg-4 col-md-6">
               <div class="outer-footer__content u-s-m-b-40">
                  @if(Cache::has(domain_info('user_id').'location'))
                  @php
                    $contact=json_decode(Cache::get(domain_info('user_id').'location'));
                  @endphp
                  <span class="outer-footer__content-title">Contact Us</span>
                  <div class="outer-footer__text-wrap"><i class="fas fa-home"></i>
                     <span>{{ $contact->address }}, {{ $contact->city }}, {{ $contact->state }}, {{ $contact->zip_code }}</span>
                  </div>
                  <div class="outer-footer__text-wrap"><i class="fas fa-phone-volume"></i>
                     <span>{{ $contact->phone }}</span>
                  </div>
                  <div class="outer-footer__text-wrap"><i class="far fa-envelope"></i>
                     <span>{{ $contact->email }}</span>
                  </div>
                  @endif
                  @if(Cache::has(domain_info('user_id').'socials'))
                  @php
                  $socials=json_decode(Cache::get(domain_info('user_id').'socials',[]));
                  @endphp
                  <div class="outer-footer__social">
                     <ul>
                        @foreach($socials as $key => $value)
                        <li><a href="{{ url($value->url) }}" target="_blank"><i class="{{ $value->icon }}"></i></a></li>
                        @endforeach
                                               
                     </ul>
                  </div>
                  @endif
               </div>
            </div>
            <div class="col-lg-8 col-md-6">
               <div class="row">
                  <div class="col-lg-4 col-md-4">
                     {{ ThemeFooterMenu('left','frontend.bazar.components.footer_menu') }}
                  </div>
                  <div class="col-lg-4 col-md-4">
                     {{ ThemeFooterMenu('center','frontend.bazar.components.footer_menu') }}
                  </div>
                  <div class="col-lg-4 col-md-4">
                     {{ ThemeFooterMenu('right','frontend.bazar.components.footer_menu') }}
                  </div>
               </div>
            </div>
            
         </div>
      </div>
   </div>
   <div class="lower-footer">
      <div class="container">
         <div class="row">
            <div class="col-lg-12">
               <div class="lower-footer__content">
                  <div class="lower-footer__copyright">                    
                  <span>{{ __('Copyright') }} &copy; {{ date('Y') }}. {{ __('All rights reserved by') }}</span> <a class="text-white" href="{{ url('/') }}">{{ Cache::get(domain_info('user_id').'shop_name',env('APP_NAME')) }}</a>
               </div>
               </div>
            </div>
         </div>
      </div>
   </div>
</footer>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

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