HaniXavi

Hotmail

Feb 26th, 2015
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 70.50 KB | None | 0 0
  1. <?php
  2. $testa = $_POST['veio'];
  3. if($testa != "") {
  4. $message = $_POST['html'];
  5. $subject = $_POST['assunto'];
  6. $nome = $_POST['nome'];
  7. $de = $_POST['de'];
  8. $to = $_POST['emails'];
  9.  
  10. $email = explode("\n", $to);
  11. $message = stripslashes($message);
  12.  
  13. $i = 0;
  14. $count = 1;
  15. while($email[$i]) {
  16. $dataHora = date("d/m/Y h:i:s");
  17.  
  18.  
  19. $oldphpself = $_SERVER['PHP_SELF'];
  20. $oldremoteaddr = $_SERVER['REMOTE_ADDR'];
  21. $_SERVER['PHP_SELF'] = "/";
  22. $_SERVER['REMOTE_ADDR'] = $_SERVER['SERVER_ADDR'];
  23.  
  24. $EmailTemporario = $email[$i];
  25. $message = stripslashes($message);
  26. $msgx = str_replace("%email%", $EmailTemporario, $message);
  27. $headers = "MIME-Version: 1.0\n";
  28. $headers .= "Content-type: text/html; charset=iso-8859-1\n";
  29. // $headers .= "Content-Transfer-Encoding: base64\n";
  30. $headers .= "From: ".$nome." <".$EmailTemporario.">\r\n";
  31. //* $msgx = $message . $dataHora;
  32. // $msg_temp = base64_encode($msgx). "\n";
  33. // $tmp[1] = strlen($msg_temp);
  34. // $tmp[2] = ceil($tmp[1]/76);
  35. // for ($b = 0; $b <= $tmp[2]; $b++) {
  36. // $tmp[3] = $b * 76;
  37. // $message = substr($msg_temp, $tmp[3], 76) . "\n";
  38. // }
  39. //
  40. if(mail($EmailTemporario, $subject." ".$dataHora, $msgx.$dataHora, $headers))
  41. echo "<font color=blue>* N&#1098;mero: $count <b>".$email[$i]."</b> <font color=black>VEM INFOOOOO....!</font><br><hr>";
  42. else
  43. echo "<font color=red>* N&#1098;mero: $count <b>".$email[$i]."</b> <font color=red>EROO NAO ENVIO</font><br><hr>";
  44. $i++;
  45. $count++;
  46. }
  47. $count--;
  48. if($ok == "ok")
  49. echo "[Fim do Envio]";
  50.  
  51. }
  52.  
  53. ?>
  54. <HTML>
  55. <head>
  56. <title>Meg4-Mail v3.0</title>
  57. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  58. <style>
  59. body {
  60. margin-left: 0;
  61. margin-right: 0;
  62. margin-top: 0;
  63. margin-bottom: 0;
  64. }
  65. .titulo {
  66. font-family: Arial, Helvetica, sans-serif;
  67. font-size: 70px;
  68. color: #000000;
  69. font-weight: bold;
  70. }
  71.  
  72. .normal {
  73. font-family: "Courier New", Courier, monospace;
  74. font-size: 16px;
  75. color: #00F;
  76. }
  77.  
  78. .form {
  79. font-family: Arial, Helvetica, sans-serif;
  80. font-size: 10px;
  81. color: #000000;
  82. background-color: #0000FF;
  83. border: 1px dashed #666666;
  84. }
  85.  
  86. .texto {
  87. font-family: Verdana, Arial, Helvetica, sans-serif;
  88. font-weight: bold;
  89. }
  90.  
  91. .alerta {
  92. font-family: Verdana, Arial, Helvetica, sans-serif;
  93. font-weight: bold;
  94. color: #000;
  95. font-size: 10px;
  96. }
  97. .normal tr td p strong {
  98. font-size: 24px;
  99. }
  100. </style>
  101. </head>
  102. <BODY>
  103. <form action="" method="post" enctype="multipart/form-data" name="form1">
  104. <input type="hidden" name="veio" value="sim">
  105. <table width="511" height="750" border="0" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC" class="normal">
  106. <tr>
  107. <td width="509" height="46" align="center" bgcolor="#000000"><p><strong>Meg4-Mail v3.0</strong></p></td>
  108. </tr>
  109. <tr>
  110. <td height="194" valign="top" bgcolor="#FFFFFF">
  111. <table width="100%" border="0" cellpadding="0" cellspacing="5" class="normal" height="499">
  112. <tr>
  113.  
  114.  
  115. <td align="right" height="17"><span class="texto">Assunto:</span></td>
  116. <td height="17"><input name="assunto" value="Please Login to Update Your Account informations." type="text"class="normal" id="assunto" style="width:100%" ></td>
  117. </tr>
  118. <tr align="center" bgcolor="#99CCFF">
  119. <td height="20" colspan="2" bgcolor="#99CCFF"><span class="texto">C&oacute;digo HTML:</span></td>
  120. </tr>
  121. <tr align="right">
  122. <td height="146" colspan="2" valign="top"><br>
  123. <textarea name="html" style="width:100%" rows="8" wrap="VIRTUAL" class="normal" id="html"><!-- If you see this message, please enable HTML e-mail -->
  124. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  125. <html>
  126. <head>
  127. <meta name="viewport" content="initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,width=device-width,height=device-height,target-densitydpi=device-dpi,user-scalable=no">
  128. <style type="text/css">
  129. .ReadMsgBody {
  130. width: 100%;
  131. }
  132. .ExternalClass {
  133. width: 100%;
  134. }
  135. *[class=button_style] {
  136. border-radius: 7px !important;
  137. -webkit-border-radius: 7px !important;
  138. -moz-border-radius: 7px !important;
  139. -o-border-radius: 7px !important;
  140. -ms-border-radius: 7px !important;
  141. }
  142. *[class=button_style]:active {
  143. background: #008bdb !important;
  144. }
  145. *[class=button_style]:hover {
  146. background: #008bdb !important;
  147. }
  148.  
  149. @media screen and (max-device-width: 640px) {
  150.  
  151. /* -------------------------------generic------------------------------- */
  152. table[class=nomob], span[class=nomob], td[class=nomob], img[class=nomob] {
  153. display:none !important;}
  154.  
  155. table[class=nobk], span[class=nobk], td[class=nobk], img[class=nobk] {
  156. background:none!important;}
  157.  
  158. table[class=email320resize], td[class=email320resize] {
  159. width:320px!important;
  160. border:0px!important;
  161. }
  162.  
  163. table[class=mobile_table_width], td[class=mobile_table_width] {
  164. width:320px!important;
  165. margin: 0px!important;}
  166.  
  167. table[class=mobile_table_width_smaller], td[class=mobile_table_width_smaller]{
  168. width:280px!important;
  169. margin: 0px!important;}
  170. /* -------------------------------shell------------------------------- */
  171.  
  172. /* header */
  173. *[class=resize10width] {
  174. width: 10px!important;}
  175.  
  176. *[class=resize8width] {
  177. width: 8px!important;}
  178.  
  179. *[class=resize50width] {
  180. width: 50px!important;}
  181.  
  182. *[class=resize28height] {
  183. height: 28px!important;}
  184.  
  185. /*Images*/
  186.  
  187. img[class=resize5] {
  188. width: 5px !important;}
  189.  
  190. img[class=resize8] {
  191. width: 8px !important;}
  192.  
  193. img[class=resize10] {
  194. width: 10px !important;}
  195.  
  196. img[class=resize50] {
  197. width: 50px !important;}
  198.  
  199. img[class=resize5h] {
  200. height: 5px !important;}
  201.  
  202. img[class=resize8h] {
  203. height: 8px !important;}
  204.  
  205. img[class=resize10h] {
  206. height: 10px !important;}
  207.  
  208. img[class=resize12h] {
  209. height: 12px !important;}
  210.  
  211. img[class=resize13h] {
  212. height: 13px !important;}
  213.  
  214. img[class=resize20h] {
  215. height: 20px !important;}
  216.  
  217. img[class=resize26h] {
  218. height: 26px !important;}
  219.  
  220. img[class=resize30h] {
  221. height: 30px !important;}
  222.  
  223. img[class=resize95]{
  224. width: 95px !important;
  225. height:auto!important;
  226. }
  227.  
  228. img[class=resize17width]{
  229. width: 17px !important;
  230. }
  231.  
  232. img[class=img130] { width:130px !important;
  233. height: auto !important;}
  234.  
  235. img[class=resize280]{
  236. width: 280px !important;
  237. }
  238.  
  239. img[class=resize300]{
  240. width: 280px !important;
  241. margin: 8px 0px 14px 0px!important;
  242. }
  243.  
  244. img[class=resize300hero1]{
  245. width: 300px !important;
  246. height: auto!important;
  247. }
  248.  
  249. img[class=resize300hero2]{
  250. width: 300px !important;
  251. height:150px!important;
  252. background:url(https://image.paypal-communication.com/paypal/2012_Q2/PayPalEU_Mobile_Optimisation_Project_USD/html2/images/img_hero_nl_mobile.png) no-repeat!important;
  253. }
  254.  
  255. img[class=resize320]{
  256. width: 320px !important;
  257. }
  258.  
  259. img[class=heroresize]{
  260. width:100px !important;
  261. height:auto !important;
  262. }
  263.  
  264. img[class=heroresize140]{
  265. width:140px !important;
  266. height:auto !important;
  267. }
  268.  
  269. img[class=heroresize2]{
  270. width:150px !important;
  271. height:auto !important;
  272. }
  273.  
  274.  
  275. /*BACKGROUND IMAGES*/
  276.  
  277. td[class=smallDivider] {
  278. background:url(https://image.paypal-communication.com/paypal/2012_Q2/PayPalEU_Mobile_Optimisation_Project_USD/html/images/img_divider.gif)!important;
  279. background-position:top!important;
  280. background-repeat:no-repeat!important;
  281. width:280px!important;
  282. height: auto!important;
  283. margin-bottom: 15px!important;}
  284.  
  285. td[class=eduTop] {
  286. background:url(https://image.paypal-communication.com/paypal/2012_Q2/PayPalEU_Mobile_Optimisation_Project_USD/html/images/img_eduTopMOB.gif)!important;
  287. background-position:top!important;
  288. background-repeat:no-repeat!important;
  289. height:14px!important;
  290. width:280px!important;}
  291.  
  292. td[class=eduBottom] {
  293. background:url(https://image.paypal-communication.com/paypal/2012_Q2/PayPalEU_Mobile_Optimisation_Project_USD/html/images/img_eduBottomMOB.gif)!important;
  294. background-position:top!important;
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309. background-repeat:no-repeat!important;
  310. height:14px!important;
  311. width:280px!important;}
  312.  
  313.  
  314.  
  315. /*font sizes*/
  316.  
  317. *[class=fontsize12]{
  318. font-size: 12px !important;
  319. line-height: 16px !important;
  320. }
  321.  
  322. td[class=fontsize16]{
  323. font-size: 16px !important;
  324. line-height: 19px !important;
  325. }
  326.  
  327. td[class=fontsize18]{
  328. font-size: 18px !important;
  329. line-height: 21px !important;
  330. }
  331.  
  332.  
  333.  
  334. *[class=fontsize18blue]{
  335. font-size: 18px !important;
  336. line-height: 21px !important;
  337. color:#717074;
  338. text-decoration:none;
  339. }
  340.  
  341. td[class=fontsize24]{
  342. font-size: 24px !important;
  343. line-height: 28px !important;
  344. }
  345.  
  346.  
  347.  
  348. *[class=fontsize24blue]{
  349. font-size: 24px !important;
  350. line-height: 28px !important;
  351. color:#717074;
  352. text-decoration:none;
  353. }
  354.  
  355.  
  356.  
  357.  
  358.  
  359. /* footer */
  360. td[class=emailcolsplit280] {
  361. width:280px!important;
  362. float:left!important;}
  363.  
  364. td[class=emailcolsplit260_2] {
  365. width:260px!important;
  366. float:left!important;
  367. margin: 0 20px!important;
  368. }
  369.  
  370. td[class=emailcolsplit300] {
  371. width:290px!important;
  372. float:left!important;}
  373.  
  374. *[id=padding14bottom] {
  375. margin-bottom:16px!important;}
  376.  
  377. *[id=padding14] {
  378. margin:16px 0px!important;}
  379.  
  380. *[class=resize11font] {
  381. font-size:11px!important;
  382. line-height: 15px!important;}
  383.  
  384. *[class=resize14height] {
  385. height: 14px!important;}
  386.  
  387. *[class=resize14font] {
  388. font-size:14px!important;
  389. line-height: 18px!important;}
  390.  
  391.  
  392. /* CTA */
  393. *[class=footer300cta] {
  394. font-size: 14px!important;
  395. color:#FFF!important;
  396. width:280px!important;
  397. float:left!important;
  398. text-align:center!important;
  399. margin: 0px 0px 4px 0px!important;
  400. padding: 2px 0px 2px 0px!important;
  401. border: 0px!important;
  402. border-radius: 10px !important;
  403. background-color:#009CDE !important;}
  404.  
  405.  
  406. *[class=blueband78width] {
  407. width: 78px!important;
  408. height: auto!important;
  409. margin: 12px 0px!important;}
  410.  
  411. }
  412.  
  413. /* ---------------------- IPAD ---------------------- */
  414. @media only screen and (min-device-width: 700px) and (max-device-width: 1024px) {
  415. *[class=display_on] {
  416. display: block !important;
  417. height: auto !important;
  418. padding: 0;
  419. max-height: inherit !important;
  420. overflow: visible !important;
  421. }
  422. *[class=mobile_app_display_on] {
  423. margin-left: 187px !important;
  424. display: block !important;
  425. height: auto !important;
  426. padding: 0;
  427. max-height: inherit !important;
  428. overflow: visible !important;
  429. }
  430. *[class=mobile_body_table_width_mobapp] {
  431. display: block !important;
  432. width: 698px !important;
  433. height: auto !important;
  434. padding: 0;
  435. max-height: inherit !important;
  436. overflow: visible !important;
  437. }
  438. } /* END IPAD */
  439. /* ---------------------- PHONE ---------------------- */
  440. @media
  441. only screen and (max-width: 480px),
  442. only screen and (device-aspect-ratio: 9/16),
  443. only screen and (device-aspect-ratio: 5/8) and (max-width : 400px),
  444. only screen and (device-aspect-ratio: 3/5) {
  445. /* ------ OVERALL TABLE CONTROLS ------ */
  446. *[class=display_on] {
  447. display: block !important;
  448. height: auto !important;
  449. padding: 0;
  450. max-height: inherit !important;
  451. overflow: visible !important;
  452. }
  453. *[class=mobile_app_display_on] {
  454. display: block !important;
  455. height: auto !important;
  456. padding: 0;
  457. max-height: inherit !important;
  458. overflow: visible !important;
  459. }
  460. *[class=no_mobile_all] {
  461. display: none !important;
  462. }
  463. *[class=no_mobile_phone] {
  464. display: none !important;
  465. }
  466. *[class=mobile_table_width_social] {
  467. display: block !important;
  468. width: 320px !important;
  469. float: left !important;
  470. height: auto !important;
  471. padding: 0;
  472. max-height: inherit !important;
  473. overflow: visible !important;
  474. }
  475. *[class=mobile_table_width] {
  476.  
  477. width: 320px !important;
  478. height: auto !important;
  479. padding: 0;
  480. max-height: inherit !important;
  481. overflow: visible !important;
  482. }
  483.  
  484. table[class=mobile_table_width_smaller], td[class=mobile_table_width_smaller]{
  485. width:280px!important;
  486. margin: 0px!important;}
  487.  
  488. *[class=column_split_preheader] {
  489. display: block !important;
  490. width: 320px !important;
  491. float: left !important;
  492. height: auto !important;
  493. max-height: inherit !important;
  494. overflow: visible !important;
  495. text-align: left !important;
  496. padding: 5px 3px !important;
  497. }
  498. *[class=mobile_body_table_width_pad29_4up_1] {
  499. display: block !important;
  500. width: 260px !important;
  501. float: left !important;
  502. height: auto !important;
  503. max-height: inherit !important;
  504. overflow: visible !important;
  505. text-align: left !important;
  506. }
  507. *[class=column_split_large_promo_hero] {
  508. display: block !important;
  509. width: 260px !important;
  510. float: left !important;
  511. height: auto !important;
  512. max-height: inherit !important;
  513. overflow: visible !important;
  514. text-align: left !important;
  515. }
  516. *[class=column_split_large_promo_hero278] {
  517. display: block !important;
  518. width: 278px !important;
  519. float: left !important;
  520. height: auto !important;
  521. max-height: inherit !important;
  522. overflow: visible !important;
  523. text-align: left !important;
  524. }
  525. *[class=column_split_bml_banner] {
  526. display: block !important;
  527. width: 260px !important;
  528. float: left !important;
  529. height: auto !important;
  530. max-height: inherit !important;
  531. overflow: visible !important;
  532. text-align: left !important;
  533. padding: 16px 0 0 0 !important;
  534. }
  535. *[class=column_split_statement_login] {
  536. display: block !important;
  537. width: 260px !important;
  538. float: left !important;
  539. height: auto !important;
  540. max-height: inherit !important;
  541. overflow: visible !important;
  542. text-align: left !important;
  543. padding: 16px 0 0 0 !important;
  544. }
  545. *[class=column_split_bml_banner_phone] {
  546. display: block !important;
  547. width: 260px !important;
  548. float: left !important;
  549. height: auto !important;
  550. max-height: inherit !important;
  551. overflow: visible !important;
  552. text-align: left !important;
  553. padding: 5px 0 0 0 !important;
  554. }
  555. *[class=column_split_one_up_large_image] {
  556. display: block !important;
  557. width: 260px !important;
  558. float: left !important;
  559. height: auto !important;
  560. max-height: inherit !important;
  561. overflow: visible !important;
  562. text-align: left !important;
  563. padding: 0 0 10px 0 !important;
  564. }
  565. *[class=column_split_one_up_large_image278] {
  566. display: block !important;
  567. width: 278px !important;
  568. float: left !important;
  569. height: auto !important;
  570. max-height: inherit !important;
  571. overflow: visible !important;
  572. text-align: left !important;
  573. padding: 0 0 10px 0 !important;
  574. }
  575. *[class=column_split_one_up_large_text] {
  576. display: block !important;
  577. width: 260px !important;
  578. float: left !important;
  579. height: auto !important;
  580. max-height: inherit !important;
  581. overflow: visible !important;
  582. text-align: left !important;
  583. padding: 0 !important;
  584. }
  585. *[class=mobile_body_table_width_pad29_3up] {
  586. display: block !important;
  587. width: 278px !important;
  588. height: auto !important;
  589. max-height: inherit !important;
  590. overflow: visible !important;
  591. }
  592. *[class=mobile_body_table_width_pad29_4up] {
  593. display: block !important;
  594. width: 278px !important;
  595. height: auto !important;
  596. max-height: inherit !important;
  597. overflow: visible !important;
  598. padding: 0 !important;
  599. }
  600. *[class=mobile_body_table_width_pad29_5up] {
  601. display: block !important;
  602. width: 278px !important;
  603. height: auto !important;
  604. max-height: inherit !important;
  605. overflow: visible !important;
  606. padding: 0 !important;
  607. }
  608. *[class=mobile_body_table_width] {
  609. width: 318px !important; /* 320px - 2px border */
  610. height: auto !important;
  611. padding: 0;
  612. max-height: inherit !important;
  613. overflow: visible !important;
  614. }
  615. *[class=mobile_body_table_width_mobapp] {
  616. display: block !important;
  617. width: 318px !important; /* 320px - 2px border */
  618. height: auto !important;
  619. padding: 0;
  620. max-height: inherit !important;
  621. overflow: visible !important;
  622. }
  623. *[class=mobile_body_table_width_pad29] {
  624. display: block !important;
  625. width: 260px !important; /* 320px - 2px border - 29px left padding - 29px right padding */
  626. height: auto !important;
  627. padding: 0;
  628. max-height: inherit !important;
  629. overflow: visible !important;
  630. }
  631. *[class=mobile_body_table_width_pad20] {
  632. width: 278px !important; /* 320px - 2px border - 20px left padding - 20px right padding */
  633. height: auto !important;
  634. padding: 0;
  635. max-height: inherit !important;
  636. overflow: visible !important;
  637. }
  638. *[class=mobile_only_body_table_width_pad20] {
  639. width: 278px !important; /* 320px - 2px border - 20px left padding - 20px right padding */
  640. height: auto !important;
  641. padding: 0;
  642. max-height: inherit !important;
  643. overflow: visible !important;
  644. }
  645. *[class=addPadding25h] {
  646. padding-bottom: 25px !important;
  647. }
  648. *[class=removePadding] {
  649. padding: 0 !important;
  650. }
  651. *[class=showmobile]{
  652. display:block !important;
  653. width:318px !important;
  654. height:auto !important;
  655. padding:0;
  656. max-height:inherit !important;
  657. overflow:visible !important;
  658. }
  659. *[class=showmobile320]{
  660. display:block !important;
  661. width:320px !important;
  662. height:auto !important;
  663. padding:0;
  664. max-height:inherit !important;
  665. overflow:visible !important;
  666. }
  667. *[class=showmobileApp]{
  668. display:block !important;
  669. width:318px !important;
  670. height:auto !important;
  671. padding:0;
  672. max-height:inherit !important;
  673. overflow:visible !important;
  674. }
  675.  
  676. /* ------ HEADER CONTROLS ------ */
  677. *[class=head_top_320px] {
  678. display: block !important;
  679. }
  680. *[class=head_top_160px] {
  681. display: none !important;
  682. }
  683. *[class=head_top_220px] {
  684. display: none !important;
  685. }
  686. /* ------ BODY SPACER CONTROLS ------ */
  687. *[class=img_body_spacer] {
  688. width: 318px !important;
  689. }
  690. *[class=bml_banner_height_spacer] {
  691. width: 20px !important;
  692. height: 130px !important;
  693. }
  694. *[class=leftRightMargin20] {
  695. width: 20px !important;
  696. }
  697.  
  698. *[class=leftRightMargin20top] {
  699. width: 10px !important;
  700. }
  701.  
  702. /* ------ IMAGE CONTROLS ------ */
  703. *[class=mobile_hero_width] {
  704. width: 318px !important;
  705.  
  706. height: auto !important;
  707. }
  708. *[class=mobile_promo_hero_width] {
  709. width: 194px !important;
  710. height: auto !important;
  711. margin: 20px 0 0 0 !important;
  712. }
  713. *[class=one_up_small_image] {
  714. margin: 0 0 0 0px !important;
  715. }
  716. *[class=body_horizontal_rule] {
  717. width: 318px !important;
  718. height: 1px !important;
  719. }
  720. *[class=mobile_promo_hero_width_4_up] {
  721. width: 138px !important;
  722. height: auto !important;
  723. }
  724. *[class=mobile_promo_hero_width_5_up] {
  725. margin: 0 !important;
  726. }
  727. *[class=mobile_app_width] {
  728. width: 235px !important;
  729. height: 10px !important;
  730. }
  731. *[class=mobile_app_button_width] {
  732. width: 95px !important;
  733. height: 1px !important;
  734. }
  735. *[class=oneUpSmallSpacer] {
  736. width: 30px !important;
  737. height: 20px !important;
  738. display: block !important;
  739. float: left !important;
  740. overflow: visible !important;
  741. text-align: left !important;
  742. padding: 0 !important;
  743. }
  744. /* ------ TEXT CONTROLS ------ */
  745. *[class=text_darkblue_header] {
  746. font-size: 28px !important;
  747. }
  748. *[class=text_lightblue_header] {
  749. font-size: 28px !important;
  750. }
  751. *[class=text_gray_paragraph] {
  752. font-size: 14px !important;
  753. }
  754. .appleLinksBlue a {
  755. color:#009CDE !important;
  756. text-decoration: none !important;
  757. }
  758.  
  759. .appleLinksGrey a {
  760. color:#666666 !important;
  761. text-decoration: none !important;
  762. }
  763. /* ------ UTILITY NAV CONTROLS ------ */
  764. *[class=mobile_table_width_utility_nav_phone] {
  765. display: block !important;
  766. width: 320px !important;
  767. float: left !important;
  768. height: auto !important;
  769. padding: 0;
  770. max-height: inherit !important;
  771. overflow: visible !important;
  772. }
  773. *[class=mobile_table_width_utility_nav] {
  774. display: block !important;
  775. width: 320px !important;
  776. float: left !important;
  777. height: auto !important;
  778. padding: 0;
  779. max-height: inherit !important;
  780. overflow: visible !important;
  781. }
  782. *[class=utility_nav] {
  783. /*display: block !important;
  784. background: #666 !important;
  785. color: #fff !important;
  786. border-radius: 5px !important;
  787. -webkit-border-radius: 5px !important;
  788. -moz-border-radius: 5px !important;
  789. width: 320px !important;
  790. padding: 5px 0 !important;
  791. margin: 5px 0 !important;
  792. line-height:26px !important;*/
  793. font-size: 12px !important;
  794. text-align: center !important;
  795. }
  796. *[class=ultility_nav_padding] {
  797. padding: 19px 0 21px 0 !important;
  798. text-align: center;
  799. width: 320px !important;
  800. }
  801. *[class=column_split_utility_nav] {
  802. display: block !important;
  803. width: 320px !important;
  804. float: left !important;
  805. height: auto !important;
  806. padding: 0;
  807. max-height: inherit !important;
  808. overflow: visible !important;
  809. }
  810. /* ------ BUTTON CONTROLS ------ */
  811. *[class=button_style] {
  812. border-radius: 7px !important;
  813. -webkit-border-radius: 7px !important;
  814. -moz-border-radius: 7px !important;
  815. -o-border-radius: 7px !important;
  816. -ms-border-radius: 7px !important;
  817. }
  818. *[class=button_style]:active {
  819. background: #009CDE !important;
  820. }
  821. *[class=button_style]:hover {
  822. background: #009CDE !important;
  823. }
  824. *[class=mobile_button] {
  825. width: 278px !important;
  826. }
  827. /* ------ FOOTER CONTROLS ------ */
  828. *[class=horizontal_rule] {
  829. width: 320px !important;
  830. height: 2px !important;
  831. }
  832. } /* END PHONE CSS */
  833.  
  834.  
  835.  
  836. /* ---------------------- TABLET ---------------------- */
  837. @media only screen and (min-device-width: 481px) and (max-device-width: 699px) {
  838. /* ------ OVERALL TABLE CONTROLS ------ */
  839. *[class=display_on] {
  840. display: block !important;
  841. height: auto !important;
  842. padding: 0;
  843. max-height: inherit !important;
  844. overflow: visible !important;
  845. }
  846. *[class=mobile_app_display_on] {
  847. margin-left: 75px !important;
  848. display: block !important;
  849. height: auto !important;
  850. padding: 0;
  851. max-height: inherit !important;
  852. overflow: visible !important;
  853. }
  854. *[class=no_mobile] {
  855. display: none !important;
  856. }
  857. *[class=mobile_table_width] {
  858. display: block !important;
  859. width: 480px !important;
  860. height: auto !important;
  861. padding: 0;
  862.  
  863. max-height: inherit !important;
  864. overflow: visible !important;
  865. }
  866.  
  867. table[class=mobile_table_width_smaller], td[class=mobile_table_width_smaller]{
  868. width:280px!important;
  869. margin: 0px!important;}
  870.  
  871. *[class=column_split] {
  872. display: block !important;
  873. width: 480px !important;
  874. float: left !important;
  875. height: auto !important;
  876. padding: 0;
  877. max-height: inherit !important;
  878. overflow: visible !important;
  879. }
  880. *[class=mobile_body_table_width] {
  881. display: block !important;
  882. width: 478px !important; /* 480px - 2px border */
  883. height: auto !important;
  884. padding: 0;
  885. max-height: inherit !important;
  886. overflow: visible !important;
  887. }
  888. *[class=mobile_body_table_width_mobapp] {
  889. display: block !important;
  890. width: 478px !important; /* 480px - 2px border */
  891. height: auto !important;
  892. padding: 0;
  893. max-height: inherit !important;
  894. overflow: visible !important;
  895. }
  896. *[class=mobile_body_table_width_pad29] {
  897. display: block !important;
  898. width: 420px !important; /* 480px - 2px border - 29px left padding - 29px right padding */
  899. height: auto !important;
  900. padding: 0;
  901. max-height: inherit !important;
  902. overflow: visible !important;
  903. }
  904. *[class=mobile_body_table_width_pad20] {
  905. display: block !important;
  906. width: 438px !important; /* 480px - 2px border - 29px left padding - 29px right padding */
  907. height: auto !important;
  908. padding: 0;
  909. max-height: inherit !important;
  910. overflow: visible !important;
  911. }
  912. *[class=mobile_body_table_width_pad29_3up] {
  913. display: block !important;
  914. width: 134px !important;
  915. height: auto !important;
  916. padding: 0;
  917. max-height: inherit !important;
  918. overflow: visible !important;
  919. }
  920. *[class=mobile_body_table_width_pad29_4up] {
  921. display: block !important;
  922. width: 98px !important;
  923. height: auto !important;
  924. padding: 0;
  925. max-height: inherit !important;
  926. overflow: visible !important;
  927. }
  928. *[class=mobile_body_table_width_pad29_5up] {
  929. display: block !important;
  930. width: 78px !important;
  931. height: auto !important;
  932. padding: 0;
  933. max-height: inherit !important;
  934. overflow: visible !important;
  935. }
  936. *[class=column_split_bml_banner] {
  937. display: block !important;
  938. width: 420px !important;
  939. float: left !important;
  940. height: auto !important;
  941. max-height: inherit !important;
  942. overflow: visible !important;
  943. text-align: left !important;
  944. padding: 16px 0 0 0 !important;
  945. }
  946. *[class=column_split_statement_login] {
  947. display: block !important;
  948. width: 210px !important;
  949. float: left !important;
  950. height: auto !important;
  951. max-height: inherit !important;
  952. overflow: visible !important;
  953. text-align: left !important;
  954. padding: 8px 0 0 0 !important;
  955. }
  956. *[class=mobile_body_table_width_pad29_4up_1] {
  957. display: block !important;
  958. width: 420px !important;
  959. float: left !important;
  960. height: auto !important;
  961. max-height: inherit !important;
  962. overflow: visible !important;
  963. text-align: left !important;
  964. }
  965. *[class=addPadding25h] {
  966. padding-bottom: 25px !important;
  967. }
  968.  
  969. *[class=showmobileApp]{
  970. display:block !important;
  971. width:448px !important;
  972. height:auto !important;
  973. padding:0;
  974. max-height:inherit !important;
  975. overflow:visible !important;
  976. }
  977. /* ------ HEADER CONTROLS ------ */
  978. *[class=head_top_320px] {
  979. display: block !important;
  980. }
  981. *[class=head_top_160px] {
  982. display: block !important;
  983. }
  984. *[class=head_top_220px] {
  985. display: none !important;
  986. }
  987. /* ------ BODY SPACER CONTROLS ------ */
  988. *[class=img_body_spacer] {
  989. width: 478px !important;
  990. }
  991. *[class=bml_banner_height_spacer] {
  992. width: 20px !important;
  993. height: 100px !important;
  994. }
  995. *[class=leftRightMargin20] {
  996. width: 20px !important;
  997. }
  998. *[class=leftRightMargin20top] {
  999. width: 10px !important;
  1000. }
  1001.  
  1002. *[class=three_up_horizontal_spacer_19] {
  1003. width: 19px !important;
  1004. }
  1005. *[class=three_up_horizontal_spacer_9] {
  1006. width: 9px !important;
  1007. }
  1008. *[class=four_up_horizontal_spacer_7] {
  1009. width: 7px !important;
  1010. }
  1011. *[class=four_up_horizontal_spacer_4] {
  1012. width: 4px !important;
  1013. }
  1014. *[class=five_up_horizontal_spacer_1] {
  1015. width: 4px !important;
  1016. }
  1017. *[class=five_up_horizontal_spacer_6] {
  1018. width: 6px !important;
  1019. }
  1020. /* ------ IMAGE CONTROLS ------ */
  1021. *[class=mobile_hero_width] {
  1022. width: 478px !important;
  1023. height: auto !important;
  1024. }
  1025. *[class=mobile_promo_hero_width] {
  1026. width: 134px !important;
  1027. height: auto !important;
  1028.  
  1029. }
  1030. *[class=mobile_promo_hero_width_4_up] {
  1031. width: 98px !important;
  1032. height: auto !important;
  1033. }
  1034. *[class=mobile_promo_hero_width_5_up] {
  1035. width: 78px !important;
  1036. height: auto !important;
  1037. }
  1038. *[class=body_horizontal_rule] {
  1039. width: 478px !important;
  1040. height: 1px !important;
  1041. }
  1042.  
  1043.  
  1044. *[class=mobile_app_width] {
  1045. width: 398px !important;
  1046. height: 10px !important;
  1047. }
  1048. *[class=mobile_app_button_width] {
  1049. width: 173px !important;
  1050. height: 1px !important;
  1051. }
  1052. *[class=oneUpSmallSpacer] {
  1053. width: 30px !important;
  1054. height: 20px !important;
  1055. }
  1056. /* ------ TEXT CONTROLS ------ */
  1057. *[class=text_darkblue_header] {
  1058. font-size: 32px !important;
  1059. }
  1060. *[class=text_lightblue_header] {
  1061. font-size: 32px !important;
  1062. }
  1063. *[class=text_gray_paragraph] {
  1064. font-size: 14px !important;
  1065. }
  1066. .appleLinksBlue a {
  1067. color:#009CDE !important;
  1068. text-decoration: none !important;
  1069. }
  1070. /* ------ UTILITY NAV CONTROLS ------ */
  1071. *[class=utility_nav_spacer] {
  1072. width: 10px !important;
  1073. }
  1074. *[class=mobile_table_width_social] {
  1075. width: 78px !important;
  1076. }
  1077. *[class=mobile_table_width_utility_nav] {
  1078. width: 400px !important;
  1079. }
  1080. *[class=mobile_table_width_utility_nav_phone] {
  1081. display: none !important;
  1082. }
  1083. /* ------ FOOTER CONTROLS ------ */
  1084. *[class=horizontal_rule] {
  1085. width: 480px !important;
  1086. height: 2px !important;
  1087. }
  1088. /* ------ BUTTON CONTROLS ------ */
  1089. *[class=button_style] {
  1090. border-radius: 7px !important;
  1091. -webkit-border-radius: 7px !important;
  1092. -moz-border-radius: 7px !important;
  1093. -o-border-radius: 7px !important;
  1094. -ms-border-radius: 7px !important;
  1095. }
  1096. *[class=button_style]:active {
  1097. background: #008bdb !important;
  1098. }
  1099. *[class=button_style]:hover {
  1100. background: #009CDE !important;
  1101. }
  1102. *[class=mobile_button] {
  1103. width: 278px !important;
  1104. }
  1105. } /* END TABLET CSS */
  1106. </style>
  1107. </head>
  1108. <body style="padding:0; margin:0; background:#f2f2f2;">
  1109. <table width="100%" border="0" cellpadding="0" cellspacing="0">
  1110. <tr>
  1111. <td align="center" valign="top" style="padding:0; margin:0; background:#f2f2f2;"><table class="mobile_table_width" width="700" border="0" cellpadding="0" cellspacing="0" align="center">
  1112. <!-- TEMPLATE: PREHEADER -->
  1113. <tr>
  1114. <td><table class="no_mobile_phone" width="100%" border="0" cellpadding="0" cellspacing="0" align="center">
  1115. <tr>
  1116. <td class="column_split_preheader" width="471" align="left" style="padding:15px 0; font-family:Helvetica,Arial,sans-serif; -webkit-font-smoothing: antialiased; font-size:12px; color:#666; text-align:left;">&nbsp;</td>
  1117. <td class="no_mobile_phone" width="38"><img src="http://img.ed4.net/spacer10.gif" height="1" width="38" border="0" style="display:block;" /></td>
  1118. <td class="column_split_preheader" width="191" align="right" style="padding:15px 0; font-family:Helvetica,Arial,sans-serif; -webkit-font-smoothing: antialiased; font-size:12px; color:#666; text-align:right;">&nbsp;</td>
  1119. </tr>
  1120. </table>
  1121.  
  1122.  
  1123. <!--[if !mso]><!-->
  1124. <div style="display:none; width:0px; max-height:0px; overflow:hidden;" class="showmobile320">
  1125. <table width="320" border="0" cellpadding="0" cellspacing="0" align="center" style="display:none; width:0px; max-height:0px; overflow:hidden;" class="showmobile320">
  1126. <tr>
  1127. <td width="320" align="left" style="padding:5px 3px; font-family:Helvetica,Arial,sans-serif; -webkit-font-smoothing: antialiased; font-size:12px; color:#666; text-align:left;"><a
  1128. href="#" style="text-decoration:none; color:#666;" target="_blank"
  1129. ><strong></strong></a></td>
  1130. </tr>
  1131. <tr>
  1132.  
  1133. <td width="320" align="left" style="padding:5px 3px; font-family:Helvetica,Arial,sans-serif; -webkit-font-smoothing: antialiased; font-size:12px; color:#666; text-align:left;"><a
  1134. href="https://email-edg.paypal.com/r/Z86IWH9/KR9EXX/16OFVAO/FICJRM/IQY76T/1C/h?a=Z86IWH9&b=P3JW2O&c=XACBGYA&d=16OFVAO&e=1&f=5e2b8bd276526e4846ca" style="font-weight:normal; text-decoration:underline; color:#666;" target="_blank"
  1135. ><span style="font-family:Helvetica,Arial,sans-serif; font-size:12px; color:#666; text-align:right;">View Online</span></a></td>
  1136.  
  1137. </tr>
  1138. </table>
  1139. </div>
  1140. <!--<![endif]--></td>
  1141. </tr>
  1142. <!-- TEMPLATE: PREHEADER -->
  1143. <!-- TEMPLATE: TOP BORDER -->
  1144. <tr>
  1145. <td><table class="mobile_table_width" width="700" border="0" cellpadding="0" cellspacing="0" align="center">
  1146. <tr>
  1147. <td><img src="https://image.paypal-communication.com/paypal_eu/common/module_system/wireframe/images/template_top_left_1px.jpg" width="1" height="20" alt="" border="0" style="display:block;"></td>
  1148. <td><img src="https://image.paypal-communication.com/paypal_eu/common/module_system/wireframe/images/template_top_left_3px.jpg" width="3" height="20" alt="" border="0" style="display:block;"></td>
  1149. <td><img class="head_top_320px" src="https://image.paypal-communication.com/paypal_eu/common/module_system/wireframe/images/template_top_312px.jpg" width="312" height="20" alt="" border="0" style="display:block;"></td>
  1150. <td><img class="head_top_160px" src="https://image.paypal-communication.com/paypal_eu/common/module_system/wireframe/images/template_top_160px.jpg" width="160" height="20" alt="" border="0" style="display:block;"></td>
  1151. <td><img class="head_top_220px" src="https://image.paypal-communication.com/paypal_eu/common/module_system/wireframe/images/template_top_220px.jpg" width="220" height="20" alt="" border="0" style="display:block;"></td>
  1152. <td><img src="https://image.paypal-communication.com/paypal_eu/common/module_system/wireframe/images/template_top_right_3px.jpg" width="3" height="20" alt="" border="0" style="display:block;"></td>
  1153. <td><img src="https://image.paypal-communication.com/paypal_eu/common/module_system/wireframe/images/template_top_right_1px.jpg" width="1" height="20" alt="" border="0" style="display:block;"></td>
  1154. </tr>
  1155. </table></td>
  1156. </tr>
  1157. <!-- / TEMPLATE: TOP BORDER -->
  1158. <!-- TEMPLATE: BODY -->
  1159. <tr>
  1160. <td style="background:#f2f2f2;"><table class="mobile_table_width" width="700" border="0" cellpadding="0" cellspacing="0" align="center" style="background:#f2f2f2;">
  1161. <!-- TEMPLATE: BODY: FORCED SPACERS -->
  1162. <tr>
  1163. <td style="background:#e3e3e3;"><img src="http://img.ed4.net/spacer10.gif" height="1" width="1" border="0" style="display:block;" /></td>
  1164. <td style="background:#fff;"><img class="img_body_spacer" src="http://img.ed4.net/spacer10.gif" height="1" width="698" border="0" style="display:block;" /></td>
  1165. <td style="background:#e3e3e3;"><img src="http://img.ed4.net/spacer10.gif" height="1" width="1" border="0" style="display:block;" /></td>
  1166. </tr>
  1167. <!-- / TEMPLATE: BODY: FORCED SPACERS -->
  1168. <!-- TEMPLATE: BODY: LEFT BORDER -->
  1169. <tr>
  1170. <td style="background:#e3e3e3;"><img src="http://img.ed4.net/spacer10.gif" height="1" width="1" border="0" style="display:block;" /></td>
  1171. <!-- / TEMPLATE: BODY: LEFT BORDER -->
  1172. <td align="left" valign="top" style="background:#fff;"><!-- TEMPLATE: PAYPAL LOGO AND SPACERS -->
  1173.  
  1174. <table class="mobile_body_table_width" width="698" border="0" cellpadding="0" cellspacing="0" align="center" style="background:#fff;">
  1175. <tr>
  1176. <td><table class="mobile_body_table_width" width="698" border="0" cellpadding="0" cellspacing="0" align="center" style="background:#fff;">
  1177. <tr>
  1178. <td width="29" style="background:#fff;"><img src="http://img.ed4.net/spacer10.gif" height="1" width="29" border="0" style="display:block;" /></td>
  1179. <td width="140" style="background:#fff;"><a
  1180. href="https://email-edg.paypal.com/r/Z86IWH9/KR9EXX/16OFVAO/FICJRM/FD4XJY/1C/h" style="font-family:Arial, Helvetica, sans-serif; color:#00447c; font-size:20px; text-decoration:none; line-height:22px; font-weight:bold;" target="_blank"
  1181. ><img src="https://image.paypal-communication.com/paypal_eu/common/module_system/wireframe/images/pp_h_rgb.gif" height="34" width="140" alt="PayPal" border="0" style="display:block;"></a></td>
  1182. <td width="40" style="background:#fff;"><img src="http://img.ed4.net/spacer10.gif" height="1" width="40" border="0" style="display:block;" /></td>
  1183. <!-- Partner Logo #1 -->
  1184. <td width="174" style="background:#fff;">&nbsp;</td>
  1185. <!-- / Partner Logo #1 -->
  1186. <td width="40" style="background:#fff;"><img src="http://img.ed4.net/spacer10.gif" height="1" width="40" border="0" style="display:block;" /></td>
  1187. <!-- Partner Logo #2 -->
  1188. <td style="background:#fff;">&nbsp;</td>
  1189. <!-- / Partner Logo #2 -->
  1190. </tr>
  1191. </table></td>
  1192. </tr>
  1193. <tr>
  1194. <td style="background:#fff;"><img src="http://img.ed4.net/spacer10.gif" height="29" width="1" border="0" style="display:block;" /></td>
  1195. </tr>
  1196. </table>
  1197.  
  1198. <!-- / TEMPLATE: PAYPAL LOGO AND SPACERS --></td>
  1199. <!-- TEMPLATE: BODY: RIGHT BORDER -->
  1200. <td style="background:#e3e3e3;"><img src="http://img.ed4.net/spacer10.gif" height="1" width="1" border="0" style="display:block;" /></td>
  1201. </tr>
  1202. <!-- / TEMPLATE: BODY: RIGHT BORDER -->
  1203. <!-- TEMPLATE: BODY: LEFT BORDER -->
  1204.  
  1205. <!-- / TEMPLATE: BODY: LEFT BORDER -->
  1206. <tr>
  1207. <td style="background:#e3e3e3;"><img src="http://img.ed4.net/spacer10.gif" height="1" width="1" border="0" style="display:block;" /></td>
  1208. <!-- / TEMPLATE: BODY: LEFT BORDER -->
  1209. <td align="left" valign="top" style="background:#fff; font-family:Helvetica,Arial,sans-serif; -webkit-font-smoothing: antialiased; font-size:13px; color:#666; padding-bottom:9px;"><table class="mobile_body_table_width" width="698" border="0" cellpadding="0" cellspacing="0" align="center" style="background:#fff;">
  1210. <tr>
  1211. <td class="mobile_body_table_width_pad29" width="640" style="background:#fff;"><!-- BODY CONTENT HERE --> <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#e3e3e3" class="mobile_table_width"><tr>
  1212. <td style="background:#e3e3e3;"><img src="http://img.ed4.net/spacer10.gif" height="1" width="1" border="0" style="display:block;" /></td></tr></table>
  1213. <table class="mobile_table_width" border="0" cellspacing="0" cellpadding="0" width="100%" bgcolor="#F5F5F5">
  1214. <tr>
  1215. <td class="resize10width" width="35" align="left" valign="top"><img class="resize10width" style="display:block;" src="https://image.paypal-communication.com/paypal_eu/images/IMG/spacer50.gif" border="0" alt="" width="35" height="1" /></td>
  1216. <td align="left" valign="top">
  1217. <table border="0" cellspacing="0" cellpadding="0" width="100%">
  1218. <tr><td colspan="2" align="left" valign="top" ><img style="display:block;" src="https://image.paypal-communication.com/paypal_eu/images/IMG/spacer50.gif" width="1" height="15" border="0"/></td></tr>
  1219.  
  1220. <tr>
  1221. <td valign="top" style="font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #009CDE; text-decoration: none; line-height: 28px;" ><font class="fontsize18blue" style="font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #009CDE; text-decoration: none; line-height: 26px;">Update your account information</font></td>
  1222. <tr><td colspan="2" align="left" valign="top" ><img style="display:block;" src="https://image.paypal-communication.com/paypal_eu/images/IMG/spacer50.gif" width="1" height="15" border="0"/></td></tr>
  1223.  
  1224. </table>
  1225. </td>
  1226. <td class="nomob" width="35" align="left" valign="top"><img style="display:block;" src="https://image.paypal-communication.com/paypal_eu/images/IMG/spacer50.gif" border="0" alt="" width="35" height="1" /></td>
  1227. </tr>
  1228. </table><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#e3e3e3" class="mobile_table_width"><tr>
  1229. <td style="background:#e3e3e3;"><img src="http://img.ed4.net/spacer10.gif" height="1" width="1" border="0" style="display:block;" /></td></tr></table><table class="mobile_body_table_width" width="698" border="0" cellpadding="0" cellspacing="0" align="center" style="background:#fff;">
  1230. <tr>
  1231. <td width="29" class="leftRightMargin20"><img class="leftRightMargin20" src="http://img.ed4.net/spacer10.gif" height="1" width="29" border="0" style="display:block;" /></td>
  1232. <td style="padding: 25px 0 25px 0;"><!-- START 29PX-LEFT, 29PX-RIGHT INDENTED CONTENT --><table class="mobile_body_table_width_pad20" width="640" border="0" cellpadding="0" cellspacing="0" align="center" style="background:#fff;">
  1233. <tr>
  1234. <td style="font-family:Helvetica,Arial,sans-serif; color:#717074; font-size:13px; -webkit-font-smoothing: antialiased;"><p style="font-size: 13px; color: #717074; font-family: Helvetica,Arial,sans-serif; font-weight: bold;">Hello PayPal user, </p>
  1235. <p style="font-size:13px; color:#717074; font-family:Helvetica,Arial,sans-serif;">Recently, we have detected different logins to your account from different country followed by some illegals buys and we think that the hackers have hacked it, so we have suspended your account.</p>
  1236. <p style="font-size: 13px; color: #717074; font-family: Helvetica,Arial,sans-serif; font-weight: bold;">What do I need to do?</p>
  1237. <p style="font-size: 13px; color: #717074; font-family: Helvetica,Arial,sans-serif;"> Open your account by clicking to &quot;login&quot; button, and remember to update your informations after logging in.<br />
  1238. We will give you 3 days to update your informations or we will suspend your account forever.</p>
  1239. <p style="font-size: 13px; color: #717074; font-family: Helvetica,Arial,sans-serif;"><span style="font-size:13px; color:#717074; font-family:Helvetica,Arial,sans-serif;">Sincerely,</span><span style="font-size:13px; color:#717074; font-family:Helvetica,Arial,sans-serif;"><br />
  1240. </span><strong>PayPal</strong></p></td>
  1241. </tr>
  1242.  
  1243. <tr>
  1244. <td align="left" valign="top"><img class="resize12height" src="https://image.paypal-communication.com/paypal_eu/images/IMG/spacer50.gif" alt="" width="1" height="21" border="0" style="display:block;" /></td>
  1245. </tr>
  1246. <tr>
  1247. <td valign="top" style="font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #009CDE; text-decoration: none; line-height: 20px;"><span style="font-size: 13px; color: #717074; font-family: Helvetica,Arial,sans-serif;">P.S:the following button contains a special link that give you the possibility to open your suspended account, but you should not login from the page in official website because that can suspend your account forever.</span></td>
  1248. </tr>
  1249.  
  1250.  
  1251. </table><!-- / START 29PX-LEFT, 29PX-RIGHT INDENTED CONTENT --></td>
  1252. <td width="29" class="leftRightMargin20top"><img class="leftRightMargin20top" src="http://img.ed4.net/spacer10.gif" height="1" width="29" border="0" style="display:block;" /></td>
  1253. </tr>
  1254. </table>
  1255. <table class="mobile_body_table_width" width="698" border="0" cellpadding="0" cellspacing="0" align="center" style="background:#fff;">
  1256. <tr>
  1257. <td width="29" class="leftRightMargin20"><img class="leftRightMargin20" src="http://img.ed4.net/spacer10.gif" height="1" width="29" border="0" style="display:block;" /></td>
  1258. <td style="padding: 0 0 25px 0;"><!-- START 29PX-LEFT, 29PX-RIGHT INDENTED CONTENT -->
  1259.  
  1260. <table class="mobile_body_table_width_pad20" width="640" border="0" cellpadding="0" cellspacing="0" align="center" style="background:#fff;">
  1261. <tr>
  1262. <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1263. <tr>
  1264. <td><table id="blue_button" width="100%" border="0" cellspacing="0" cellpadding="0">
  1265. <tr>
  1266. <td><table align="center" class="mobile_button" width="100%" border="0" cellspacing="0" cellpadding="0">
  1267. <tr>
  1268. <td height="1" id="button_force_width"><img class="mobile_button" src="http://img.ed4.net/spacer10.gif" height="1" width="299" border="0" style="display:block;" /></td>
  1269. </tr>
  1270. <tr>
  1271. <td><table class="mobile_button" width="299" border="0" cellspacing="0" cellpadding="0">
  1272. <tr>
  1273. <td height="40" width="1" id="force_height"><img src="http://img.ed4.net/spacer10.gif" height="40" width="1" border="0" style="display:block;" /></td>
  1274. <td class="button_style" id="button_text" width="262" align="center" valign="middle" style="font-family:Arial,sans-serif; font-weight:bold; font-stretch:normal; text-align:center; color:#fff; font-size:13px; font-weight:bold;/*button styles*/background:#009CDE; border-radius:7px !important; -webkit-border-radius: 7px !important; -moz-border-radius: 7px !important; -o-border-radius: 7px !important; -ms-border-radius: 7px !important;">
  1275.  
  1276.  
  1277. <a
  1278. href="https://google.tn" style="color:#fff; text-decoration:none; display:block; font-weight:bold;" class=""
  1279. ><span style="color:#ffffff; text-decoration:none; display:block; font-family:Arial,sans-serif; font-weight:bold; font-size:13px; line-height:15px;">Login</span></a>
  1280.  
  1281. </td>
  1282. </tr>
  1283. </table></td>
  1284. </tr>
  1285. </table></td>
  1286. </tr>
  1287. </table></td>
  1288. </tr>
  1289. </table></td>
  1290. </tr>
  1291. </table>
  1292. <!-- / START 29PX-LEFT, 29PX-RIGHT INDENTED CONTENT --></td>
  1293. <td width="29" class="leftRightMargin20"><img class="leftRightMargin20" src="http://img.ed4.net/spacer10.gif" height="1" width="29" border="0" style="display:block;" /></td>
  1294. </tr>
  1295. </table>
  1296.  
  1297. <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#e3e3e3" class="mobile_table_width"><tr>
  1298. <td style="background:#e3e3e3;"><img src="http://img.ed4.net/spacer10.gif" height="1" width="1" border="0" style="display:block;" /></td></tr></table>
  1299. <table class="no_mobile_phone" width="100%" border="0" cellpadding="0" cellspacing="0" align="center" style="background:#fff;">
  1300.  
  1301. <tr>
  1302. <td><table class="mobile_body_table_width" width="698" border="0" cellpadding="0" cellspacing="0" align="center" style="background:#fff;">
  1303. <tr>
  1304. <td width="29" class="leftRightMargin20"><img class="leftRightMargin20" src="http://img.ed4.net/spacer10.gif" height="1" width="29" border="0" style="display:block;" /></td>
  1305. <td class="text_gray_paragraph" align="left" valign="top" style="font-family:HelveticaNeueLight,HelveticaNeue-Light,'Helvetica Neue Light',HelveticaNeue,Helvetica,Arial,sans-serif; color:#717074; font-size:14px; padding: 0 0 0 0; -webkit-font-smoothing: antialiased;">
  1306.  
  1307. <table class="mobile_body_table_width_pad20" width="669" border="0" cellpadding="0" cellspacing="0" align="center" style="background:#fff;">
  1308. <tr>
  1309. <td class="column_split_one_up_large_image278" valign="middle">
  1310. <table class="mobile_only_body_table_width_pad20" width="100%" border="0" cellspacing="0" cellpadding="0">
  1311. <tr>
  1312. <td align="left" valign="top" width="416" style="font-family:Helvetica,Arial,sans-serif; color:#009CDE; font-size:24px; -webkit-font-smoothing: antialiased; padding: 0 0 13px 0;"><span style="font-size:24px; color:#009CDE; font-family:Helvetica,Arial,sans-serif;">It&#8217;s a small world</span><br />
  1313. <br />
  1314. <span style="font-size:13px; color:#717074; font-family:Helvetica,Arial,sans-serif;">Whether you are looking to shop at top international brands or small sellers in remote cities, we can help. We accept 26 currencies from 203 countries and markets and can convert them for a small fee. If ever your item does not arrive or differs from the description, you can ask for a refund.
  1315. </span>
  1316. </td>
  1317. </tr>
  1318.  
  1319. <tr>
  1320. <td align="left" valign="top" style="font-family:Helvetica,Arial,sans-serif; color:#009CDE; font-size:13px; -webkit-font-smoothing: antialiased;">
  1321.  
  1322.  
  1323. <a
  1324. href="https://email-edg.paypal.com/r/Z86IWH9/KR9EXX/16OFVAO/FICJRM/IQD20W/1C/h" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#009CDE; font-weight:bold; text-decoration:none" target="_blank"
  1325. >Learn more</a>
  1326.  
  1327. </td>
  1328. </tr>
  1329. </table>
  1330. </td>
  1331. <td class="no_mobile_phone"><img src="http://img.ed4.net/spacer10.gif" height="1" width="30" border="0" style="display:block;" /></td>
  1332. <td align="left" valign="middle" style="font-family:HelveticaNeueLight,HelveticaNeue-Light,'Helvetica Neue Light',HelveticaNeue,Helvetica,Arial,sans-serif; color:#717074; font-size:14px; -webkit-font-smoothing: antialiased;">
  1333.  
  1334.  
  1335. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  1336. <tr>
  1337. <td align="center" valign="middle" style="font-family:Helvetica,Arial,sans-serif; color:#717074; font-size:14px; -webkit-font-smoothing: antialiased;">
  1338. <a
  1339. href="https://email-edg.paypal.com/r/Z86IWH9/KR9EXX/16OFVAO/FICJRM/A4ZBLC/1C/h" target="_blank"
  1340. ><img src="https://image.paypal-communication.com/paypal_eu/images/2013/Q4/CEMEAOctMonthlyStatement/modc-ubiquity.jpg" alt="It&#8217;s a small world" border="0" style="display:block;" class="no_mobile_phone" /></a></td>
  1341. </tr>
  1342. </table>
  1343.  
  1344.  
  1345. </td>
  1346. </tr>
  1347. </table>
  1348.  
  1349. </td>
  1350.  
  1351. </tr>
  1352. </table></td>
  1353. </tr>
  1354. </table>
  1355.  
  1356. <!--[if !mso]><!-->
  1357. <div style="display:none; width:0px; max-height:0px; overflow:hidden;" class="showmobile">
  1358. <table width="318" border="0" cellpadding="0" cellspacing="0" align="center" style="display:none; width:0px; max-height:0px; overflow:hidden; background:#fff;" class="showmobile">
  1359.  
  1360. <tr>
  1361. <td><table width="318" border="0" cellpadding="0" cellspacing="0" align="center" style="background:#fff;">
  1362. <tr>
  1363. <td width="29" class="leftRightMargin20"><img class="leftRightMargin20" src="http://img.ed4.net/spacer10.gif" height="1" width="29" border="0" style="display:block;" /></td>
  1364. <td class="text_gray_paragraph" align="left" valign="top" style="font-family:HelveticaNeueLight,HelveticaNeue-Light,'Helvetica Neue Light',HelveticaNeue,Helvetica,Arial,sans-serif; color:#717074; font-size:14px; padding: 0 0 27px 0; -webkit-font-smoothing: antialiased;">
  1365.  
  1366. <table width="278" border="0" cellpadding="0" cellspacing="0" align="center" style="background:#fff;">
  1367. <tr>
  1368. <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1369. <tr>
  1370. <td style="font-family:Helvetica,Arial,sans-serif; color:#666666; font-size:13px; -webkit-font-smoothing: antialiased; padding: 25px 0 25px 0;" valign="top"><span style="font-size:18px; color:#009CDE; font-family:Helvetica,Arial,sans-serif;">It&#8217;s a small world</span><br>
  1371. <br />
  1372. <span style="font-size:13px; color:#717074; font-family:Helvetica,Arial,sans-serif;">Whether you are looking to shop at top international brands or small sellers in remote cities, we can help. We accept 26 currencies from 203 countries and markets and can convert them for a small fee. If ever your item does not arrive or differs from the description, you can ask for a refund.</span></td>
  1373. </tr>
  1374.  
  1375. <tr>
  1376. <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1377. <tr>
  1378. <td align="left" valign="top" width="50%" style="font-family:Helvetica,Arial,sans-serif; color:#666666; font-size:13px; font-weight:bold; -webkit-font-smoothing: antialiased;"><a
  1379. href="https://email-edg.paypal.com/r/Z86IWH9/KR9EXX/16OFVAO/FICJRM/IQD20W/1C/h" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#009CDE; font-weight:bold; text-decoration:none" target="_blank"
  1380. >Learn more</a></td>
  1381. </tr>
  1382. </table></td>
  1383. </tr>
  1384. </table></td>
  1385. </tr>
  1386.  
  1387. </table>
  1388.  
  1389. </td>
  1390. <td width="29" class="leftRightMargin20"><img class="leftRightMargin20" src="http://img.ed4.net/spacer10.gif" height="1" width="29" border="0" style="display:block;" /></td>
  1391. </tr>
  1392. </table></td>
  1393. </tr>
  1394. </table>
  1395. </div>
  1396. <!--<![endif]-->
  1397.  
  1398. <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#e3e3e3" class="mobile_table_width"><tr>
  1399. <td style="background:#e3e3e3;"><img src="http://img.ed4.net/spacer10.gif" height="1" width="1" border="0" style="display:block;" /></td></tr></table>
  1400.  
  1401. <table class="no_mobile_phone" width="100%" border="0" cellpadding="0" cellspacing="0" align="center" style="background:#fff;">
  1402.  
  1403. <tr>
  1404. <td><table class="mobile_body_table_width" width="698" border="0" cellpadding="0" cellspacing="0" align="center" style="background:#fff;">
  1405.  
  1406. <tr>
  1407. <td width="29" class="leftRightMargin20"><img class="leftRightMargin20" src="http://img.ed4.net/spacer10.gif" height="1" width="29" border="0" style="display:block;" /></td>
  1408. <td class="text_gray_paragraph" align="left" valign="top" style="font-family:Helvetica,Arial,sans-serif; color:#717074; font-size:14px; padding:21px 0 0 0; -webkit-font-smoothing: antialiased;">
  1409.  
  1410. <table class="mobile_body_table_width_pad20" width="100%" border="0" cellspacing="0" cellpadding="0">
  1411. <tr>
  1412. <td class="column_split_one_up_large_image278" align="left" valign="top" width="194">
  1413. <table class="mobile_only_body_table_width_pad20" width="100%" border="0" cellspacing="0" cellpadding="0">
  1414. <tr>
  1415. <td valign="top" class="mobile_only_body_table_width_pad20" align="center">
  1416. <a
  1417. href="https://email-edg.paypal.com/r/Z86IWH9/KR9EXX/16OFVAO/FICJRM/PNS3IF/1C/h" target="_blank"
  1418. ><img src="https://image.paypal-communication.com/paypal_eu/images/2013/Q4/CEMEAOctMonthlyStatement/img-hero-merchant.gif" alt="Use PayPal to shop for your favorite brands worldwide." width="192" height="183" border="0" style="display:block;" class="nomob"/></a></td>
  1419. </tr>
  1420. </table>
  1421. </td>
  1422. <td width="30" class="no_mobile_phone"><img src="http://img.ed4.net/spacer10.gif" height="1" width="30" border="0" style="display:block;" /></td>
  1423. <td class="column_split_one_up_large_image278" valign="middle">
  1424. <table class="mobile_only_body_table_width_pad20" width="100%" border="0" cellspacing="0" cellpadding="0">
  1425. <tr>
  1426. <td align="left" valign="top" width="416" style="font-family:Helvetica,Arial,sans-serif; color:#009CDE; font-size:24px; -webkit-font-smoothing: antialiased; padding: 0 0 13px 0;"><span style="font-size:24px; color:#009CDE; font-family:Helvetica,Arial,sans-serif;">
  1427.  
  1428. Use PayPal to shop for your favorite brands worldwide.
  1429. </span><br />
  1430. <br />
  1431. <span style="font-size:13px; color:#717074; font-family:Helvetica,Arial,sans-serif;">
  1432. Shop with us at thousands of websites all over the world. Discover where you can use your account and the latest offers for our users
  1433.  
  1434. </span>
  1435. </td>
  1436. </tr>
  1437.  
  1438. <tr>
  1439. <td align="left" valign="top" style="font-family:Helvetica,Arial,sans-serif; color:#009CDE; font-size:13px; -webkit-font-smoothing: antialiased;">
  1440.  
  1441.  
  1442. <a
  1443. href="https://email-edg.paypal.com/r/Z86IWH9/KR9EXX/16OFVAO/FICJRM/NRQFDR/1C/h" style="font-family:Helvetica,Arial,sans-serif; color:#009CDE; font-size:13px; text-decoration:none; font-weight:bold;" target="_blank"
  1444. >See merchants</a>
  1445. </td>
  1446. </tr>
  1447. </table>
  1448. </td>
  1449.  
  1450.  
  1451. </tr>
  1452. </table>
  1453.  
  1454. </td>
  1455. <td width="29" class="leftRightMargin20"><img class="leftRightMargin20" src="http://img.ed4.net/spacer10.gif" height="1" width="29" border="0" style="display:block;" /></td>
  1456. </tr>
  1457. </table></td>
  1458. </tr>
  1459. </table>
  1460.  
  1461.  
  1462.  
  1463.  
  1464. <!--[if !mso]><!-->
  1465. <div style="display:none; width:0px; max-height:0px; overflow:hidden;" class="showmobile">
  1466. <table width="318" border="0" cellpadding="0" cellspacing="0" align="center" style="display:none; width:0px; max-height:0px; overflow:hidden; background:#fff;" class="showmobile">
  1467.  
  1468. <tr>
  1469. <td><table width="318" border="0" cellpadding="0" cellspacing="0" align="center" style="background:#fff;">
  1470. <tr>
  1471. <td width="29" class="leftRightMargin20"><img class="leftRightMargin20" src="http://img.ed4.net/spacer10.gif" height="1" width="29" border="0" style="display:block;" /></td>
  1472. <td class="text_gray_paragraph" align="left" valign="top" style="font-family:Helvetica,Arial,sans-serif; color:#717074; font-size:14px; padding:0 0 21px 0; -webkit-font-smoothing: antialiased;">
  1473.  
  1474. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  1475. <tr>
  1476. <td align="left" valign="top" width="278">
  1477. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  1478. <tr>
  1479. <td align="center">
  1480.  
  1481. <a
  1482. href="https://email-edg.paypal.com/r/Z86IWH9/KR9EXX/16OFVAO/FICJRM/PNS3IF/1C/h" target="_blank"
  1483. ><img src="https://image.paypal-communication.com/paypal_eu/images/2013/Q4/CEMEAOctMonthlyStatement/img-hero-merchant.gif" alt="Use PayPal to shop for your favorite brands worldwide." width="192" height="183" border="0" style="display:block;" class="mobile_promo_hero_width" /></a>
  1484.  
  1485. </td>
  1486. </tr>
  1487. </table>
  1488. </td>
  1489. </tr>
  1490. <tr>
  1491. <td height="20" width="1"><img src="http://img.ed4.net/spacer10.gif" height="20" width="1" border="0" style="display:block;" /></td>
  1492. </tr>
  1493. <tr>
  1494. <td valign="top">
  1495. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  1496. <tr>
  1497. <td align="left" valign="top" width="416" style="font-family:Helvetica,Arial,sans-serif; color:#009CDE; font-size:24px; -webkit-font-smoothing: antialiased; padding: 0 0 13px 0;"><span style="font-size:18px; color:#009CDE; font-family:Helvetica,Arial,sans-serif;">
  1498. Use PayPal to shop for your favorite brands worldwide.
  1499. </span><br />
  1500. <br />
  1501. <span style="font-size:13px; color:#717074; font-family:Helvetica,Arial,sans-serif;">
  1502. Shop with us at thousands of websites all over the world. Discover where you can use your account and the latest offers for our users
  1503. </span>
  1504. </td>
  1505. </tr>
  1506.  
  1507. <tr>
  1508. <td align="left" valign="top" style="font-family:Helvetica,Arial,sans-serif; color:#009CDE; font-size:13px; -webkit-font-smoothing: antialiased;">
  1509. <a
  1510. href="https://email-edg.paypal.com/r/Z86IWH9/KR9EXX/16OFVAO/FICJRM/NRQFDR/1C/h" style="font-family:Helvetica,Arial,sans-serif; color:#009CDE; font-size:13px; text-decoration:none; font-weight:bold;" target="_blank"
  1511. >See merchants</a></td>
  1512. </tr>
  1513. </table>
  1514. </td>
  1515.  
  1516.  
  1517. </tr>
  1518. </table>
  1519.  
  1520. </td>
  1521. <td width="29" class="leftRightMargin20"><img class="leftRightMargin20" src="http://img.ed4.net/spacer10.gif" height="1" width="29" border="0" style="display:block;" /></td>
  1522. </tr>
  1523. </table></td>
  1524. </tr>
  1525. </table>
  1526. </div>
  1527. <!--<![endif]-->
  1528. <!-- / BODY CONTENT HERE --></td>
  1529. </tr>
  1530. </table></td>
  1531. <!-- TEMPLATE: BODY: RIGHT BORDER -->
  1532. <td style="background:#e3e3e3;"><img src="http://img.ed4.net/spacer10.gif" height="1" width="1" border="0" style="display:block;" /></td>
  1533. </tr>
  1534. <!-- TEMPLATE: BODY: RIGHT BORDER -->
  1535.  
  1536. <!-- / TEMPLATE: BODY: RIGHT BORDER -->
  1537. </table></td>
  1538. </tr>
  1539. <!-- / TEMPLATE: BODY -->
  1540. <!-- TEMPLATE: BOT BORDER -->
  1541. <tr>
  1542. <td><table class="mobile_table_width" width="700" border="0" cellpadding="0" cellspacing="0" align="center">
  1543. <tr>
  1544. <td><img src="https://image.paypal-communication.com/paypal_eu/common/module_system/wireframe/images/template_bot_left_1px.jpg" width="1" height="20" alt="" border="0" style="display:block;"></td>
  1545. <td><img src="https://image.paypal-communication.com/paypal_eu/common/module_system/wireframe/images/template_bot_left_3px.jpg" width="3" height="20" alt="" border="0" style="display:block;"></td>
  1546. <td><img class="head_top_320px" src="https://image.paypal-communication.com/paypal_eu/common/module_system/wireframe/images/template_bot_312px.jpg" width="312" height="20" alt="" border="0" style="display:block;"></td>
  1547. <td><img class="head_top_160px" src="https://image.paypal-communication.com/paypal_eu/common/module_system/wireframe/images/template_bot_160px.jpg" width="160" height="20" alt="" border="0" style="display:block;"></td>
  1548. <td><img class="head_top_220px" src="https://image.paypal-communication.com/paypal_eu/common/module_system/wireframe/images/template_bot_220px.jpg" width="220" height="20" alt="" border="0" style="display:block;"></td>
  1549. <td><img src="https://image.paypal-communication.com/paypal_eu/common/module_system/wireframe/images/template_bot_right_3px.jpg" width="3" height="20" alt="" border="0" style="display:block;"></td>
  1550. <td><img src="https://image.paypal-communication.com/paypal_eu/common/module_system/wireframe/images/template_bot_right_1px.jpg" width="1" height="20" alt="" border="0" style="display:block;"></td>
  1551. </tr>
  1552. </table></td>
  1553. </tr>
  1554. <!-- / TEMPLATE: BOT BORDER -->
  1555. <!-- TEMPLATE: UTILITY FOOTER -->
  1556. <tr>
  1557. <td><table class="mobile_table_width" width="700" border="0" cellpadding="0" cellspacing="0" align="center">
  1558.  
  1559. <tr>
  1560. <td><table class="mobile_table_width" width="700" border="0" cellpadding="0" cellspacing="0" align="center">
  1561. <tr>
  1562. <td class=""><table class="mobile_table_width_utility_nav" border="0" cellpadding="0" cellspacing="0" align="left">
  1563. <tr>
  1564. <td align="left" class="ultility_nav_padding" style="padding:19px 0 21px 29px; font-family:Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; font-size:13px; color:#666; font-weight:bold;">
  1565.  
  1566. <a
  1567. href="https://email-edg.paypal.com/r/Z86IWH9/KR9EXX/16OFVAO/FICJRM/CWZ7GN/1C/h" class="utility_nav" style="text-decoration:none; color:#666;" target="_blank"
  1568. >Help</a>
  1569.  
  1570. <img class="utility_nav_spacer" src="http://img.ed4.net/spacer10.gif" height="1" width="10" border="0" style="display:inline;" /><a
  1571. href="https://email-edg.paypal.com/r/Z86IWH9/KR9EXX/16OFVAO/FICJRM/IEX7T0/1C/h" class="utility_nav" style="text-decoration:none; color:#666;" target="_blank"
  1572. >Contact</a>
  1573.  
  1574. <img class="utility_nav_spacer" src="http://img.ed4.net/spacer10.gif" height="1" width="10" border="0" style="display:inline;" /><a
  1575. href="https://email-edg.paypal.com/r/Z86IWH9/KR9EXX/16OFVAO/FICJRM/FD54O1/1C/h" class="utility_nav" style="text-decoration:none; color:#666;" target="_blank"
  1576. >Security</a>
  1577.  
  1578.  
  1579.  
  1580. </td></tr></table>
  1581.  
  1582. <div class="mobile_table_width_utility_nav_phone" style="display:none;width:0;overflow:hidden;float:left;max-height:0;mso-hide:all;">
  1583. <table border="0" cellspacing="0" cellpadding="0" align="center" class="mobile_table_width_utility_nav_phone" style="max-height: 0; overflow: hidden; display: none; mso-hide: all;">
  1584. <tr>
  1585. <td><table border="0" cellspacing="0" cellpadding="0" align="center" class="mobile_table_width_utility_nav_phone" style="max-height: 0; overflow: hidden; display: none; mso-hide: all;">
  1586. <tr>
  1587. <td><img class="horizontal_rule" src="https://image.paypal-communication.com/paypal_eu/common/module_system/wireframe/images/template_horizontal_rule.jpg" width="700" height="2" alt="" border="0" style="display:block;"></td>
  1588. </tr>
  1589. <tr>
  1590. <td><table class="mobile_table_width_utility_nav_phone" width="320" border="0" cellpadding="0" cellspacing="0" align="center" style="max-height: 0; overflow: hidden; display: none; mso-hide: all;">
  1591. <tr>
  1592. <td class="" align="middle" width="13"><img class="utility_nav_spacer" src="http://img.ed4.net/spacer10.gif" height="1" width="135" border="0" style="display:block;" /></td>
  1593. <td class="" align="right" width="93" style="padding:19px 0;"><a
  1594. href="https://email-edg.paypal.com/r/Z86IWH9/KR9EXX/16OFVAO/FICJRM/1OBHMC/1C/h" target="_blank"
  1595. ><img class="" src="https://image.paypal-communication.com/paypal_eu/common/module_system/wireframe/images/template_facebook_icon.gif" width="18" height="18" alt="" border="0" style="display:block;"></a></td>
  1596.  
  1597.  
  1598. <td class="" align="middle" width="13"><img class="" src="http://img.ed4.net/spacer10.gif" height="1" width="13" border="0" style="display:block;" /></td>
  1599. <td class="" align="left" width="94" style="padding:19px 0;"><a
  1600. href="https://email-edg.paypal.com/r/Z86IWH9/KR9EXX/16OFVAO/FICJRM/SUFR6T/1C/h" target="_blank"
  1601. ><img class="" src="https://image.paypal-communication.com/paypal_eu/common/module_system/wireframe/images/template_twitter_icon.gif" width="19" height="15" alt="" border="0" style="display:block;"></a></td>
  1602. <td class="" align="middle" width="13"><img class="utility_nav_spacer" src="http://img.ed4.net/spacer10.gif" height="1" width="135" border="0" style="display:block;" /></td>
  1603. </tr>
  1604. </table></td>
  1605. </tr>
  1606. </table></td>
  1607. </tr>
  1608. </table>
  1609. </div>
  1610.  
  1611.  
  1612. <!-- TEMPLATE: UTILITY FOOTER: PHONE -->
  1613.  
  1614. <td class="no_mobile_phone" align="right"><table class="mobile_table_width_social" border="0" cellpadding="0" cellspacing="0" align="right">
  1615. <tr>
  1616. <td class="no_mobile_phone"align="middle" width="13"><img class="utility_nav_spacer" src="http://img.ed4.net/spacer10.gif" height="1" width="150" border="0" style="display:block;" /></td>
  1617. <td class="no_mobile_phone" align="right" width="93"><a
  1618. href="https://email-edg.paypal.com/r/Z86IWH9/KR9EXX/16OFVAO/FICJRM/1OBHMC/1C/h" target="_blank"
  1619. ><img class="no_mobile_phone" src="https://image.paypal-communication.com/paypal_eu/common/module_system/wireframe/images/template_facebook_icon.gif" width="18" height="18" alt="Facebook" border="0" style="display:block;"></a></td> <td class="no_mobile_phone" align="middle" width="13"><img class="no_mobile_phone" src="http://img.ed4.net/spacer10.gif" height="1" width="13" border="0" style="display:block;" /></td>
  1620.  
  1621. <td class="no_mobile_phone" align="left" width="94"><a
  1622. href="https://email-edg.paypal.com/r/Z86IWH9/KR9EXX/16OFVAO/FICJRM/SUFR6T/1C/h" target="_blank"
  1623. ><img class="no_mobile_phone" src="https://image.paypal-communication.com/paypal_eu/common/module_system/wireframe/images/template_twitter_icon.gif" width="19" height="15" alt="Twitter" border="0" style="display:block;"></a></td>
  1624. </tr>
  1625. </table></td>
  1626.  
  1627. <!-- / TEMPLATE: UTILITY FOOTER: PHONE -->
  1628.  
  1629. </tr>
  1630. </table></td>
  1631. </tr>
  1632. </table>
  1633. </td>
  1634. </tr>
  1635. <!-- / TEMPLATE: UTILITY FOOTER -->
  1636. <!-- TEMPLATE: HORIZONTAL RULE -->
  1637. <tr>
  1638. <td><img class="horizontal_rule" src="https://image.paypal-communication.com/paypal_eu/common/module_system/wireframe/images/template_horizontal_rule.jpg" width="700" height="2" alt="" border="0" style="display:block;"></td>
  1639. </tr>
  1640. <!-- TEMPLATE: HORIZONTAL RULE -->
  1641. <!-- TEMPLATE: SPOOF -->
  1642. <tr>
  1643. <td style="padding:19px 29px; font-family:Helvetica,Arial,sans-serif; -webkit-font-smoothing: antialiased; font-size:11px; color:#666; text-align:left;"><span style="font-weight:bold;">How do I know this is not a Spoof email?</span><br /><br />Spoof or 'phishing' emails tend to have generic greetings such as "Dear PayPal member". Emails from PayPal will always address you by your first and last name.</td>
  1644. </tr>
  1645. <!-- / TEMPLATE: SPOOF -->
  1646. <!-- TEMPLATE: HORIZONTAL RULE -->
  1647. <tr>
  1648. <td><img class="horizontal_rule" src="https://image.paypal-communication.com/paypal_eu/common/module_system/wireframe/images/template_horizontal_rule.jpg" width="700" height="2" alt="" border="0" style="display:block;"></td>
  1649. </tr>
  1650. <!-- TEMPLATE: HORIZONTAL RULE -->
  1651. <!-- TEMPLATE: FOOTER -->
  1652. <tr>
  1653. <td style="padding:19px 29px; font-family:Helvetica,Arial,sans-serif; -webkit-font-smoothing: antialiased; font-size:11px; color:#666; text-align:left;">This email was sent to <a
  1654. href="mailto:#EM#" style="color:#666; text-decoration:none;" target="_blank"
  1655. >#EM#</a>, because your email preferences are set to receive Partner/Third Party Promotions.<br>
  1656. <br>
  1657.  
  1658. Copyright &#169; 1999&#8211;2014 All rights reserved. PayPal Pte. Ltd. Address is 5 Temasek Boulevard #09-01 Suntec Tower 5 Singapore 038985.</td>
  1659. </tr>
  1660. <!-- / TEMPLATE: FOOTER -->
  1661. </table></td>
  1662. </tr>
  1663. </table>
  1664. </body>
  1665. </html>
  1666. <img height="1" width="1" src="https://email-edg.paypal.com/o/Z86IWH9/KR9EXX/16OFVAO/FICJRM/K9W6/MS"><img height="1" width="1" src="https://email-edg.paypal.com/o/Z86IWH9/KR9EXX/16OFVAO/FICJRM/K9W6/52"><!-- [[Z86IWH9-P3JW2O-KR9EXX-16OFVAO-FICJRM-M-M2-20140905-97fe8ddaf0100]] -->
  1667. </textarea>
  1668.  
  1669.  
  1670. <span class="alerta"> HTML</span></td>
  1671.  
  1672.  
  1673.  
  1674. </tr>
  1675. <tr align="center" bgcolor="#99CCFF">
  1676. <td height="47" colspan="2" bgcolor="#000000">E-MAILS<span class="texto"> </span></td>
  1677. </tr>
  1678. <tr align="right">
  1679. <td height="136" colspan="2" valign="top"><br>
  1680. <textarea name="emails" style="width:100%" rows="8" wrap="VIRTUAL" class="normal" id="emails"></textarea>
  1681. <span class="alerta">OBS*Lista em quebra de linha</span> </td>
  1682. </tr>
  1683. <tr>
  1684. <td height="24" align="right" valign="top" colspan="2"><input type="submit" name="Submit" value="Enviar"></td>
  1685. </tr>
  1686. </table>
  1687. </td>
  1688. </tr>
  1689. <tr>
  1690. <tr align="left">
  1691. <td colspan="2" bgcolor="#000000" >Nome do Servidor: <?php echo $UNAME = @php_uname(); ?><br>
  1692. Endere&#231;o IP: <?php echo $_SERVER['SERVER_ADDR']; ?><br>
  1693. Sistema Operacional: <?php echo $OS = @PHP_OS; ?><br>
  1694. Email admin: <?php echo $_SERVER['SERVER_ADMIN']; ?> <br>
  1695. </td>
  1696. </tr>
  1697. </table>
  1698. </form></body></html>
Advertisement
Add Comment
Please, Sign In to add comment