Advertisement
adminvietnam

the cao

Oct 19th, 2018
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.86 KB | None | 0 0
  1. <?php
  2. session_start();
  3. if(empty($_SESSION['username'])){
  4. session_destroy();
  5. header('location: /');
  6. die();
  7. }
  8. include('config.php');
  9. include('head.php');
  10. ?>
  11. <!DOCTYPE html>
  12. <html lang="vi">
  13. <head>
  14. <meta charset="utf-8">
  15. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  16. <meta name="viewport" content="width=device-width, initial-scale=1">
  17. <meta http-equiv="content-type" content="text/html; UTF-8" />
  18. <meta property="og:image" content="https://i.imgur.com/C8sT2CY.jpg" />
  19. <title>BÁN CLONE TOKEN TỰ ĐỘNG ADMIN:CAO PHƯỚC</title>
  20. <!-- Jquery -->
  21. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
  22. <!-- Latest compiled and minified CSS -->
  23. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" >
  24. <!-- Optional theme -->
  25. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" >
  26. <!-- Latest compiled and minified JavaScript -->
  27. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
  28. <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
  29. <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
  30. <script src="http://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js"></script>
  31. <link href="http://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css" rel="stylesheet"/>
  32.  
  33. <meta name="description" content="" />
  34. <meta name="keywords" content="" />
  35. </head>
  36. <style>
  37.  
  38. body {
  39. padding-top: 60px;
  40. }
  41.  
  42. </style>
  43.  
  44. <!-- Navigation -->
  45. <nav class="navbar navbar-default navbar-fixed-top" role="navigation">
  46. <div class="container">
  47. <!-- Brand and toggle get grouped for better mobile display -->
  48. <div class="navbar-header">
  49.  
  50. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
  51. <span class="sr-only">Toggle navigation</span>
  52. <span class="icon-bar"></span>
  53. <span class="icon-bar"></span>
  54. <span class="icon-bar"></span>
  55. </button>
  56.  
  57. <a class="navbar-brand" href="/"><span class="_2md">TRANG CHỦ</span></a>
  58. </div>
  59. <!-- Collect the nav links, forms, and other content for toggling -->
  60. <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
  61. <ul class="nav navbar-nav navbar-right">
  62.  
  63.  
  64. <li>
  65. <a data-toggle="modal" data-target="#myModal"><span class="glyphicon glyphicon-hand-right" aria-hidden="true"></span></a>
  66. </li>
  67. <li>
  68. <a href="/checklive.php">Checklive</a>
  69. </li>
  70. <li>
  71. <a href="https://www.facebook.com/messages/t/taducphuong.tn">Liên hệ ngay Admin</a>
  72. </li>
  73. </ul>
  74. </div>
  75. <!-- /.navbar-collapse -->
  76. </div>
  77. <!-- /.container -->
  78. </nav>
  79. <body>
  80. <style>
  81. #fountainG{
  82. position:relative;
  83. width:198px;
  84. height:24px;
  85. margin:auto;
  86. }
  87.  
  88. .fountainG{
  89. position:absolute;
  90. top:0;
  91. background-color:rgb(245,5,217);
  92. width:24px;
  93. height:24px;
  94. animation-name:bounce_fountainG;
  95. -o-animation-name:bounce_fountainG;
  96. -ms-animation-name:bounce_fountainG;
  97. -webkit-animation-name:bounce_fountainG;
  98. -moz-animation-name:bounce_fountainG;
  99. animation-duration:0.775s;
  100. -o-animation-duration:0.775s;
  101. -ms-animation-duration:0.775s;
  102. -webkit-animation-duration:0.775s;
  103. -moz-animation-duration:0.775s;
  104. animation-iteration-count:infinite;
  105. -o-animation-iteration-count:infinite;
  106. -ms-animation-iteration-count:infinite;
  107. -webkit-animation-iteration-count:infinite;
  108. -moz-animation-iteration-count:infinite;
  109. animation-direction:normal;
  110. -o-animation-direction:normal;
  111. -ms-animation-direction:normal;
  112. -webkit-animation-direction:normal;
  113. -moz-animation-direction:normal;
  114. transform:scale(.3);
  115. -o-transform:scale(.3);
  116. -ms-transform:scale(.3);
  117. -webkit-transform:scale(.3);
  118. -moz-transform:scale(.3);
  119. border-radius:16px;
  120. -o-border-radius:16px;
  121. -ms-border-radius:16px;
  122. -webkit-border-radius:16px;
  123. -moz-border-radius:16px;
  124. }
  125.  
  126. #fountainG_1{
  127. left:0;
  128. animation-delay:0.316s;
  129. -o-animation-delay:0.316s;
  130. -ms-animation-delay:0.316s;
  131. -webkit-animation-delay:0.316s;
  132. -moz-animation-delay:0.316s;
  133. }
  134.  
  135. #fountainG_2{
  136. left:25px;
  137. animation-delay:0.3925s;
  138. -o-animation-delay:0.3925s;
  139. -ms-animation-delay:0.3925s;
  140. -webkit-animation-delay:0.3925s;
  141. -moz-animation-delay:0.3925s;
  142. }
  143.  
  144. #fountainG_3{
  145. left:49px;
  146. animation-delay:0.469s;
  147. -o-animation-delay:0.469s;
  148. -ms-animation-delay:0.469s;
  149. -webkit-animation-delay:0.469s;
  150. -moz-animation-delay:0.469s;
  151. }
  152.  
  153. #fountainG_4{
  154. left:74px;
  155. animation-delay:0.5455s;
  156. -o-animation-delay:0.5455s;
  157. -ms-animation-delay:0.5455s;
  158. -webkit-animation-delay:0.5455s;
  159. -moz-animation-delay:0.5455s;
  160. }
  161.  
  162. #fountainG_5{
  163. left:99px;
  164. animation-delay:0.622s;
  165. -o-animation-delay:0.622s;
  166. -ms-animation-delay:0.622s;
  167. -webkit-animation-delay:0.622s;
  168. -moz-animation-delay:0.622s;
  169. }
  170.  
  171. #fountainG_6{
  172. left:124px;
  173. animation-delay:0.6985s;
  174. -o-animation-delay:0.6985s;
  175. -ms-animation-delay:0.6985s;
  176. -webkit-animation-delay:0.6985s;
  177. -moz-animation-delay:0.6985s;
  178. }
  179.  
  180. #fountainG_7{
  181. left:148px;
  182. animation-delay:0.775s;
  183. -o-animation-delay:0.775s;
  184. -ms-animation-delay:0.775s;
  185. -webkit-animation-delay:0.775s;
  186. -moz-animation-delay:0.775s;
  187. }
  188.  
  189. #fountainG_8{
  190. left:173px;
  191. animation-delay:0.8615s;
  192. -o-animation-delay:0.8615s;
  193. -ms-animation-delay:0.8615s;
  194. -webkit-animation-delay:0.8615s;
  195. -moz-animation-delay:0.8615s;
  196. }
  197.  
  198.  
  199.  
  200. @keyframes bounce_fountainG{
  201. 0%{
  202. transform:scale(1);
  203. background-color:rgb(247,5,5);
  204. }
  205.  
  206. 100%{
  207. transform:scale(.3);
  208. background-color:rgb(92,67,92);
  209. }
  210. }
  211.  
  212. @-o-keyframes bounce_fountainG{
  213. 0%{
  214. -o-transform:scale(1);
  215. background-color:rgb(247,5,5);
  216. }
  217.  
  218. 100%{
  219. -o-transform:scale(.3);
  220. background-color:rgb(92,67,92);
  221. }
  222. }
  223.  
  224. @-ms-keyframes bounce_fountainG{
  225. 0%{
  226. -ms-transform:scale(1);
  227. background-color:rgb(247,5,5);
  228. }
  229.  
  230. 100%{
  231. -ms-transform:scale(.3);
  232. background-color:rgb(92,67,92);
  233. }
  234. }
  235.  
  236. @-webkit-keyframes bounce_fountainG{
  237. 0%{
  238. -webkit-transform:scale(1);
  239. background-color:rgb(247,5,5);
  240. }
  241.  
  242. 100%{
  243. -webkit-transform:scale(.3);
  244. background-color:rgb(92,67,92);
  245. }
  246. }
  247.  
  248. @-moz-keyframes bounce_fountainG{
  249. 0%{
  250. -moz-transform:scale(1);
  251. background-color:rgb(247,5,5);
  252. }
  253.  
  254. 100%{
  255. -moz-transform:scale(.3);
  256. background-color:rgb(92,67,92);
  257. }
  258. }
  259. </style>
  260. <div class="container">
  261. <title>Nạp Xu</title>
  262. <!-- /seo -->
  263.  
  264. <div class="col-sm-12 blog-main">
  265. <div class="panel panel-warning">
  266. <div class="panel-heading">
  267. <h3 class="panel-title"><span class="glyphicon glyphicon-qrcode"></span> NẠP XU QUA THẺ CÀO</h3></div>
  268. <div id="bodyupcmt" class="panel-body">
  269.  
  270. <li class="list-group-item"><font color="red">Chú ý: Hiện tại Admin Phước đang khuyến mãi 50 % giá trị nạp. Chức năng nạp Card hiện tại vẫn hoạt động bình thường nha mọi người . Liên hệ ADMIN Nguyễn Cao Phước để được cộng tiền nhé !!!</font></li>
  271. <pre>
  272. * HÌNH THỨC NẠP TIỀN
  273. ✓ Các Bạn Sẽ Nạp Qua SDT Của ADMIN Nguyễn Cao Phước - Chủ tài khoản : Nguyễn Cao Phước
  274. ✓ Các Bạn Có Thể Nạp Qua Các Loại Thẻ Cào Như VIETTEL - MOBINPHONE - VINAPHONE - MEGACARD - SDT Để Tư Vấn : 0963.922.827- Chủ tài khoản : Nguyễn Cao Phước
  275. ✓ Email Megacard: [email protected]
  276. * Đối với bạn nào gửi tiền qua qua Megacard thì mình sẽ ưu đãi bạn đó nhất nhé !
  277. * Nạp xong tiền sẽ được cộng vào tài khoản nếu không cộng liên hệ ADMIN Nguyễn Cao Phước <a href="https://www.facebook.com/phuoccongtruaoo">Phước Cao Nguyễn</a> hoặc call <a href="Call:0963922827">0963922827</a> để được xử lý.
  278. - LƯU Ý : LIÊN HỆ ADMIN Nguyễn Cao Phước TRƯỚC KHI NẠP TIỀN ĐỂ ĐƯỢC XỬ LÝ TỐC ĐỘ ANH SÁNG
  279. </pre>
  280. <form class="form-horizontal form-bk" role="form" method="post" action="/napxu/xuly.php">
  281. <div class="form-group">
  282. <label for="txtpin" class="col-lg-2 control-label">Loại thẻ</label>
  283. <div class="col-lg-10">
  284. <select class="form-control" name="nhamang">
  285. <option value="VTT">Viettel</option>
  286. <option value="VMS">Mobiphone</option>
  287. <option value="VNP">Vinaphone</option>
  288. <option value="FPT">Gate</option>
  289. <option value="VNM">Vietnammobile</option>
  290. <option value="MGC">Megacard</option>
  291. <option value="ONC">OnCash</option>
  292. </select>
  293. </div>
  294. </div>
  295. <input type="hidden" class="form-control" id="txtuser" name="user" value ="<?php echo $_SESSION['username']; ?>" />
  296. <div class="form-group">
  297. <label for="txtpin" class="col-lg-2 control-label">Mã thẻ</label>
  298. <div class="col-lg-10">
  299. <input type="text" class="form-control" id="txtpin" name="mathe" placeholder="Mã thẻ" data-toggle="tooltip" data-title="Mã số sau lớp bạc mỏng"/>
  300. </div>
  301. </div>
  302. <div class="form-group">
  303. <label for="txtseri" class="col-lg-2 control-label">Số seri</label>
  304. <div class="col-lg-10">
  305. <input type="text" class="form-control" id="txtseri" name="seri" placeholder="Số seri" data-toggle="tooltip" data-title="Mã seri nằm sau thẻ">
  306. </div>
  307. </div>
  308.  
  309. <div class="form-group">
  310. <div class="col-lg-offset-2 col-lg-10">
  311. <button type="submit" class="btn btn-primary" name="napthe">Nạp thẻ</button>
  312. </div>
  313. </div>
  314. </div>
  315. </form>
  316. </div></div>
  317. <div class="col-sm-12 blog-main">
  318. <div class="panel panel-danger">
  319. <div class="panel-heading">
  320. <h3 class="panel-title"><span class="glyphicon glyphicon-signal"></span> LỊCH SỬ NẠP</h3>
  321. <?php
  322. $result = mysqli_query($ketnoi,"SELECT * FROM `top_nap` ORDER BY `total_amount` DESC LIMIT 0,10");
  323. if($result)
  324. {
  325. $i = 1;
  326. while($row = mysqli_fetch_assoc($result))
  327. {
  328. ?>
  329. <li class="list-group-item"> TOP <?php echo $i.' : '; echo '<b style="color:red">'.$row['username'].'</b>'; ?> TỔNG NẠP : <b style="color:red"><?php echo number_format($row['total_amount']); ?> VNĐ</b></li>
  330. <?php
  331. $i++;
  332. }
  333. }
  334. ?>
  335. </div>
  336.  
  337. <div id="bodyupcmt" class="panel-body">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement