Guest User

For Meesh

a guest
Mar 15th, 2019
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 53.79 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width">
  7. <title>Den :|: Lioden</title>
  8. <base href="//www.lioden.com">
  9.  
  10. <!-- Start: injected by Adguard -->
  11. <script src="//local.adguard.com/adguard-ajax-api/injections/content-script.js?ts=63688203630931&amp;domain=www.lioden.com&amp;mask=111" nonce="91e0430e4b64424d80254bd65fe7cb8c" type="text/javascript"></script>
  12. <script src="//local.adguard.com/adguard-ajax-api/injections/userscripts.js?ts=63688116136433&name=AdGuard%20Popup%20Blocker&name=Adguard%20Assistant" nonce="91e0430e4b64424d80254bd65fe7cb8c" type="text/javascript"></script>
  13.  
  14. <!-- End: injected by Adguard -->
  15. <link rel="manifest" href="/manifest.json">
  16. <link rel="shortcut icon" href="//static.lioden.com/images/favicon.ico" type="image/x-icon" />
  17.  
  18. <script type="text/javascript">
  19. "function"!=typeof Object.assign&&Object.defineProperty(Object,"assign",{value:function(e,t){"use strict";if(null==e)throw new TypeError("Cannot convert undefined or null to object");for(var n=Object(e),r=1;r<arguments.length;r++){var o=arguments[r];if(null!=o)for(var c in o)Object.prototype.hasOwnProperty.call(o,c)&&(n[c]=o[c])}return n},writable:!0,configurable:!0});
  20. "remove"in Element.prototype||(Element.prototype.remove=function(){this.parentNode&&this.parentNode.removeChild(this)});
  21. </script>
  22. <script type="text/javascript">
  23. var ldCfg = (function() {
  24. var options = {
  25. url: 'http://www.lioden.com/'
  26. }
  27. return {
  28. getURL: function() {
  29. return options.url;
  30. }
  31. }
  32. }());
  33. </script>
  34. <script src="//static.lioden.com/inc/jquery.min.js?v=1.10.1"></script>
  35. <script src="//static.lioden.com/inc/jquery.flexselect.js?v=3.0"></script>
  36. <script src="//static.lioden.com/inc/liquidmetal.js?v=2.0"></script>
  37. <script src="//static.lioden.com/js/timeago.min.js" type="text/javascript"></script>
  38. <script>
  39. var b_lsis=null;function localStorageIsSupported(){if(null!==b_lsis)return b_lsis;try{var o="__na8h4oak4g302kk__";return storage.setItem(o,o),storage.removeItem(o),b_lsis=!0}catch(o){return b_lsis=!1}}function setSetting(o,t){localStorageIsSupported()?localStorage.setItem(o,t):CK.create(o,t,365)}function getSetting(o){return localStorageIsSupported()?localStorage.getItem(o):CK.read(o)}
  40. var CK={create:function(e,t,n){var r;if(n){var i=new Date;i.setTime(i.getTime()+24*n*60*60*1e3),r="; expires="+i.toGMTString()}else r="";document.cookie=e+"="+t+r+"; path=/"},read:function(e){for(var t=e+"=",n=document.cookie.split(";"),r=0;r<n.length;r++){for(var i=n[r];" "===i.charAt(0);)i=i.substring(1,i.length);if(0===i.indexOf(t))return i.substring(t.length,i.length)}return null},erase:function(e){utils.createCookie(e,"",-1)}};
  41.  
  42. var LogError = (function() {
  43. var throttle = 0;
  44. var throttleMax = 3;
  45. var uid = 14734;
  46.  
  47. function captureError(err) {
  48. var errName = '';
  49. var errMsg = '';
  50. if (typeof err.name !== 'undefined') {
  51. errName = err.name;
  52. }
  53.  
  54. if (typeof err.message !== 'undefined') {
  55. errMsg = ': ' + err.message;
  56. }
  57.  
  58. var report = {
  59. "uid": uid,
  60. "name": 'Uncaught ' + errName + errMsg,
  61. "url": document.location.href,
  62. "stack": err.stack.replace(/\n/g, '¶')
  63. }
  64.  
  65. save(report);
  66. }
  67.  
  68. function windowError(msg, url, lineNo, columnNo, error) {
  69. var report = {
  70. "uid": uid,
  71. "name": msg,
  72. "url": document.location.href,
  73. "stack": error.stack.replace(/\n/g, '¶')
  74. };
  75.  
  76. save(report);
  77. }
  78.  
  79. function save(report) {
  80. if (throttle > throttleMax) {
  81. return false;
  82. }
  83.  
  84. ++throttle;
  85.  
  86. var bc = '?' + (new Date().getTime());
  87. var request = new XMLHttpRequest();
  88. request.open('POST', 'ajax_errors.php' + bc);
  89. request.setRequestHeader('Content-type', 'application/json');
  90. request.onload = function(e) {
  91. if (request.status == 200) {
  92. // Request is good
  93. } else {
  94. // Request not good
  95. }
  96. }
  97. request.send(JSON.stringify(report));
  98. }
  99.  
  100. return {
  101. window: windowError,
  102. capture: captureError
  103. }
  104. }());
  105. (function() {
  106. window.onerror = LogError.window;
  107. }());
  108. </script>
  109. <!--
  110. <script>
  111. $(document).ready(function() {
  112. $("#dialog").dialog();
  113. });
  114. </script>
  115. -->
  116. <!-- Google Analytics -->
  117. <script>
  118. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  119. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  120. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  121. })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  122.  
  123. ga('create', 'UA-34281078-1', 'auto');
  124. ga('send', 'pageview');
  125. ga('create', 'UA-34281078-1', {'sampleRate': 10});
  126. </script>
  127. <!-- End Google Analytics -->
  128. <script>var mid = 14734; var MDTK='6cc6e5b860f97e73147264d1d23da0db';var chatroom = '0';</script>
  129. <script>
  130. var User = (function() {
  131. var roles = {
  132. 'helper' : false,
  133. 'mod' : false,
  134. 'admin' : false };
  135.  
  136. var mid = '14734';
  137. var sid = 'bjE4OTI5OGtqbDg5Y3RncmlsMjUybWFmcWU=';
  138.  
  139. function tkIsValid(tk) {
  140. if (typeof tk === 'undefined') {
  141. return false;
  142. }
  143.  
  144. if (tk !== 'bjE4OTI5OGtqbDg5Y3RncmlsMjUybWFmcWU=') {
  145. return false;
  146. }
  147.  
  148. return true;
  149. }
  150.  
  151. return {
  152. hasRole: function(role) {
  153. return roles[role];
  154. },
  155. getMID: function(tk) {
  156. return tkIsValid(tk) ? mid : null;
  157. },
  158. getSID: function(tk) {
  159. return tkIsValid(tk) ? sid : null;
  160. }
  161. }
  162. }());
  163. </script>
  164.  
  165. <!-- Bootstrap -->
  166. <link href="/css/bootstrap.min.css" rel="stylesheet">
  167. <link href="/css/flexselect.css" rel="stylesheet">
  168. <link href="/css/common.css?v=1.6.6" rel="stylesheet">
  169. <link href="/css/fontoldstyle.css" rel="stylesheet">
  170. <link href="/css/jquery-ui.css" rel="stylesheet">
  171.  
  172. <link href="/css/main.css?v=7.6" rel="stylesheet">
  173. <!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
  174. <script type="text/javascript">
  175. window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":null,"theme":"dark-bottom"};
  176. </script>
  177.  
  178. <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/cookieconsent.min.js"></script>
  179.  
  180. <!-- End Cookie Consent plugin -->
  181. </head>
  182. <body>
  183. <script src="//static.lioden.com/js/mezr.min.js" type="text/javascript"></script>
  184. <div id="fraCopyPlaceholder"></div>
  185. <div id="fb-root"></div>
  186. <script>(function(d, s, id) {
  187. var js, fjs = d.getElementsByTagName(s)[0];
  188. if (d.getElementById(id)) return;
  189. js = d.createElement(s); js.id = id;
  190. js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.3";
  191. fjs.parentNode.insertBefore(js, fjs);
  192. }(document, 'script', 'facebook-jssdk'));</script>
  193.  
  194. <div class="container topbar">
  195. <div class="hidden-xs hidden-sm welcomeback">Welcome back, <a href="/territory.php">Sunita</a></div>
  196. <ul class="toplinks">
  197. <li style="padding: 0px !important;"><a href="/inbox.php">Messages</a></li>
  198. <li><a href="/spend-history.php?type=sb"><img src="//static.lioden.com/img/layout/icon-beetle-silver.png" class="icon" /> 2282</a></li>
  199. <li><a href="/spend-history.php?type=gb"><img src="//static.lioden.com/img/layout/icon-beetle-gold.png" class="icon" /> 352</a></li>
  200. <li><a href="/journal.php">Journal</a></li>
  201. <li><a href="/modbox.php">Modbox </a></li>
  202. <li><a href="http://liodenwiki.wikidot.com/" target="_blank">Wiki</a></li>
  203. <li><a href="/logout.php" onClick="return confirm('Are you sure you want to logout?')">Logout</a></li>
  204. </ul>
  205. </div>
  206.  
  207. <div class="container main">
  208. <div class="row">
  209. <nav class="navbar navbar-default" role="navigation">
  210. <!-- Brand and toggle get grouped for better mobile display -->
  211. <div class="navbar-header">
  212. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
  213. <span class="sr-only">Toggle navigation</span>
  214. <span class="icon-bar"></span>
  215. <span class="icon-bar"></span>
  216. <span class="icon-bar"></span>
  217. </button>
  218. <a class="navbar-brand visible-lg visible-md" href="/">
  219.  
  220. <img src="//static.lioden.com/img/layout/logo-full-2.png" alt="Lioden" /></a>
  221. </div>
  222.  
  223. <!-- Collect the nav links, forms, and other content for toggling -->
  224. <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
  225. <ul class="nav navbar-nav visible-lg">
  226. <li><a href="/territory.php">Den</a></li>
  227. <li><a href="/explore.php">Crossroads</a></li>
  228. <li><a href="/hoard.php">Hoard</a></li>
  229. <li><a href="/oasis.php">Oasis</a></li>
  230. <li><a href="/boards.php">Chatter</a></li>
  231. <li><a href="/news.php">News</a></li>
  232. <li><a href="/event.php">Event</a></li>
  233. <li><a href="/faq.php">FAQ</a></li>
  234. </ul>
  235. <ul class="nav navbar-nav visible-xs visible-sm visible-md smaller-nav">
  236. <li><a href="/territory.php">Den</a></li>
  237. <li><a href="/explore.php">Crossroads</a></li>
  238. <li><a href="/hoard.php">Hoard</a></li>
  239. <li><a href="/oasis.php">Oasis</a></li>
  240. <li><a href="/boards.php">Chatter</a></li>
  241. <li><a href="/news.php">News</a></li>
  242. <li><a href="/event.php">Event</a></li>
  243. <li><a href="/faq.php">FAQ</a></li>
  244. </ul>
  245. </div>
  246. </nav>
  247. </div>
  248. <div class="row">
  249. <div class="col-md-9 col-xs-12">
  250. <ol class="breadcrumb">
  251. <li><a href="/">Home</a></li>
  252. <li class="active">Den</li>
  253. </ol>
  254.  
  255. <div class="floatright" style="width: 160px; margin: -53px 5px 0 0;">
  256. <form method="post">
  257. <input type="hidden" name="page_url" value="/territory.php">
  258. <input type="submit" name="bookmark" value="Bookmark" class="floatright">
  259. </form>
  260. </div>
  261.  
  262.  
  263. <h1>Alanna the Lioness's Den</h1>
  264. <br>
  265. <center>
  266.  
  267.  
  268.  
  269.  
  270.  
  271. <style>.chat_row, .table .right { background-image: none !important; }</style>
  272. <div class="hidden-xs"><link rel="stylesheet" type="text/css" href="https://dl.dropbox.com/s/em1iizeswnuk65p/Sunita.css?dl=0" /><div class="clearfix"> <div class="boxcontainer"><div class="Box1"><h2>Hallo!! </h2> I'm Sunita, a name which I've been using for the past however many years across several different sims though I do go by Ash whenever I'm roleplaying on offsite forums. I mostly play solo and avoid interacting too much in the forums or chatbox, though I'm always open for private messages if you just want to chat. I am a twenty-one year old from the US who uses she / her pronouns. My interests run from anime to a minor obsession with harry potter crossover fanfiction with a couple dashes of crime dramas thrown in for good measure. I crochet when I have the time or the inspiration strikes me, and my yarn collection is an ever evolving monster that I joyfully nourish.<br />
  273. <br />
  274. I don't have any set goals on lioden at this point but I'll put something together eventually. Right now I'm breeding lions that I consider pretty while collecting even more characters and art of them. </div><br />
  275. <br />
  276. <div class="Box1"><h2>Daily Reminders!</h2>* feed your hecking lionesses<br />
  277. * hunts - try to get at least ten done<br />
  278. * explore explore explore<br />
  279. * battle dem beetles when you remember<br />
  280. * transfer stuff from side &amp; bury any nesting items<br />
  281. * sell off all the rest of the food and skulls </div></div> </div><div class="Box3"><h2>Art &lt;3</h2> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br />
  282. <br />
  283. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div><div class="boxcontainer"><div class="Box4"><h2>Hallo!! </h2> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div><br />
  284. <br />
  285. <div class="Box4"><h2>Hallo!! </h2> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div><br />
  286. <br />
  287. <div class="Box4"><h2>Goals </h2> [] text<br />
  288. [] text<br />
  289. [] text<br />
  290. [] text<br />
  291. [] text<br />
  292. [] text<br />
  293. [] text<br />
  294. [] text<br />
  295. [] text<br />
  296. [] text<br />
  297. [] text<br />
  298. [] text</div></div><br /> </div>
  299.  
  300. <p><table class="table" id="about">
  301. <tr>
  302. <td class="top center" colspan="2">
  303. <div class="xlarge b">
  304. Demonic <a href="/lion.php?mid=14734" class="bigger" style="border: 0;">Alanna the Lioness</a>
  305. </div>
  306. </td>
  307. </tr>
  308. <form method="post">
  309. <tr class="right" style="text-align: center;">
  310. <td style="width: 200px; padding: 10px;">
  311. <a href="/lion.php?mid=14734">
  312. <div id="lion_image"><div style="position: relative; width: 200px; height: 200px; overflow: hidden;">
  313. <img src="//static.lioden.com/images/dynamic/backgrounds/MozambiqueMountains_WetDay.png" style="position: absolute; top: 0px; left: 0px;" />
  314. <img src="//static.lioden.com/images/battleLioness/good/bases/chatoyant.png" style="position: absolute; top: 0px; left: 0px; width: 200px; height: 200px;" /><img src="//static.lioden.com/images/battleLioness/good//markings/chertback.png" style="opacity:0.21; filter:alpha(opacity=0.21); position: absolute; top: 0px; left: 0px; width: 200px; height: 200px;" /><img src="//static.lioden.com/images/battleLioness/good//markings/scoriapaws.png" style="opacity:0.64; filter:alpha(opacity=0.64); position: absolute; top: 0px; left: 0px; width: 200px; height: 200px;" /><img src="//static.lioden.com/images/battleLioness/good//markings/goldfacialspotting.png" style="opacity:0.5; filter:alpha(opacity=0.5); position: absolute; top: 0px; left: 0px; width: 200px; height: 200px;" /><img src="//static.lioden.com/images/battleLioness/good//markings/maofelisonyx.png" style="opacity:0.55; filter:alpha(opacity=0.55); position: absolute; top: 0px; left: 0px; width: 200px; height: 200px;" /><img src="//static.lioden.com/images/battleLioness/good//markings/whitemarbledunders.png" style="opacity:0.85; filter:alpha(opacity=0.85); position: absolute; top: 0px; left: 0px; width: 200px; height: 200px;" /><img src="//static.lioden.com/images/battleLioness/good//markings/kimanjanomottledvents.png" style="opacity:1; filter:alpha(opacity=1); position: absolute; top: 0px; left: 0px; width: 200px; height: 200px;" /><img src="//static.lioden.com/images/battleLioness/good//markings/celestialspeckles.png" style="opacity:0.58; filter:alpha(opacity=0.58); position: absolute; top: 0px; left: 0px; width: 200px; height: 200px;" /><img src="//static.lioden.com/images/battleLioness/good//markings/heatherpawspotting.png" style="opacity:0.3; filter:alpha(opacity=0.3); position: absolute; top: 0px; left: 0px; width: 200px; height: 200px;" /><img src="//static.lioden.com/images/battleLioness/good//markings/onyxquarterspotting.png" style="opacity:0.5; filter:alpha(opacity=0.5); position: absolute; top: 0px; left: 0px; width: 200px; height: 200px;" /><img src="//static.lioden.com/images/battleLioness/good/eyes/opal.png" style="position: absolute; top: 0px; left: 0px; width: 200px; height: 200px;" /><img src="//static.lioden.com/images/battleLioness/good/lineart.png" style="position: absolute; top: 0px; left: 0px; width: 200px; height: 200px;" /><img src="//static.lioden.com/images/battleLioness/good/noses/tawny.png" style="position: absolute; top: 0px; left: 0px; width: 200px; height: 200px;" /><img src="//static.lioden.com/images/battleLioness/good//piebald/croupe.png" style="position: absolute; top: 0px; left: 0px; width: 200px; height: 200px;" /><img src="//static.lioden.com/images/decors/female/good/over/blank.png" style="position: absolute; top: 0px; left: -361px; width: 640px; height: 500px;" /><img src="//static.lioden.com/images/decors/female/good/over/etherealpaintbody.png" style="position: absolute; top: 0px; left: -361px; width: 640px; height: 500px;" /><img src="//static.lioden.com/images/decors/female/good/over/portablechaos.png" style="position: absolute; top: 0px; left: -361px; width: 640px; height: 500px;" /><img src="//static.lioden.com/images/decors/female/good/over/etherealpaintface.png" style="position: absolute; top: 0px; left: -361px; width: 640px; height: 500px;" /><img src="//static.lioden.com/images/decors/female/good/over/goldfeathcrown.png" style="position: absolute; top: 0px; left: -361px; width: 640px; height: 500px;" /><img src="//static.lioden.com/images/decors/female/good/over/pendantfireopal.png" style="position: absolute; top: 0px; left: -361px; width: 640px; height: 500px;" /><img src="//static.lioden.com/images/decors/female/good/over/hemlock.png" style="position: absolute; top: 0px; left: -361px; width: 640px; height: 500px;" /><img src="//static.lioden.com/images/decors/female/good/over/deertushshrikeflock.png" style="position: absolute; top: 0px; left: -361px; width: 640px; height: 500px;" /><img src="//static.lioden.com/images/decors/female/good/over/tarotshamantheempress.png" style="position: absolute; top: 0px; left: -361px; width: 640px; height: 500px;" /><img src="//static.lioden.com/images/decors/female/good/over/duatsailors.png" style="position: absolute; top: 0px; left: -361px; width: 640px; height: 500px;" /><img src="//static.lioden.com/images/blank.png" style="position: absolute; top: 0px; left: 0px; width: 640px; height: 500px;" /></div></div>
  315. </a>
  316. </td>
  317. <td class="right">
  318. <table class="inner-table auto">
  319. <tr>
  320. <td class="left" width="115"><b>Level:</b></td>
  321. <td class="right" width="180">14</td>
  322. <td width="3"></td>
  323. <td class="left" width="115"><b>Branch:</b></td>
  324. <td class="right" width="180"><a href="/branch.php?id=14734">Awesome-Sauce Pie Shoppe</a></td>
  325. </tr>
  326. <tr>
  327. <td class="left"><b>Stats:</b></td>
  328. <td class="right">703</td>
  329. <td width="3"></td>
  330. <td class="left"><b>Territory:</b></td>
  331. <td class="right">40 <a href="territory.php?expand=1">(+)</a></td>
  332. </tr>
  333. <tr>
  334. <td class="left"><b>Lionesses:</b></td>
  335. <td class="right">15</td>
  336. <td width="3"></td>
  337. <td class="left"><b>Beetle Slots:</b></td>
  338. <!-- <td class="right">16 / 25 <a href="oasis.php">(+)</a></td> -->
  339. <td class="right">16 / 25 <a href="territory.php?expandbeetles=1">(+)</a></td>
  340. </tr>
  341. <tr>
  342. <td class="left"><b>Cubs:</b></td>
  343. <td class="right">4 / 200</td>
  344. <td width="3" rowspan="3"></td>
  345. <td class="left"><b>Grandpaw:</b></td>
  346. <td class="right small"><a href="retire.php">—</a> </td>
  347. </tr>
  348. <tr>
  349. <td class="left"><b>Male Slots:</b></td>
  350. <td class="right">0 / 2 <a href="territory.php?expandmale=1">(+)</a></td>
  351. <td class="left"><b>Subordinate Males:</b></td>
  352. <td class="right small">
  353. None! </td>
  354. </tr>
  355. <tr>
  356. <td class="left"><b>Frozen Slots:</b></td>
  357. <td class="right">1 / 1 <a href="territory.php?expandfrozen=1">(+)</a></td>
  358. <td class="left"><b>Cave Slots:</b></td>
  359. <td class="right">3 / 3 <a href="/create-cave.php#expand">(+)</a></td>
  360. </tr>
  361. </table>
  362. </td>
  363. </tr>
  364. <tr>
  365. <td class="bottom" colspan="100%">
  366. There are <b>5 lions</b> with mutations in Alanna the Lioness's pride. </td>
  367. </tr>
  368. </form>
  369. </table>
  370. </p>
  371.  
  372. <p>
  373. <table class="table" id="player">
  374. <tr>
  375. <td class="top" colspan="100%">Alanna the Lioness's Player
  376. <div class="floatright">#14734</div></td>
  377. </tr>
  378. <tr class="right">
  379. <td class="right">
  380. <div class="center xlarge">
  381. <div class="member-online"></div> Sunita </div>
  382. <br>
  383.  
  384. <table class="inner-table auto">
  385. <tr>
  386. <td class="left"><b>Joined:</b></td>
  387. <td class="right">2013-06-17 09:19:07</td>
  388. <td width="3"></td>
  389. <td class="left"><b>Last Active:</b></td>
  390. <td class="right">2019-03-15 8:21:00</td>
  391. </tr>
  392. </table>
  393.  
  394. <br>
  395. <p class="center xlarge">
  396. <a href="/refer.php">Refer a Friend</a> :|: <a href="/wishlist.php?id=14734">View Your Wishlist</a>
  397. </p>
  398.  
  399. </td>
  400. <td class="right" style="text-align: right; width: 150px;">
  401. <img src='https://i.ibb.co/ZW03dV6/tagsizevoz.png'> <br />
  402. </td>
  403. </tr>
  404. </table>
  405. </p>
  406.  
  407.  
  408. <div class="col-md-4 col-xs-6 center">
  409. <a href="unsorted.php?id=14734">
  410. <div class="cave-grid">
  411. <img src="//static.lioden.com/images/layout/unsortedlionsbanner.png" /><br>
  412. 0 unsorted
  413. </div>
  414. </a>
  415. </div>
  416. <div class="col-md-4 col-xs-6 center">
  417. <a href="nesting.php"> <div class="cave-grid">
  418. <img src="//static.lioden.com/images/layout/nestingbanner.png" /><br>
  419. 0 Pregnant Lionesses </div>
  420. </a> </div>
  421. <div class="col-md-4 col-xs-6 center">
  422. <a href="lionoverview.php?id=14734">
  423. <div class="cave-grid">
  424. <img src="//static.lioden.com/images/layout/prideoverviewbanner.png" /><br>
  425. View Pride Overview
  426. </div>
  427. </a>
  428. </div>
  429.  
  430. <div class="col-md-4 col-xs-6 center">
  431. <a href="cave.php?id=16514">
  432. <div class="cave-grid">
  433. <img src="//static.lioden.com/images/layout/cavedefault.jpg" /><br>
  434. Lazy Days
  435. </div>
  436. </a>
  437. </div><div class="col-md-4 col-xs-6 center">
  438. <a href="cave.php?id=50444">
  439. <div class="cave-grid">
  440. <img src="//static.lioden.com/images/layout/cavedefault.jpg" /><br>
  441. New Cave
  442. </div>
  443. </a>
  444. </div><div class="col-md-4 col-xs-6 center">
  445. <a href="cave.php?id=50443">
  446. <div class="cave-grid">
  447. <img src="//static.lioden.com/images/layout/cavedefault.jpg" /><br>
  448. Sales
  449. </div>
  450. </a>
  451. </div>
  452. <br class="clear">
  453.  
  454. <div class="col-md-3 col-xs-4 center">
  455. <a href="mound.php?id=23318">
  456. <div class="mound-grid">
  457. <img src="//static.lioden.com/images/layout/beetlemound.png" /><br>
  458. Females
  459. </div>
  460. </a>
  461. </div><div class="col-md-3 col-xs-4 center">
  462. <a href="mound.php?id=22281">
  463. <div class="mound-grid">
  464. <img src="//static.lioden.com/images/layout/beetlemound.png" /><br>
  465. Males
  466. </div>
  467. </a>
  468. </div><div class="col-md-3 col-xs-4 center">
  469. <a href="create-mound.php">
  470. <div class="mound-grid">
  471. <img src="//static.lioden.com/images/layout/addbeetlemound.png" /><br>
  472. <i>+ Create Mound</i>
  473. </div>
  474. </a>
  475. </div>
  476. <br class="clear">
  477.  
  478. <table class="table" id="sparring">
  479. <tr>
  480. <th colspan="2">Sparring</th>
  481. </tr>
  482. <tr>
  483. <td>
  484. <p>
  485. You have <b>1 Sub Male</b> which means you can spar with them! You can spend some time tussling with one of your sub males for a chance to gain either EXP, Impression Progress, or some stats!
  486. </p>
  487. </td>
  488. <td class="right_odd" style="width: 280px;">
  489. <span class="xsmall">Sparring with a sub costs 10% energy - make sure you have it spare!</span><br><br>
  490. <form method="post">
  491. <select name="submale" style="width: 200px;">
  492. <optgroup label="Lazy Days">
  493. <option value="794124812043">AMP </option>
  494. </optgroup><optgroup label="New Cave">
  495. <option>No eligible lions.</option></optgroup><optgroup label="Sales">
  496. <option>No eligible lions.</option></optgroup> </select>
  497. <input type="submit" name="sparwithsub" value="Spar!" />
  498. </form>
  499. </td>
  500. </tr>
  501. </table>
  502.  
  503.  
  504. <b>You have <span style="color: #ff0000;">17 days</span> of the Feed All/Play All tool left. You can buy more days from the Oasis.</b>
  505. <p>
  506. <form method="post">
  507. <div class="col-sm-6 col-xs-12">
  508. <div class="feature">
  509. <h3 style="margin-top: 0;">Play All</h3>
  510. <span class="xsmall">The play all tool will play with all of your lions at once, maxing their mood to 100%.</span>
  511. <br /><br />
  512. <input type="submit" name="playall" value="Interact With Pride!" />
  513. </div>
  514. <br>
  515. </div>
  516. </form>
  517. <form method="post">
  518. <div class="col-sm-6 col-xs-12">
  519. <div class="feature">
  520. <h3 style="margin-top: 0;">Feed All</h3>
  521. <span class="xsmall">The feed all tool will feed all of your lions, providing you have enough food of the carcass type to satisfy them. <i>You will be the last priority for this tool.</i></span>
  522. <br />
  523. <select name="carcasstype" style="width: 200px;">
  524. <option value='346'>Small Meat Chunk (1 day left)</option><option value='168'>Bontebok Carcass (9 days left)</option><option value='87'>Dik Dik Carcass (9 days left)</option><option value='11'>Elephant Calf Carcass (9 days left)</option><option value='7'>Gazelle Carcass (9 days left)</option><option value='153'>Gerenuk Carcass (9 days left)</option><option value='1414'>Half Eaten Elephant Carcass (9 days left)</option><option value='157'>Half Eaten Rhino Carcass (9 days left)</option><option value='9'>Hartebeest Carcass (9 days left)</option><option value='165'>Hirola Carcass (9 days left)</option><option value='1'>Impala Carcass (9 days left)</option><option value='345'>Medium Meat Chunk (9 days left)</option><option value='93'>Okapi Carcass (9 days left)</option><option value='163'>Red River Hog Carcass (9 days left)</option><option value='200'>Rhino Carcass (9 days left)</option><option value='471'>Walia Ibex Carcass (9 days left)</option><option value='10'>Warthog Carcass (9 days left)</option><option value='2'>Wildebeest Carcass (9 days left)</option><option value='3'>Zebra Carcass (9 days left)</option><option value='158'>Hippo Calf Carcass (10 days left)</option><option value='65'>Rat Carcass (10 days left)</option><option value='590'>Sable Antelope Carcass (10 days left)</option><option value='167'>Steenbok Carcass (10 days left)</option> </select>
  525. <input type="submit" name="feedall" value="Feed Pride" />
  526. </div>
  527. </div>
  528. </form>
  529. </p>
  530. <br class="clear">
  531.  
  532.  
  533. <p>
  534. <table class="table" id="allies">
  535. <tr>
  536. <td class="top" colspan="100%">Alanna the Lioness's Recent Allies</th>
  537. </tr>
  538. <tr>
  539. <td class="right" style="text-align: center; width: 33%;">
  540. <a href="/lion.php?mid=15028" class="bigger">Veralidaine</a>
  541. <br />
  542. <span class="small">played by <a href="/territory.php?id=15028">Sunita [#2]</a><br />
  543. <b>Level 10</b> -
  544. 12 lionesses -
  545. 0 cubs<br />
  546. <a href="/compose.php?to=15028">Send Message</a>
  547. </span>
  548. </td>
  549. <td class="right" style="text-align: center; width: 33%;">
  550. <a href="/lion.php?mid=108281" class="bigger">Kåyoshi £eviå</a>
  551. <br />
  552. <span class="small">played by <a href="/territory.php?id=108281">🐾 ꧁ ŞᙀᎶᎯ ꧂</a><br />
  553. <b>Level 6</b> -
  554. 1 lionesses -
  555. 1 cubs<br />
  556. <a href="/compose.php?to=108281">Send Message</a>
  557. </span>
  558. </td>
  559. <td class="right" style="text-align: center; width: 33%;">
  560. <a href="/lion.php?mid=49110" class="bigger">*King Severus Snape 20M</a>
  561. <br />
  562. <span class="small">played by <a href="/territory.php?id=49110">Brooke(Clean Pie Ice King)!</a><br />
  563. <b>Level 13</b> -
  564. 53 lionesses -
  565. 46 cubs<br />
  566. <a href="/compose.php?to=49110">Send Message</a>
  567. </span>
  568. </td>
  569. </tr><tr>
  570. <td colspan="100%" class="left" style="height:5px; padding: 0;"></td>
  571. </tr><tr> <td class="right" style="text-align: center; width: 33%;">
  572. <a href="/lion.php?mid=64416" class="bigger">Myrcalus</a>
  573. <br />
  574. <span class="small">played by <a href="/territory.php?id=64416">kendall 🌺</a><br />
  575. <b>Level 13</b> -
  576. 53 lionesses -
  577. 38 cubs<br />
  578. <a href="/compose.php?to=64416">Send Message</a>
  579. </span>
  580. </td>
  581. <td class="right" style="text-align: center; width: 33%;">
  582. <a href="/lion.php?mid=100511" class="bigger">Ryūnosuke Akutagawa</a>
  583. <br />
  584. <span class="small">played by <a href="/territory.php?id=100511">Mori Ougai</a><br />
  585. <b>Level 11</b> -
  586. 39 lionesses -
  587. 32 cubs<br />
  588. <a href="/compose.php?to=100511">Send Message</a>
  589. </span>
  590. </td>
  591. <td class="right" style="text-align: center; width: 33%;">
  592. <a href="/lion.php?mid=49097" class="bigger">*King James Cleveland 20M</a>
  593. <br />
  594. <span class="small">played by <a href="/territory.php?id=49097">bcblaisdell(Clean King/SFS)!</a><br />
  595. <b>Level 13</b> -
  596. 119 lionesses -
  597. 117 cubs<br />
  598. <a href="/compose.php?to=49097">Send Message</a>
  599. </span>
  600. </td>
  601. </tr><tr>
  602. <td colspan="100%" class="left" style="height:5px; padding: 0;"></td>
  603. </tr><tr> </tr>
  604. <tr>
  605. <td class="bottom" colspan="100%">
  606. <a href="/allies.php?id=14734">View All</a>
  607. </td>
  608. </tr>
  609. </table>
  610. </p>
  611.  
  612. <p>
  613. <table class="table" id="clans">
  614. <tr>
  615. <td class="top" colspan="100%">Alanna the Lioness's Clan Memberships</th>
  616. </tr>
  617. <tr>
  618. <td class="right">None Joined</td> </tr>
  619. </table>
  620. </p>
  621.  
  622. <style>
  623. .dynastylist {
  624. padding-left: 5px;
  625. padding-right: 5px;
  626. }
  627. </style>
  628.  
  629. <div>
  630. <a href="/dynasty.php?mid=14734">
  631. <div class="col-md-3 col-sm-6 col-xs-6 dynastylist">
  632. <div class="left">
  633. <h3 style="margin-top: 0;">King Dynasty</h3>
  634. <img src="//static.lioden.com/images/layout/ancestors.jpg" border="0" style="width: 100%; max-width: 240px;" />
  635. </div>
  636. </div>
  637. </a>
  638. <a href="/former_pride.php?mid=14734">
  639. <div class="col-md-3 col-sm-6 col-xs-6 dynastylist">
  640. <div class="left">
  641. <h3 style="margin-top: 0;">Pride Dynasty</h3>
  642. <img src="//static.lioden.com/images/layout/ancestorsfem.png" border="0" style="width: 100%; max-width: 240px;" />
  643. </div>
  644. </div>
  645. </a>
  646. <a href="/achievements.php?id=14734">
  647. <div class="col-md-3 col-sm-6 col-xs-6 dynastylist">
  648. <div class="left">
  649. <h3 style="margin-top: 0;">Achievements</h3>
  650. <img src="//static.lioden.com/images/layout/achievements.jpg" border="0" style="width: 100%; max-width: 240px;" />
  651. </div>
  652. </div>
  653. </a>
  654. <a href="/showcase.php?mid=14734">
  655. <div class="col-md-3 col-sm-6 col-xs-6 dynastylist">
  656. <div class="left">
  657. <h3 style="margin-top: 0;">Showcase</h3>
  658. <img src="//static.lioden.com/images/showcase/banner.png" border="0" style="width: 100%; max-width: 240px;" />
  659. </div>
  660. </div>
  661. </a>
  662. <br class="clear">
  663. </div>
  664. <br>
  665.  
  666. <form method="post">
  667. <p>
  668. <div>
  669. <a href="/stud_requests.php"><div class="col-md-3">
  670. <div class="left">
  671. View Stud Requests
  672. </div>
  673. <br>
  674. </div></a>
  675. <a href="/userlog.php?id=14734"><div class="col-md-3">
  676. <div class="left">
  677. View Your User Log
  678. </div>
  679. <br>
  680. </div></a>
  681. <a href="/manage-devices.php"><div class="col-md-3">
  682. <div class="left">
  683. Manage Your Devices
  684. </div>
  685. <br>
  686. </div></a>
  687. <a href="/attacks.php?id=14734"><div class="col-md-3">
  688. <div class="left">
  689. View Attack History
  690. </div>
  691. </div></a>
  692. </div>
  693. </p>
  694. <br class="clear">
  695. <style>
  696. .switch {
  697. position: relative;
  698. display: inline-block;
  699. width: 30px;
  700. height: 17px;
  701. }
  702.  
  703. .switch input {display:none;}
  704.  
  705. .slider {
  706. position: absolute;
  707. cursor: pointer;
  708. top: 0;
  709. left: 0;
  710. right: 0;
  711. bottom: 0;
  712. background-color: #ccc;
  713. -webkit-transition: .4s;
  714. transition: .4s;
  715. }
  716.  
  717. .slider:before {
  718. position: absolute;
  719. content: "";
  720. height: 13px;
  721. width: 13px;
  722. left: 2px;
  723. bottom: 2px;
  724. background-color: white;
  725. -webkit-transition: .4s;
  726. transition: .4s;
  727. }
  728.  
  729. input:checked + .slider {
  730. background-color: #6EA435;
  731. }
  732.  
  733. input:focus + .slider {
  734. box-shadow: 0 0 1px #6EA435;
  735. }
  736.  
  737. input:checked + .slider:before {
  738. -webkit-transform: translateX(13px);
  739. -ms-transform: translateX(13px);
  740. transform: translateX(13px);
  741. }
  742.  
  743. /* Rounded sliders */
  744. .slider.round {
  745. border-radius: 17px;
  746. }
  747.  
  748. .slider.round:before {
  749. border-radius: 50%;
  750. }
  751. </style>
  752. <form method="post">
  753. <p>
  754. <table width="500" class="table" style="margin-bottom: 0;">
  755. <tr>
  756. <th><a href="#" onclick="toggle_visibility('editdetailspanel'); return false;">Edit Your Details +</a></th>
  757. </tr>
  758. </table>
  759. <div id="editdetailspanel" style="display: none;">
  760. <table width="500" class="table">
  761. <tr>
  762. <td class="left b" width="250">Territory Description:</td>
  763. <td class="right"><textarea name="desc" rows="" cols="" style="width: 100%; height: 200px;"><link rel="stylesheet" type="text/css" href="https://dl.dropbox.com/s/em1iizeswnuk65p/Sunita.css?dl=0" /><div class="clearfix"> <div class="boxcontainer"><div class="Box1"><h2>Hallo!! </h2> I'm Sunita, a name which I've been using for the past however many years across several different sims though I do go by Ash whenever I'm roleplaying on offsite forums. I mostly play solo and avoid interacting too much in the forums or chatbox, though I'm always open for private messages if you just want to chat. I am a twenty-one year old from the US who uses she / her pronouns. My interests run from anime to a minor obsession with harry potter crossover fanfiction with a couple dashes of crime dramas thrown in for good measure. I crochet when I have the time or the inspiration strikes me, and my yarn collection is an ever evolving monster that I joyfully nourish.
  764.  
  765. I don't have any set goals on lioden at this point but I'll put something together eventually. Right now I'm breeding lions that I consider pretty while collecting even more characters and art of them. </div>
  766.  
  767. <div class="Box1"><h2>Daily Reminders!</h2>* feed your hecking lionesses
  768. * hunts - try to get at least ten done
  769. * explore explore explore
  770. * battle dem beetles when you remember
  771. * transfer stuff from side &amp; bury any nesting items
  772. * sell off all the rest of the food and skulls </div></div> </div><div class="Box3"><h2>Art &lt;3</h2> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  773.  
  774. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div><div class="boxcontainer"><div class="Box4"><h2>Hallo!! </h2> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>
  775.  
  776. <div class="Box4"><h2>Hallo!! </h2> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>
  777.  
  778. <div class="Box4"><h2>Goals </h2> [] text
  779. [] text
  780. [] text
  781. [] text
  782. [] text
  783. [] text
  784. [] text
  785. [] text
  786. [] text
  787. [] text
  788. [] text
  789. [] text</div></div></textarea></td>
  790. </tr>
  791. <tr>
  792. <td class="left b" width="250">Player Name:</td>
  793. <td class="right"><input type="text" name="pname" value="Sunita" maxlength="30" /></td>
  794. </tr>
  795. <tr>
  796. <td class="left b" width="250">Avatar URL:</td>
  797. <td class="right"><input type="text" name="avatar" value="https://i.ibb.co/ZW03dV6/tagsizevoz.png" /> <a href="/tags.php">Premade Tags</a></td>
  798. </tr>
  799.  
  800. <tr>
  801. <td class="left b" width="250">Email:</td>
  802. <td class="right"><input type="text" name="email" value="trickster-dog@hotmail.com" /></td>
  803. </tr>
  804. <tr>
  805. <td class="left b" width="250">Territory Tile:</td>
  806. <td class="right">
  807. <select name="tile">
  808. <option value="grassy">Grassy</option>
  809. <option value="plains">Plains</option>
  810. <option value="water hole">Water Hole</option>
  811. <option value="dry lake">Dry Lake</option>
  812. <option value="rocky">Rocky</option>
  813. <option value="marshlands">Marshlands</option>
  814. <option value="desert">Desert</option>
  815. <option value="jungle">Jungle</option>
  816. <option value="savannah">Savannah</option>
  817. <option value="river" selected="selected">River</option>
  818. <option value="grassy">Grassy</option>
  819. <option value="shrubland">Shrubland</option>
  820. </select>
  821. </td>
  822. </tr>
  823. <tr>
  824. <td class="left b" width="250">Layout Theme:</td>
  825. <td class="right">
  826. <select name="layout">
  827. <option value="0">Day</option>
  828. <option value="1">Night</option>
  829. <option value="3">Desert</option>
  830. </select>
  831. </td>
  832. </tr>
  833. <tr>
  834. <td class="left b">Linked Account</td>
  835. <td class="right">
  836. <a href="/territory.php?id=15028">Sunita [#2] (#15028)</a> </td>
  837. </tr>
  838. <tr>
  839. <td colspan="2" class="bottom">
  840. <input type="submit" name="update" value="Save" />
  841. </td>
  842. </tr>
  843. </table>
  844. </div>
  845. </p>
  846. <p>
  847. <table width="500" class="table" style="margin-bottom: 0;">
  848. <tr>
  849. <th><a href="#" onclick="toggle_visibility('accountoptionspanel'); return false;">Account Options +</a></th>
  850. </tr>
  851. </table>
  852.  
  853. <div id="accountoptionspanel" style="display: none;">
  854. <a href="/opt-out.php">Opt Out of Reminder Emails</a><br>
  855.  
  856. <table width="500" class="table" style="margin-bottom: 0;">
  857. <tr>
  858. <td class="right">
  859. <div class="col-md-3 col-xs-6 center">
  860. <div class="item center floatleft small" style="width: 100%;">
  861. <div class="item-header">Friend Requests</div>
  862. <label class="switch">
  863. <input type="checkbox" name="friends" checked="checked" />
  864. <div class="slider round"></div>
  865. </label>
  866. </div>
  867. </div>
  868.  
  869. <div class="col-md-3 col-xs-6 center">
  870. <div class="item center floatleft small" style="width: 100%;">
  871. <div class="item-header">Custom HTML/CSS in Dens</div>
  872. <label class="switch">
  873. <input type="checkbox" name="disablehtml" checked="checked" />
  874. <div class="slider round"></div>
  875. </label>
  876. </div>
  877. </div>
  878.  
  879. <div class="col-md-3 col-xs-6 center">
  880. <div class="item center floatleft small" style="width: 100%;">
  881. <div class="item-header">Custom Decors on Lions</div>
  882. <label class="switch">
  883. <input type="checkbox" name="hideallcustoms" />
  884. <div class="slider round"></div>
  885. </label>
  886. </div>
  887. </div>
  888.  
  889. <div class="col-md-3 col-xs-6 center">
  890. <div class="item center floatleft small" style="width: 100%;">
  891. <div class="item-header">Cub Images on Nursing Lions</div>
  892. <label class="switch">
  893. <input type="checkbox" name="hidenewborncubs" checked="checked" />
  894. <div class="slider round"></div>
  895. </label>
  896. </div>
  897. </div>
  898.  
  899. <div class="col-md-3 col-xs-6 center">
  900. <div class="item center floatleft small" style="width: 100%;">
  901. <div class="item-header">Show My "View Forum Posts"</div>
  902. <label class="switch">
  903. <input type="checkbox" name="disableviewposts" />
  904. <div class="slider round"></div>
  905. </label>
  906. </div>
  907. </div>
  908.  
  909. <div class="col-md-3 col-xs-6 center">
  910. <div class="item center floatleft small" style="width: 100%;">
  911. <div class="item-header">Lion Footnotes on Den Pages</div>
  912. <label class="switch">
  913. <input type="checkbox" name="hidefootnotes" />
  914. <div class="slider round"></div>
  915. </label>
  916. </div>
  917. </div>
  918.  
  919. <div class="col-md-3 col-xs-6 center">
  920. <div class="item center floatleft small" style="width: 100%;">
  921. <div class="item-header">Pregnancy Visuals (My Lions)</div>
  922. <label class="switch">
  923. <input type="checkbox" name="disablepregnancy" checked="checked" />
  924. <div class="slider round"></div>
  925. </label>
  926. </div>
  927. </div>
  928.  
  929. <div class="col-md-3 col-xs-6 center">
  930. <div class="item center floatleft small" style="width: 100%;">
  931. <div class="item-header">Explore Loading Animation</div>
  932. <label class="switch">
  933. <input type="checkbox" name="disableexploreanim" />
  934. <div class="slider round"></div>
  935. </label>
  936. </div>
  937. </div>
  938.  
  939. <div class="col-md-3 col-xs-6 center">
  940. <div class="item center floatleft small" style="width: 100%;">
  941. <div class="item-header">Screen Shaking in Battles</div>
  942. <label class="switch">
  943. <input type="checkbox" name="disablebattleshake" />
  944. <div class="slider round"></div>
  945. </label>
  946. </div>
  947. </div>
  948.  
  949. <div class="col-md-3 col-xs-6 center">
  950. <div class="item center floatleft small" style="width: 100%;">
  951. <div class="item-header">Traditional Cave Display</div>
  952. <label class="switch">
  953. <input type="checkbox" name="togglecavedisplay" />
  954. <div class="slider round"></div>
  955. </label>
  956. </div>
  957. </div>
  958.  
  959. <div class="col-md-3 col-xs-6 center">
  960. <div class="item center floatleft small" style="width: 100%;">
  961. <div class="item-header">Collapse Editing Panels</div>
  962. <label class="switch">
  963. <input type="checkbox" name="collapsepanels" checked="checked" />
  964. <div class="slider round"></div>
  965. </label>
  966. </div>
  967. </div>
  968.  
  969. <div class="col-md-3 col-xs-6 center">
  970. <div class="item center floatleft small" style="width: 100%;">
  971. <div class="item-header">Collapse Decorations Panel</div>
  972. <label class="switch">
  973. <input type="checkbox" name="collapsedecorpanels" checked="checked" />
  974. <div class="slider round"></div>
  975. </label>
  976. </div>
  977. </div>
  978.  
  979. <div class="col-md-3 col-xs-6 center">
  980. <div class="item center floatleft small" style="width: 100%;">
  981. <div class="item-header">Hunting Notifications</div>
  982. <label class="switch">
  983. <input type="checkbox" name="huntingnotifications" checked="checked" />
  984. <div class="slider round"></div>
  985. </label>
  986. </div>
  987. </div>
  988.  
  989.  
  990. <div class="col-md-3 col-xs-6 center">
  991. <div class="item center floatleft small" style="width: 100%;">
  992. <div class="item-header">Page Tips</div>
  993. <label class="switch">
  994. <input type="checkbox" name="pagetips" />
  995. <div class="slider round"></div>
  996. </label>
  997. </div>
  998. </div>
  999.  
  1000. <div class="col-md-3 col-xs-6 center">
  1001. <div class="item center floatleft small" style="width: 100%;">
  1002. <div class="item-header">Block Private Messages</div>
  1003. <label class="switch">
  1004. <input type="checkbox" name="blockPms" />
  1005. <div class="slider round"></div>
  1006. </label>
  1007. </div>
  1008. </div>
  1009. </td>
  1010. </tr>
  1011. <tr>
  1012. <td colspan="2" class="bottom">
  1013. <input type="submit" name="update" value="Save" />
  1014. </td>
  1015. </tr>
  1016. </table>
  1017. </div>
  1018. </p>
  1019. </form>
  1020. <form method="post">
  1021. <p>
  1022. <table width="500" class="table" style="margin-bottom: 0;">
  1023. <tr>
  1024. <th><a href="#" onclick="toggle_visibility('changepasswordpanel'); return false;">Change Your Password +</a></th>
  1025. </tr>
  1026. </table>
  1027. <div id="changepasswordpanel" style="display: none;">
  1028. <table class="table" width="500">
  1029. <tr>
  1030. <td class="left b" width="250">Current Password:</td>
  1031. <td class="right"><input type="password" name="password" /></td>
  1032. </tr>
  1033. <tr>
  1034. <td class="left b" width="250">New Password:</td>
  1035. <td class="right"><input type="password" name="password2" /></td>
  1036. </tr>
  1037. <tr>
  1038. <td class="left b" width="250">Confirm New Password:</td>
  1039. <td class="right"><input type="password" name="password3" /></td>
  1040. </tr>
  1041. <tr>
  1042. <td colspan="2" class="bottom">
  1043. <input type="submit" name="change" value="Change" />
  1044. </td>
  1045. </tr>
  1046. </table>
  1047. </div>
  1048. </p>
  1049. </form>
  1050.  
  1051.  
  1052. </center>
  1053.  
  1054. <script type="text/javascript">
  1055. <!--
  1056. function toggle_visibility(id) {
  1057. var e = document.getElementById(id);
  1058. if(e.style.display == 'block')
  1059. e.style.display = 'none';
  1060. else
  1061. e.style.display = 'block';
  1062. }
  1063. //-->
  1064. </script>
  1065. <script type="text/javascript">
  1066. (function() {
  1067. window.onload = function() {
  1068. // Apply custom CSS to chat
  1069. var iframe = document.querySelector('#fraSidebarChat iframe')
  1070. var customStyles = document.querySelectorAll('.col-md-9.col-xs-12 center .hidden-xs link[rel="stylesheet"]');
  1071.  
  1072. if (customStyles.length > 0) {
  1073. customStyles.forEach(function(el) {
  1074. var cssLink = document.createElement('link');
  1075. cssLink.href = el.getAttribute('href');
  1076. cssLink.rel = 'stylesheet';
  1077. cssLink.type = 'text/css';
  1078.  
  1079. iframe.contentWindow.document.body.appendChild(cssLink);
  1080. });
  1081. }
  1082. }
  1083. }());
  1084. </script>
  1085.  
  1086.  
  1087. <br class="clear">
  1088. <br><br><br>
  1089. <div class="center visible-md visible-lg">
  1090. </div>
  1091. </div>
  1092. <div class="sidebar col-md-3 visible-xs visible-sm col-xs-12 visible-md visible-lg">
  1093. <div class="col-md-12 col-xs-6">
  1094. <div class="panel panel-default">
  1095. <div class="panel-body small">
  1096. <div class="floatright right" style="width: 45px;">
  1097. <img src="//static.lioden.com/img/layout/icon-time-day.png" alt="day Time" />
  1098. <img src="//static.lioden.com/img/layout/icon-season-wet.png" alt="wet Season" />
  1099. </div>
  1100. 15th March, 2019<br />8:21am Lioden time<br />
  1101. <a href="/online.php">1771 members online</a><br><a href="/friends-online.php">0 friends online</a> </div>
  1102. </div>
  1103. <div class="panel panel-default">
  1104. <div class="panel-body small center">
  1105. <a href="/event.php"><img src="//static.lioden.com/images/icon_beetlerhino.png" /> 558 Rhino Beetles</a><br /> </div>
  1106. </div>
  1107. <a href="/lion.php?mid=14734"><h3>Alanna the Lioness <div class="floatright">&rarr;</div></h3></a>
  1108.  
  1109. <div class="panel">
  1110. <div class="panel-body small">
  1111. <div class="progress">
  1112. <div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 80%">
  1113. </div>
  1114. <div>Energy: 80%</div>
  1115. </div>
  1116. <div class="progress">
  1117. <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 100%">
  1118. </div>
  1119. <div>Hunger: 0%</div>
  1120. </div>
  1121. <div class="progress">
  1122. <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 8%">
  1123. </div>
  1124. <div>EXP: 8%</div>
  1125. </div>
  1126. <div class="progress">
  1127. <div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 18%">
  1128. </div>
  1129. <div>IMP: 18%</div>
  1130. </div>
  1131. <div class="b floatleft">Level 14</div>
  1132. <div class="b floatright">Dreamboat</div>
  1133. <br class="clear">
  1134. <div class="center"><a href="/cooldowns.php">View Your Cooldowns &rarr;</a></div>
  1135. </div>
  1136. </div>
  1137.  
  1138. </div>
  1139.  
  1140. <div class="col-xs-1 visible-xs visible-sm" style="margin-right: -20px;">
  1141. </div>
  1142.  
  1143. <div class="col-md-12 col-xs-5">
  1144.  
  1145. <a href="/achievements.php"><h3 style="margin-top: 0;">Achievements <div class="floatright">&rarr;</div></h3></a>
  1146. <div class="panel">
  1147. <div class="panel-body small center">
  1148. <div class="progress">
  1149. <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 98%">
  1150. </div>
  1151. <div>Progress (98%)</div>
  1152. </div>
  1153. </div>
  1154. </div>
  1155.  
  1156. <a href="/bookmarks.php"><h3>Bookmarks <div class="floatright">&rarr;</div></h3></a>
  1157. <div class="panel">
  1158. <div class="panel-body small clear">
  1159. &raquo; <a href="/battlebeetles.php">Beetle Battling</a><br>
  1160. &raquo; <a href="/explorearea.php?id=4">Exploring</a><br>
  1161. </div>
  1162. <p></p>
  1163. </div>
  1164. <div class="visible-xs visible-sm">
  1165. <h3>Game Stats</h3>
  1166. <div class="panel">
  1167. <div class="panel-body small">
  1168.  
  1169. <b>171,117</b> total members<br>
  1170. <b>1,248,244</b> lionesses owned<br>
  1171. <b>74,584</b> sub males owned<br>
  1172. <b>875,886</b> cubs bred<br>
  1173. <br>
  1174. <b><a href="/mutecount.php">156,226</a></b> mutated lions<br>
  1175. <br>
  1176. </div>
  1177. </div>
  1178. </div>
  1179. </div>
  1180. <div class="clear visible-xs visible-sm" style="border-bottom: 1px dashed #6D381F;margin-bottom: 10px;"></div>
  1181. <div class="col-md-12 col-xs-12">
  1182. <h3 style="position: relative;">Chat Box
  1183. <div style="display: inline-block; text-align: right;"><input type="button" name="togglechat" value="Show" style="padding: 3px 3px; margin-left: 6px; vertical-align: middle; font-size: 12px;" id="btnToggleSidebarChat"></div>
  1184. <div style="position: absolute; right: 0; top: 0; font-size: 12px; line-height: 24px;"><a href="./chat.php">Chat Room &#x2192;</a></div>
  1185. </h3>
  1186. <div id="fraSidebarChat" class="hidden"><iframe data-src="./chat.sidebar.php"></iframe></div>
  1187. <div class="visible-md visible-lg">
  1188. <h3>Game Stats</h3>
  1189. <div class="panel">
  1190. <div class="panel-body small">
  1191.  
  1192. <b>171,117</b> total members<br>
  1193. <b>1,248,244</b> lionesses owned<br>
  1194. <b>74,584</b> sub males owned<br>
  1195. <b>875,886</b> cubs bred<br>
  1196. <br>
  1197. <b><a href="/mutecount.php">156,226</a></b> mutated lions<br>
  1198. <br>
  1199. </div>
  1200. </div>
  1201. </div>
  1202.  
  1203. <div class="visible-md visible-lg">
  1204. <h3>Social Media</h3>
  1205. <div class="panel">
  1206. <div class="panel-body small">
  1207. <a href="https://www.facebook.com/liodengame/" target="_blank"><img src="//static.lioden.com/images/iconFB.png" alt="Facebook" /></a>
  1208. <a href="https://twitter.com/liodengame" target="_blank"><img src="//static.lioden.com/images/iconTwit.png" alt="Twitter" style="width: 46px; margin-top: -3px;" /></a>
  1209. </div>
  1210. </div>
  1211. </div>
  1212. </div>
  1213. <form method="post" action="/account-link.php">
  1214. <p class="center">
  1215. <br>
  1216. <input type="submit" name="switchaccount" value="Switch Account" />
  1217. <br>
  1218. </p>
  1219. </form>
  1220.  
  1221.  
  1222. </div>
  1223. </div>
  1224. </div>
  1225. </div>
  1226. <div class="container footer center white visible-lg visible-md visible-sm">
  1227. Lioden Ltd &copy; 2012-2019. All rights reserved.<br>
  1228. Company number 09846917 registered in England & Wales. VAT number 234362915.
  1229. <ul class="bottomlinks row small auto" style="width: 740px;">
  1230. <li><a href="/terms.php">Terms of Service</a></li>
  1231. <li><a href="/code.php">Code of Conduct</a></li>
  1232. <li><a href="/privacy.php">Privacy Policy</a></li>
  1233. <li><a href="/contact.php">Contact Us</a></li>
  1234. <li><a href="/modbox.php">Modbox</a></li>
  1235. <li><a href="/faq.php">FAQ</a></li>
  1236. <li><a href="/conservation.php">Conservation Efforts</a></li>
  1237. </ul>
  1238. </div>
  1239. <div class="center footer small white visible-xs">
  1240. Lioden Ltd &copy; 2012-2019. All rights reserved.<br>
  1241. Company number 09846917 registered in England & Wales. VAT number 234362915.<br>
  1242. <a href="/terms.php">Terms of Service</a> -
  1243. <a href="/code.php">Code of Conduct</a> -
  1244. <a href="/privacy.php">Privacy Policy</a> -
  1245. <a href="/contact.php">Contact Us</a> -
  1246. <a href="/modbox.php">Modbox</a> -
  1247. <a href="/faq.php">FAQ</a> -
  1248. <a href="/conservation.php">Conservation Efforts</a>
  1249. </div>
  1250.  
  1251. <script src="//static.lioden.com/js/bootstrap.min.js"></script>
  1252. <script src="//static.lioden.com/inc/jquery-ui.min.js"></script>
  1253. <script src="//static.lioden.com/js/main.js?v=1.13"></script>
  1254. <script>$(document).ready(function() { $("#dialog").dialog(); });</script>
  1255. <script>
  1256. (function() {
  1257. var btnToggleSidebarChat = document.getElementById('btnToggleSidebarChat');
  1258. var fraSidebarChat = document.getElementById('fraSidebarChat');
  1259.  
  1260. if (fraSidebarChat) {
  1261. var fraSidebarContent = fraSidebarChat.querySelector('iframe');
  1262. if (btnToggleSidebarChat) {
  1263. btnToggleSidebarChat.addEventListener('click', function(e) {
  1264. e.preventDefault();
  1265. if (this.value == 'Hide') {
  1266. CK.create('chat_sidebar', 0, 365);
  1267. updateChatboxSetting(0);
  1268. this.value = 'Show';
  1269. fraSidebarChat.classList.add('hidden');
  1270. } else {
  1271. CK.create('chat_sidebar', 2, 365);
  1272. updateChatboxSetting(2);
  1273. this.value = 'Hide';
  1274. fraSidebarChat.classList.remove('hidden');
  1275. loadChat();
  1276. }
  1277. });
  1278. }
  1279.  
  1280. function loadChat() {
  1281. if (CK.read('chat_sidebar') != 0) {
  1282. fraSidebarContent.src = fraSidebarContent.getAttribute('data-src');
  1283. }
  1284. }
  1285.  
  1286. }
  1287. }());
  1288. </script>
  1289. </body>
  1290. </html>
Add Comment
Please, Sign In to add comment