gift.php 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. <?php
  2. $feed=isset($_GET['feed'])?$_GET['feed']:'gift';
  3. $caption=isset($_GET['caption'])?$_GET['caption']:'กรอกรหัสเชิญรับรางวัลใหญ่!';
  4. $name = 'CODE:'.$_GET['code'] ?? 15859392;
  5. $conent = 'http://superpoker.vip/img/feed/'.$feed.'.jpg';
  6. $code = $_GET['code'] ?? 15859392;
  7. $url = 'http://superpoker.vip/m/gift.php?feed='.$feed.'&caption='.$caption.'&name='.$name.'&type=2&code='.$code;
  8. $paramList = $_GET;
  9. $paramStr = '?';
  10. foreach ($paramList as $n => $val) {
  11. $paramStr .= $n.'='.$val.'&';
  12. }
  13. $paramStr = rtrim($paramStr, '&');
  14. ?>
  15. <html>
  16. <head>
  17. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  18. <meta name="viewport" content="width=device-width, initial-scale=0.66"/>
  19. <meta name="apple-mobile-web-app-capable" content="yes">
  20. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  21. <meta name="format-detection" content="telephone=no">
  22. <meta name="Keywords" content="poker,texas,ซูเปอร์,,ไพ่เท็กซัส,ไพ่,เกมไพ่,ไพ่เก้าเก,เกมส์ไพ่,poker,ซุปเปอร์เท็กซัสโป๊กเกอร์" />
  23. <meta name="description" content="ไพ่เท็กซัสซูเปอร์ คือเกมส์ไพ่เท็กซัสที่หรูหราและสนุกตื่นเต้นที่สุดในโลก" />
  24. <meta property="og:type" content="game" />
  25. <meta property="fb:app_id" content="458312474533498" />
  26. <meta property="og:image" content="<?php echo $conent;?>" />
  27. <meta property="og:url" content="<?php echo $url;?>" />
  28. <meta property="og:title" content="<?php echo $caption;?>" />
  29. <meta property="og:description" content="<?php echo $name;?>" />
  30. <meta property="al:ios:url" content="superpoker-th://" />
  31. <meta property="al:ios:app_store_id" content="1267293867" />
  32. <meta property="al:ios:app_name" content="ไพ่เท็กซัสซูเปอร์" >
  33. <title>ไพ่เท็กซัสซูเปอร์</title>
  34. <style>
  35. @charset "UTF-8";
  36. /* CSS Document */
  37. .menu {
  38. margin:0 auto;
  39. border:1pt solid #999999;
  40. border-radius:5px;
  41. -webkit-border-radius: 5px;
  42. -moz-border-radius: 5px;
  43. }
  44. .menu a {
  45. text-decoration:none;
  46. height:100%;
  47. display:block;
  48. border-radius:5px;
  49. -webkit-border-radius: 5px;
  50. -moz-border-radius: 5px; color:#333;
  51. }
  52. .menu a:visited {
  53. text-decoration:none;
  54. color:#000000;
  55. }
  56. .menu a:active {
  57. text-decoration:none;
  58. }
  59. .link-web{
  60. width:210px;
  61. height:40px;
  62. margin:0 auto;
  63. border-radius:4px;
  64. -webkit-border-radius: 4px;
  65. -moz-border-radius: 4px;
  66. /*text-shadow:0 2px 0 #FFF;*/
  67. font-family: "", "";
  68. font-size:18px;
  69. }
  70. .link-web a{
  71. text-decoration:none;
  72. width:210px;
  73. height:40px;
  74. display:block;
  75. border-radius:4px;
  76. -webkit-border-radius: 4px;
  77. -moz-border-radius: 4px;
  78. background-color: #F5F5F5;
  79. border:1px dashed #cccccc;
  80. color:#333;
  81. }
  82. .link-web a:visited{
  83. text-decoration:none;
  84. color:#333;
  85. }
  86. .link-web a:active{
  87. text-decoration:none;
  88. color:#333;
  89. }
  90. .font-arial{
  91. font-family: "微软雅黑", "", Arial, "Arial Black";
  92. }
  93. .font-italic{
  94. font-style:italic;
  95. }
  96. .font-blod{
  97. font-weight:bold;
  98. }
  99. .font-app{
  100. text-align:left;
  101. font-size:25px;
  102. color: #666666;
  103. }
  104. .font-app-display{
  105. text-align:left;
  106. font-size:20px;
  107. color:#999999;
  108. text-shadow:0 2px 0 #FFF;
  109. }
  110. .font02{
  111. font-size:18px; color:#999999;
  112. text-align:left;
  113. }
  114. .dp_copy{
  115. margin-top:10px;
  116. text-align:center;
  117. color:#919090;
  118. font-size:22px;
  119. }
  120. </style>
  121. <script>
  122. // function GetQueryString(name)
  123. // {
  124. // var reg = new RegExp("(^|&)"+ name +"=([^&]*)(&|$)");
  125. // var r = window.location.search.substr(1).match(reg);
  126. // if(r!=null)return unescape(r[2]); return null;
  127. // }
  128. // var imgName = GetQueryString('feed');
  129. //console.log(imgName);
  130. //var meta = document.getElementsByTagName('meta');
  131. //console.log(meta[18].getAttribute('content'));
  132. //meta[19].setAttribute('content', 'http://superpoker.vip/img/feed/'+imgName);
  133. //console.log(meta[18].getAttribute('content'));
  134. // Android
  135. var URL = "superant://superpoker-th<?php echo $paramStr;?>";
  136. var MARKET = "market://details?id=com.superant.superpoker.th";
  137. // IOS
  138. var IOS = "superpoker-th://<?php echo $paramStr;?>";
  139. var ITUNES = "https://itunes.apple.com/th/app/ไพ-เท-กซ-สซ-เปอร/id1267293867";//appstore
  140. // PC
  141. var PCURL = "https://apps.facebook.com/superpoker-th/";
  142. function onLoad() {
  143. if (navigator.userAgent.match(/Android/)) {
  144. var iframe = document.createElement("iframe");
  145. iframe.style.visibility = 'hidden';
  146. iframe.style.border = "none";
  147. iframe.style.width = "1px";
  148. iframe.style.height = "1px";
  149. iframe.src = URL;
  150. iframe.onload = function () { window.location = MARKET; };
  151. document.body.appendChild(iframe);
  152. // window.location.href = 'http://superpoker.vip/m/SuperPoker-release-1.3.0_onLine.apk';
  153. } else if (navigator.userAgent.match(/(iPhone|iPad|iPod)/i)) {
  154. // IOS
  155. setTimeout(function() {
  156. window.location = ITUNES;
  157. }, 500);
  158. window.location = IOS;
  159. } else {
  160. window.location.href = PCURL;
  161. }
  162. }
  163. </script>
  164. </head>
  165. <!-- <body style="margin:0; padding:0; background:#EFEFEF;text-align:center" onload="onLoad()"> -->
  166. <body style="margin:0; padding:0; background:#EFEFEF;text-align:center" onload="onLoad()">
  167. <div id="page-android" style="width:400px; height:800px; margin:0 auto; display:;">
  168. <div style="padding:50px 0 0px 0">
  169. <img src="http://superpoker.vip/img/icon144.jpg" alt="superpoker" />
  170. </div>
  171. <div class="font-arial" style="font-size:20px; line-height:34px; height:45px; text-shadow:0 2px 0 #FFF; color:#999999; text-shadow: white 2px 2px; font-weight: bold; letter-spacing:2px;">ไพ่เท็กซัสซูเปอร์</div>
  172. <p class="dp_copy">ไพ่เท็กซัสซูเปอร์ คือเกมส์ไพ่เท็กซัสที่หรูหราและสนุกตื่นเต้นที่สุดในโลก</p>
  173. <br/>
  174. <div class="font-arial" style=" width:400px; font-size:20px; line-height:30px; height:50px; color:#999999; letter-spacing:2px; text-align:left; margin: 0 auto;">เลือกเวอร์ชั่นที่ใช้ได้ในเครื่องของท่าน:</div>
  175. <br/>
  176. <div style="width:400px; height:100px;">
  177. <a href="https://itunes.apple.com/th/app/ไพ-เท-กซ-สซ-เปอร/id1267293867" target="superpoker">
  178. <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" height="100px">
  179. <tr>
  180. <td width="100" align="center" valign="middle" >
  181. <img src="http://superpoker.vip/img/ios.jpg" alt="" border="0" />
  182. </td>
  183. </tr>
  184. </table>
  185. </a>
  186. </div>
  187. <div style="height:60px;"></div>
  188. <div style="width:400px; height:100px;">
  189. <a href="market://details?id=com.superant.superpoker.th">
  190. <!-- <a href="http://superpoker.vip/m/SuperPoker-release-1.3.0_onLine.apk">-->
  191. <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" height="100px">
  192. <tr>
  193. <td width="100" align="center" valign="middle">
  194. <img src="http://superpoker.vip/img/android.jpg" alt="" border="0" />
  195. </td>
  196. </tr>
  197. </table>
  198. </a>
  199. </div>
  200. <br/>
  201. <br/>
  202. <br/>
  203. <br/>
  204. <a id="copy" style="height:20px; font-size:22px;font-family: 微软雅黑; text-shadow:0 2px 0 #FFF; text-align:center; margin:0px" href="https://www.facebook.com/superpoker.th">หน้าแฟนส์</a>
  205. <br/>
  206. <br/>
  207. <br/>
  208. <div id="copy" style="height:18px; color:#999999; font-size:15px;font-family: 微软雅黑; text-shadow:0 2px 0 #FFF; text-align:center; margin:0px">Copyright © 2017 SuperAnt Technology Co., Ltd..All Rights Reserved.</div>
  209. </div>
  210. </body>
  211. </html>