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


Viewing file:     4c694e5f41afd795a6d4381b1041e14679659279.php (10.75 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div id="v-pills-paypalPay"
     class="tab-pane fade active show">
    <div class="form-group">
        <label
            for="exampleInputPassword1"><?php echo e(trans('layout.client_id_key')); ?></label>
        <input
            value="<?php echo e(isset($payment_gateway->paypal_client_id)?$payment_gateway->paypal_client_id:''); ?>"
            type="text" name="paypal_client_id"
            class="form-control"
            placeholder="<?php echo e(trans('layout.client_id_key')); ?>">
    </div>
    <div class="form-group">
        <label><?php echo e(trans('layout.client_secret_key')); ?></label>
        <input
            value="<?php echo e(isset($payment_gateway->paypal_secret_key)?$payment_gateway->paypal_secret_key:''); ?>"
            type="text" name="paypal_secret_key"
            class="form-control"
            placeholder="<?php echo e(trans('layout.client_secret_key')); ?>">
    </div>
    <div class="form-group">
        <label for="paypal_status"><?php echo e(trans('layout.status')); ?></label>
        <select id="paypal_status" name="paypal_status" class="form-control">
            <option
                <?php echo e(isset($payment_gateway->paypal_status) && $payment_gateway->paypal_status=='active'?'selected':''); ?> value="active"><?php echo e(trans('layout.active')); ?></option>
            <option
                <?php echo e(isset($payment_gateway->paypal_status) && $payment_gateway->paypal_status=='inactive'?'selected':''); ?> value="inactive"><?php echo e(trans('layout.inactive')); ?></option>
        </select>
    </div>

</div>

<div id="v-pills-stripePay" class="tab-pane fade">
    <div class="form-group">
        <label><?php echo e(trans('layout.publish_key')); ?></label>
        <input
            value="<?php echo e(isset($payment_gateway->stripe_publish_key)?$payment_gateway->stripe_publish_key:''); ?>"
            type="text" name="stripe_publish_key"
            class="form-control"
            placeholder="<?php echo e(trans('layout.publish_key')); ?>">
    </div>
    <div class="form-group">
        <label><?php echo e(trans('layout.secret_key')); ?></label>
        <input
            value="<?php echo e(isset($payment_gateway->stripe_secret_key)?$payment_gateway->stripe_secret_key:''); ?>"
            type="text" name="stripe_secret_key"
            class="form-control"
            placeholder="<?php echo e(trans('layout.secret_key')); ?>">
    </div>
    <div class="form-group">
        <label
            for="stripe_status"><?php echo e(trans('layout.status')); ?></label>
        <select id="stripe_status" name="stripe_status"
                class="form-control">
            <option
                <?php echo e(isset($payment_gateway->stripe_status) && $payment_gateway->stripe_status=='active'?'selected':''); ?> value="active"><?php echo e(trans('layout.active')); ?></option>
            <option
                <?php echo e(isset($payment_gateway->stripe_status) && $payment_gateway->stripe_status=='inactive'?'selected':''); ?>  value="inactive"><?php echo e(trans('layout.inactive')); ?></option>
        </select>
    </div>
</div>

<div id="v-pills-paytm" class="tab-pane fade">
    <div class="form-group">
        <label for="paytm_environment"><?php echo e(trans('layout.paytm_environment')); ?></label>
        <select id="paytm_environment" name="paytm_environment"
                class="form-control">
            <option
                <?php echo e(isset($payment_gateway->paytm_environment) && $payment_gateway->paytm_environment=='staging'?'selected':''); ?> value="staging"><?php echo e(trans('layout.staging')); ?></option>
            <option
                <?php echo e(isset($payment_gateway->paytm_environment) && $payment_gateway->paytm_environment=='production'?'selected':''); ?>  value="production"><?php echo e(trans('layout.production')); ?></option>
        </select>
    </div>

    <div class="form-group">
        <label><?php echo e(trans('layout.paytm_mid')); ?></label>
        <input
            value="<?php echo e(isset($payment_gateway->paytm_mid)?$payment_gateway->paytm_mid:''); ?>"
            type="text" name="paytm_mid"
            class="form-control"
            placeholder="<?php echo e(trans('layout.paytm_mid')); ?>">
    </div>
    <div class="form-group">
        <label><?php echo e(trans('layout.paytm_secret_key')); ?></label>
        <input
            value="<?php echo e(isset($payment_gateway->paytm_secret_key)?$payment_gateway->paytm_secret_key:''); ?>"
            type="text" name="paytm_secret_key"
            class="form-control"
            placeholder="<?php echo e(trans('layout.paytm_secret_key')); ?>">
    </div>
    <div class="form-group">
        <label><?php echo e(trans('layout.paytm_website')); ?></label>
        <input
            value="<?php echo e(isset($payment_gateway->paytm_website)?$payment_gateway->paytm_website:''); ?>"
            type="text" name="paytm_website"
            class="form-control"
            placeholder="<?php echo e(trans('layout.paytm_website')); ?>">
    </div>
    <div class="form-group">
        <label><?php echo e(trans('layout.paytm_txn_url')); ?></label>
        <input
            value="<?php echo e(isset($payment_gateway->paytm_txn_url)?$payment_gateway->paytm_txn_url:''); ?>"
            type="text" name="paytm_txn_url"
            class="form-control"
            placeholder="<?php echo e(trans('layout.paytm_txn_url')); ?>">
    </div>
    <div class="form-group">
        <label
            for="paytm_status"><?php echo e(trans('layout.status')); ?></label>
        <select id="paytm_status" name="paytm_status"
                class="form-control">
            <option
                <?php echo e(isset($payment_gateway->paytm_status) && $payment_gateway->paytm_status=='active'?'selected':''); ?> value="active"><?php echo e(trans('layout.active')); ?></option>
            <option
                <?php echo e(isset($payment_gateway->paytm_status) && $payment_gateway->paytm_status=='inactive'?'selected':''); ?>  value="inactive"><?php echo e(trans('layout.inactive')); ?></option>
        </select>
    </div>
</div>

<div id="v-pills-mollie" class="tab-pane fade">
    <div class="form-group">
        <label><?php echo e(trans('layout.api_key')); ?></label>
        <input
            value="<?php echo e(isset($payment_gateway->mollie_api_key)?$payment_gateway->mollie_api_key:''); ?>"
            type="text" name="mollie_api_key"
            class="form-control"
            placeholder="<?php echo e(trans('layout.api_key')); ?>">
    </div>

    <div class="form-group">
        <label
            for="mollie_status"><?php echo e(trans('layout.status')); ?></label>
        <select id="mollie_status" name="mollie_status"
                class="form-control">
            <option
                <?php echo e(isset($payment_gateway->mollie_status) && $payment_gateway->mollie_status=='active'?'selected':''); ?> value="active"><?php echo e(trans('layout.active')); ?></option>
            <option
                <?php echo e(isset($payment_gateway->mollie_status) && $payment_gateway->mollie_status=='inactive'?'selected':''); ?>  value="inactive"><?php echo e(trans('layout.inactive')); ?></option>
        </select>
    </div>
</div>

<div id="v-pills-paystack" class="tab-pane fade">
    <div class="form-group">
        <label><?php echo e(trans('layout.public_key')); ?></label>
        <input
            value="<?php echo e(isset($payment_gateway->paystack_public_key)?$payment_gateway->paystack_public_key:''); ?>"
            type="text" name="paystack_public_key"
            class="form-control"
            placeholder="<?php echo e(trans('layout.public_key')); ?>">
    </div>
    <div class="form-group">
        <label><?php echo e(trans('layout.secret_key')); ?></label>
        <input
            value="<?php echo e(isset($payment_gateway->paystack_secret_key)?$payment_gateway->paystack_secret_key:''); ?>"
            type="text" name="paystack_secret_key"
            class="form-control"
            placeholder="<?php echo e(trans('layout.secret_key')); ?>">
    </div>

    <div class="form-group">
        <label><?php echo e(trans('layout.payment_url')); ?></label>
        <input
            value="<?php echo e(isset($payment_gateway->paystack_payment_url)?$payment_gateway->paystack_payment_url:''); ?>"
            type="text" name="paystack_payment_url"
            class="form-control"
            placeholder="<?php echo e(trans('layout.payment_url')); ?>">
    </div>

    <div class="form-group">
        <label><?php echo e(trans('layout.merchant_email').'('.trans('layout.optional').')'); ?></label>
        <input
            value="<?php echo e(isset($payment_gateway->paystack_merchant_email)?$payment_gateway->paystack_merchant_email:''); ?>"
            type="text" name="paystack_merchant_email"
            class="form-control"
            placeholder="<?php echo e(trans('layout.merchant_email')); ?>">
    </div>

    <div class="form-group">
        <label
            for="paystack_status"><?php echo e(trans('layout.status')); ?></label>
        <select id="paystack_status" name="paystack_status"
                class="form-control">
            <option
                <?php echo e(isset($payment_gateway->paystack_status) && $payment_gateway->paystack_status=='active'?'selected':''); ?> value="active"><?php echo e(trans('layout.active')); ?></option>
            <option
                <?php echo e(isset($payment_gateway->paystack_status) && $payment_gateway->paystack_status=='inactive'?'selected':''); ?>  value="inactive"><?php echo e(trans('layout.inactive')); ?></option>
        </select>
    </div>
</div>

<div id="v-pills-offline" class="tab-pane fade">
    <div class="form-group">
        <label
            for="instruction"><?php echo e(trans('layout.instruction')); ?>

            *</label>
        <textarea name="instructions" id="instruction" cols="30" class="form-control"
                  rows="3"><?php echo isset($payment_gateway->instructions)?clean($payment_gateway->instructions):''?></textarea>

    </div>

    <div class="form-group mt-3">
        <label
            for="offline_status"><?php echo e(trans('layout.status')); ?></label>
        <select id="offline_status"
                name="offline_status"
                class="form-control">
            <option
                <?php echo e(isset($payment_gateway->offline_status) && $payment_gateway->offline_status=='active'?'selected':''); ?> value="active"><?php echo e(trans('layout.active')); ?></option>
            <option
                <?php echo e(isset($payment_gateway->offline_status) && $payment_gateway->offline_status=='inactive'?'selected':''); ?> value="inactive"><?php echo e(trans('layout.inactive')); ?></option>
        </select>
    </div>

</div>

<?php /**PATH /home/picotech/domains/test.qr.picotech.app/public_html/resources/views/settings/admin_payment_gateway.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.0064 ]--