Advertisement
Guest User

Untitled

a guest
May 31st, 2017
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.12 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns:fb="http://www.facebook.com/2008/fbml">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <title>Batoto - Read Your Favorite Comics Online&#33;</title>
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  7. <link rel="shortcut icon" href='http://bato.to/forums/favicon.ico' />
  8. <link rel="image_src" href='http://bato.to/forums/public/style_images/subway/meta_image.png' />
  9. <script type='text/javascript'>
  10. //<![CDATA[
  11. jsDebug = 0; /* Must come before JS includes */
  12. DISABLE_AJAX = parseInt(0); /* Disables ajax requests where text is sent to the DB; helpful for charset issues */
  13. inACP = false;
  14. var isRTL = false;
  15. var rtlIe = '';
  16. var rtlFull = '';
  17. //]]>
  18. </script>
  19. <link href='//fonts.googleapis.com/css?family=Open+Sans:400,700,300' rel='stylesheet' type='text/css'>
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35. <link rel="stylesheet" type="text/css" title="Main" media="print" href="http://bato.to/forums/public/style_css/css_17/ipcontent_print.css?ipbv=bb2df3bfbb662cfd3b8c2fa0238cfaea" />
  36.  
  37.  
  38.  
  39. <link rel="stylesheet" type="text/css" media='screen,print' href="http://bato.to/forums/public/min/index.php?ipbv=bb2df3bfbb662cfd3b8c2fa0238cfaea&amp;f=public/style_css/css_17/ipb_common.css,public/style_css/css_17/ipb_styles.css,public/style_css/css_17/ipcontent.css,public/style_css/css_17/calendar_select.css" />
  40.  
  41.  
  42. <!--[if lte IE 7]>
  43. <link rel="stylesheet" type="text/css" title='Main' media="screen" href="http://bato.to/forums/public/style_css/css_17/ipb_ie.css" />
  44. <![endif]-->
  45. <!--[if lte IE 8]>
  46. <style type='text/css'>
  47. .ipb_table { table-layout: fixed; }
  48. .ipsLayout_content { width: 99.5%; }
  49. </style>
  50. <![endif]-->
  51.  
  52. <!-- Forces resized images to an admin-defined size -->
  53. <style type='text/css'>
  54. img.bbc_img {
  55. max-width: 800px !important;
  56. max-height: 800px !important;
  57. }
  58. </style>
  59.  
  60. <meta property="og:title" content="Batoto - Read Your Favorite Comics Online&#33;"/>
  61. <meta property="og:site_name" content="Batoto Forums"/>
  62. <meta property="og:type" content="article" />
  63.  
  64.  
  65.  
  66.  
  67. <meta name="description" content="Batoto comic reader" />
  68.  
  69.  
  70.  
  71. <meta property="og:description" content="Batoto comic reader" />
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78. <meta name="identifier-url" content="http://bato.to/reader" />
  79.  
  80.  
  81. <meta property="og:url" content="http://bato.to/reader" />
  82.  
  83.  
  84.  
  85.  
  86.  
  87. <meta property="og:image" content="http://bato.to/forums/public/style_images/subway/meta_image.png"/>
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104. <script type='text/javascript' src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
  105. <script type='text/javascript'>!window.jQuery && document.write('<script src="http://bato.to/forums/public/style_images/subway/js/jquery.min.js"><\/script>')</script>
  106. <script type='text/javascript' src="http://bato.to/forums/public/style_images/subway/js/cookie.js"></script>
  107. <script type='text/javascript' src="http://bato.to/forums/public/style_images/subway/js/ipbforumskins.js"></script>
  108. <script type="text/javascript">
  109. jQuery.noConflict();
  110.  
  111. jQuery(document).ready(function($){
  112.  
  113. var backgroundElements = 'body.cpe, .cpe #logo, .cpe #primary_nav, .cpe #community_app_menu > li.active > a, .cpe #themeToggle';
  114.  
  115. $("#themeEditor #editPattern span").click(function(){
  116. var backgroundPattern = $(this).attr("data-pattern");
  117. var backgroundRepeat = $(this).attr("data-backgroundRepeat");
  118. var backgroundPosition = $(this).attr("data-backgroundPosition");
  119. var backgroundAttach = $(this).attr("data-backgroundAttach");
  120. var noHeaderImage = $(this).attr("data-noHeaderImage");
  121. var backgroundClasses = backgroundRepeat + " " + backgroundPosition + " " + backgroundAttach + " " + noHeaderImage;
  122. $(backgroundElements).removeClass("repeat repeat-x repeat-y scroll fixed centerCenter topCenter noHeaderImage").addClass(" " + backgroundClasses).css("background-image", "url(http://bato.to/forums/public/style_images/subway/patterns/" + backgroundPattern + ")");
  123. $.cookie('customPattern',backgroundPattern,{ expires: 365, path: '/'});
  124. $.cookie('backgroundClasses',backgroundClasses,{ expires: 365, path: '/'});
  125. });
  126.  
  127. if ( ($.cookie('customPattern') != null)) {
  128. $(backgroundElements).removeClass("repeat repeat-x repeat-y scroll fixed centerCenter topCenter noHeaderImage").addClass(" " + $.cookie('backgroundClasses')).css("background-image", "url(http://bato.to/forums/public/style_images/subway/patterns/" + $.cookie('customPattern') + ")");
  129. }
  130. else{
  131. $(backgroundElements).addClass("repeat topCenter fixed").css("background-image","url(http://bato.to/forums/public/style_images/subway/patterns/shattered.png)");
  132. }
  133.  
  134. });
  135. </script>
  136. <script type='text/javascript' src='http://bato.to/forums/public/min/index.php?ipbv=bb2df3bfbb662cfd3b8c2fa0238cfaea&amp;g=js'></script>
  137.  
  138. <script type='text/javascript' src='http://bato.to/forums/public/min/index.php?ipbv=bb2df3bfbb662cfd3b8c2fa0238cfaea&amp;charset=UTF-8&amp;f=public/js/ipb.js,cache/lang_cache/2/ipb.lang.js,public/js/ips.hovercard.js,public/js/ips.quickpm.js' charset='UTF-8'></script>
  139.  
  140.  
  141. <script type='text/javascript' src='/js/shortcuts_20131231.js'></script>
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149. <!-- Forces topic photo to show without thumb -->
  150. <style type='text/css'>
  151. .ipsUserPhoto_variable { max-width: 150px !important; }
  152.  
  153. .post_body { margin-left: 185px !important; }
  154.  
  155. </style><script type='text/javascript'>
  156. //<![CDATA[
  157. /* ---- URLs ---- */
  158. ipb.vars['home_url'] = 'http://bato.to';
  159. ipb.vars['base_url'] = 'http://bato.to/forums/index.php?s=14f3d67c7717953e9185ed19fc89e71c&';
  160. ipb.vars['board_url'] = 'http://bato.to/forums';
  161. ipb.vars['img_url'] = "http://bato.to/forums/public/style_images/subway";
  162. ipb.vars['loading_img'] = 'http://bato.to/forums/public/style_images/subway/loading.gif';
  163. ipb.vars['active_app'] = 'ccs';
  164. ipb.vars['upload_url'] = 'https://bato.to/forums/uploads';
  165. /* ---- Member ---- */
  166. ipb.vars['member_id'] = parseInt( 151865 );
  167. ipb.vars['is_supmod'] = parseInt( 0 );
  168. ipb.vars['is_admin'] = parseInt( 0 );
  169. ipb.vars['secure_hash'] = '0816dee0bfe361596d40367e49347195';
  170. ipb.vars['session_id'] = '14f3d67c7717953e9185ed19fc89e71c';
  171. ipb.vars['twitter_id'] = 0;
  172. ipb.vars['fb_uid'] = 0;
  173. ipb.vars['auto_dst'] = parseInt( 1 );
  174. ipb.vars['dst_in_use'] = parseInt( 0 );
  175. ipb.vars['is_touch'] = false;
  176. ipb.vars['member_group'] = {"g_mem_info":"1"}
  177. /* ---- cookies ----- */
  178. ipb.vars['cookie_id'] = '';
  179. ipb.vars['cookie_domain'] = '.bato.to';
  180. ipb.vars['cookie_path'] = '/';
  181. /* ---- Rate imgs ---- */
  182. ipb.vars['rate_img_on'] = 'http://bato.to/forums/public/style_images/subway/star.png';
  183. ipb.vars['rate_img_off'] = 'http://bato.to/forums/public/style_images/subway/star_off.png';
  184. ipb.vars['rate_img_rated'] = 'http://bato.to/forums/public/style_images/subway/star_rated.png';
  185. /* ---- Uploads ---- */
  186. ipb.vars['swfupload_swf'] = 'http://bato.to/forums/public/js/3rd_party/swfupload/swfupload.swf';
  187. ipb.vars['swfupload_enabled'] = true;
  188. ipb.vars['use_swf_upload'] = ( 'flash' == 'flash' ) ? true : false;
  189. ipb.vars['swfupload_debug'] = false;
  190. /* ---- other ---- */
  191. ipb.vars['highlight_color'] = "#ade57a";
  192. ipb.vars['charset'] = "UTF-8";
  193. ipb.vars['time_offset'] = "0";
  194. ipb.vars['hour_format'] = "12";
  195. ipb.vars['seo_enabled'] = 1;
  196.  
  197. ipb.vars['seo_params'] = {"start":"-","end":"\/","varBlock":"?","varPage":"page-","varSep":"&","varJoin":"="};
  198.  
  199. /* Templates/Language */
  200. ipb.templates['inlineMsg'] = "";
  201. ipb.templates['ajax_loading'] = "<div id='ajax_loading'><img src='http://bato.to/forums/public/style_images/subway/ajax_loading.gif' alt='" + ipb.lang['loading'] + "' /></div>";
  202. ipb.templates['close_popup'] = "<img src='http://bato.to/forums/public/style_images/subway/close_popup.png' alt='x' />";
  203. ipb.templates['rss_shell'] = new Template("<ul id='rss_menu' class='ipbmenu_content'>#{items}</ul>");
  204. ipb.templates['rss_item'] = new Template("<li><a href='#{url}' title='#{title}'>#{title}</a></li>");
  205.  
  206. ipb.templates['m_add_friend'] = new Template("<a href='http://bato.to/forums/index.php?app=members&amp;module=profile&amp;section=friends&amp;do=add&amp;member_id=#{id}' title='Add as Friend' class='ipsButton_secondary'><img src='http://bato.to/forums/public/style_images/subway/user_add.png' alt='Add as Friend' /></a>");
  207. ipb.templates['m_rem_friend'] = new Template("<a href='http://bato.to/forums/index.php?app=members&amp;module=profile&amp;section=friends&amp;do=remove&amp;member_id=#{id}' title='Remove Friend' class='ipsButton_secondary'><img src='http://bato.to/forums/public/style_images/subway/user_delete.png' alt='Remove Friend' /></a>");
  208.  
  209. ipb.templates['autocomplete_wrap'] = new Template("<ul id='#{id}' class='ipb_autocomplete' style='width: 250px;'></ul>");
  210. ipb.templates['autocomplete_item'] = new Template("<li id='#{id}' data-url='#{url}'><img src='#{img}' alt='' class='ipsUserPhoto ipsUserPhoto_mini' />&nbsp;&nbsp;#{itemvalue}</li>");
  211. ipb.templates['page_jump'] = new Template("<div id='#{id}_wrap' class='ipbmenu_content'><h3 class='bar'>Jump to page</h3><p class='ipsPad'><input type='text' class='input_text' id='#{id}_input' size='8' /> <input type='submit' value='Go' class='input_submit add_folder' id='#{id}_submit' /></p></div>");
  212. ipb.templates['global_notify'] = new Template("<div class='popupWrapper'><div class='popupInner'><div class='ipsPad'>#{message} #{close}</div></div></div>");
  213.  
  214.  
  215. ipb.templates['header_menu'] = new Template("<div id='#{id}' class='ipsHeaderMenu boxShadow'></div>");
  216.  
  217. ipb.global.checkDST();
  218.  
  219. Loader.boot();
  220. //]]>
  221. </script>
  222. <script>
  223. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  224. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  225. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  226. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  227.  
  228. ga('create', 'UA-26671598-1', 'auto');
  229. ga('send', 'pageview');
  230. </script>
  231. <!-- Quantcast Tag, part 1 -->
  232. <script type="text/javascript">
  233. var _qevents = _qevents || [];
  234. (function() {
  235. var elem = document.createElement('script');
  236. elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge")
  237. + ".quantserve.com/quant.js";
  238. elem.async = true;
  239. elem.type = "text/javascript";
  240. var scpt = document.getElementsByTagName('script')[0];
  241. scpt.parentNode.insertBefore(elem, scpt);
  242. })();
  243. </script>
  244. <script type='text/javascript'> var weLoaded = false;
  245. (function(){
  246. if( typeof(_ccsLoadedAssets) == 'undefined' || !_ccsLoadedAssets )
  247. {
  248. if( !window.jQuery )
  249. {
  250. document.write("<"+"script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></"+"script>");
  251. weLoaded = true;
  252. }
  253. }
  254. })();
  255. </script>
  256. <script type='text/javascript'>
  257.  
  258. (function(){
  259. if( typeof(_ccsLoadedAssets) == 'undefined' || !_ccsLoadedAssets )
  260. {
  261. if( weLoaded ){
  262. _ccsjQ = jQuery.noConflict();
  263. } else {
  264. _ccsjQ = jQuery;
  265. }
  266.  
  267. document.write("<"+"script type='text/javascript' src='http://bato.to/forums/public/ipc_blocks/compiled.js'></"+"script>");
  268. document.write("<"+"link rel='stylesheet' media='screen' type='text/css' href='http://bato.to/forums/public/ipc_blocks/compiled.css' /"+">");
  269. document.write("<"+"link rel='stylesheet' media='screen' type='text/css' href='http://bato.to/forums/public/style_css/css_17/ipb_common.css' /"+">");
  270. }
  271. })();
  272. var _ccsLoadedAssets = true;</script></head>
  273.  
  274. <body id='ipboard_body' class=' cpe'>
  275. <style type='text/css' id='stylePrimary'></style><style type='text/css' id='styleSecondary'></style>
  276. <p id='content_jump' class='hide'><a id='top'></a><a href='#j_content' title='Jump to content' accesskey='m'>Jump to content</a></p>
  277. <div id='ipbwrapper' class='wrapper'>
  278.  
  279. <div id='user_bar' class='clearfix'>
  280. <div id='user_navigation' class='logged_in'>
  281. <ul class='ipsList_inline'>
  282. <li class='first'><a href="http://bato.to/forums/user/151865-el0d/" title='Your Profile'>
  283. <img src='http://www.gravatar.com/avatar/af5cd224a4d51a53647693fba1d64592?s=100&amp;d=http%3A%2F%2Fbato.to%2Fforums%2Fpublic%2Fstyle_images%2Fsubway%2Fprofile%2Fdefault_large.png' alt="el0d&#39;s Photo" class='user_photo' />
  284. </a></li>
  285. <li><a id='user_link' href="http://bato.to/forums/user/151865-el0d/" title='Your Profile'>Welcome, el0d &nbsp;<span id='user_link_dd'></span></a></li>
  286. <li><a data-clicklaunch="getInboxList" id='inbox_link' href='http://bato.to/forums/index.php?app=members&amp;module=messaging' title='Messenger'><img src="http://bato.to/forums/public/style_images/subway/clear.gif" alt="" />&nbsp;</a></li>
  287. <li><a data-clicklaunch="getNotificationsList" id='notify_link' href="http://bato.to/forums/index.php?app=core&amp;module=usercp&amp;area=notificationlog" title="Notifications"><img src="http://bato.to/forums/public/style_images/subway/clear.gif" alt="" />&nbsp;</a></li>
  288. <li><a href="https://bato.to/forums/index.php?app=core&amp;module=global&amp;section=login&amp;do=logout&amp;k=0816dee0bfe361596d40367e49347195">Sign Out</a></li>
  289.  
  290. </ul>
  291. </div>
  292. <!-- ::: USER DROP DOWN MENU ::: -->
  293. <div id='user_link_menucontent' class='ipsHeaderMenu boxShadow clearfix' style='display: none'>
  294. <a href="http://bato.to/forums/user/151865-el0d/" title='Your Profile' class='ipsUserPhotoLink left'>
  295. <img src='http://www.gravatar.com/avatar/af5cd224a4d51a53647693fba1d64592?s=100&amp;d=http%3A%2F%2Fbato.to%2Fforums%2Fpublic%2Fstyle_images%2Fsubway%2Fprofile%2Fdefault_large.png' alt="el0d&#39;s Photo" class='ipsUserPhoto ipsUserPhoto_medium photo' />
  296. </a>
  297.  
  298. <div class='left'>
  299. <form id='statusForm' action='http://bato.to/forums/index.php?app=members&amp;module=profile&amp;section=status&amp;do=new&amp;k=0816dee0bfe361596d40367e49347195&amp;id=151865' method='post'>
  300. <input type='text' id='statusUpdateGlobal' name='content' class='input_text' style='width: 97%' /><br />
  301. <input type='submit' id='statusSubmitGlobal' class='ipsButton_secondary' value='Update' />
  302.  
  303. <br />
  304. <hr />
  305. </form>
  306. <ul id='links'>
  307. <li id='user_profile'><a href='http://bato.to/forums/user/151865-el0d/' title='Your Profile'>My Profile</a></li>
  308. <li id='user_ucp'><a href="http://bato.to/forums/index.php?app=core&amp;module=usercp" title="Edit my settings, such as signature, photo and more...">My Settings</a></li>
  309. <li id='user_content'><a href="http://bato.to/forums/index.php?app=core&amp;module=search&amp;do=user_activity&amp;mid=151865" title="My Content">My Content</a></li>
  310.  
  311. <li id='user_likes'><a href='http://bato.to/forums/index.php?app=core&amp;module=search&amp;do=followed' title='Content I Follow'>Content I Follow</a></li>
  312.  
  313.  
  314. <li id='user_friends'><a href='http://bato.to/forums/index.php?app=members&amp;module=profile&amp;section=friends&amp;do=list' title="Manage Friends" class='manage_friends'>Manage Friends</a></li>
  315.  
  316. <li id='user_enemies'><a href='http://bato.to/forums/index.php?app=core&amp;module=usercp&amp;tab=core&amp;area=ignoredusers' title="Manage Ignore Prefs" class='manage_enemies'>Manage Ignore Prefs</a></li>
  317.  
  318.  
  319. <li id='user_pm'><a href="http://bato.to/forums/index.php?app=members&module=messaging">Personal Messenger</a></li>
  320.  
  321.  
  322.  
  323. </ul>
  324. </div>
  325. </div>
  326.  
  327. <div id='search' class='right'>
  328. <form action="http://bato.to/forums/index.php?app=core&amp;module=search&amp;do=search&amp;fromMainBar=1" method="post" id='search-box' >
  329. <fieldset>
  330. <label for='main_search' class='hide'>Search</label>
  331. <a href='/search?advanced=1' title='Advanced Comic Search' class='right' style='background: url("/images/nav_book.png") no-repeat scroll 50% 50% / 20px auto rgba(0, 0, 0, 0); height:34px; margin-left: 3px; text-indent: -3000em; width: 34px;'>Advanced Comic Search</a>
  332. <a href='http://bato.to/forums/index.php?app=core&amp;module=search&amp;search_in=ccs' title='Advanced Search' accesskey='4' rel="search" id='adv_search' class='right'>Advanced</a>
  333. <span id='search_wrap' class='right'>
  334. <input type='text' id='main_search' name='search_term' class='inactive' size='17' tabindex='100' />
  335. <span class='choice ipbmenu clickable' id='search_options' style='display: none'></span>
  336. <ul id='search_options_menucontent' class='ipbmenu_content ipsPad' style='display: none'>
  337. <li class='title'><strong>Search section:</strong></li>
  338.  
  339.  
  340.  
  341.  
  342.  
  343. <li class='app'><label for='s_forums' title='Forums'><input type='radio' name='search_app' class='input_radio' id='s_forums' value="forums" />Forums</label></li>
  344. <li class='app'><label for='s_members' title='Members'><input type='radio' name='search_app' class='input_radio' id='s_members' value="members" />Members</label></li>
  345. <li class='app'><label for='s_core' title='Help Files'><input type='radio' name='search_app' class='input_radio' id='s_core' value="core" />Help Files</label></li>
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359. <li class='app'>
  360. <label for='s_ccs' title='Home'>
  361. <input type='radio' name='search_app' class='input_radio' id='s_ccs' value="ccs" checked="checked" />Home
  362. </label>
  363. </li>
  364.  
  365.  
  366.  
  367.  
  368. </ul>
  369. <input type='submit' class='submit_input clickable' value='Search' />
  370. </span>
  371.  
  372. </fieldset>
  373. </form>
  374. </div>
  375.  
  376. </div>
  377.  
  378. <div id='mainContent'>
  379.  
  380. <!-- ::: BRANDING STRIP: Logo and search box ::: -->
  381. <div id='branding' class='clearfix'>
  382.  
  383. <div id='themeToggle'>
  384. <span>Edit Style <img src='http://bato.to/forums/public/style_images/subway/useropts_arrow.png' /></span>
  385. </div>
  386.  
  387. <!-- ::: APPLICATION TABS ::: -->
  388. <div id='primary_nav' class='clearfix'>
  389. <ul class='ipsList_inline' id='community_app_menu'>
  390. <!--
  391. <li id='nav_home' class='left'><a href='http://bato.to' title='Homepage' rel="home">Batoto</a></li>
  392. -->
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424. <li id='nav_menu_1' class="left ">
  425. <a id='nav_menu_1_trigger' href='/search' title='' >Comics </a>
  426.  
  427.  
  428. </li>
  429.  
  430.  
  431. <li id='nav_menu_2' class="left ">
  432. <a id='nav_menu_2_trigger' href='/random' title='' >Random </a>
  433.  
  434.  
  435. </li>
  436.  
  437.  
  438. <li id='nav_menu_3' class="left ">
  439. <a id='nav_menu_3_trigger' href='/group' title='' >Groups </a>
  440.  
  441.  
  442. </li>
  443.  
  444.  
  445. <li id='nav_menu_4' class="left ">
  446. <a id='nav_menu_4_trigger' href='/myfollows' title='' >My Follows </a>
  447.  
  448.  
  449. </li>
  450.  
  451.  
  452.  
  453.  
  454.  
  455. <li id='nav_app_forums' class="left "><a href='http://bato.to/forums/' title='Go to Forums' >Forums</a></li>
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478. <li id='nav_app_members' class="left "><a href='http://bato.to/forums/members/' title='Go to Members' >Members</a></li>
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506. <li id='nav_menu_7' class="left ">
  507. <a id='nav_menu_7_trigger' href='https://bato.to/donation' title='' >Donate </a>
  508.  
  509.  
  510. </li>
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525. <li id='nav_menu_5' class="left ">
  526. <a id='nav_menu_5_trigger' href='/chat' title='' >Chat </a>
  527.  
  528.  
  529. </li>
  530.  
  531.  
  532.  
  533.  
  534. </ul>
  535. </div>
  536.  
  537.  
  538.  
  539. <div id='logo'>
  540.  
  541. <div style=" padding: 10px 0 0 20px;"><a href='http://bato.to' title='Go to community index' rel="home" accesskey='1'><img src='https://bato.to/forums/public/style_images/11_4_logo.png' alt='Logo' /></a></div>
  542.  
  543. </div>
  544. </div>
  545.  
  546. <div id='themeEditorWrap'><div id='themeEditor'>
  547. <div id='editSecondary' class='clearfix'>
  548. <strong>Primary:</strong>
  549. <span style='background: #59b6dd;' data-secondary="59b6dd">Sky</span>
  550. <span style='background: #55728b;' data-secondary="55728b">Slate</span>
  551. <span style='background: #8263d8;' data-secondary="8263d8">Blackcurrant</span>
  552. <span style='background: #ff74aa;' data-secondary="ff74aa">Watermelon</span>
  553. <span style='background: #e04547;' data-secondary="e04547">Strawberry</span>
  554. <span style='background: #ed6949;' data-secondary="ed6949">Orange</span>
  555. <span style='background: #edbb46;' data-secondary="edbb46">Banana</span>
  556. <span style='background: #6ab453;' data-secondary="6ab453">Apple</span>
  557. <span style='background: #4daf7c;' data-secondary="4daf7c">Emerald</span>
  558. <span style='background: #71665b;' data-secondary="71665b">Chocolate</span>
  559. <span style='background: #333535;' data-secondary="333535">Marble</span>
  560. </div>
  561. <div id='editPrimary' class='clearfix'>
  562. <strong>Secondary:</strong>
  563. <span style='background: #59b6dd;' data-primary="59b6dd">Sky</span>
  564. <span style='background: #55728b;' data-primary="55728b">Slate</span>
  565. <span style='background: #8263d8;' data-primary="8263d8">Blackcurrant</span>
  566. <span style='background: #ff74aa;' data-primary="ff74aa">Watermelon</span>
  567. <span style='background: #e04547;' data-primary="e04547">Strawberry</span>
  568. <span style='background: #ed6949;' data-primary="ed6949">Orange</span>
  569. <span style='background: #edbb46;' data-primary="edbb46">Banana</span>
  570. <span style='background: #6ab453;' data-primary="6ab453">Apple</span>
  571. <span style='background: #4daf7c;' data-primary="4daf7c">Emerald</span>
  572. <span style='background: #71665b;' data-primary="71665b">Chocolate</span>
  573. <span style='background: #333535;' data-primary="333535">Marble</span>
  574. </div>
  575. <div id='editPattern' class='clearfix'>
  576. <strong>Pattern:</strong>
  577. <span data-pattern="blank.png" data-backgroundRepeat="repeat" data-backgroundPosition="topCenter" data-backgroundAttach="scroll">Blank</span>
  578. <span style='background-image: url("http://bato.to/forums/public/style_images/subway/patterns/wave.png");' data-pattern="wave.png" data-backgroundRepeat="repeat-x" data-backgroundPosition="topCenter" data-backgroundAttach="fixed" class='fitBackground'>Waves</span>
  579. <span style='background-image: url("http://bato.to/forums/public/style_images/subway/patterns/squares.png");' data-pattern="squares.png" data-backgroundRepeat="repeat" data-backgroundPosition="topCenter" data-backgroundAttach="scroll">Squares</span>
  580. <span style='background-image: url("http://bato.to/forums/public/style_images/subway/patterns/paper.png");' data-pattern="paper.png" data-backgroundRepeat="repeat" data-backgroundPosition="topCenter" data-backgroundAttach="scroll">Notes</span>
  581. <span style='background-image: url("http://bato.to/forums/public/style_images/subway/patterns/shattered.png");' data-pattern="shattered.png" data-backgroundRepeat="repeat" data-backgroundPosition="topCenter" data-backgroundAttach="fixed" class='fitBackground'>Sharp</span>
  582. <span style='background-image: url("http://bato.to/forums/public/style_images/subway/patterns/wood.png");' data-pattern="wood.png" data-backgroundRepeat="repeat" data-backgroundPosition="topCenter" data-backgroundAttach="fixed">Wood</span>
  583. <span style='background-image: url("http://bato.to/forums/public/style_images/subway/patterns/rockface.png");' data-pattern="rockface.png" data-backgroundRepeat="repeat" data-backgroundPosition="topCenter" data-backgroundAttach="scroll">Rockface</span>
  584. <span style='background-image: url("http://bato.to/forums/public/style_images/subway/patterns/leather.png");' data-pattern="leather.png" data-backgroundRepeat="repeat" data-backgroundPosition="topCenter" data-backgroundAttach="scroll">Leather</span>
  585. <span style='background-image: url("http://bato.to/forums/public/style_images/subway/patterns/honey.png");' data-pattern="honey.png" data-backgroundRepeat="repeat" data-backgroundPosition="topCenter" data-backgroundAttach="fixed">Honey</span>
  586. <span style='background-image: url("http://bato.to/forums/public/style_images/subway/patterns/vertical.png");' data-pattern="vertical.png" data-backgroundRepeat="repeat" data-backgroundPosition="topCenter" data-backgroundAttach="fixed">Vertical</span>
  587. <span style='background-image: url("http://bato.to/forums/public/style_images/subway/patterns/triangles.png");' data-pattern="triangles.png" data-backgroundRepeat="repeat" data-backgroundPosition="topCenter" data-backgroundAttach="fixed">Triangles</span>
  588. </div>
  589. </div></div>
  590.  
  591. <!-- ::: MAIN CONTENT AREA ::: -->
  592. <div id='content' class='clearfix'>
  593. <ul id='socialLinks'>
  594.  
  595. <li><a href="http://twitter.com/#!/BatotoStatus" title="Follow us on Twitter"><img src="http://bato.to/forums/public/style_images/subway/social_twitter.png" alt="" /></a></li>
  596.  
  597. </ul>
  598. <!-- ::: NAVIGATION BREADCRUMBS ::: -->
  599. <div id='secondary_navigation' class='clearfix'>
  600. <ol class='breadcrumb top ipsList_inline left' id='breadcrumb'>
  601. <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb" class='first'>
  602. <a href='http://bato.to/forums/' itemprop="url">
  603. <span itemprop="title">Batoto Forums</span>
  604. </a>
  605. </li>
  606.  
  607.  
  608. <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb" >
  609. <span itemprop="title">Batoto - Read Your Favorite Comics Online&#33;</span>
  610. </li>
  611.  
  612.  
  613. </ol>
  614. <ul id='secondary_links' class='ipsList_inline right'>
  615.  
  616. <li><a href='http://bato.to/forums/index.php?app=core&amp;module=search&amp;do=viewNewContent&amp;search_app=ccs' accesskey='2'>View New Content</a></li>
  617.  
  618. <li><a href="http://bato.to/forums/index.php?app=core&amp;module=global&amp;section=navigation&amp;inapp=ccs" rel="quickNavigation" accesskey='9' id='quickNavLaunch' title="Open Quick Navigation"><img src="http://bato.to/forums/public/style_images/subway/icon_quicknav.png" alt="" /></a></li>
  619.  
  620. </ul>
  621. </div>
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628. <noscript>
  629. <div class='message error'>
  630. <strong>Javascript Disabled Detected</strong>
  631. <p>You currently have javascript disabled. Several functions may not work. Please re-enable javascript to access full functionality.</p>
  632. </div>
  633. <br />
  634. </noscript>
  635. <!-- ::: CONTENT ::: -->
  636.  
  637.  
  638. <script>
  639. window.alert = function() {};
  640. var page_memory = new Array();
  641. function checkMemory (id, page, suppress) {
  642. if (id in page_memory) {
  643. if (suppress) { // reset on suppress
  644. delete page_memory[id];
  645. return false;
  646. }
  647. if (page in page_memory[id]) {
  648. return page_memory[id][page];
  649. } else {
  650. return false;
  651. }
  652. }
  653. return false;
  654. }
  655. function setMemory (id, page, data) {
  656. if (!(id in page_memory)) {
  657. page_memory[id] = new Array();
  658. }
  659. page_memory[id][page] = data;
  660. }
  661. jQuery( document ).ready(function() {
  662. if(window.location.hash) {
  663. loadReader();
  664. } else {
  665. jQuery('#reader').html('No content selected.');
  666. }
  667.  
  668. });
  669. jQuery(window).bind( 'hashchange', function(e) {
  670. jQuery("#reader").css('min-height',jQuery("#reader").height());
  671. loadReader();
  672. });
  673.  
  674. function loadReader() {
  675. if (window.location.hash.length <= 1) return false;
  676. var split = window.location.hash.substring(1).split('_');
  677. var id = ''; var page = '1'; var suppress = '';
  678. if (split.length === 0) {
  679. return false;
  680. } else if (split.length >= 2) {
  681. page = split[1];
  682. if (split.length === 3) {
  683. suppress = '&supress_webtoon='+split[2];
  684. }
  685. }
  686. id = split[0];
  687.  
  688. var check = checkMemory(id, page, suppress)
  689. if (check !== false) {
  690. jQuery( "#reader" ).html( check );
  691. ga('send','pageview','/virtual_read/' + id);
  692. _qevents.push( { qacct:"p-a3pexI-oMJK6E" } );
  693. } else {
  694. jQuery.get( "/areader?id="+id+"&p="+page+suppress, function( data ) {
  695. jQuery('html,body').scrollTop(jQuery("#reader").offset().top);
  696. jQuery( "#reader" ).html( data );
  697. jQuery("#reader").css('min-height','');
  698. setMemory(id, page, data);
  699. ga('send','pageview','/virtual_read/' + id);
  700. _qevents.push( { qacct:"p-a3pexI-oMJK6E" } );
  701. }).fail( function(data) {
  702. jQuery( "#reader" ).html( data.responseText );
  703. jQuery("#reader").css('min-height','');
  704. });
  705. }
  706. }
  707. var next_page = '';
  708. var prev_page = '';
  709. var errorChanged = false;
  710. function imgError(image) {
  711. if (errorChanged == true) {
  712. // do it only once.
  713. return;
  714. }
  715. image.onerror = "";
  716. image.src = "http://img.bato.to/comics/misc/Img-Error.jpg";
  717. errorChanged = true;
  718. return true;
  719. }
  720. Hotkeys.bind('left', function() {
  721. window.location = prev_page;
  722. });
  723. Hotkeys.bind("right",function() {
  724. window.location = next_page;
  725. });
  726. Hotkeys.bind('z', toggle_full_image);
  727. jQuery(window).bind('blur', function () { Hotkeys.release(); });
  728. </script>
  729. <div id="reader">Loading...</div>
  730.  
  731. <ol class='breadcrumb bottom ipsList_inline left clearfix clear'>
  732. <li><a href='http://bato.to/forums/'>Batoto Forums</a></li>
  733.  
  734.  
  735. <li><span class='nav_sep'>&rarr;</span> <span>Batoto - Read Your Favorite Comics Online&#33;</span></li>
  736.  
  737.  
  738.  
  739. </ol>
  740.  
  741. </div>
  742. </div> <!-- end mainContent -->
  743. <!-- ::: FOOTER (Change skin, language, mark as read, etc) ::: -->
  744. <div id='footer_utilities' class='clearfix clear'>
  745. <a rel="nofollow" href='#top' id='backtotop' title='Go to top'><img src='http://bato.to/forums/public/style_images/subway/top.png' alt='' /></a>
  746. <div class='skin_link'><a href="http://www.ipbfocus.com">IPB skin</a> by <a href="http://www.ipbfocus.com">IPBFocus</a></div>
  747. <!-- Copyright Information -->
  748. <p id='copyright'>
  749. <a href='http://www.invisionpower.com/apps/board/' title='Community Forum Software by Invision Power Services'>Community Forum Software by IP.Board</a><br />Licensed to: Batoto!</p>
  750. <!-- / Copyright -->
  751. <ul class='ipsList_inline left'>
  752. <li>
  753. <img src='http://bato.to/forums/public/style_images/subway/feed.png' alt='RSS Feed' id='rss_feed' class='clickable' />
  754. </li>
  755.  
  756.  
  757. <li>
  758. <a rel="nofollow" id='new_skin' href='#'>Change Theme</a>
  759. <ul id='new_skin_menucontent' class='ipbmenu_content with_checks' style='display: none'>
  760.  
  761. <li >
  762. <a href='#' data-clicklaunch='changeSkin' data-skinid='1'>IP.Board (Not Supported)</a>
  763. </li>
  764.  
  765.  
  766. <li >
  767. <a href='#' data-clicklaunch='changeSkin' data-skinid='13'>Sylo</a>
  768. </li>
  769.  
  770.  
  771. <li >
  772. <a href='#' data-clicklaunch='changeSkin' data-skinid='16'>Blood</a>
  773. </li>
  774.  
  775.  
  776. <li class='selected'>
  777. <a href='#' data-clicklaunch='changeSkin' data-skinid='17'>Subway</a>
  778. </li>
  779.  
  780. </ul>
  781. </li>
  782.  
  783.  
  784. <li>
  785. <a rel="nofollow" href='#' id='new_language'>English (USA) (Batoto Custom)</a>
  786. <ul id='new_language_menucontent' class='ipbmenu_content with_checks' style='display: none'>
  787.  
  788. <li >
  789. <a href="?k=0816dee0bfe361596d40367e49347195&amp;setlanguage=1&amp;cal_id=&amp;langid=1">English (USA)</a>
  790. </li>
  791.  
  792.  
  793. <li class='selected'>
  794. <a href="?k=0816dee0bfe361596d40367e49347195&amp;setlanguage=1&amp;cal_id=&amp;langid=2">English (USA) (Batoto Custom)</a>
  795. </li>
  796.  
  797. </ul>
  798. </li>
  799.  
  800.  
  801. <li>
  802. <a rel="nofollow" id='mark_all_read' href="http://bato.to/forums/index.php?app=forums&amp;module=forums&amp;section=markasread&amp;marktype=all&amp;k=0816dee0bfe361596d40367e49347195" title='Mark all as read'>Mark Community Read</a>
  803. <ul id='mark_all_read_menucontent' class='ipbmenu_content' style='display: none'>
  804.  
  805. <li>
  806.  
  807. </li>
  808.  
  809.  
  810. <li>
  811. <a href="http://bato.to/forums/index.php?app=forums&amp;module=forums&amp;section=markasread&amp;marktype=app&amp;markApp=forums&amp;k=0816dee0bfe361596d40367e49347195">Forums</a>
  812. </li>
  813.  
  814.  
  815. <li>
  816. <a href="http://bato.to/forums/index.php?app=forums&amp;module=forums&amp;section=markasread&amp;marktype=app&amp;markApp=members&amp;k=0816dee0bfe361596d40367e49347195">Members</a>
  817. </li>
  818.  
  819.  
  820. <li>
  821. <a href="http://bato.to/forums/index.php?app=forums&amp;module=forums&amp;section=markasread&amp;marktype=app&amp;markApp=ccs&amp;k=0816dee0bfe361596d40367e49347195">Home</a>
  822. </li>
  823.  
  824. <li>
  825. <a href="http://bato.to/forums/index.php?app=forums&amp;module=forums&amp;section=markasread&amp;marktype=all&amp;k=0816dee0bfe361596d40367e49347195"><strong>Mark all as read</strong></a>
  826. </li>
  827. </ul>
  828. </li>
  829.  
  830. <li>
  831. <a href="http://bato.to/forums/index.php?app=core&amp;module=help" title='View help' rel="help" accesskey='6'>Help</a>
  832. </li>
  833. <li><a href="/tos">Terms of Service</a></li>
  834. <li><a href="/abuse">Abuse</a></li>
  835. <li><a href="/privacy">Privacy</a></li>
  836. </ul>
  837. </div>
  838.  
  839. <div id='stats_div'></div>
  840.  
  841. <script type="text/javascript">
  842. ipb.global.lightBoxIsOff();
  843. </script>
  844.  
  845.  
  846. </div>
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853. <!-- Quantcast Tag, part 2 -->
  854. <script type="text/javascript">
  855. _qevents.push( { qacct:"p-a3pexI-oMJK6E" } );
  856. </script>
  857. <noscript>
  858. <div style="display: none;">
  859. <img src="//pixel.quantserve.com/pixel/p-a3pexI-oMJK6E.gif" height="1" width="1" alt="Quantcast"/>
  860. </div>
  861. </noscript>
  862. </body>
  863. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement