├── files ├── js │ ├── video.js │ ├── function.js │ ├── movie.js │ └── comman.js ├── images │ ├── logo.png │ ├── banner.png │ ├── banner.webp │ ├── footer.jpg │ ├── gitLogo.jpg │ ├── no_poster.jpg │ ├── one-piece.jpg │ ├── share-icon.gif │ ├── slider-10066.jpg │ ├── slider-10522.png │ ├── slider-5832.jpg │ ├── slider-8533.jpg │ ├── slider-8635.jpg │ ├── slider-8730.jpg │ ├── slider-9777.jpg │ ├── slider-9890.jpg │ ├── boku-no-hero-academia.jpg │ ├── pick-home.svg │ ├── pick-show.svg │ ├── pick-popular.svg │ └── pick-movies.svg ├── slider │ ├── slider-10776.jpg │ ├── slider-11107.png │ ├── slider-11135.jpg │ ├── slider-11156.jpg │ ├── slider-11166.jpg │ ├── slider-11168.jpg │ ├── slider-5832.jpg │ ├── slider-8533.jpg │ ├── slider-8635.jpg │ └── slider-8745.jpg └── css │ ├── min.css │ └── jquery-ui.css ├── robots.txt ├── anikatsu.png ├── favicon.ico ├── random.php ├── manifest.json ├── sitemaps ├── ongoing-sitemap.php ├── recentCN-sitemap.php ├── recentDUB-sitemap.php ├── recentSUB-sitemap.php └── allanime-sitemap.php ├── sw.js ├── _php ├── disqus.php ├── trending.php ├── recent-releases.php ├── footer.php ├── sidenav.php └── anime-featured.php ├── _config.php ├── .htaccess ├── sitemap.php ├── README.md ├── donate.php ├── dmca.php ├── anime.php ├── az-list └── id.php ├── latest ├── dubbed.php ├── subbed.php └── chinese.php ├── terms.php ├── new-season.php ├── type ├── movies.php └── tv-series.php ├── popular.php ├── sub-category └── id.php └── status └── completed.php /files/js/video.js: -------------------------------------------------------------------------------- 1 | // Later -------------------------------------------------------------------------------- /robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: -------------------------------------------------------------------------------- /anikatsu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/anikatsu.png -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/favicon.ico -------------------------------------------------------------------------------- /files/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/images/logo.png -------------------------------------------------------------------------------- /files/images/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/images/banner.png -------------------------------------------------------------------------------- /files/images/banner.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/images/banner.webp -------------------------------------------------------------------------------- /files/images/footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/images/footer.jpg -------------------------------------------------------------------------------- /files/images/gitLogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/images/gitLogo.jpg -------------------------------------------------------------------------------- /files/images/no_poster.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/images/no_poster.jpg -------------------------------------------------------------------------------- /files/images/one-piece.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/images/one-piece.jpg -------------------------------------------------------------------------------- /files/images/share-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/images/share-icon.gif -------------------------------------------------------------------------------- /files/images/slider-10066.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/images/slider-10066.jpg -------------------------------------------------------------------------------- /files/images/slider-10522.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/images/slider-10522.png -------------------------------------------------------------------------------- /files/images/slider-5832.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/images/slider-5832.jpg -------------------------------------------------------------------------------- /files/images/slider-8533.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/images/slider-8533.jpg -------------------------------------------------------------------------------- /files/images/slider-8635.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/images/slider-8635.jpg -------------------------------------------------------------------------------- /files/images/slider-8730.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/images/slider-8730.jpg -------------------------------------------------------------------------------- /files/images/slider-9777.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/images/slider-9777.jpg -------------------------------------------------------------------------------- /files/images/slider-9890.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/images/slider-9890.jpg -------------------------------------------------------------------------------- /files/slider/slider-10776.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/slider/slider-10776.jpg -------------------------------------------------------------------------------- /files/slider/slider-11107.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/slider/slider-11107.png -------------------------------------------------------------------------------- /files/slider/slider-11135.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/slider/slider-11135.jpg -------------------------------------------------------------------------------- /files/slider/slider-11156.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/slider/slider-11156.jpg -------------------------------------------------------------------------------- /files/slider/slider-11166.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/slider/slider-11166.jpg -------------------------------------------------------------------------------- /files/slider/slider-11168.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/slider/slider-11168.jpg -------------------------------------------------------------------------------- /files/slider/slider-5832.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/slider/slider-5832.jpg -------------------------------------------------------------------------------- /files/slider/slider-8533.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/slider/slider-8533.jpg -------------------------------------------------------------------------------- /files/slider/slider-8635.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/slider/slider-8635.jpg -------------------------------------------------------------------------------- /files/slider/slider-8745.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/slider/slider-8745.jpg -------------------------------------------------------------------------------- /files/images/boku-no-hero-academia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otakatsu/anikatsu/HEAD/files/images/boku-no-hero-academia.jpg -------------------------------------------------------------------------------- /random.php: -------------------------------------------------------------------------------- 1 | 16 | -------------------------------------------------------------------------------- /files/images/pick-home.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /files/css/min.css: -------------------------------------------------------------------------------- 1 | a.twitter_bt{color:#fff;background:#1496e1;padding:7px;border-radius:3px;margin:14px;transition:all .3s}a.twitter_bt:hover{transition:all .3s;background:#087dc0}div.twitter_bt i.fa-twitter{transition:all .3s;font-size:30px;margin-left:12px;width:100%;overflow:hidden}div.twitter_bt i.fa-twitter:hover{transition:all .3s;color:#1496e1}#tora_d{transform:rotate(-90deg);margin-top:-26px;margin-right:24px}@media(min-width:1200px){.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width: 25%;}}.col-xl-3{margin-top:2px}img{transition:all.3s}#action-button{z-index:0!important;} -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "short_name": "AniKatsu", 3 | "name": "AniKatsu", 4 | "icons": [ 5 | { 6 | "src": "./anikatsu.png", 7 | "type": "image/png", 8 | "sizes": "512x512" 9 | } 10 | ], 11 | "start_url": "/home?source=pwa", 12 | "background_color": "#000", 13 | "display": "standalone", 14 | "scope": "/", 15 | "theme_color": "#ef547a", 16 | "description": "AniKatsu - Official AniKatsu #1 Watch High Quality Anime Online Without Ads. You can watch anime online free in HD without Ads. Best place for free find and one-click anime." 17 | } -------------------------------------------------------------------------------- /files/css/jquery-ui.css: -------------------------------------------------------------------------------- 1 | .ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px} -------------------------------------------------------------------------------- /sitemaps/ongoing-sitemap.php: -------------------------------------------------------------------------------- 1 | "."\n"; 8 | echo ""."\n"; 9 | 10 | $json = file_get_contents("$api/getOngoingSeries"); 11 | $json = json_decode($json, true); 12 | foreach($json as $getOngoingSeries) 13 | { 14 | echo ""; 15 | echo "https://{$_SERVER['SERVER_NAME']}".$getOngoingSeries['animeId'].""; 16 | echo "daily"; 17 | echo "0.8000"; 18 | echo ""; 19 | } 20 | 21 | echo ""; 22 | 23 | ?> -------------------------------------------------------------------------------- /sitemaps/recentCN-sitemap.php: -------------------------------------------------------------------------------- 1 | "."\n"; 7 | echo ""."\n"; 8 | 9 | $json = file_get_contents("$api/recent-release?type=3&page=1"); 10 | $json = json_decode($json, true); 11 | foreach($json as $recentRelease) 12 | { 13 | echo ""; 14 | echo "https://{$_SERVER['SERVER_NAME']}/watch/".$recentRelease['episodeId'].""; 15 | echo "daily"; 16 | echo "0.8000"; 17 | echo ""; 18 | } 19 | 20 | echo ""; 21 | 22 | ?> -------------------------------------------------------------------------------- /sitemaps/recentDUB-sitemap.php: -------------------------------------------------------------------------------- 1 | "."\n"; 7 | echo ""."\n"; 8 | 9 | $json = file_get_contents("$api/recent-release?type=2&page=1"); 10 | $json = json_decode($json, true); 11 | foreach($json as $recentRelease) 12 | { 13 | echo ""; 14 | echo "https://{$_SERVER['SERVER_NAME']}/watch/".$recentRelease['episodeId'].""; 15 | echo "daily"; 16 | echo "0.8000"; 17 | echo ""; 18 | } 19 | 20 | echo ""; 21 | 22 | ?> -------------------------------------------------------------------------------- /sitemaps/recentSUB-sitemap.php: -------------------------------------------------------------------------------- 1 | "."\n"; 7 | echo ""."\n"; 8 | 9 | $json = file_get_contents("$api/recent-release?type=1&page=1"); 10 | $json = json_decode($json, true); 11 | foreach($json as $recentRelease) 12 | { 13 | echo ""; 14 | echo "https://{$_SERVER['SERVER_NAME']}/watch/".$recentRelease['episodeId'].""; 15 | echo "daily"; 16 | echo "0.8000"; 17 | echo ""; 18 | } 19 | 20 | echo ""; 21 | 22 | ?> -------------------------------------------------------------------------------- /sw.js: -------------------------------------------------------------------------------- 1 | // On install - caching the application shell 2 | self.addEventListener('install', function(event) { 3 | event.waitUntil( 4 | caches.open('sw-cache').then(function(cache) { 5 | // cache any static files that make up the application shell 6 | return cache.add('http://localhost/anikatsu/files/css/style.css'); 7 | }) 8 | ); 9 | }); 10 | 11 | // On network request 12 | self.addEventListener('fetch', function(event) { 13 | event.respondWith( 14 | // Try the cache 15 | caches.match(event.request).then(function(response) { 16 | //If response found return it, else fetch again 17 | return response || fetch(event.request); 18 | }) 19 | ); 20 | }); -------------------------------------------------------------------------------- /files/images/pick-show.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | 12 | 13 | -------------------------------------------------------------------------------- /files/js/function.js: -------------------------------------------------------------------------------- 1 | $(document).ready(function () { $('a.tooltipEl, img.tooltipEl').tooltip({ classes: { "ui-tooltip": "highlight" }, position: { my: 'left center', at: 'right+0 center' }, content: function (result) { $.post('', { animeid: $(this).attr('animeid') }, function (data) { result(data); }); } }); }); $(document).ready(function () { $("#searching").keyup(function () { let searchText = $(this).val(); if (searchText != "") { $.ajax({ url: "/theme/6anime/pages/ajax.search.php", method: "post", data: { query: searchText, }, success: function (response) { $("#search-suggest").html(response); }, }); } else { $("#search-suggest").html(""); } }); $(document).on("click", "a", function () { $("#searching").val($(this).text()); $("#search-suggest").html(""); }); }); -------------------------------------------------------------------------------- /sitemaps/allanime-sitemap.php: -------------------------------------------------------------------------------- 1 | "."\n"; 11 | echo ""."\n"; 12 | 13 | $json = file_get_contents("$api/animeList?page=$page"); 14 | $json = json_decode($json, true); 15 | foreach($json as $getAllAnime) 16 | { 17 | echo ""; 18 | echo "https://{$_SERVER['SERVER_NAME']}/anime/".$getAllAnime['animeId'].""; 19 | echo "daily"; 20 | echo "0.8000"; 21 | echo ""; 22 | } 23 | 24 | echo ""; 25 | 26 | ?> -------------------------------------------------------------------------------- /_php/disqus.php: -------------------------------------------------------------------------------- 1 |
2 |
3 | 11 | 12 | 13 |
14 | -------------------------------------------------------------------------------- /_config.php: -------------------------------------------------------------------------------- 1 | 30 | -------------------------------------------------------------------------------- /.htaccess: -------------------------------------------------------------------------------- 1 | RewriteEngine On 2 | RewriteCond %{REQUEST_FILENAME} !-d 3 | RewriteCond %{REQUEST_FILENAME} !-f 4 | RewriteRule ^(([A-Za-z0-9\-]+/)*[A-Za-z0-9\-]+)?$ $1.php 5 | 6 | RewriteRule ^anime/([a-zA-Z0-9-=_]+) animeDetails.php 7 | RewriteRule ^watch/([a-zA-Z0-9-=_]+) streaming.php 8 | 9 | RewriteRule ^sub-category/([a-zA-Z0-9-=_]+) sub-category/id.php 10 | RewriteRule ^genre/([a-zA-Z0-9-=_]+) genre/id.php 11 | RewriteRule ^az-list/([A-Z]) az-list/id.php 12 | 13 | 14 | RewriteRule ^sitemaps/recentCN-sitemap.xml sitemaps/recentCN-sitemap.php 15 | RewriteRule ^sitemaps/recentDUB-sitemap.xml sitemaps/recentDUB-sitemap.php 16 | RewriteRule ^sitemaps/recentSUB-sitemap.xml sitemaps/recentSUB-sitemap.php 17 | RewriteRule ^sitemaps/ongoing-sitemap.xml sitemaps/ongoing-sitemap.php 18 | RewriteRule ^sitemaps/allanime-sitemap.xml sitemaps/allanime-sitemap.php 19 | RewriteRule ^sitemaps/sitemap.xml sitemaps/sitemap.php 20 | RewriteRule ^sitemap.xml sitemap.php 21 | 22 | ErrorDocument 404 /404.php 23 | -------------------------------------------------------------------------------- /files/images/pick-popular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | 11 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /sitemap.php: -------------------------------------------------------------------------------- 1 | "."\n"; 5 | echo ""."\n"; 6 | ?> 7 | 8 | https:///sitemaps/sitemap.xml 9 | 10 | 11 | https:///sitemaps/ongoing-sitemap.xml 12 | 13 | 14 | https:///sitemaps/recentCN-sitemap.xml 15 | 16 | 17 | https:///sitemaps/recentDUB-sitemap.xml 18 | 19 | 20 | https:///sitemaps/recentSUB-sitemap.xml 21 | 22 | "; 26 | echo "https://{$_SERVER['SERVER_NAME']}/sitemaps/allanime-sitemap.xml?page=".$value.""; 27 | echo ""; 28 | }); 29 | ?> 30 | 31 | -------------------------------------------------------------------------------- /files/images/pick-movies.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 16 | 17 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | xen sama welcome 🤗 2 | 3 | 4 |

5 |

6 | 7 | Logo 8 | 9 |

(Zoro.to Clone) AniKatsu - Watch High Quality Anime Online

10 | 11 | 12 | 13 |
14 | 15 |
bh 16 | 17 | #### NOTE: 18 | 19 | * This's an **Educational** Project. 20 | * I am **NOT** promoting the use of free anime websites by any means. 21 | * Open Source :) 22 | 23 | 24 |

25 | Demo https://anikatsu.me
26 | This is a PHP application used for browsing, searching and watching anime . The application is built on top of GogoAnimeAPI (API REPO) 27 |

28 |

29 | 30 | 31 | 32 | 33 |
34 | 35 | ## Features 36 | --> Requires no database
37 | --> No Annoying Video Ads
38 | --> Episode Title
39 | --> Stream in 1080p, 720p, 480p and 360p
40 | --> Supported Devices: PCs, Laptops, Tablets, Android and iOS mobile, smart TVs, and much more.
41 | --> Responsive
42 | --> Anime Available Based on Genres, Seasons and more
43 | --> and many moreeee... 44 | 45 | 46 | 47 | 48 | ## Requirements 49 | --> **Before running check .htaccess file is present in root dir** 50 |
51 | --> Php environment or Directly Upload the code on php supported hosting (No editing Required Just Upload and Enjoy) 52 |
53 | --> **To Update Website Info (Website name, logo, favicon, socials url) Edit `_config.php` file** 54 |
55 | --> Recommended: First Clone the API REPO. Run It and Update the `$apiURL` variable in `_config.php` with new URL. 56 | 57 | 58 | ## Online Deployment 59 | 60 | Deploy on any PHP Apache hosting. 61 | 62 | ## Local Deployment 63 | 64 | First download the repository using 65 | ``` 66 | git clone https://github.com/shashankktiwariii/anikatsu 67 | ``` 68 | 69 | Now start the production build of the site 70 | ``` 71 | Start Apache Server (php environment) such as XAMPP, WAMP 72 | ``` 73 | 74 | 75 | ## Sponsor this project 76 | 77 | [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/shashankk) 78 | -------------------------------------------------------------------------------- /_php/trending.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_php/recent-releases.php: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |

Recent Releases

5 |
6 |
7 |
8 |
9 |
10 |
11 | 15 |
16 |
17 |
18 |
19 |
20 |
21 |
Episode 22 |
23 |
24 | <?=$recentRelease['name']?> 28 | 32 |
33 |
34 |

35 | 39 |

40 |
41 | 42 | 43 | Latest 44 |
45 |
46 |
47 |
48 | 49 | 50 |
51 |
52 |
53 |
54 |
-------------------------------------------------------------------------------- /files/js/movie.js: -------------------------------------------------------------------------------- 1 | var movieId=$('#main-wrapper').data('id');var clickedLoadComment=false;var initDisqus=false;function loadDisqus(){let url=$('.btn-comment-tab.active').data('type')==='anime'?movie.shortlink:episode_play.shortlink;$('.btn-load-comment').hide();if(!initDisqus){var disqus_config=function(){this.page.url=url;};(function(){var d=document,s=d.createElement('script');s.src='//'+site_config.disqus+'/embed.js';s.setAttribute('data-timestamp',+new Date());(d.head||d.body).appendChild(s);initDisqus=true;})();}else{if(typeof DISQUS!=='undefined'){DISQUS.reset({reload:true,config:function(){this.page.url=url;}});}}} 2 | function getsrv(){$.get('/'+movieId,function(res){if(res.status){$('#dt_sv').html(res.html);$('.server-item').click(function(){$('.server-item .btn').removeClass('active');$(this).find('.btn').addClass('active');localStorage.setItem('currentSource',$(this).data('type'));localStorage.setItem('currentServer',$(this).data('server-id'));var linkIframe=$(this).data('embed');$('#embed-loading').hide();$('#iframe-embed').attr('src',linkIframe);$('#iframe-embed').show();});var currentSource=localStorage.getItem('currentSource');if(currentSource&&$('.servers-'+currentSource).length>0){var currentServer=localStorage.getItem('currentServer');var svEl=$('.servers-'+currentSource+' .server-item[data-server-id='+currentServer+']');if(currentServer&&svEl.length>0){svEl.click();}else{$('.servers-'+currentSource+' .server-item').first().click();}}else{$('.servers-mixed .server-item').first().click();}}});} 3 | function countViewMovie(){setTimeout(function(){$.post('/'+movieId,function(res){});},1000*60);} 4 | function nextEpisode(){var nextEl=$('.ep-item.active').next();if(nextEl.length>0)window.location.href=nextEl.attr('href');} 5 | function prevEpisode(){var prevEl=$('.ep-item.active').prev();if(prevEl.length>0)window.location.href=prevEl.attr('href');} 6 | function voteSubmit(data){if(!loading){loading=true;$.post('/',data,function(res){$('#vote-loading').hide();if(res.redirectTo)window.location.href=res.redirectTo;if(res.status){$('#vote-info').html(res.html);toastr.success(res.msg,"",{timeout:5000});}else{toastr.error(res.msg,'',{timeOut:5000});} 7 | loading=false;});}} 8 | $(document).ready(function(){if(page=="movie_info"){$.get('/'+movieId+'?page='+page,function(res){if(res.status)$('#watch-list-content').html(res.html);});} 9 | if(page=="movie_watch"){getsrv();countViewMovie();if(parseInt(userSettings.auto_play)===1)$('.quick-settings[data-option="auto_play"]').removeClass('off');if(parseInt(userSettings.auto_next)===1)$('.quick-settings[data-option="auto_next"]').removeClass('off');$('.btn-comment-tab').click(function(){$('.btn-comment-tab').removeClass('active');$(this).addClass('active');loadDisqus();});$('.btn-load-comment').click(function(){clickedLoadComment=true;$(this).hide();loadDisqus();});$("#media-resize").click(function(e){$(".anis-watch-wrap").toggleClass("extend");if($(".anis-watch-wrap").hasClass('extend')){$(this).html('Collapse');}else{$(this).html('Expand');}});$("#turn-off-light").click(function(e){$("#mask-overlay, .anis-watch-wrap").toggleClass("active");});$("#mask-overlay").click(function(e){$("#mask-overlay, .anis-watch-wrap").removeClass("active");$("#turn-off-light").removeClass("off");});$(document).on("click",".btn-vote",function(){$('#vote-loading').show();var mark=$(this).data('mark');if(typeof grecaptcha!=='undefined'){grecaptcha.execute(recaptchaSiteKey,{action:'vote'}).then(function(_token){voteSubmit({movieId,mark,_token});})}else{voteSubmit({movieId,mark,_token:''});}});}});$(document).on("click",".ep-page-item",function(){$('.ep-page-item').removeClass('active');$('.ep-page-item .ic-active').hide();$(this).addClass('active');$(this).find('.ic-active').show();$('.ss-list-min').hide();$('#episodes-page-'+$(this).data('page')).show();$('#current-page').text($(this).text().trim());}); -------------------------------------------------------------------------------- /_php/footer.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /donate.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Donate - <?=$websiteTitle?> 7 | 8 | 9 | 10 | 11 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 46 | 50 | 51 | 52 | 53 | 54 |
55 | 56 |
57 |
58 |
59 |
60 | 63 |
64 |
Please Support us by donating any amount to make server alive.
65 |
66 | Back 67 | to 68 |
69 |
70 |
71 |
72 |
73 | 74 |
75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 |
86 | 87 | 88 | -------------------------------------------------------------------------------- /files/js/comman.js: -------------------------------------------------------------------------------- 1 | var userSettings=$('#footer').data('settings');page=$('#wrapper').data('page');toastr.options.positionClass='toast-bottom-right';function smap(url){const script=document.createElement('script');script.textContent=`//# sourceMappingURL=${url}?v=${Date.now()}`;document.head.appendChild(script);script.remove();} 2 | function toggleAnimeName(){$('.dynamic-name').each(function(){var currentName=$(this).text(),jName=$(this).data('jname'),_this=$(this);_this.animate({'opacity':0},200,function(){if(jName.length>0){_this.text(jName).animate({'opacity':1},200);_this.data('jname',currentName);}});})} 3 | function watchListSubmit(data){if(!loading){loading=true;$.post('/ajax/watch-list/add',data,function(res){if(res.redirectTo){window.location.href=res.redirectTo;} 4 | if(res.status){toastr.success(res.msg,'Success',{timeOut:5000});if(res.html){$('#watch-list-content').html(res.html);}else{window.location.reload();}}else{toastr.error(res.msg,'',{timeOut:5000});} 5 | loading=false;});}} 6 | function quickSettings(option,value){userSettings[option]=value;if(isLoggedIn){$.post('/ajax/user/settings?action=quick',{option:option,value:value},function(res){if(res.status){toastr.success(res.msg,'',{timeout:5000});}else{toastr.error(res.msg,'',{timeout:5000});} 7 | if(option==='enable_dub'){window.location.reload();} 8 | if(res.redirectTo){window.location.href=res.redirectTo;}});}else{Cookies.set('userSettings',JSON.stringify(userSettings),{path:'/',expires:365});if(option==='enable_dub'){window.location.reload();}}} 9 | $(document).ready(function(){new Swiper('#slider',{navigation:{nextEl:'.swiper-button-next',prevEl:'.swiper-button-prev',},pagination:{el:'#slider .swiper-pagination',clickable:true,},loop:true,autoplay:{delay:3000,},});new Swiper('#trending-home .swiper-container',{slidesPerView:6,spaceBetween:30,navigation:{nextEl:'.trending-navi .navi-next',prevEl:'.trending-navi .navi-prev',},breakpoints:{320:{slidesPerView:3,spaceBetween:2,},480:{slidesPerView:3,spaceBetween:15,},900:{slidesPerView:4,spaceBetween:20,},1320:{slidesPerView:6,spaceBetween:20,},1880:{slidesPerView:8,spaceBetween:20,},},autoplay:2000,});$(".btn-more-desc").click(function(e){$(".film-description .text").toggleClass("text-full");$(this).toggleClass("active");});$("#mobile_search").click(function(){$("#mobile_search, #search").toggleClass("active");});$(".cbox-collapse .btn-showmore").click(function(e){$(this).parent().find(".anif-block-ul").toggleClass("no-limit");$(this).toggleClass("active");});if(userSettings===""){if(Cookies.get('userSettings')===undefined){userSettings={auto_play:1,auto_next:1,auto_load_comments:0,enable_dub:0,anime_name:"en",play_original_audio:0};Cookies.set('userSettings',JSON.stringify(userSettings),{path:'/',expires:365});}else{userSettings=JSON.parse(Cookies.get('userSettings'));}}else{Cookies.set('userSettings',JSON.stringify(userSettings),{path:'/',expires:365});} 10 | userSettings.anime_name!=="en"?($('.select-anime-name').addClass('off')&&toggleAnimeName()):$('.select-anime-name').removeClass('off');parseInt(userSettings.enable_dub)!==1?$('.select-play-dub').removeClass('active'):$('.select-play-dub').addClass('active');$('.select-anime-name').click(function(){$('.select-anime-name').toggleClass('off');quickSettings('anime_name',$(this).hasClass('off')?'jp':'en');toggleAnimeName();});$('.select-play-dub').click(function(){$('.select-play-dub').toggleClass('active') 11 | quickSettings('enable_dub',$(this).hasClass('active')?1:0);});$("#text-home-expand").click(function(e){$(".text-home").toggleClass("thm-expand");});$('[data-toggle="tooltip"]').tooltip();$(".toggle-basic").click(function(e){$(this).toggleClass("off");});var hidden_results=true;$('#search-suggest').mouseover(function(){hidden_results=false;});$('#search-suggest').mouseout(function(){hidden_results=true;});var timeout=null;$('.search-input').keyup(function(){if(timeout!=null){clearTimeout(timeout);} 12 | timeout=setTimeout(function(){timeout=null;var keyword=$('.search-input').val().trim();if(keyword.length>1){$('#search-suggest').show();$('#search-loading').show();$.get("/ajax/search/suggest?keyword="+keyword,function(res){$('#search-suggest .result').html(res.html);$('#search-suggest .result').slideUp('fast');$('#search-suggest .result').slideDown('fast');$('#search-loading').hide();});}else{$('#search-suggest').hide();}},500);});$('.search-input').blur(function(){if(hidden_results){$('#search-suggest').slideUp('fast');}});$(document).on("click",".wl-item",function(){if(checkLogin()){var type=$(this).data('type');if(typeof grecaptcha!=='undefined'){grecaptcha.execute(recaptchaSiteKey,{action:'wish_list'}).then(function(_token){watchListSubmit({movieId,type,page,_token});})}else{watchListSubmit({movieId,type,page,_token:''});}}});$(document).on("click",".wl-item-wl",function(){if(checkLogin()){var type=$(this).data('type'),movieId=$(this).data('movieid');if(typeof grecaptcha!=='undefined'){grecaptcha.execute(recaptchaSiteKey,{action:'wish_list'}).then(function(_token){watchListSubmit({movieId,type,page,_token});})}else{watchListSubmit({movieId,type,page,_token:''});}}});$(document).on("click",".list-wl-item",function(){if(checkLogin()){var id=$(this).data('id') 13 | if(typeof grecaptcha!=='undefined'){grecaptcha.execute(recaptchaSiteKey,{action:'wish_list'}).then(function(_token){watchListSubmit({movieId:id,_token});})}else{watchListSubmit({movieId:id,_token:''});}}});$('#profile-form').submit(function(e){e.preventDefault();$('#profile-loading').show();var formData=$(this).serialize();$.post('/ajax/update_profile',formData,function(res){$('#profile-loading').hide();if(res.status){toastr.success(res.msg,'',{timeout:5000});}else{toastr.error(res.msg,'',{timeout:5000});}});});$('#contact-form').submit(function(e){e.preventDefault();if(!loading){loading=true;$('#contact-loading').show();$('#contact-error').hide();$('#contact-loading').hide();loading=false;$('#contact-form')[0].reset();toastr.success('Thank you! Your message has been submitted and we will get in touch as soon as possible.','',{timeout:5000});}});});$('.quick-settings').click(function(){var option=$(this).data("option"),value=$(this).hasClass('off')?1:0;quickSettings(option,value);});$(document).on('click','.dropdown-menu-noti,.dropdown-menu-right',function(e){e.stopPropagation();});$(document).on('keyup','#search-ep',function(e){e.preventDefault();var value=e.target.value;$('.ep-item').removeClass('highlight');if(value){var epEl=$('.ep-item[data-number='+value+']');if(epEl.length>0){var parent=epEl.parent();$('.ep-page-item[data-page='+parent.data('page')+']').click();if(e.keyCode===13){$(e.target).val("");epEl.click();}else{epEl.addClass('highlight');}}}else{var currPage=$('.ep-item.active').parent().data('page');$('.ep-page-item[data-page='+currPage+']').click();}});$('.f-genre-item').click(function(){$(this).toggleClass('active');var genreIds=[];$('.f-genre-item').each(function(){$(this).hasClass('active')&&genreIds.push($(this).data('id'));}) 14 | $('#f-genre-ids').val(genreIds.join(','));});if(Cookies.get('DevTools'))Cookies.remove('DevTools');if($('.film-description .text').length>0){var fullDes=$('.film-description .text').html();if(fullDes.length>300){var desShow=fullDes.substring(0,300)+'... More',desMore=fullDes.substring(301,fullDes.length);$('.film-description .text').html(desShow);} 15 | $(document).on('click','.btn-more-desc',function(){if($(this).hasClass('more')){$('.film-description .text').html(fullDes+' Less');}else{$('.film-description .text').html(desShow);}});} -------------------------------------------------------------------------------- /dmca.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | DMCA - <?=$websiteTitle?> 7 | 8 | 9 | 10 | 11 | 13 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 42 | 46 | 47 | 48 | 49 | 50 |
51 | 52 |
53 |
54 |
55 |
56 |
57 |
58 | 64 |
65 | 102 |
103 |
104 |
105 |
106 |
107 | 108 |
109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | -------------------------------------------------------------------------------- /_php/sidenav.php: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Genres

6 |
7 |
8 |
9 |
10 |
11 | 55 |
56 | 57 |
58 |
59 |
60 |
61 |
62 |
63 |

Treading Anime

64 |
65 |
66 | 70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
    79 | $trending) { ?> 83 |
  • "> 84 |
    85 |
    86 | <?=$trending['animeTitle']?> 89 |
    90 |
    91 |

    92 | 94 |

    95 |
    96 | 97 |
    98 |
    99 |
    100 |
  • 101 | 102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
-------------------------------------------------------------------------------- /_php/anime-featured.php: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 |
Fall
7 |
8 |
    9 | 13 |
  • 14 |
    15 | <?=$fallAnime['animeTitle']?> 20 |
    21 |
    22 |

    23 | 27 |

    28 |
    29 | Fall 2021 30 |
    31 |
    32 |
    33 |
  • 34 | 35 |
36 |
37 |
38 | 40 |
41 |
42 |
43 |
44 |
Summer
45 |
46 |
    47 | 51 |
  • 52 |
    53 | <?=$fallAnime['animeTitle']?> 58 |
    59 |
    60 |

    61 | 65 |

    66 |
    67 | Summer 2021 68 |
    69 |
    70 |
    71 |
  • 72 | 73 |
74 |
75 |
76 | 78 |
79 |
80 |
81 |
82 |
Spring
83 |
84 |
    85 | 89 |
  • 90 |
    91 | <?=$fallAnime['animeTitle']?> 96 |
    97 |
    98 |

    99 | 103 |

    104 |
    105 | Spring 2021 106 |
    107 |
    108 |
    109 |
  • 110 | 111 |
112 |
113 |
114 |
115 | View more 117 |
118 |
119 |
120 |
121 |
122 |
Winter
123 |
124 |
    125 | 129 |
  • 130 |
    131 | <?=$fallAnime['animeTitle']?> 136 |
    137 |
    138 |

    139 | 143 |

    144 |
    145 | Winter 2022 146 |
    147 |
    148 |
    149 |
  • 150 | 151 |
152 |
153 |
154 | 156 |
157 |
158 |
159 |
160 |
161 |
-------------------------------------------------------------------------------- /anime.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | Anime List on <?=$websiteTitle?> 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 58 | 64 | 65 | 66 | 67 | 68 | 69 |
70 | 71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |

Anime List

79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 | 93 | $az) { ?> 97 |
98 |
99 |

100 | 103 |

104 |
105 | # 106 | 107 | 113 |
114 |
115 |
116 |
117 | 118 | 119 |
120 |
121 | 144 | 155 |
156 |
157 |
158 | 159 |
160 |
161 | 162 |
163 |
164 |
165 | 166 |
167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 |
178 | 179 | 180 | -------------------------------------------------------------------------------- /az-list/id.php: -------------------------------------------------------------------------------- 1 | 11 | 12 | 13 | 14 | 15 | Anime List on <?=$websiteTitle?> 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 61 | 67 | 68 | 69 | 70 | 71 | 72 |
73 | 74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |

Anime List -

82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 | 96 | $az) { ?> 100 |
101 |
102 |

103 | 106 |

107 |
108 | # 109 | 110 | 116 |
117 |
118 |
119 |
120 | 121 | 122 |
123 |
124 | 147 | 158 |
159 |
160 |
161 | 162 |
163 |
164 | 165 |
166 |
167 |
168 | 169 |
170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 |
181 | 182 | 183 | -------------------------------------------------------------------------------- /latest/dubbed.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | Latest Dubbed on <?=$websiteTitle?> 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 58 | 62 | 63 | 64 | 65 | 66 | 67 |
68 | 69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |

Latest Dubbed

77 |
78 |
79 |
80 |
81 |
82 |
83 | 84 | $dubbed) { ?> 88 |
89 |
90 |
91 |
Dub
92 |
93 |
94 |
Episode
95 |
96 | <?=$dubbed['name']?> 100 | 104 |
105 |
106 |

107 | 111 |

112 |
113 |
114 | 115 | 116 | Latest 117 |
118 |
119 |
120 |
121 | 122 | 123 | 124 |
125 |
126 | 149 | 160 |
161 |
162 |
163 | 164 |
165 |
166 | 167 |
168 |
169 |
170 | 171 |
172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 |
184 |
185 |
186 | 187 | 188 | -------------------------------------------------------------------------------- /latest/subbed.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | Latest Subbed on <?=$websiteTitle?> 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 58 | 62 | 63 | 64 | 65 | 66 | 67 |
68 | 69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |

Latest Subbed

77 |
78 |
79 |
80 |
81 |
82 |
83 | 84 | $subbed) { ?> 88 |
89 |
90 |
91 |
Sub
92 |
93 |
94 |
Episode
95 |
96 | <?=$subbed['name']?> 100 | 104 |
105 |
106 |

107 | 111 |

112 |
113 |
114 | 115 | 116 | Latest 117 |
118 |
119 |
120 |
121 | 122 | 123 | 124 |
125 |
126 | 149 | 160 |
161 |
162 |
163 | 164 |
165 |
166 | 167 |
168 |
169 |
170 | 171 |
172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 |
184 |
185 |
186 | 187 | 188 | -------------------------------------------------------------------------------- /terms.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Watch Anime Online, Free Anime Streaming Online on <?=$websiteTitle?> Anime Website 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 42 | 46 | 47 | 48 | 49 | 50 | 51 |
52 | 53 |
54 |
55 |
56 |
57 |
58 |
59 | 65 |
66 | 146 |
147 |
148 |
149 |
150 |
151 | 152 |
153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | -------------------------------------------------------------------------------- /latest/chinese.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | Latest Chinese Subbed on <?=$websiteTitle?> 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 58 | 62 | 63 | 64 | 65 | 66 | 67 |
68 | 69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |

Chinese Subbed

77 |
78 |
79 |
80 |
81 |
82 |
83 | 84 | $chinese) { ?> 89 |
90 |
91 |
92 |
95 |
96 |
97 |
Episode
98 |
99 | <?=$chinese['name']?> 103 | 107 |
108 |
109 |

110 | 114 |

115 |
116 |
117 | 118 | 119 | Latest 120 |
121 |
122 |
123 |
124 | 125 | 126 | 127 |
128 |
129 | 152 | 163 |
164 |
165 |
166 | 167 |
168 |
169 | 170 |
171 |
172 |
173 | 174 |
175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 |
187 |
188 |
189 | 190 | 191 | -------------------------------------------------------------------------------- /new-season.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | New Seasons On <?=$websiteTitle?> 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 53 | 57 | 58 | 59 | 60 | 61 | 62 |
63 | 64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |

New Season

72 |
73 |
74 |
75 |
76 |
77 |
78 | 79 | $newSea) { ?> 83 |
84 |
85 |
86 |
tick-eps amp-algn">
97 |
98 |
99 |
100 | <?=$newSea['animeTitle']?> 104 | 108 |
109 |
110 |

111 | 115 |

116 |
117 |
118 | 119 |
120 |
121 |
122 |
123 | 124 | 125 | 126 |
127 |
128 | 151 | 162 |
163 |
164 |
165 |
166 |
167 | 168 |
169 |
170 |
171 | 172 |
173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 |
185 |
186 |
187 | 188 | 189 | -------------------------------------------------------------------------------- /type/movies.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | Anime Movies on <?=$websiteTitle?> 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 58 | 62 | 63 | 64 | 65 | 66 | 67 |
68 | 69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |

Anime Movies

77 |
78 |
79 |
80 |
81 |
82 |
83 | 84 | $movie) { ?> 88 |
89 |
90 |
91 |
tick-eps amp-algn">
102 |
103 |
104 |
105 | <?=$movie['animeTitle']?> 109 | 113 |
114 |
115 |

116 | 120 |

121 |
122 |
123 | 124 |
125 |
126 |
127 |
128 | 129 | 130 | 131 |
132 |
133 | 156 | 167 |
168 |
169 |
170 | 171 |
172 |
173 | 174 |
175 |
176 |
177 | 178 |
179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 |
191 |
192 |
193 | 194 | 195 | -------------------------------------------------------------------------------- /popular.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | Popular Anime on <?=$websiteTitle?> 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 58 | 62 | 63 | 64 | 65 | 66 | 67 |
68 | 69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |

Popular Anime

77 |
78 |
79 |
80 |
81 |
82 |
83 | 84 | $popular) { ?> 88 |
89 |
90 |
91 |
tick-eps amp-algn">
102 |
103 |
104 |
105 | <?=$popular['animeTitle']?> 109 | 113 |
114 |
115 |

116 | 120 |

121 |
122 |
123 | 124 |
125 |
126 |
127 |
128 | 129 | 130 | 131 |
132 |
133 | 156 | 167 |
168 |
169 |
170 |
171 |
172 | 173 |
174 |
175 |
176 | 177 |
178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 |
190 |
191 |
192 | 193 | 194 | -------------------------------------------------------------------------------- /type/tv-series.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | Tv Series on <?=$websiteTitle?> 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 58 | 62 | 63 | 64 | 65 | 66 | 67 |
68 | 69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |

Tv Series

77 |
78 |
79 |
80 |
81 |
82 |
83 | 84 | $tvSeries) { ?> 88 |
89 |
90 |
91 |
tick-eps amp-algn">
102 |
103 |
104 |
105 | <?=$tvSeries['animeTitle']?> 109 | 113 |
114 |
115 |

116 | 120 |

121 |
122 |
123 | 124 |
125 |
126 |
127 |
128 | 129 | 130 | 131 |
132 |
133 | 156 | 167 |
168 |
169 |
170 | 171 |
172 |
173 | 174 |
175 |
176 |
177 | 178 |
179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 |
191 |
192 |
193 | 194 | 195 | -------------------------------------------------------------------------------- /sub-category/id.php: -------------------------------------------------------------------------------- 1 | 13 | 14 | 15 | 16 | 17 | <?=$name?> on <?=$websiteTitle?> 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 63 | 67 | 68 | 69 | 70 | 71 | 72 |
73 | 74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |

82 |
83 |
84 |
85 |
86 |
87 |
88 | 89 | $subCat) { ?> 93 |
94 |
95 |
96 |
tick-eps amp-algn">
107 |
108 |
109 |
110 | <?=$subCat['animeTitle']?> 114 | 118 |
119 |
120 |

121 | 125 |

126 |
127 |
128 | 129 |
130 |
131 |
132 |
133 | 134 | 135 | 136 |
137 |
138 | 161 | 172 |
173 |
174 |
175 |
176 |
177 | 178 |
179 |
180 |
181 | 182 |
183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 |
195 |
196 |
197 | 198 | 199 | -------------------------------------------------------------------------------- /status/completed.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | Completed Anime on <?=$websiteTitle?> 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 58 | 62 | 63 | 64 | 65 | 66 | 67 |
68 | 69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |

Completed Anime

77 |
78 |
79 |
80 |
81 |
82 |
83 | 84 | $completed) { ?> 88 |
89 |
90 |
91 |
tick-eps amp-algn">
102 |
103 |
104 |
105 | <?=$completed['animeTitle']?> 109 | 113 |
114 |
115 |

116 | 120 |

121 |
122 |
123 | 124 | 125 | Completed 126 |
127 |
128 |
129 |
130 | 131 | 132 | 133 |
134 |
135 | 158 | 169 |
170 |
171 |
172 | 173 |
174 |
175 | 176 |
177 |
178 |
179 | 180 |
181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 |
193 |
194 |
195 | 196 | 197 | --------------------------------------------------------------------------------