Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.78 KB | None | 0 0
  1.    
  2.     $newtime = date("Y-m-d", mktime(0, 0, 0, date("m")+1, date("d"),   date("Y")));
  3.     $curtime = date("Y-m-d");
  4.    
  5.     sql("INSERT INTO `amember`.`amember_payments` (`payment_id`, `member_id`, `product_id`, `begin_date`, `expire_date`, `paysys_id`, `receipt_id`, `amount`, `completed`, `remote_addr`, `data`, `time`, `aff_id`, `payer_id`, `coupon_id`, `tm_added`, `tm_completed`, `tax_amount`) VALUES (NULL, '".$member_id."', '9', '".$curtime."', '".$newtime."', 'allopass', 'allopass', '5', '1', '', NULL, CURRENT_TIMESTAMP, '0', '', '0', '".$curtime."', '".$curtime."', '0.00');");
  6.    
  7. ?>
  8.  
  9. <center>
  10.  
  11. <font style="font-size: 25px; color: green;">Account created successfuly !</font>
  12. <br/><br/><br/>
  13.  
  14. <table>
  15. <tr style="font-size: 18px;">
  16. <td style="width: 100px;">Code 1 : </td>
  17. <td><b><?php echo $codessplit[0]; ?></b></td>
  18. </tr>
  19. <tr style="font-size: 18px;">
  20. <td style="width: 100px;">Code 2 : </td>
  21. <td><b><?php echo $codessplit[1]; ?></b></td>
  22. </tr>
  23. <tr style="font-size: 18px;">
  24. <td style="width: 100px;">Code 3 : </td>
  25. <td><b><?php echo $codessplit[2]; ?></b></td>
  26. </tr>
  27. <tr style="font-size: 18px;">
  28. <td style="width: 100px;">Code 4 : </td>
  29. <td><b><?php echo $codessplit[3]; ?></b></td>
  30. </tr>
  31. <tr style="font-size: 18px;">
  32. <td style="width: 100px;">Code 5 : </td>
  33. <td><b><?php echo $codessplit[4]; ?></b></td>
  34. </tr>
  35.  
  36. <tr style="height: 20px;"/>
  37.  
  38. <tr style="font-size: 18px;">
  39. <td style="width: 100px;">Username : </td>
  40. <td><b><?php echo $AMEMBER_LOGIN; ?></b></td>
  41. </tr>
  42. <tr style="font-size: 18px;">
  43. <td style="width: 100px;">Password : </td>
  44. <td><b><?php echo $AMEMBER_PASSWORD; ?></b></td>
  45. </tr>
  46. </table>
  47.  
  48. <br/><br/><br/>
  49. <font style="font-size: 25px; color: red;"><b>Please store these informations safe somewhere !</b></font>
  50.  
  51. </center>
  52.  
  53. <?php
  54.    
  55. }
  56.  
  57. ?>
  58.  
  59. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement