Advertisement
Guest User

Untitled

a guest
Mar 18th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.33 KB | None | 0 0
  1.  
  2. <!--
  3. Go on copy the site, No ball it, I removed all protection
  4. And also if you do go to copy it, atleast change some of the css n' shit, also you don't need the exact same title.js, i copied mine from gucciflow.xyz and now it looks nothing like it
  5.  
  6. Yes, I know code is messy than my hair, so :shrug:
  7. -->
  8.  
  9. <!-- Security PHP-->
  10.  
  11.  
  12. <!-- Security PHP-->
  13.  
  14. <html>
  15. <head>
  16. <meta property="og:url" content="http://smef.cc/"/>
  17. <meta property="og:title" content="smef.cc - Official Site"/>
  18. <meta property="og:description" content="smef.cc is the official site for smef (formally smef.pw), smef owns smef.pw's Indigo and Breathless.cc (Now self-leaked on UC!)"/>
  19. <meta property="og:site_name" content="smef.cc"/>
  20. <meta property="og:type" content="website"/>
  21. <meta property="og:image" content="https://vignette.wikia.nocookie.net/cswikia/images/2/2a/Chicken_white_csgo.png/revision/latest?cb=20151210074035"/>
  22.  
  23.  
  24. <title>> smef.cc <</title>
  25. <meta charset="utf-8">
  26. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  27. <meta name="description" content="">
  28. <meta name="keywords" content="">
  29. <meta name="author" content="">
  30. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  31. <meta charset="utf-8" />
  32. <meta name="viewport" content="width=device-width, initial-scale=1" />
  33. <link rel="stylesheet" href="files/css/main.css" />
  34. <link rel='stylesheet' href='files/css/bootstrap.min.css'>
  35. <link rel='stylesheet' href='files/css/vendor.css'>
  36. <link rel='stylesheet' href='files/css/theme_black_red.css' id="theme">
  37. <link rel='stylesheet' href='files/css/div.css'>
  38. <script src="files/js/vendor/modernizr-2.8.3.min.js"></script>
  39. <script src='files/js/vendor/html5shiv.min.js'></script>
  40. <link rel="icon" href="https://smef.cc/cool.png" type="image/png">
  41. <script src='files/js/title.js'></script>
  42.  
  43. <meta http-equiv="cache-control" content="max-age=0">
  44. <meta http-equiv="cache-control" content="no-cache">
  45. <meta http-equiv="expires" content="0">
  46. <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT">
  47. <meta http-equiv="pragma" content="no-cache">
  48.  
  49. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  50. <script>
  51. (adsbygoogle = window.adsbygoogle || []).push({
  52. google_ad_client: "ca-pub-4628763315972509",
  53. enable_page_level_ads: true
  54. });
  55. </script>
  56.  
  57. </head>
  58.  
  59.  
  60. <body onLoad="scrlsts()">
  61. <div class="site-loader">
  62. <span></span>
  63. <p>smef.cc</p>
  64. </div>
  65.  
  66.  
  67. <!-- php code you can't see (except the output)-->
  68. <div class="pmeme"><video id="video" autoplay muted loop><source src="files/bg.mp4" type="video/mp4"></video></div>
  69. <!-- php code you can't see (except the output)-->
  70.  
  71. <div class="site-bg">
  72. <div class="site-bg__overlay"></div>
  73. <div class="site_countdown"></div>
  74. <div class="site-bg__effect"></div>
  75. </div>
  76. </header>
  77. <div class="loading">
  78. <div id="wrapper">
  79. <div id="main">
  80. <header id="header">
  81. <h2><font size="1" class="unselectable"><span id="doc_time">date_data</span> <br>
  82. <div id="para1">time_data</div></font></h2>
  83. <h1><font class="unselectable">smef</font><font color="#d9adff">.cc</font></h1>
  84.  
  85. <h2><font size="1" class="unselectable">the official site</font></h2>
  86. <nav>
  87. <font size="3" class="unselectable">
  88. <a href="https://selly.gg/@smef" target="_blank">Selly</a> |
  89. <a href="https://discord.gg/cK8CHXB" target="_blank">Discord</a> |
  90. <a href="https://smef.cc/software" target="_blank">Software</a> |
  91. <a href="http://primenumbers.ml/" target="_blank">Prime</a> |
  92. <a href="https://youtube.com/smefpw" target="_blank">Youtube</a>
  93. </font>
  94. </nav>
  95. </header>
  96. </div>
  97. </div>
  98. </div>
  99. <script src="files/js/vendor/jquery-2.1.4.min.js"></script>
  100. <script src='files/js/vendor/bootstrap.min.js'></script>
  101. <script src='files/js/vendor/plugin.js'></script>
  102. <script src='files/js/variable.js'></script>
  103. <script src='files/js/load.js'></script>
  104. <script src='files/js/main.js'></script>
  105. </body>
  106. <head>
  107.  
  108. <script type="text/javascript">
  109. function clock() {
  110. var d = new Date();
  111. var hours = d.getHours();
  112. var minutes = d.getMinutes();
  113. var seconds = d.getSeconds();
  114.  
  115.  
  116. if (hours <= 9) hours = "0" + hours;
  117. if (minutes <= 9) minutes = "0" + minutes;
  118. if (seconds <= 9) seconds = "0" + seconds;
  119.  
  120. date_time = hours + ":" + minutes + ":" + seconds;
  121. if (document.layers) {
  122. document.layers.doc_time.document.write(date_time);
  123. document.layers.doc_time.document.close();
  124. }
  125. else document.getElementById("doc_time").innerHTML = date_time;
  126. setTimeout("clock()", 1000);
  127. }
  128. </script>
  129. <script type="text/javascript">
  130. clock();
  131. </script>
  132. <script type="text/javascript">
  133. document.getElementById("para1").innerHTML = formatAMPM();
  134.  
  135. function formatAMPM() {
  136. var d = new Date(),
  137. minutes = d.getMinutes().toString().length == 1 ? '0'+d.getMinutes() : d.getMinutes(),
  138. hours = d.getHours().toString().length == 1 ? '0'+d.getHours() : d.getHours(),
  139. ampm = d.getHours() >= 12 ? 'pm' : 'am',
  140. months = ['January','Febuary','March','April','May','June','July','August','September','October','November','December'],
  141. days = ['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'];
  142. return days[d.getDay()]+' '+months[d.getMonth()]+' '+d.getDate()+' '+d.getFullYear();
  143. }
  144. </script>
  145.  
  146. <DIV class="injected">
  147. <span style="font-size:16px; color:#FFFFFF; padding:1px 1px 1px 1px;"><font class="unselectable">Mentions:<br><a Target="_blank" href="https://isolation.top">Isolation.top</a><br><a Target="_blank" href="http://nightgang.pw">NightGang</a><br><a Target="_blank" href="hourboost.html">NoHax</a><br><a Target="_blank" href="https://www.youtube.com/channel/UCV_tzJk_YOnQgOwCZUYBqlA">Zadey</a><br><a Target="_blank" href="https://fade.cash">Fade</a></font></span>
  148. </DIV>
  149.  
  150. <DIV class="injected2">
  151. <span style="font-size:16px; color:#FFFFFF; padding:1px 1px 1px 1px;"><font class="unselectable"><a Target="_blank" href="https://pasters.cc/showthread.php?tid=576">smef.cc Music</a></font></span>
  152. </DIV>
  153.  
  154. <DIV class="lobbies">
  155. <span style="font-size:16px; color:#FFFFFF; padding:1px 1px 1px 1px;"><font class="unselectable"><a Target="_blank" href="https://lobbies.cc">Lobbies</a><br><a Target="_blank" href="https://pasters.cc">Forum</a></font></span>
  156. </DIV>
  157.  
  158. <DIV class="hosting">
  159. <span style="font-size:16px; color:#FFFFFF; padding:1px 1px 1px 1px;"><font class="unselectable"><a Target="_blank" href="http://bit.ly/2pewl8Q">smef's Webhosting</a></font></span>
  160. </DIV>
  161.  
  162. <audio autoplay="" loop="" id="player">
  163. <source src="files/Idealism - Sweven.mp3">
  164. <script>
  165. var audio = document.currentScript.parentElement;
  166. audio.volume = 0.17;
  167. </script>
  168. </source>
  169. </audio>
  170.  
  171. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  172. <script language="JavaScript">
  173. //////////F12 disable code////////////////////////
  174. document.onkeypress = function (event) {
  175. event = (event || window.event);
  176. if (event.keyCode == 123) {
  177. //alert('No F-12');
  178. return false;
  179. }
  180. }
  181. document.onmousedown = function (event) {
  182. event = (event || window.event);
  183. if (event.keyCode == 123) {
  184. //alert('No F-keys');
  185. return false;
  186. }
  187. }
  188. document.onkeydown = function (event) {
  189. event = (event || window.event);
  190. if (event.keyCode == 123) {
  191. //alert('No F-keys');
  192. return false;
  193. }
  194. }
  195. var message=":o";
  196. function clickIE() {if (document.all) {(message);return false;}}
  197. function clickNS(e) {if
  198. (document.layers||(document.getElementById&&!document.all)) {
  199. if (e.which==2||e.which==3) {(message);return false;}}}
  200. if (document.layers)
  201. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  202. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  203. document.oncontextmenu=new Function("return false")
  204. function disableCtrlKeyCombination(e)
  205. {
  206. var forbiddenKeys = new Array('a', 'n', 'c', 'x', 'v', 'j' , 'w');
  207. var key;
  208. var isCtrl;
  209. if(window.event)
  210. {
  211. key = window.event.keyCode;
  212. if(window.event.ctrlKey)
  213. isCtrl = true;
  214. else
  215. isCtrl = false;
  216. }
  217. else
  218. {
  219. key = e.which;
  220. if(e.ctrlKey)
  221. isCtrl = true;
  222. else
  223. isCtrl = false;
  224. }
  225. if(isCtrl)
  226. {
  227. for(i=0; i<forbiddenKeys.length; i++)
  228. {
  229. if(forbiddenKeys[i].toLowerCase() == String.fromCharCode(key).toLowerCase())
  230. {
  231. alert('Key combination CTRL + '+String.fromCharCode(key) +' has been disabled.');
  232. return false;
  233. }
  234. }
  235. }
  236. return true;
  237. }
  238. </script>
  239. </head>
  240. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement