Server IP : 172.67.216.182 / Your IP : 172.68.164.11 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,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,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/wwwroot/lapma.in/airpay_php_v3/ |
Upload File : |
<?php echo "<div align = 'center'><a href= 'transaction.html'>Back</a></div>"; if(isset($_REQUEST['status']) && $_REQUEST['status']!='') { $status = $_REQUEST['status']; } if($status == 'ALL') { echo "All fields are mandatory."; } if($status == 'E') { echo "Please enter email address."; } if($status == 'VE') { echo "Please enter valid email."; } if($status == 'BP') { echo "Please enter phone number."; } if($status == 'VBP') { echo "Please enter valid phone number."; } if($status == 'FN') { echo "Please enter first name."; } if($status == 'VFN') { echo "Please enter valid first name."; } if($status == 'LN') { echo "Please enter last name."; } if($status == 'VLN') { echo "Please enter valid last name."; } if($status == 'VADD') { echo "Please enter valid address."; } if($status == 'VCIT') { echo "Please enter valid City Name."; } if($status == 'VSTA') { echo 'Please enter valid State'; } if($status == 'VCON') { echo "Please enter valid Country Name."; } if($status == 'VADD') { echo "Please enter valid address."; } if($status == 'VPIN') { echo "Please enter valid PIN."; } if($status == 'A') { echo "Please enter amount."; } if($status == 'VA') { echo "Please enter valid amount."; } if($status == 'EP') { echo "Please enter email or phone number."; } ?>