Advertisement
PowerModer

Untitled

Aug 20th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.32 KB | None | 0 0
  1. <?php
  2.  
  3. require_once('./system/core.php');
  4. require_once('./system/session.php');
  5.  
  6. if($_GET['do'] == "RemoveFeedItem" && is_numeric($_GET['key'])){
  7. mysql_query("DELETE FROM cms_alerts WHERE userid = '".$my_id."' AND id = '".$_GET['key']."' ORDER BY id ASC LIMIT 1") or die(mysql_error());
  8. }
  9.  
  10. $pagename = $name;
  11. $pageid = "1";
  12.  
  13. $messages = mysql_query("SELECT COUNT(*) FROM cms_minimail WHERE receiver_id = '".$my_id."'") or $messages = 0;
  14. header("X-JSON: {\"totalMessages\":".$messages."}");
  15.  
  16. $fetch_tags = mysql_query("SELECT tag,id FROM user_tags WHERE user_id = '".$my_id."' LIMIT 20") or die(mysql_error());
  17. $tags_num = mysql_num_rows($fetch_tags);
  18.  
  19. $randomq[] = "Wat is je lievelings dier?";
  20. $randomq[] = "Hoe heet(te) je basisschool?";
  21.  
  22. srand ((double) microtime() * 1000000);
  23. $chosen = rand(0,count($randomq)-1);
  24.  
  25. $tag_question = $randomq[$chosen];
  26.  
  27. $get_flashclient = mysql_query("SELECT * FROM cms_settings WHERE variable = 'cms_flashclient' AND value = '1'");
  28.  
  29. ?>
  30. <?php include '/design/header.php'; ?>
  31. <!DOCTYPE html>
  32. <html>
  33. <head>
  34. <title><?php echo $sitename; ?> :: <?php echo $name; ?></title>
  35. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  36. <meta charset="UTF-8" />
  37. </head>
  38.  
  39. <body>
  40.  
  41.  
  42.  
  43.  
  44. <style>.user_box_interface_554217 {background: url();
  45. border-radius: 3px;
  46. height: 120px;
  47. width: 77px;
  48. z-index: 11;
  49. position: relative;
  50. top: 55px;
  51. left: 93px;
  52. /* background-position: center -25px,bottom; */
  53. float: left;
  54. /* box-shadow: 0 0 1px rgba(0,0,0,.4); */
  55. }</style>
  56.  
  57.  
  58. <div class="container_12">
  59. <div class="grid_12" style="margin-left: 0px;margin-top: -40px;">
  60.  
  61. <div class="userbox fadeIn animated" style="width: 625px;margin-left: 10px;">
  62. <div class="lang" style="border-top-left-radius: 4px; border-bottom-left-radius: 4px;">
  63. <div class="user_box_interface_554217"></div>
  64. </div>
  65. <div class="platte" style="margin-left: 70px;margin-top: 25px;position: absolute;background: url('https://nhabbm/public/images/me/platte.png') no-repeat;background-position: 50% 50%;width: 119px;height: 195px;">
  66. <img src="https://www.habbo.com/habbo-imaging/avatarimage?figure=<?php echo $myrow['look']; ?>&amp;direction=2&amp;head_direction=3&amp;action=wlk&amp;gesture=sml" onerror="HabboBlocked()" style="-webkit-filter: drop-shadow(0 1px 0 #FFFFFF) drop-shadow(0 -1px 0 #FFFFFF) drop-shadow(1px 0 0 #FFFFFF) drop-shadow(-1px 0 0 #FFFFFF);margin-top: 22px;
  67. position: absolute;
  68. margin-left: 48px;">
  69. </div>
  70. <div class="menu_remote">
  71. <a href="/logout"><li class="home tip" data-tooltip="Abmelden" title=""></li></a>
  72. <a href="/account"><li class="cog tip" data-tooltip="Einstellungen" title=""></li></a>
  73. </div>
  74.  
  75.  
  76. <a class="checkinairemote" href="/hotel" target="_blank" style="text-decoration: none;">Einchecken</a>
  77. <div class="user_info_remote">
  78. <li class="hc"><?php echo getHCdays($my_id); ?></li>
  79. <li class="moeda"><?php echo $myrow['credits']; ?></li>
  80. <li class="diamante"><?php echo $myrow['vip_points']; ?></li>
  81. <li class="duck"><?php echo $myrow['activity_points']; ?></li>
  82. </div>
  83. <a href="/hotel" target="_blank">
  84. <div class="frank_remote" style="height: 93px;top: 325px;margin-left: 480px;"></div></div>
  85. </a>
  86.  
  87. <div id="main" class="container_12">
  88.  
  89. <div class="boxd fadeIn animated" style="width: 306px;float: right;margin-right: 7px;height: 222px; ">
  90. <div style=" font-size: 18px;
  91. background: #248fc3;
  92.  
  93. margin-left: 0px;
  94. color: white;
  95. font-family: Roboto;
  96. position: relative;
  97. top: 8px;
  98. margin-bottom: 20px;
  99. padding: 8px;
  100. text-align: start;
  101. /* border-bottom: 4444px #7b0000; */
  102. font: caption;"class="box_titulo">
  103.  
  104. <div style="color: #fff;"class="titulo"><div>Geplante Veranstaltungen</div> </div>
  105. <div class="clearfix"></div>
  106. </div>
  107.  
  108. </div>
  109.  
  110.  
  111.  
  112. </div>
  113. </div>
  114.  
  115.  
  116. <div class="container_12">
  117. <div class="grid_12" style="width: 960px;">
  118. <div class="news fadeIn animated" id="news" style="background-image:url('http://i.imgur.com/sR1rLA5.png');">
  119. <button target="_blank" onclick="window.open('http://www.habbo.gy/news/23');" id="buttonNews">
  120. <div class="nachricht">
  121. <div class="n-remote tip" title="" data-tipped-options="position: 'left'"></div></div>
  122.  
  123. <font style="font-size: 16px;text-align: left;font-weight: 500;color: #444444;float: left;font-family: 'Segoe UI',sans-serif;">Marketing ist angesagt!</font><br>
  124. <font style="float: left;margin-top: 3px;color: #666666;font-family: 'Segoe UI',sans-serif;font-size: 13px;padding-right: 16px;cursor: pointer;position: relative;display: block;font-weight: 400;">Das Marketing:</font><br><br>
  125. </button>
  126.  
  127.  
  128. </div>
  129. <div class="news fadeIn animated" id="news" style="background-image:url('http://habbonews.eu/wp-content/uploads/2011/12/TS_News.png');">
  130. <button target="_blank" onclick="window.open('http://www.habbo.gy/news/22');" id="buttonNews">
  131. <div class="nachricht">
  132. <div class="n-remote tip" title="" data-tipped-options="position: 'left'"></div></div>
  133.  
  134. <font style="font-size: 16px;text-align: left;font-weight: 500;color: #444444;float: left;font-family: 'Segoe UI',sans-serif;">Habbo Lotto!</font><br>
  135. <font style="float: left;margin-top: 3px;color: #666666;font-family: 'Segoe UI',sans-serif;font-size: 13px;padding-right: 16px;cursor: pointer;position: relative;display: block;font-weight: 400;">Das Habbo Lotto ist da!</font><br><br>
  136. </button>
  137.  
  138.  
  139. </div>
  140. <div class="news fadeIn animated" id="news" style="background-image:url('http://i.imgur.com/D2k6UM4.gif');">
  141. <button target="_blank" onclick="window.open('http://www.habbo.gy/news/21');" id="buttonNews">
  142. <div class="nachricht">
  143. <div class="n-remote tip" title="" data-tipped-options="position: 'left'"></div></div>
  144.  
  145. <font style="font-size: 16px;text-align: left;font-weight: 500;color: #444444;float: left;font-family: 'Segoe UI',sans-serif;">Style der Woche [1]</font><br>
  146. <font style="float: left;margin-top: 3px;color: #666666;font-family: 'Segoe UI',sans-serif;font-size: 13px;padding-right: 16px;cursor: pointer;position: relative;display: block;font-weight: 400;">Es ist soweit!</font><br><br>
  147. </button>
  148.  
  149.  
  150. </div>
  151. </div>
  152. </div>
  153.  
  154. <div class="grid_5">
  155. <div class="boxd fadeIn animated" style="margin-top: 10px;width: 100%;">
  156. <div style=" font-size: 18px;
  157. background: #ff5d00;
  158.  
  159. margin-left: 0px;
  160. color: white;
  161. font-family: Roboto;
  162. position: relative;
  163. top: 8px;
  164. margin-bottom: 20px;
  165. padding: 8px;
  166. text-align: start;
  167. /* border-bottom: 4444px #7b0000; */
  168. font: caption;
  169. "class="box_titulo">
  170. <div style="color: #fff;" class="titulo"><div>Habbo - Kampagnen</div> </div>
  171. <div class="clearfix"></div>
  172. </div>
  173.  
  174.  
  175. <div class="case" style="width: 94%;margin-left: 10px;">
  176. <a href="https://www.facebook.com/HabboGY-1578931362379969/?hc_ref=ARSVCCUtd5W8cGjkcvnTo2HNkOQ4pkskJ0kcfXY2BExduCUKLQM6rA6MpppDVux_yI8&fref=nf" style="display: block;cursor: pointer;margin-left: -10px;margin-bottom: 10px;width: 238px;padding-left: 180px;padding-top: 5px;background: url('/lib/standard/img/x.png') 10px 50% no-repeat;;color: #000;text-decoration: none;height: 65px;">
  177. <div style="font-size: 15px;letter-spacing: 0.5px;">Facebook</div>
  178. <div style="font-size: 12px;color: rgba(0, 0, 0, 0.7); max-width: 190px;">Hast du schon unsere Facebookseite gesehen?</div>
  179. </a>
  180. </div>
  181. <div class="case" style="width: 94%;margin-left: 10px;">
  182. <a href="/badgecreator.php" style="display: block;cursor: pointer;margin-left: -10px;margin-bottom: 10px;width: 238px;padding-left: 180px;padding-top: 5px;background: url('https://i.imgur.com/xjyyMrm.png') 10px 50% no-repeat;;color: #000;text-decoration: none;height: 65px;">
  183. <div style="font-size: 15px;letter-spacing: 0.5px;">Badgecreator</div>
  184. <div style="font-size: 12px;color: rgba(0, 0, 0, 0.7); max-width: 190px;">Hast du dir schon dein eigenes Badge erstellt?</div>
  185. </a></div>
  186. </div>
  187.  
  188. </div>
  189.  
  190. <div style="background: #ffffff;
  191. box-shadow: 0 1px 4px rgba(0,0,0,0.13), 0 1px 3px rgba(0,0,0,0.05);
  192. border-radius: 3px;
  193. border: 1px solid rgba(0,0,0,0.2);
  194. border-bottom: 2px solid rgba(0,0,0,0.2);
  195. float: left;
  196. height: 280px;
  197. width: 57.6%;
  198. margin-top: 10px;" class="contentbox"> <h2 style="
  199. margin-left: 20px;
  200. font-size: 18px;
  201. background: #00ad0d;
  202. margin-left: 0px;
  203. color: white;
  204. font-family: Roboto;
  205. position: relative;
  206. top: -5px;
  207. margin-bottom: 20px;
  208. padding: 8px;
  209. text-align: start;
  210. /* border-bottom: 4444px #7b0000; */
  211. font: caption;
  212. ">Was ist die Werbekampagne?<br></h2>
  213. <div style="font-size: 13px;
  214. float: left;
  215. margin-top: -15px;
  216. width: 58%;
  217. margin-left: 20px;
  218. font-weight: 400;
  219. text-align: justify;" class="desc"><br>
  220. Die Werbekampagne bei uns in Habbo bezweckt, dass gelegentlich viel mehr Habbos unserem Projekt beitreten. Das ist unser gro&szlig;es Ziel!<br/>
  221. Aber es ist uns auch sehr wichtig, dass unsere Habbos einen gro&szlig;en<br/> Spa&szlig; am Aufenthalt haben.<br/><br/>
  222. Damit die Werbekampagne f&uuml;r euch nicht sinnlos wird, habt ihr jede Woche eine neue Chance, besondere Preise zu ergattern!<p><img style="float: right; float: right;
  223. margin-right: -180px;
  224. margin-top: -160px;" src="/design/img/me/pocket-habbo-andriod-iphone-handy.png" alt width="" height=""/></p><br/>
  225.  
  226. </div>
  227.  
  228. <div style=" float: right;
  229. width: 198px;
  230. height: 231px;
  231. background: url()center;
  232. margin-top: -181px;
  233. margin-right: 21px;" class="welcome"></div>
  234. </div>
  235.  
  236.  
  237.  
  238. <?php include '/design/footer.php'; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement