Advertisement
Guest User

Untitled

a guest
Oct 6th, 2015
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.81 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html id="XenForo" lang="en-US" dir="LTR" class="Public NoJs XenBase LoggedIn NoSidebar RightSidebar Responsive" xmlns:fb="http://www.facebook.com/2008/fbml">
  3. <head>
  4.  
  5. <meta charset="utf-8" />
  6. <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
  7.  
  8. <meta name="viewport" content="width=device-width, initial-scale=1" />
  9.  
  10.  
  11. <base href="http://www.se7ensins.com/" />
  12. <script>
  13. var _b = document.getElementsByTagName('base')[0], _bH = "http://www.se7ensins.com/";
  14. if (_b && _b.href != _bH) _b.href = _bH;
  15. </script>
  16.  
  17.  
  18. <title>USA - Rengar&#039;s small room clearout | Se7enSins Gaming Community</title>
  19.  
  20.  
  21. <noscript><style>.JsOnly, .jsOnly { display: none !important; }</style></noscript>
  22. <link rel="stylesheet" href="data/bdCache/css/1443831497/5a75a4fc858b7116b7b15da77bf7f43e.css" />
  23. <link rel="stylesheet" href="data/bdCache/css/1443831497/d7d94c55abfafd610992cd9de5e11099.css" />
  24.  
  25.  
  26.  
  27.  
  28. <link href='//fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'>
  29.  
  30.  
  31.  
  32. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  33.  
  34.  
  35.  
  36. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  37.  
  38.  
  39.  
  40.  
  41. <script src="js/jquery/jquery-1.11.0.min.js"></script>
  42.  
  43. <script src="js/xenforo/xenforo.js?_v=326319c4"></script>
  44. <script>XenForo.node_name='Buy/Sell/Trade (29)';</script>
  45. <script src="js/xenforo/discussion.js?_v=326319c4"></script>
  46. <script src="js/dark/postrating.js?1442173958&amp;_v=326319c4"></script>
  47. <script src="js/redactor/redactor.js?_v=326319c4"></script>
  48. <script src="js/xenforo/bb_code_edit.js?_v=326319c4"></script>
  49. <script src="js/XenCentral/Common/jquery-ui-1.10.3.custom/js/jquery-ui-1.10.3.custom.min.js?_v=326319c4"></script>
  50. <script src="js/XenCentral/Common/jquery.autocomplete-min.js?_v=326319c4"></script>
  51.  
  52. <script src="js/nixfifty/se7ensins/banner.js?_v=326319c4"></script>
  53.  
  54.  
  55. <!-- <script src="js/pixelexit/xenbase.js"></script> -->
  56. <script>
  57. /**
  58. * Create the XenBase namespace
  59. * @package XenBase
  60. */
  61. var XenBase = {};
  62.  
  63. !function($, window, document, _undefined)
  64. {
  65. jQuery.extend(true,
  66. {
  67. /**
  68. * Sets a cookie.
  69. *
  70. * @param string cookie name (escaped)
  71. * @param mixed cookie value
  72. * @param string cookie expiry date
  73. *
  74. * @return mixed cookie value
  75. */
  76. setXBCookie: function(name, value, expires)
  77. {
  78. console.log('Set cookie %s = %s', name, value);
  79.  
  80. document.cookie = XenBase._cookieXBConfig.prefix + name + '=' + encodeURIComponent(value)
  81. + (expires === undefined ? '' : ';expires=' + expires.toUTCString())
  82. + (XenBase._cookieXBConfig.path ? ';path=' + XenBase._cookieXBConfig.path : '')
  83. + (XenBase._cookieXBConfig.domain ? ';domain=' + XenBase._cookieXBConfig.domain : '');
  84.  
  85. return value;
  86. },
  87.  
  88. /**
  89. * Fetches the value of a named cookie.
  90. *
  91. * @param string Cookie name (escaped)
  92. *
  93. * @return string Cookie value
  94. */
  95. getXBCookie: function(name)
  96. {
  97. var expr, cookie;
  98.  
  99. expr = new RegExp('(^| )' + XenBase._cookieXBConfig.prefix + name + '=([^;]+)(;|$)');
  100. cookie = expr.exec(document.cookie);
  101.  
  102. if (cookie)
  103. {
  104. return decodeURIComponent(cookie[2]);
  105. }
  106. else
  107. {
  108. return null;
  109. }
  110. },
  111.  
  112. /**
  113. * Deletes a cookie.
  114. *
  115. * @param string Cookie name (escaped)
  116. *
  117. * @return null
  118. */
  119. deleteXBCookie: function(name)
  120. {
  121. console.info('Delete cookie %s', name);
  122.  
  123. document.cookie = XenBase._cookieXBConfig.prefix + name + '='
  124. + (XenBase._cookieXBConfig.path ? '; path=' + XenBase._cookieXBConfig.path : '')
  125. + (XenBase._cookieXBConfig.domain ? '; domain=' + XenBase._cookieXBConfig.domain : '')
  126. + '; expires=Thu, 01-Jan-70 00:00:01 GMT';
  127.  
  128. return null;
  129. }
  130. });
  131.  
  132. $.extend(XenBase,
  133. {
  134.  
  135. /**
  136. * Configuration for cookies
  137. *
  138. * @var object
  139. */
  140. _cookieXBConfig: { path: '/', domain: '', 'prefix': 'xb_'}
  141. });
  142. }
  143. (jQuery, this, document)
  144. </script>
  145.  
  146.  
  147. <script type='text/javascript'>
  148. //<![CDATA[
  149. jQuery(document).ready(function($){
  150.  
  151.  
  152. var aboveHeight = $('#logoBlock').outerHeight() + 0;
  153.  
  154.  
  155. var navwrapper = $('.navFloatwrapper').outerHeight();
  156. $(window).scroll(function(){
  157. if ($(window).scrollTop() > aboveHeight){
  158. $('.navFloatwrapper').addClass('fixed');
  159.  
  160.  
  161. $('.tabLinks').addClass('displaynone');
  162.  
  163. } else {
  164. $('.navFloatwrapper').removeClass('fixed');
  165.  
  166.  
  167. $('.tabLinks').removeClass('displaynone');
  168.  
  169. }
  170. });
  171.  
  172.  
  173.  
  174.  
  175.  
  176. });
  177.  
  178. //]]>
  179.  
  180.  
  181.  
  182. $(function () {
  183. $('a[href*=#]:not([href=#])').click(function () {
  184. if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) {
  185.  
  186. var target = $(this.hash);
  187. target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
  188. if (target.length) {
  189. $('html,body').animate({
  190. scrollTop: target.offset().top - 50 //offsets for fixed header
  191. }, 1000);
  192. return false;
  193. }
  194. }
  195. });
  196. //Executed on page load with URL containing an anchor tag.
  197. if ($(location.href.split("#")[1])) {
  198. var target = $('#' + location.href.split("#")[1]);
  199. if (target.length) {
  200. $('html,body').animate({
  201. scrollTop: target.offset().top - 50 //offset height of header here too.
  202. }, 1000);
  203. return false;
  204. }
  205. }
  206. });
  207.  
  208. </script>
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221. <script>
  222. [].slice.apply(document.images).filter(is_gif_image).map(freeze_gif);
  223.  
  224. function is_gif_image(i) {
  225. return /^(?!data:).*\.gif/i.test(i.src);
  226. }
  227.  
  228. function freeze_gif(i) {
  229. var c = document.createElement('canvas');
  230. var w = c.width = i.width;
  231. var h = c.height = i.height;
  232. c.getContext('2d').drawImage(i, 0, 0, w, h);
  233. try {
  234. i.src = c.toDataURL("image/gif"); // if possible, retain all css aspects
  235. } catch(e) { // cross-domain -- mimic original with all its tag attributes
  236. for (var j = 0, a; a = i.attributes[j]; j++)
  237. c.setAttribute(a.name, a.value);
  238. i.parentNode.replaceChild(c, i);
  239. }
  240. }
  241. </script>
  242.  
  243. <script>
  244. $(document).ready(function(){
  245. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga("create","UA-1853266-1","auto");ga("require","displayfeatures");ga('set','forceSSL',true);
  246. if(XenForo.visitor.user_id>0){ga('set','&uid',XenForo.visitor.user_id);ga('set','dimension1',XenForo.visitor.user_id);}
  247. if (typeof XenForo.node_name!='undefined') {ga('set','dimension2',XenForo.node_name);}
  248. if("/account/upgrades"==document.location.pathname.substr(-17)){ga("require","ec");var position=1;$("form.upgradeForm").each(function(){ $(this).find('input[type="submit"]').on("click",function(){var name=$(this).closest("form").find('input[name="item_name"]').val().match(/^.*?: (.*) \(/)[1];ga("ec:addProduct",{id:"UU-"+$(this).closest("form").find('input[name="custom"]').val().match(/^.*?,(.*?),/)[1],name:name,category:"User Upgrades"});ga("ec:setAction","checkout");ga("send","event","Checkout","Click",name)});
  249. ga("ec:addImpression",{id:"UU-"+$(this).find('input[name="custom"]').val().match(/^.*?,(.*?),/)[1],name:$(this).find('input[name="item_name"]').val().match(/^.*?: (.*) \(/)[1],category:"User Upgrades",list:"User Upgrade List",position:position++})})};
  250. if (document.referrer.match(/paypal\.com.*?cgi-bin\/webscr|facebook\.com.*?dialog\/oauth|twitter\.com\/oauth|google\.com.*?\/oauth2/) != null){ga('set','referrer','');}
  251. ga("send","pageview")...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement