It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://flightrising.com/main.php?p=outbound&loc=https%3A//cricket-betting-apps.in/dafabet-app/

  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>
  7.    Flight Rising
  8.  </title>
  9.  
  10. <link rel="stylesheet" type="text/css" href="/includes/custom-theme/jquery-ui-1.8.19.custom.css" />
  11. <link rel="stylesheet" type="text/css"  href="/includes/2_2.css" />
  12.  
  13. <script type="text/javascript" src="/js/jquery-1.9.1.js"></script>
  14. <script type="text/javascript" src="/js/jquery.hoverIntent.js"></script>
  15. <script type="text/javascript" src="/js/jquery-ui-1.9.2.js"></script>
  16. <script type="text/javascript" src="/js/jquery.cluetip.min.js"></script>
  17. <script type="text/javascript" src="/js/ed.js"></script>
  18.  
  19. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.6/cookieconsent.min.css" integrity="sha256-00kGHOz9RdKF3UMt7O3Ookbg/gzvO40T0znI4awon7A=" crossorigin="anonymous" />
  20. <script src="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.6/cookieconsent.min.js" integrity="sha256-bPOd70Y8ohKatGmjL6tszdveppYZCunsUfLOq7v8JBw=" crossorigin="anonymous"></script>
  21. <script>
  22. window.addEventListener("load", function(){
  23. window.cookieconsent.initialise({
  24.  "palette": {
  25.    "popup": {
  26.      "background": "#731d08"
  27.    },
  28.    "button": {
  29.      "background": "#dcd6c8"
  30.    },
  31.  },
  32.  "position": "top",
  33.  "cookie": {
  34.    "domain": ".flightrising.com"  }
  35. })});
  36. </script>
  37.  
  38. <script type="text/javascript">
  39. function helpMe(tut, first){
  40. $('body').append('<div id="tutorial"></div>');
  41. $("#tutorial").html('<img src="/images/layout/loading.gif"> loading...');
  42.  
  43. $.ajax({
  44. type: "POST",
  45. data: {tut: tut, ret: "title"},
  46. url: "/includes/ol/tutorial.php",
  47. cache:false
  48. }).done(function(stuff){
  49. var tuttitle = stuff;
  50.  
  51. //if(tut == "hoard"){var wval = 400;}
  52. //else{wval = 400;}
  53.  
  54. var wval = 400;
  55.  
  56. $('#tutorial').dialog({
  57. autoOpen: false,
  58. title: tuttitle,
  59. width: wval,
  60. height: "auto",
  61. modal: true,
  62. resizable: false,
  63. draggable: false,
  64. closeOnEscape: false,
  65. position: ['center', 100],
  66. open: function(event, ui) {
  67. $(".ui-dialog-titlebar-close", ui.dialog).hide();
  68. }
  69. });
  70.  
  71. $('#tutorial').dialog('open');
  72.  
  73. $.ajax({
  74. type: "POST",
  75. data: {tut: tut, ret: "modal", first: first},
  76. url: "/includes/ol/tutorial.php",
  77. cache:false
  78. }).done(function(bodystuff){
  79. $("#tutorial").html(bodystuff);
  80. });
  81.  
  82.  
  83. });
  84.  
  85.  
  86. }
  87.  
  88. function pregiveStar(id)
  89. {
  90.  
  91. $.each(id, function(index, value){
  92.  
  93. var time = index * 7000;
  94. //alert(time +":"+ value);
  95. setTimeout( function(){giveStar(value)}, time);
  96. //setTimeout(function(){giveStar('5')}, 3000);
  97. });
  98. }
  99.  
  100. function giveStar(id)
  101. {
  102.  
  103. $("#achieve_pop").html('<img src="/../../images/layout/loading.gif"> loading...');
  104.  
  105. $('#achieve_pop').dialog({
  106. autoOpen: false,
  107. title: "Achievement Unlocked!",
  108. width: 310,
  109. height: 120,
  110. position: {
  111. my: 'left',
  112. at: 'right',
  113. of: $('#logo')
  114. },
  115. modal: false,
  116. resizable: false,
  117. draggable: false,
  118. closeOnEscape: false,
  119. open: function(event, ui) {
  120. $(".ui-dialog-titlebar-close", ui.dialog).hide();
  121. }
  122. });
  123.  
  124. $.ajax({
  125. data: {id: id},
  126. url: "/includes/ol/achieve_pop.php",
  127. cache:false
  128. }).done(function(stuff){
  129. $('#achieve_pop').dialog('open');
  130.  
  131. $("#achieve_pop").html(stuff);
  132.  
  133. $('#achieve_pop').parent().fadeIn(1000);
  134.  
  135. $("#achieve_pop").parent().delay(5000).fadeOut(1000);
  136.  
  137.  
  138.  
  139. $('#overlay_ach').fadeIn(1).animate({height:'50px', width:'50px'}, 1).animate({height:'25px', width:'25px'}, 1000).fadeOut(1000);
  140. });
  141.  
  142.  
  143. }
  144.  
  145. var starmie = Array();
  146. </script>
  147.  
  148. <script type="text/javascript">
  149. //<![CDATA[
  150. //CLUETIP
  151. $(document).ready(function() {
  152. $('a.clue').cluetip({
  153. width: 300,
  154. height:"auto",
  155. ajaxCache: true
  156. });
  157.  
  158. $('a.clueitem').cluetip({
  159. height:"auto",
  160. showTitle:false,
  161. positionBy: 'mouse',   // Sets the type of positioning: 'auto', 'mouse','bottomTop', 'topBottom', fixed'
  162. topOffset: 20,       // Number of px to offset clueTip from top of invoking element
  163. leftOffset: -20,       // Number of px to offset clueTip from left of invoking element
  164. ajaxCache: true
  165. });
  166.  
  167. $('a.cluestat').cluetip({
  168. width: 180,
  169. height: "auto",
  170. ajaxCache: true
  171. });
  172.  
  173. $('a.clue_nrg').cluetip({
  174. showTitle:false,
  175. width:300,
  176. height: "auto"
  177. });
  178.  
  179. $('a.clue_waystone').cluetip({
  180. showTitle:false,
  181. width:150,
  182. height: "auto",
  183. topOffset: 25
  184. });
  185.  
  186. $('a.loginbar').cluetip({
  187. splitTitle: '|',
  188. showTitle:false,
  189. width: 200,
  190. height: 'auto',
  191. leftOffset: 25
  192. });
  193.  
  194. $('a.clock-tooltip').cluetip({
  195. positionBy: 'fixed',
  196. splitTitle: '|',
  197. showTitle:false,
  198. width: 140,
  199. height: 'auto',
  200. leftOffset: '-60px',
  201. topOffset: '35px'
  202. });
  203.  
  204. $('a.miniclue').cluetip({
  205. splitTitle: '|',
  206. showTitle:false,
  207. width:100,
  208. height: 'auto',
  209. leftOffset: 25
  210. });
  211.  
  212. $('a.miniclue_female').cluetip({
  213. splitTitle: '|',
  214. showTitle:false,
  215. width:100,
  216. height: 'auto',
  217. leftOffset: 25
  218. });
  219.  
  220. $('a.miniclue_male').cluetip({
  221. splitTitle: '|',
  222. showTitle:false,
  223. width:50,
  224. height: 'auto',
  225. leftOffset: 25
  226. });
  227.  
  228. $('a.elemclue_fire').cluetip({
  229. splitTitle: '|',
  230. showTitle:false,
  231. width:80,
  232. height: 'auto',
  233. leftOffset: 25
  234. });
  235.  
  236. $('a.cluehelp').cluetip({
  237. splitTitle: '|',
  238. showTitle:false,
  239. width:'auto',
  240. height: 'auto',
  241. positionBy: 'mouse',
  242. leftOffset: '20px'
  243. });
  244.  
  245.  
  246.  
  247. $('a.faire_clue').cluetip({
  248. positionBy: 'mouse',
  249. topOffset:'30px',
  250. leftOffset:'40px',
  251. height:'auto',
  252. ajaxCache: true
  253. //tracking: true
  254. });
  255. });
  256. //]]>
  257. </script>
  258.  
  259. <script type = "text/javascript">
  260. function switchTo(qval)
  261. {
  262. if (qval)
  263. {
  264. document.getElementById('passwordtext').style.display="none";
  265. document.getElementById('pword').style.display="inline";
  266. document.getElementById('pword').focus();
  267. }
  268. else
  269. {
  270. document.getElementById('pword').style.display="none";
  271. document.getElementById('passwordtext').style.display="inline";
  272. }
  273. }
  274.  
  275.  
  276. ///Possibly Deprecated if I do an Ajax quote
  277. function getText(id,user,date)
  278. {
  279. var textarea = document.getElementById("message");
  280. var quote = document.getElementById(id).innerHTML;
  281. alert(quote);
  282. // Code for IE
  283. if (document.selection)
  284. {
  285. textarea.focus();
  286. var sel = document.selection.createRange();
  287. sel.text = "[quote name='"+user+"' date='"+date+"' url='main.php?p=mb&board=&page=1&id=0#"+id+"']"+quote+"[/quote]";
  288. }
  289.  
  290. else
  291.     {  // Code for Mozilla Firefox
  292. var len = textarea.value.length;
  293.     var start = textarea.selectionStart;
  294. var end = textarea.selectionEnd;
  295.  
  296.  
  297. var scrollTop = textarea.scrollTop;
  298. var scrollLeft = textarea.scrollLeft;
  299.  
  300.  
  301.         var sel = textarea.value.substring(start, end);
  302. var rep = "[quote name='"+user+"' date='"+date+"' url='main.php?p=mb&board=&page=1&id=0#"+id+"']"+quote+"[/quote]";
  303.         textarea.value =  textarea.value.substring(0,start) + rep + textarea.value.substring(end,len);
  304.  
  305. textarea.scrollTop = scrollTop;
  306. textarea.scrollLeft = scrollLeft;
  307. }
  308. }
  309. </script>
  310.  
  311.  
  312.  
  313.  
  314.  
  315. <!-- Hiveworks v3 -->
  316. <!-- BEGIN-VENATUS-AD-MANAGER -->
  317. <!-- Venatus Ad Manager - Install in <HEAD> of page -->
  318. <script src="https://hb.vntsm.com/v3/live/ad-manager.min.js" type="text/javascript" data-site-id="59b16d2346e0fb00016a7b83" data-mode="scan" async></script>
  319. <!-- / Venatus Ad Manager -->
  320. <!-- END-VENATUS-AD-MANAGER -->
  321.  
  322. </head>
  323.  
  324.  
  325.  
  326.  
  327. <body style="background-image: url(/images/layout/none/background.jpg);">
  328. <div class="container">
  329. <div class="banner" style="background-image:url(/images/layout/none/top-banner.jpg); position:relative;">
  330.  
  331. <div class="logo" id="logo" style="width:325px;"><a href="http://flightrising.com/index.php"><img border="0" src="/images/layout/trans.png" width="312" height="140" /></a></div>
  332.  
  333. <div style="position:absolute; left:725px; bottom:70px; color: #e8cc9f;"></div>
  334.  
  335. <div class="loginarea" id="loginarea">
  336.  
  337. <div style="position:absolute; height:27px; width:950px; bottom:4px; right:0px;">
  338. <span style="position:absolute; top:8px; left:10px; text-align:left; vertical-align:middle;">
  339. <a style="position:relative; margin-right:12px; font-weight:bold; display:inline-block; color:#e8cc9f" class="clock-tooltip" title="May 05, 2024 15:22">
  340.    <img src="/images/layout/revamp/clock_large.png" style="vertical-align:middle; margin-right:5px;" width="15" height="15">
  341. 15:22    </a>
  342.    |
  343. </span>
  344. <span style="position:absolute; top:8px; left:100px; text-align:left;">
  345. <strong><a href="main.php?p=active" class="loginlinks">5119 Users Online</a></strong>
  346. </span>
  347.  
  348. </div>
  349.  
  350. </div>
  351.  
  352.  
  353. <div id="usertab" style="position:absolute; background-image:url(/images/layout/user_module_bg.png); right:0px; bottom:31px; height:90px; width:285px;">
  354. <style type="text/css">
  355. #loginform-container {
  356. position:absolute;
  357. left: 0;
  358. top: 0;
  359. display:none;
  360. width: 100%;
  361. height: 100%;
  362. }
  363.  
  364. #login-signup-container {
  365. position:absolute;
  366. left: 0;
  367. top: 0;
  368. width: 100%;
  369. height: 100%;
  370. }
  371.  
  372. /* Common properties for the big SIGN UP and LOG IN buttons in the login tab */
  373.  
  374. .big-login-button {
  375. cursor: pointer;
  376. border: none;
  377. position: absolute;
  378. outline: none;
  379. }
  380.  
  381. .big-login-button-overlay {
  382. position: absolute;
  383. left: 0;
  384. top: 0;
  385. width: 100%;
  386. height: 100%;
  387. opacity: 0;
  388. transition-property: opacity;
  389. transition-duration: 0.25s;  
  390. }
  391.  
  392. .big-login-button:hover .big-login-button-overlay {
  393. opacity: 1;
  394. }
  395.  
  396. /* Button specific images/positioning */
  397.  
  398. #signup-button {
  399. left: 11px;
  400. top: 11px;
  401. width: 165px;
  402. height: 71px;
  403. background: url(/images/layout/login/signup_login_spritesheet.png) 0px 0 no-repeat;
  404. }
  405.  
  406. #signup-button .big-login-button-overlay {
  407. background: url(/images/layout/login/signup_login_spritesheet.png) -180px 0 no-repeat;
  408. }
  409.  
  410. #login-button {
  411. left: 185px;
  412. top: 11px;
  413. width: 90px;
  414. height: 71px;
  415. background: url(/images/layout/login/signup_login_spritesheet.png) -360px 0 no-repeat;
  416. }
  417.  
  418. #login-button .big-login-button-overlay {
  419. background: url(/images/layout/login/signup_login_spritesheet.png) -460px 0 no-repeat;
  420. }
  421. </style>
  422.  
  423. <div id="login-signup-container">
  424. <a href="https://www1.flightrising.com/registration/start" class="big-login-button" id="signup-button"><div class="big-login-button-overlay"></div></a>
  425. <a href="https://www1.flightrising.com/login?from=www" class="big-login-button" id="login-button"><div class="big-login-button-overlay"></div></a>
  426. </div>
  427. </div>
  428.  
  429. <div id="achieve_pop" style="display:none; overflow:hidden;"></div>
  430.  
  431. <!--End Banner-->
  432. </div>
  433.  
  434. <div class="contentcontainer">
  435.  
  436. <div class="leftcolumn">
  437.  
  438. <img src="/images/layout/under_shadow.png" width="200px" height="3px" style="position:absolute; visibility:hidden; z-index:10;"/>
  439.  
  440. <div style="position:relative; width:180px; margin:10px; margin-top:8px;">
  441.  
  442. <script type="text/javascript">
  443. function navDrill(divid) {
  444. var div = document.getElementById(divid);
  445. if (div.style.display == "inline") {
  446. div.style.display = "none";
  447. document.getElementById(divid + "+").innerHTML = "+";
  448. } else {
  449. div.style.display = "inline";
  450. document.getElementById(divid + "+").innerHTML = "-";
  451. };
  452. };
  453. </script>
  454. <style type="text/css">
  455. .navdrill {
  456. display: none;
  457. margin-left: 25px;
  458. }
  459. .navbar_drill {
  460. font-size:10px;
  461. display:block;
  462. margin-left:30px;
  463. color:#731d08;
  464. }
  465. .navbar_inline {
  466. font-size:12px;
  467. display:inline;
  468. color:#731d08;
  469. font-weight: bold;
  470. }
  471. .navbarhover:hover {
  472. background: url(/images/layout/revamp/left_arrow_hover_large.png);
  473. background-size: 187px 31px;
  474. }
  475. </style>
  476. <script type="text/javascript">
  477. if (document.images)
  478. {
  479. var clan_hover = new Image();
  480. clan_hover.src='/images/layout/header_clan_hover.png';
  481. var shop_hover = new Image();
  482. shop_hover.src='/images/layout/header_shop_hover.png';
  483. var play_hover = new Image();
  484. play_hover.src='/images/layout/header_play_hover.png';
  485. var library_hover = new Image();
  486. library_hover.src='/images/layout/header_library_hover.png';
  487. }
  488. </script>
  489. <a href="main.php?p=unreg">
  490. <img src="/images/layout/revamp/left_clan_small.png"  class="navbarhover"
  491. srcset="/images/layout/revamp/left_clan_small.png 1x, /images/layout/revamp/left_clan_large.png 2x"
  492. border="0" width="187" height="31" style="margin-left:-3px; margin-top:10px; margin-bottom:3px;" />
  493. </a>
  494. <a class="navbar" href="main.php?p=unreg"><span class="navbar-glow-hover">Dragon Lair</span></a>
  495. <a class="navbar" href="main.php?p=unreg"><span class="navbar-glow-hover">Nesting Grounds</span></a>
  496. <a class="navbar" href="main.php?p=unreg"><span class="navbar-glow-hover">Gather Items</span></a>
  497. <a class="navbar" href="main.php?p=unreg"><span class="navbar-glow-hover">Clan Profile</span></a>
  498. <a class="navbar" href="main.php?p=unreg"><span class="navbar-glow-hover">Hoard</span></a>
  499. <a class="navbar" href="main.php?p=unreg"><span class="navbar-glow-hover">Messages</span></a>
  500. <a class="navbar" href="main.php?p=unreg"><span class="navbar-glow-hover">Achievements</span></a>
  501. <a href="main.php?p=unreg">
  502. <img src="/images/layout/revamp/left_shop_small.png"  class="navbarhover"
  503. srcset="/images/layout/revamp/left_shop_small.png 1x, /images/layout/revamp/left_shop_large.png 2x"
  504. border="0" width="187" height="31" style="margin-left:-3px; margin-top:10px; margin-bottom:3px;" />
  505. </a>
  506. <a class="navbar" href="https://www1.flightrising.com/merch" target="_blank"><span class="navbar-glow-hover">Merch</span></a>
  507. <a class="navbar" href="https://www1.flightrising.com/market"><span class="navbar-glow-hover">Marketplace</span></a>
  508. <a class="navbar" href="main.php?p=unreg"><span class="navbar-glow-hover">Auction House</span></a>
  509. <a class="navbar" href="main.php?p=unreg"><span class="navbar-glow-hover">Trading Post</span></a>
  510. <a class="navbar" href="main.php?p=unreg"><span class="navbar-glow-hover">Crossroads</span></a>
  511. <a class="navbar" href="main.php?p=skins"><span class="navbar-glow-hover">Custom Skins</span></a>
  512. <a href="main.php?p=unreg">
  513. <img src="/images/layout/revamp/left_play_small.png"  class="navbarhover"
  514. srcset="/images/layout/revamp/left_play_small.png 1x, /images/layout/revamp/left_play_large.png 2x"
  515. border="0" width="187" height="31" style="margin-left:-3px; margin-top:10px; margin-bottom:3px;" />
  516. </a>
  517. <a class="navbar" href="main.php?p=unreg"><span class="navbar-glow-hover">Fairgrounds</span></a>
  518. <a class="navbar" href="main.php?p=unreg"><span class="navbar-glow-hover">Coliseum</span></a>
  519. <a class="navbar" href="main.php?p=dominance"><span class="navbar-glow-hover">Dominance</span></a>
  520. <!--<a class="navbar" href="main.php?p=unreg">Adventure</a>-->
  521. <a href="main.php?p=unreg">
  522. <img src="/images/layout/revamp/left_library_small.png"  class="navbarhover"
  523. srcset="/images/layout/revamp/left_library_small.png 1x, /images/layout/revamp/left_library_large.png 2x"
  524. border="0" width="187" height="31" style="margin-left:-3px; margin-top:10px; margin-bottom:3px;" />
  525. </a>
  526. <a class="navbar" href="main.php?p=mb"><span class="navbar-glow-hover">Forums</span></a>
  527. <a class="navbar" href="https://www1.flightrising.com/world-map"><span class="navbar-glow-hover">World Map</span></a>
  528. <a class="navbar" href="main.php?p=search"><span class="navbar-glow-hover">Search</span></a>
  529.    <a class="navbar" href="https://www1.flightrising.com/dressing"><span class="navbar-glow-hover">Dressing Room</span></a>
  530.    <a class="navbar" href="main.php?p=scrying"><span class="navbar-glow-hover">Scrying Workshop</span></a>
  531. <a class="navbar" href="main.php?p=wiki"><span class="navbar-glow-hover">Encyclopedia</span></a>
  532. <a class="navbar" href="main.php?p=wallpaper"><span class="navbar-glow-hover">Media</span></a>
  533.    <a class="navbar" href="https://www1.flightrising.com/support"><span class="navbar-glow-hover">Support</span></a>
  534. <div id="skybanner" class="skybanner" style="margin-bottom:10px; margin-top:15px; overflow:hidden;">
  535. <!-- BEGIN-SKYBANNER -->
  536. <!--
  537. ################################################
  538. SCREENSHOT FROM HERE DOWN WHEN REPORTING BAD ADS
  539. ################################################
  540. -->
  541.  
  542. <!-- flightrising.com - 160x600 Static (5b8ea18346e0fb0001373716) - 160x600 - Place in <BODY> of page where ad should appear -->
  543. <div class="vm-placement" data-id="5b8ea18346e0fb0001373716"></div>
  544. <!-- / flightrising.com - 160x600 Static (5b8ea18346e0fb0001373716) -->
  545. <!--
  546. ####################################
  547. END SCREENSHOT FOR REPORTING BAD ADS
  548. ####################################
  549. --> <!-- END-SKYBANNER -->
  550. </div>
  551. <!--<div class="skybanner"></div>-->
  552. <div style="width:80px; height:10px;"></div>
  553. <!--End Left Column-->
  554. </div>
  555.  
  556. </div>
  557.  
  558. <div class="main">
  559. <!--START CODEMEGEDDON-->
  560.  
  561. <img src="/images/layout/under_shadow.png" width="750px" height="3px" style="position:absolute; visibility:hidden; z-index:10;"/>
  562. <img src="/images/layout/404/internal_bg.jpg" style="position:absolute; right:0px;" id="internal_bg" />
  563. <div style="position:relative; width:730px; margin:10px;" id="super-container">
  564. <div style="position:relative; text-align:right; width:705px; height:69px; margin-left:15px;">
  565. <span style="font-size:22px; color:#731d08; font-weight:bold; position:absolute; top:20px; left:0px;">Warning!</span>
  566. <div style="color:#666; font-size:12px; position:absolute; bottom:10px; left:0px;">
  567. The link you have clicked will navigate away from Flight Rising.
  568. </div>
  569. </div>
  570.  
  571. <div style="width:700px; margin-left:auto; margin-right:auto; font-size:12px;">
  572. Please check the URL and confirm that you trust the site you are about to visit before continuing. Flight Rising is not responsible for the content of websites linked by users.<br />
  573. <br />
  574. If you have encountered a link that you feel to be suspect or inappropriate, please take the time to go back and report it to the community moderators. Never enter your Flight Rising username or password into sites other than <span style="font-weight:bold; color:#731d08;">flightrising.com</span>, as this may compromise the security of your account.
  575. </div>
  576.  
  577. <div style="text-align:center; margin-top:15px; margin-bottom:15px; font-size:12px;">
  578. Link: <span style="font-weight:bold; color:#731d08;">https://cricket-betting-apps.in/dafabet-app/</span>
  579. </div>
  580.  
  581.  
  582. <div style="text-align:center;">
  583.  
  584. <a href="https&#x3a;&#x2f;&#x2f;cricket&#x2d;betting&#x2d;apps&#x2e;in&#x2f;dafabet&#x2d;app&#x2f;" rel="nofollow">
  585. <input name="go" type="button" value="Visit Link" class="mb_button" style="margin-right:20px; height:25px; width:100px; font-weight:bold; background-color:#731d08; border:1px solid #000; color:#fff;" />
  586. </a>
  587.  
  588. <input name="back" type="button" value="Go Back" class="mb_button" style="height:25px; width:100px; font-weight:bold; background-color:#ddd; border:1px solid #000; color:#731d08;" onclick="window.location = ''" />
  589. </div>
  590.  
  591. </div>
  592. <!--END CODEMEGEDDON-->
  593.  
  594. <!--End Main Content-->
  595. </div>
  596.  
  597. <!--Clear Floats-->
  598. <div class="clear"></div>
  599.  
  600. <!--End Content Container-->
  601. </div>
  602.  
  603. <!--End Container-->
  604. </div>
  605.  
  606. <div id="bottom-banner">
  607. <div id="bottom-banner-center">
  608. <!-- BEGIN-BOTTOMBANNER -->
  609. <!--
  610. ################################################
  611. SCREENSHOT FROM HERE DOWN WHEN REPORTING BAD ADS
  612. ################################################
  613. -->
  614.  
  615. <!-- FlightRising - 728x90 Static (59b6be9846e0fb00012e4725) - 728x90 - Place in <BODY> of page where ad should appear -->
  616. <div class="vm-placement" data-id="59b6be9846e0fb00012e4725"></div>
  617. <!-- / FlightRising - 728x90 Static (59b6be9846e0fb00012e4725) -->
  618.  
  619. <!-- Flightrising - 728x90 Dynamic - 728x90, 970x250, 970x90 - Place in <BODY> of page where ad should appear -->
  620. <!--<div class="vm-placement" data-id="6124a03fa3fb50273241cb62"></div> -->
  621. <!-- / Flightrising - 728x90 Dynamic -->
  622. <!--
  623. ####################################
  624. END SCREENSHOT FOR REPORTING BAD ADS
  625. ####################################
  626. --> <!-- END-BOTTOMBANNER -->
  627. </div>
  628. </div>
  629. <!--End Bottom Banner-->
  630. <div class="copybar">
  631. &copy; 2013 - 2024 Stormlight Workshop. All Rights Reserved<br />
  632. <a style="color: #731d08;" href="/main.php?p=wiki&article=81">Terms of Use</a> |
  633. <a style="color: #731d08;" href="https://flightrising.zendesk.com/hc/en-us/categories/201441323">Rules &amp; Policies</a> |
  634. <a style="color: #731d08;" href="/main.php?p=privacy">Privacy Policy</a> |
  635. <a style="color: #731d08;" href="/main.php?p=wiki&article=74">Employment Opportunities</a> |
  636. <a style="color: #731d08;" href="https://www1.flightrising.com/site/credits">Credits</a> |
  637. <a style="color: #731d08;" href="https://www1.flightrising.com/support">Support</a>
  638. </div>
  639. <!--End Copybar-->
  640.  
  641. <!-- Begin JQuery loading checks -->
  642. <script type="text/javascript">
  643. (function (){
  644. var args='';
  645.  
  646. if (typeof jQuery == 'undefined') {
  647. // by definition, no jquery = no jquery UI
  648. args = 'nojquery=1&nojqueryui=1';
  649. } else if (typeof jQuery.ui == 'undefined') {
  650. // we have jquery, but no jquery UI
  651. args = 'nojqueryui=1';
  652. }
  653.  
  654. function startCheckingForRecovery() {
  655.  
  656. function recheck() {
  657. ++counter;
  658.  
  659. if (typeof jQuery != 'undefined' &&
  660. typeof jQuery.ui != 'undefined') {
  661.  
  662. var img2 = new Image();
  663. img2.src = '/js_report.php?recovered=1&recover_time='+(counter*1000);
  664.  
  665. clearInterval(intervalID);
  666. } else if (counter > 60) {
  667. clearInterval(intervalID);
  668. }
  669. }
  670.  
  671. var counter=0;
  672. var intervalID = setInterval(recheck, 1000);
  673.  
  674. }
  675.  
  676. if (args != '') {
  677. var img = new Image();
  678. img.src = '/js_report.php?' + args;
  679. startCheckingForRecovery();
  680. }
  681.  
  682. })();
  683. </script>
  684. <!-- End JQuery loading checks -->
  685.  
  686. <!-- Page load logging -->
  687.  
  688. <!-- Hiveworks -->
  689.  
  690.  
  691. <!--ZENDESK TAB-->
  692.  
  693.  
  694.  
  695. </body>
  696. </html>
  697.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda