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


Viewing file:     68d3292b86909387acd5c8d0f6eef64f3cef8b3c.php (3.79 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="form-group">
    <label for="word"><?php echo app('translator')->get('customer.keyword'); ?> *</label>
    <input value="<?php echo e(isset($keyword) && $keyword->word?$keyword->word:old('word')); ?>" type="text" name="word"
           class="form-control" id="word"
           placeholder="<?php echo app('translator')->get('customer.keyword'); ?>">
</div>

        <div class="form-group">
            <label for="group_id"><?php echo e(trans('customer.groups')); ?></label>
            <select name="group_id" class="form-control select2" id="group_id">
                <?php if($groups->isNotEmpty()): ?>
                    <option disabled selected><?php echo e(trans('customer.select_a_option')); ?></option>
                    <?php $__currentLoopData $groups$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $group): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                        <option <?php echo e(isset($keyword) && $keyword->group_id==$group->id?'selected':''); ?> value="<?php echo e($group->id); ?>"><?php echo e($group->name); ?></option>
                    <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                <?php else: ?>
                    <option disabled selected><?php echo e(trans('customer.no_data_available')); ?></option>
                <?php endif; ?>
            </select>
        </div>


        <div class="form-group">
            <label for="group_id"><?php echo e(trans('customer.number')); ?></label>
            <select name="number_id" class="form-control select2" >
                <?php if($numbers->isNotEmpty()): ?>
                    <option disabled selected><?php echo e(trans('customer.select_a_option')); ?></option>
                    <?php $__currentLoopData $numbers$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $number): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                        <option <?php echo e(isset($keyword) && $keyword->customer_number_id==$number->id?'selected':''); ?> value="<?php echo e($number->id); ?>"><?php echo e($number->number); ?></option>
                    <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                <?php else: ?>
                    <option disabled selected><?php echo e(trans('customer.no_data_available')); ?></option>
                <?php endif; ?>
            </select>
        </div>




<div class="form-group">
    <label for="confirm_message"><?php echo app('translator')->get('customer.confirm_message'); ?></label>
    <input value="<?php echo e(isset($keyword) && $keyword->confirm_message?$keyword->confirm_message:old('confirm_message')); ?>" type="text" name="confirm_message"
           class="form-control" id="confirm_message"
           placeholder="Confirm Message">
</div>

<div class="form-group">
    <label for="optout_message"><?php echo app('translator')->get('customer.optout_message'); ?></label>
    <input value="<?php echo e(isset($keyword) && $keyword->optout_message?$keyword->optout_message:old('optout_message')); ?>" type="text" name="optout_message"
           class="form-control" id="optout_message"
           placeholder="Optout Message">
</div>

<div class="form-group">
    <label for="opt_type"><?php echo e(trans('customer.opt_type')); ?></label>
    <select name="type" class="form-control" id="">
        <option <?php echo e(isset($keyword) && $keyword->type=='opt_in'?'selected':''); ?> value="opt_in"><?php echo e(trans('Optin')); ?></option>
        <option <?php echo e(isset($keyword) && $keyword->type=='opt_out'?'selected':''); ?> value="opt_out"><?php echo e(trans('Optout')); ?></option>
    </select>
</div>

<?php /**PATH /home/picotech/domains/picotext.picotech.app/public_html/resources/views/customer/keywords/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.0059 ]--