Advertisement
Guest User

Untitled

a guest
Dec 11th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. include("config.php");
  3. ?>
  4. <!DOCTYPE html>
  5. <html>
  6. <head>
  7. <meta charset="utf-8">
  8. <meta http-equiv="X-UA-ompatible" content="IE=edge">
  9. <meta name="viewport" content="width=device-width, initial-scale=1">
  10.  
  11. <title><? echo $title ?></title>
  12.  
  13. <meta name="description" content="">
  14. <meta name="author" content="ArmiaDzikow">
  15. <link rel="stylesheet" type="text/css" href="assets/css/bootstrap.css">
  16. <link rel="stylesheet" type="text/css" href="assets/css/style.css">
  17. <link rel="stylesheet" type="text/css" href="assets/css/font-awesome.css">
  18. <link rel="stylesheet" type="text/css" href="assets/css/animate.css">
  19. </head>
  20.  
  21. <body>
  22. <?php
  23. include("nav.php");
  24. ?>
  25.  
  26. <section>
  27. <div class="page">
  28. <div id="conteiner">
  29. <div class="box_gr">
  30. <h1>Seba2408</h1>
  31. Poniżej przedstawiam Wam wszystkie strony na których możecie otrzymać darmowe legit coinsy.
  32. Korzystając z poniższych kodów otrzymasz ponad <span style="color:#8fff3d;font-weight:600;">20$</span>.
  33.  
  34. </div>
  35.  
  36.  
  37. <center>
  38. <iframe height="80px" width="320px" frameborder="0" src="https://akshatmittal.com/youtube-realtime/embed/#!/UCY0Rvn3EN9XHdq88KJkWvBA" style="border: 1px solid orange; width:320px; height:80px; background-color: #FFF;"></iframe>
  39. </center>
  40.  
  41. <div style="float:left;width:30%;margin-left:35%;text-align:center;margin-top:20px;border-bottom:2px solid #8fff3d2b;border-top: 2px solid #8fff3d;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8fff3d), to(transparent));
  42. background-image: -webkit-linear-gradient(#8fff3d, transparent);
  43. background-image:
  44. -moz-linear-gradient(#8fff3d, #8fff3d2b),
  45. -moz-linear-gradient(#8fff3d, #8fff3d2b);
  46. background-image:
  47. -o-linear-gradient(#8fff3d, #8fff3d2b),
  48. -o-linear-gradient(#8fff3d, #8fff3d2b);
  49. background-image:
  50. linear-gradient(#8fff3d, #8fff3d2b),
  51. linear-gradient(#8fff3d, #8fff3d2b);
  52. -moz-background-size: 3px 100%;
  53. background-size: 2px 100%;
  54. background-position: 0 0, 100% 0;
  55. background-repeat: no-repeat; ">
  56.  
  57.  
  58.  
  59.  
  60. </div>
  61.  
  62.  
  63. <div style="float:left;width:100%;height:auto;margin-left:40px;margin-top:20px;">
  64. <img src="/assets/uploads/jackpoty.png" style="margin-top:5px;">
  65. </div>
  66.  
  67. <?php
  68. $result = mysql_query("SELECT * FROM reflinki WHERE rodzaj ='Jackpot' order by id desc ");
  69. while ($row = mysql_fetch_assoc($result)) {
  70. ?>
  71. <a href="<?=$row["LINK"]?>">
  72. <div class="window_only" style="margin-left:40px;">
  73. <div class="title"><?=$row["nazwa"]?></div>
  74. <div style="float:left;height:200px;width:100%;">
  75. <center><img src="<?=$row["img"]?>" style="margin-top:40px;width:200px;"></center>
  76. </div>
  77. <p style="">CODE:
  78. </p><div class="code_name">
  79. <?=$row["kod"]?><p></p>
  80. </div>
  81. </div>
  82. </a>
  83. <?php } ?>
  84.  
  85.  
  86.  
  87. <div style="float:left;width:100%;height:auto;margin-left:40px;margin-top:20px;">
  88. <img src="/assets/uploads/ruletki.png" style="margin-top:5px;">
  89. </div>
  90.  
  91. <?php
  92. $result = mysql_query("SELECT * FROM reflinki WHERE rodzaj ='Ruletka' order by id desc ");
  93. while ($row = mysql_fetch_assoc($result)) {
  94. ?>
  95. <a href="<?=$row["LINK"]?>">
  96. <div class="window_only" style="margin-left:40px;">
  97. <div class="title"><?=$row["nazwa"]?></div>
  98. <div style="float:left;height:200px;width:100%;">
  99. <center><img src="<?=$row["img"]?>" style="margin-top:40px;width:200px;"></center>
  100. </div>
  101. <p style="">CODE:
  102. </p><div class="code_name">
  103. <?=$row["kod"]?><p></p>
  104. </div>
  105. </div>
  106. </a>
  107. <?php } ?>
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115. <div style="float:left;width:100%;height:auto;margin-left:40px;margin-top:20px;">
  116. <img src="/assets/uploads/caseopening.png" style="margin-top:5px;">
  117. </div>
  118.  
  119. <?php
  120. $result = mysql_query("SELECT * FROM reflinki WHERE rodzaj ='case' order by id desc ");
  121. while ($row = mysql_fetch_assoc($result)) {
  122. ?>
  123. <a href="<?=$row["LINK"]?>">
  124. <div class="window_only" style="margin-left:40px;">
  125. <div class="title"><?=$row["nazwa"]?></div>
  126. <div style="float:left;height:200px;width:100%;">
  127. <center><img src="<?=$row["img"]?>" style="margin-top:40px;width:200px;"></center>
  128. </div>
  129. <p style="">CODE:
  130. </p><div class="code_name">
  131. <?=$row["kod"]?><p></p>
  132. </div>
  133. </div>
  134. </a>
  135. <?php } ?>
  136.  
  137.  
  138.  
  139.  
  140. <div style="float:left;width:100%;height:auto;margin-left:40px;margin-top:20px;">
  141. <img src="/assets/uploads/upgradery.png" style="margin-top:5px;">
  142. </div>
  143.  
  144. <?php
  145. $result = mysql_query("SELECT * FROM reflinki WHERE rodzaj ='Upgradery' order by id desc ");
  146. while ($row = mysql_fetch_assoc($result)) {
  147. ?>
  148. <a href="<?=$row["LINK"]?>">
  149. <div class="window_only" style="margin-left:40px;">
  150. <div class="title"><?=$row["nazwa"]?></div>
  151. <div style="float:left;height:200px;width:100%;">
  152. <center><img src="<?=$row["img"]?>" style="margin-top:40px;width:200px;"></center>
  153. </div>
  154. <p style="">CODE:
  155. </p><div class="code_name">
  156. <?=$row["kod"]?><p></p>
  157. </div>
  158. </div>
  159. </a>
  160. <?php } ?>
  161.  
  162.  
  163. <div style="float:left;width:100%;height:auto;margin-left:40px;margin-top:20px;">
  164. <img src="/assets/uploads/crashe.png" style="margin-top:5px;">
  165. </div>
  166.  
  167. <?php
  168. $result = mysql_query("SELECT * FROM reflinki WHERE rodzaj ='Crash' order by id desc ");
  169. while ($row = mysql_fetch_assoc($result)) {
  170. ?>
  171. <a href="<?=$row["LINK"]?>">
  172. <div class="window_only" style="margin-left:40px;">
  173. <div class="title"><?=$row["nazwa"]?></div>
  174. <div style="float:left;height:200px;width:100%;">
  175. <center><img src="<?=$row["img"]?>" style="margin-top:40px;width:200px;"></center>
  176. </div>
  177. <p style="">CODE:
  178. </p><div class="code_name">
  179. <?=$row["kod"]?><p></p>
  180. </div>
  181. </div>
  182. </a>
  183. <?php } ?>
  184.  
  185.  
  186. <div style="float:left;width:100%;height:auto;margin-left:40px;margin-top:20px;">
  187. <img src="/assets/uploads/sklep.png" style="margin-top:5px;">
  188. </div>
  189.  
  190. <?php
  191. $result = mysql_query("SELECT * FROM reflinki WHERE rodzaj ='sklep' order by id desc ");
  192. while ($row = mysql_fetch_assoc($result)) {
  193. ?>
  194. <a href="<?=$row["LINK"]?>">
  195. <div class="window_only" style="margin-left:40px;">
  196. <div class="title"><?=$row["nazwa"]?></div>
  197. <div style="float:left;height:200px;width:100%;">
  198. <center><img src="<?=$row["img"]?>" style="margin-top:40px;width:200px;"></center>
  199. </div>
  200. <p style="">CODE:
  201. </p><div class="code_name">
  202. <?=$row["kod"]?><p></p>
  203. </div>
  204. </div>
  205. </a>
  206. <?php } ?>
  207.  
  208.  
  209. </div>
  210. </section>
  211.  
  212. <?php
  213. include("stopka.php");
  214. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement