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


Viewing file:     eeecac86f79339d04fcd1ca1dfc2fe91.php (5.95 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |

<div class="form-group">
    <label for="title"><?php echo e(trans('admin.title')); ?></label>
    <input value="<?php echo e(isset($instruments)?$instruments->title:old('title')); ?>" type="text" name="title"
           class="form-control" id="title"
           placeholder="Title">
</div>
<div class="form-group">
    <label for="image"><?php echo e(trans('admin.image')); ?></label>
    <input type="file" class="form-control" name="image" value="<?php echo e(isset($instruments)?$instruments->image:''); ?>"
           id="image" placeholder=" <?php echo e(trans('admin.image')); ?>">
</div>
<div class="form-group">
    <label for="description"><?php echo e(trans('admin.description')); ?></label>
    <textarea name="description" class="form-control summernote" id="description" cols="3" rows="3"><?php echo e(isset($instruments)?$instruments->description:old('description')); ?></textarea>
</div>


<div class="form-group">
    <div class="d-flex align-tiem-center justify-content-between">
        <label for="add-data">Add Table Data</label>
        <a class="add-data add-btn btn btn-sm btn-primary m-0" id="add-data"><i class="fa fa-plus pt-1"
                                                                                aria-hidden="true"></i></a>
    </div>
    <div id="data-container">

        <?php if(isset($instrumentDetails)): ?>
            <?php
                $getIds
=9878;
            
?>
            <?php $__currentLoopData $instrumentDetails$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $instrumentDetail): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                <?php $getIds++;?>
                <div class="card mt-2 delete_section_<?php echo e($getIds); ?>">
                    <div class="card-header">
                        <button type="button" data-id="<?php echo e($getIds); ?>"
                                class="delete-data btn btn-sm add-btn btn-danger float-right m-0">
                            <i class="fa fa-times"></i>
                        </button>
                    </div>
                    <div class="data-input card-body">
                        <div class="row align-items-center">
                            <div class="col-lg-12">
                                <input type="text" name="table_title[<?php echo e($instrumentDetail->id); ?>]" value="<?php echo e($instrumentDetail->title); ?>"
                                       class="form-control mt-2" placeholder="Table Head" required>
                            </div>

                            <?php
                                $keyTitles
=json_decode($instrumentDetail->keytrue);
                                
$keyValues=json_decode($instrumentDetail->valuetrue);
                            
?>

                            <?php if($keyTitles): ?>
                                <?php $__currentLoopData $keyTitles$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$keyTitle): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                    <?php $getIds++; ?>
                                    <div class="col-lg-12 section_new_ele_<?php echo e($instrumentDetail->id); ?>">
                                        <div class="row delete_rows_<?php echo e($getIds); ?>">
                                            <div class="col-lg-5">
                                                <input type="text" name="table_head[<?php echo e($instrumentDetail->id); ?>][]"
                                                       value="<?php echo e($keyTitle?$keyTitle:''); ?>"
                                                       class="form-control mt-2" placeholder="Enter Key" required>
                                            </div>
                                            <div class="col-lg-6">
                                                <input type="text" name="table_body[<?php echo e($instrumentDetail->id); ?>][]"
                                                       value="<?php echo e(isset($keyValues[$key])?$keyValues[$key]:''); ?>"
                                                       class="form-control mt-2" placeholder="Enter Value" required>
                                            </div>
                                            <?php if($key==0): ?>
                                                <div class="col-lg-1">
                                                    <button type="button" data-id="<?php echo e($instrumentDetail->id); ?>"
                                                            class="add_new_element btn btn-sm btn-primary float-right mt-3">
                                                        <i class="fa fa-plus"></i>
                                                    </button>
                                                </div>
                                            <?php else: ?>
                                                <div class="col-lg-1">
                                                    <button type="button" data-id="<?php echo e($getIds); ?>"
                                                            class="del_new_element btn btn-sm btn-danger float-right mt-3">
                                                        <i class="fa fa-times"></i>
                                                    </button>
                                                </div>
                                            <?php endif; ?>

                                        </div>
                                    </div>
                                <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                                <?php endif; ?>

                        </div>
                    </div>
                </div>

            <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
        <?php endif; ?>
    </div>
</div>






<?php /**PATH /home/picotech/domains/portfolio.picotech.app/public_html/resources/views/admin/instruments/form.blade.php ENDPATH**/ ?>

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