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


Viewing file:     actions.blade.php (1.58 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@php $ig_status=['at_location', 'change_price'] @endphp
@foreach ($order->actions['buttons'] as $next_status)
@if(!in_array($next_status, $ig_status))
    <?php
      $btnType
="btn-primary";
      if(
str_contains($next_status,'accept')){
        
$btnType="btn-success";
      }else if(
str_contains($next_status,'reject')){
        
$btnType="btn-danger";
      }
    
?>
    @if (in_array("timprepare", config('global.modules',[])) && $next_status=="accepted_by_restaurant")
      <!-- This is special case when owneer can set prepare time -->
      <button data-toggle="modal" data-target="#modal-time-to-prepare" onclick="$('#form-time-to-prepare').attr('action', '/updatestatus/accepted_by_restaurant/{{$order->id}}');" class="btn btn-sm {{$btnType   }}" value="{{ __($next_status) }}" />{{ __($next_status) }}</button>
    @elseif ($next_status=="assigned_to_driver")
      <!-- This is special case when owneer can set driver -->
      <script>
        function setSelectedOrderId(id){
            $("#form-assing-driver").attr("action", "/updatestatus/assigned_to_driver/"+id);
        }
    </script>
      <button type="button" class="btn btn-primary btn-sm" onClick=(setSelectedOrderId({{ $order->id }}))  data-toggle="modal" data-target="#modal-asign-driver">{{ __('Assign to driver') }}</button>
       @else
      <a href="{{ url('updatestatus/'.$next_status.'/'.$order->id) }}" class="btn btn-sm {{$btnType   }}">{{ __($next_status) }}</a>
    @endif
    @endif

@endforeach
@if (strlen($order->actions['message'])>0)
    <p><small class="text-muted">{{ $order->actions['message'] }}</small><p>
@endif

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