├── js ├── files │ ├── video.js │ ├── jquery.tinyscrollbar.min.js │ ├── combo.js │ └── jqueryTooltip.js ├── category.js └── streaming.js ├── php ├── advertisments │ └── popup.html ├── include │ ├── advertisment.htm │ ├── footer.php │ ├── recentRelease.php │ ├── sidebar_genre.htm │ ├── genre.html │ ├── sub-category.html │ └── header.php └── info.php ├── favicon.ico ├── img ├── banner.png ├── bg │ ├── hd.png │ ├── bong.png │ ├── comedy.png │ ├── episode.png │ ├── genres.png │ ├── maga_red.png │ ├── ongoing.png │ ├── select.png │ ├── tooltip.png │ ├── adverting.png │ ├── anime_info.png │ ├── anime_list.png │ ├── last_mange.png │ ├── maga_blue.png │ ├── new_series.png │ ├── watch_btn.png │ ├── added_series.png │ ├── anime_movies.png │ ├── anime_video.png │ ├── icon_mobile.png │ ├── maga_yellow.png │ ├── nav_menu │ │ ├── home.png │ │ ├── popu.png │ │ ├── genre.png │ │ ├── movie.png │ │ ├── report.png │ │ ├── series.png │ │ ├── na_menu.png │ │ ├── home-hover.png │ │ ├── list-anime.png │ │ ├── movie-hover.png │ │ ├── popu_hover.png │ │ ├── read-manga.png │ │ ├── watch-drama.png │ │ ├── series-hover.png │ │ ├── watch-cartoon.png │ │ ├── list-anime-hover.png │ │ ├── read-manga-hover.png │ │ ├── watch-cartoon-hover.png │ │ └── watch-drama-hover.png │ ├── share_link_2.png │ ├── share_link_6.png │ ├── vien_episode.png │ ├── vien_footer.png │ ├── last_mange_bong.png │ └── recent_release.png ├── logo.png ├── favicon.ico ├── streamsb.png ├── bg-main-3.png ├── doodstream.png ├── icon_player.png ├── streamtape.png ├── bg-main-bong.png ├── bookmart-add.png ├── icon │ ├── searcch.png │ ├── ic-play.svg │ ├── ic-raw.svg │ ├── ic-dub.svg │ └── ic-sub.svg ├── bookmart-manage.png └── bookmart-remove.png ├── player ├── anime.jpg ├── player1.php └── player2.php ├── fonts ├── MYRIADPRO-BOLD.OTF ├── MYRIADPROREGULAR.woff ├── MyriadPro-Regular.ttf └── MyriadPro-Semibold.otf ├── readmeimage ├── Popular.png ├── homepage.png ├── movies.png ├── Newseason.png ├── animelist.png └── streaming.png ├── app.json ├── .htaccess ├── README.md ├── css ├── user.css └── user_auth.css ├── 404.php ├── staticHTML ├── forget.php ├── login.php ├── register.php └── about-us.php ├── new-season.php ├── popular.php ├── anime-movies.php ├── index.php ├── anime-details.php └── search.php /js/files/video.js: -------------------------------------------------------------------------------- 1 | // Later -------------------------------------------------------------------------------- /php/advertisments/popup.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/favicon.ico -------------------------------------------------------------------------------- /img/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/banner.png -------------------------------------------------------------------------------- /img/bg/hd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/hd.png -------------------------------------------------------------------------------- /img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/logo.png -------------------------------------------------------------------------------- /img/bg/bong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/bong.png -------------------------------------------------------------------------------- /img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/favicon.ico -------------------------------------------------------------------------------- /img/streamsb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/streamsb.png -------------------------------------------------------------------------------- /player/anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/player/anime.jpg -------------------------------------------------------------------------------- /img/bg-main-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg-main-3.png -------------------------------------------------------------------------------- /img/bg/comedy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/comedy.png -------------------------------------------------------------------------------- /img/bg/episode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/episode.png -------------------------------------------------------------------------------- /img/bg/genres.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/genres.png -------------------------------------------------------------------------------- /img/bg/maga_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/maga_red.png -------------------------------------------------------------------------------- /img/bg/ongoing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/ongoing.png -------------------------------------------------------------------------------- /img/bg/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/select.png -------------------------------------------------------------------------------- /img/bg/tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/tooltip.png -------------------------------------------------------------------------------- /img/doodstream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/doodstream.png -------------------------------------------------------------------------------- /img/icon_player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/icon_player.png -------------------------------------------------------------------------------- /img/streamtape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/streamtape.png -------------------------------------------------------------------------------- /img/bg-main-bong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg-main-bong.png -------------------------------------------------------------------------------- /img/bg/adverting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/adverting.png -------------------------------------------------------------------------------- /img/bg/anime_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/anime_info.png -------------------------------------------------------------------------------- /img/bg/anime_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/anime_list.png -------------------------------------------------------------------------------- /img/bg/last_mange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/last_mange.png -------------------------------------------------------------------------------- /img/bg/maga_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/maga_blue.png -------------------------------------------------------------------------------- /img/bg/new_series.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/new_series.png -------------------------------------------------------------------------------- /img/bg/watch_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/watch_btn.png -------------------------------------------------------------------------------- /img/bookmart-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bookmart-add.png -------------------------------------------------------------------------------- /img/icon/searcch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/icon/searcch.png -------------------------------------------------------------------------------- /fonts/MYRIADPRO-BOLD.OTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/fonts/MYRIADPRO-BOLD.OTF -------------------------------------------------------------------------------- /img/bg/added_series.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/added_series.png -------------------------------------------------------------------------------- /img/bg/anime_movies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/anime_movies.png -------------------------------------------------------------------------------- /img/bg/anime_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/anime_video.png -------------------------------------------------------------------------------- /img/bg/icon_mobile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/icon_mobile.png -------------------------------------------------------------------------------- /img/bg/maga_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/maga_yellow.png -------------------------------------------------------------------------------- /img/bg/nav_menu/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/nav_menu/home.png -------------------------------------------------------------------------------- /img/bg/nav_menu/popu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/nav_menu/popu.png -------------------------------------------------------------------------------- /img/bg/share_link_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/share_link_2.png -------------------------------------------------------------------------------- /img/bg/share_link_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/share_link_6.png -------------------------------------------------------------------------------- /img/bg/vien_episode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/vien_episode.png -------------------------------------------------------------------------------- /img/bg/vien_footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/vien_footer.png -------------------------------------------------------------------------------- /img/bookmart-manage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bookmart-manage.png -------------------------------------------------------------------------------- /img/bookmart-remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bookmart-remove.png -------------------------------------------------------------------------------- /readmeimage/Popular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/readmeimage/Popular.png -------------------------------------------------------------------------------- /readmeimage/homepage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/readmeimage/homepage.png -------------------------------------------------------------------------------- /readmeimage/movies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/readmeimage/movies.png -------------------------------------------------------------------------------- /img/bg/last_mange_bong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/last_mange_bong.png -------------------------------------------------------------------------------- /img/bg/nav_menu/genre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/nav_menu/genre.png -------------------------------------------------------------------------------- /img/bg/nav_menu/movie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/nav_menu/movie.png -------------------------------------------------------------------------------- /img/bg/nav_menu/report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/nav_menu/report.png -------------------------------------------------------------------------------- /img/bg/nav_menu/series.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/nav_menu/series.png -------------------------------------------------------------------------------- /img/bg/recent_release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/recent_release.png -------------------------------------------------------------------------------- /readmeimage/Newseason.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/readmeimage/Newseason.png -------------------------------------------------------------------------------- /readmeimage/animelist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/readmeimage/animelist.png -------------------------------------------------------------------------------- /readmeimage/streaming.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/readmeimage/streaming.png -------------------------------------------------------------------------------- /fonts/MYRIADPROREGULAR.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/fonts/MYRIADPROREGULAR.woff -------------------------------------------------------------------------------- /fonts/MyriadPro-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/fonts/MyriadPro-Regular.ttf -------------------------------------------------------------------------------- /fonts/MyriadPro-Semibold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/fonts/MyriadPro-Semibold.otf -------------------------------------------------------------------------------- /img/bg/nav_menu/na_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/nav_menu/na_menu.png -------------------------------------------------------------------------------- /img/bg/nav_menu/home-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/nav_menu/home-hover.png -------------------------------------------------------------------------------- /img/bg/nav_menu/list-anime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/nav_menu/list-anime.png -------------------------------------------------------------------------------- /img/bg/nav_menu/movie-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/nav_menu/movie-hover.png -------------------------------------------------------------------------------- /img/bg/nav_menu/popu_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/nav_menu/popu_hover.png -------------------------------------------------------------------------------- /img/bg/nav_menu/read-manga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/nav_menu/read-manga.png -------------------------------------------------------------------------------- /img/bg/nav_menu/watch-drama.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/nav_menu/watch-drama.png -------------------------------------------------------------------------------- /img/bg/nav_menu/series-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/nav_menu/series-hover.png -------------------------------------------------------------------------------- /img/bg/nav_menu/watch-cartoon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/nav_menu/watch-cartoon.png -------------------------------------------------------------------------------- /php/include/advertisment.htm: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 |
5 | -------------------------------------------------------------------------------- /img/bg/nav_menu/list-anime-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/nav_menu/list-anime-hover.png -------------------------------------------------------------------------------- /img/bg/nav_menu/read-manga-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/nav_menu/read-manga-hover.png -------------------------------------------------------------------------------- /img/bg/nav_menu/watch-cartoon-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/nav_menu/watch-cartoon-hover.png -------------------------------------------------------------------------------- /img/bg/nav_menu/watch-drama-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirixenYT/Gogoanime/HEAD/img/bg/nav_menu/watch-drama-hover.png -------------------------------------------------------------------------------- /php/info.php: -------------------------------------------------------------------------------- 1 | 15){ 7 | $apiLink = ""; // same goes for here 8 | } 9 | ?> 10 | -------------------------------------------------------------------------------- /app.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "GogoAnime Clone", 3 | "description": "Unlimited Steaming Anime On GogoAnime Clone", 4 | "keywords": ["php", "gogoanime", "gogoanime-clone", "api", "streaming"], 5 | "website": "https://github.com/shashankktiwariii/gogoanime-clone#readme", 6 | "repository": "https://github.com/shashankktiwariii/gogoanime-clone", 7 | "logo": "https://gogoanimetv.ga/img/logo.png", 8 | "image": "heroku/php", 9 | "stack": "heroku-22" 10 | } 11 | -------------------------------------------------------------------------------- /.htaccess: -------------------------------------------------------------------------------- 1 | Options -Indexes 2 | IndexIgnore * 3 | IndexIgnore *.png *.zip *.jpg *.gif *.doc 4 | RewriteEngine on 5 | RewriteCond %{REQUESTFILENAME} !-f 6 | RewriteRule ^([^.]+)$ $1.php [NC,L] 7 | 8 | RewriteRule ^category/([a-zA-Z0-9-=_]+) anime-details.php 9 | RewriteRule ^([a-zA-Z0-9-=_]+)-episode-([a-zA-Z0-9-=_]+) streaming.php 10 | RewriteRule ^privacy.html staticHTML/privacy.php 11 | RewriteRule ^contact-us.html staticHTML/contact-us.php 12 | RewriteRule ^about-us.html staticHTML/about-us.php 13 | RewriteRule ^login.html staticHTML/login.php 14 | RewriteRule ^register.html staticHTML/register.php 15 | RewriteRule ^forget.html staticHTML/forget.php 16 | RewriteRule ^genre/([a-zA-Z0-9-=_]+) genre/id.php 17 | RewriteRule ^anime-list-([a-zA-Z0-9-=_]+) anime-list-az.php 18 | RewriteRule ^sub-category/([a-zA-Z0-9-=_]+) sub-category/id.php 19 | 20 | ErrorDocument 404 /404.php 21 | -------------------------------------------------------------------------------- /php/include/footer.php: -------------------------------------------------------------------------------- 1 | 9 | 17 |
We moved site to . Please bookmark new site. Thank you!
x
-------------------------------------------------------------------------------- /img/icon/ic-play.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /php/include/recentRelease.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/icon/ic-raw.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 13 | 14 | 15 | 18 | 20 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /img/icon/ic-dub.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 13 | 14 | 15 | 18 | 20 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /img/icon/ic-sub.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 13 | 14 | 15 | 18 | 20 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /player/player1.php: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | 20 | 21 | 22 | Video Player 23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 | 32 | 51 | 52 | 53 | -------------------------------------------------------------------------------- /js/files/jquery.tinyscrollbar.min.js: -------------------------------------------------------------------------------- 1 | (function(a){function b(b,c){function q(){d.update();s();return d}function r(){j.obj.css(l,n/h.ratio);g.obj.css(l,-n);p["start"]=j.obj.offset()[l];var a=m.toLowerCase();h.obj.css(a,i[c.axis]);i.obj.css(a,i[c.axis]);j.obj.css(a,j[c.axis])}function s(){j.obj.bind("mousedown",t);j.obj[0].ontouchstart=function(a){a.preventDefault();j.obj.unbind("mousedown");t(a.touches[0]);return false};i.obj.bind("mouseup",w);if(c.scroll&&this.addEventListener){e[0].addEventListener("DOMMouseScroll",u,false);e[0].addEventListener("mousewheel",u,false)}else if(c.scroll){e[0].onmousewheel=u}}function t(b){p.start=k?b.pageX:b.pageY;var c=parseInt(j.obj.css(l));o.start=c=="auto"?0:c;a(document).bind("mousemove",w);document.ontouchmove=function(b){a(document).unbind("mousemove");w(b.touches[0])};a(document).bind("mouseup",v);j.obj.bind("mouseup",v);j.obj[0].ontouchend=document.ontouchend=function(b){a(document).unbind("mouseup");j.obj.unbind("mouseup");v(b.touches[0])};return false}function u(b){if(!(g.ratio>=1)){var b=b||window.event;var d=b.wheelDelta?b.wheelDelta/120:-b.detail/3;n-=d*c.wheel;n=Math.min(g[c.axis]-f[c.axis],Math.max(0,n));j.obj.css(l,n/h.ratio);g.obj.css(l,-n);if(c.lockscroll||n!==g[c.axis]-f[c.axis]&&n!==0){b=a.event.fix(b);b.preventDefault()}}}function v(b){a(document).unbind("mousemove",w);a(document).unbind("mouseup",v);j.obj.unbind("mouseup",v);document.ontouchmove=j.obj[0].ontouchend=document.ontouchend=null;return false}function w(a){if(!(g.ratio>=1)){o.now=Math.min(i[c.axis]-j[c.axis],Math.max(0,o.start+((k?a.pageX:a.pageY)-p.start)));n=o.now*h.ratio;g.obj.css(l,-n);j.obj.css(l,o.now)}return false}var d=this;var e=b;var f={obj:a(".viewport",b)};var g={obj:a(".overview",b)};var h={obj:a(".scrollbar",b)};var i={obj:a(".track",h.obj)};var j={obj:a(".thumb",h.obj)};var k=c.axis=="x",l=k?"left":"top",m=k?"Width":"Height";var n,o={start:0,now:0},p={};this.update=function(a){f[c.axis]=f.obj[0]["offset"+m];g[c.axis]=g.obj[0]["scroll"+m];g.ratio=f[c.axis]/g[c.axis];h.obj.toggleClass("disable",g.ratio>=1);i[c.axis]=c.size=="auto"?f[c.axis]:c.size;j[c.axis]=Math.min(i[c.axis],Math.max(0,c.sizethumb=="auto"?i[c.axis]*g.ratio:c.sizethumb));h.ratio=c.sizethumb=="auto"?g[c.axis]/i[c.axis]:(g[c.axis]-f[c.axis])/(i[c.axis]-j[c.axis]);n=a=="relative"&&g.ratio<=1?Math.min(g[c.axis]-f[c.axis],Math.max(0,n)):0;n=a=="bottom"&&g.ratio<=1?g[c.axis]-f[c.axis]:isNaN(parseInt(a))?n:parseInt(a);r()};return q()}a.tiny=a.tiny||{};a.tiny.scrollbar={options:{axis:"y",wheel:40,scroll:true,lockscroll:true,size:"auto",sizethumb:"auto"}};a.fn.tinyscrollbar=function(c){var c=a.extend({},a.tiny.scrollbar.options,c);this.each(function(){a(this).data("tsb",new b(a(this),c))});return this};a.fn.tinyscrollbar_update=function(b){return a(this).data("tsb").update(b)};})(jQuery) -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # nvm its back 2 | 3 |
4 | Homepage 5 |

6 | Homepage 7 |

8 |
9 | 10 |
11 | Animelist 12 |

13 | list 14 |

15 |
16 | 17 |
18 | Season 19 |

20 | season 21 |

22 |
23 | 24 |
25 | Movies 26 |

27 | movies 28 |

29 |
30 | 31 |
32 | Popular 33 |

34 | popular 35 |

36 |
37 | 38 |
39 | Streaming 40 |

41 | streaming 42 |

43 |
44 | 45 | [![Join our Discord server!](https://invidget.switchblade.xyz/BgTWqFnEss)](https://discord.gg/BgTWqFnEss) 46 |
47 | 48 | 49 | ## Features 50 | --> Easy to use
51 | --> Requires no database
52 | --> Responsive
53 | --> Anime Available Based on Genres
54 | --> and many moreeee... 55 | 56 | ## Acknowledgements 57 | 58 | [anime-api](https://github.com/kirixenyt/anime-api) The api used for the need of this website. 59 | 60 | ## Requirements 61 | --> Php environment (use .htaccess must be enabled in localhost) or Directly Upload the code on php supported hosting (No editing Required Just Upload and Enjoy) 62 | 63 | php/info.php 64 | ``` 65 | 15){ 71 | $apiLink = ""; // same for here 72 | } 73 | ?> 74 | ``` 75 | 76 | ## Online Deployment 77 | 78 | Or you can deploy on any php hosting such as InfinityFree 79 | 80 | ## Local Deployment 81 | 82 | You need to have `php` installed on your pc for following the intructions 83 | 84 | First download the repository using 85 | ``` 86 | git clone https://github.com/KirixenYT/Gogoanime 87 | ``` 88 | 89 | Now start the production build of the site using 90 | ``` 91 | php -S localhost:8888 92 | ``` 93 | 94 | This will start the app on http://localhost:8888
95 | Make Sure You Edit $base_url in php/info.php before starting in localhost..
96 | And Enable the use of .htaccess in PHP enviornment 97 | -------------------------------------------------------------------------------- /js/files/combo.js: -------------------------------------------------------------------------------- 1 | $(document).ready(function(){var id=-1;var timer,value;$("#search-form #keyword").keyup(function(e){clearTimeout(timer);var keyword=$(this).val();var keyword_replace=$('#keyword_search_replace').val();$('.loader').show();if(keyword_replace!=keyword){if(keyword.trim().length>=2&&value!=keyword){timer=setTimeout(function(){value=keyword;preload(keyword,id);$('#keyword_search_replace').val('');$("#key_pres").val('')},1000)}else{$('.loader').hide()}}else{$('.loader').hide()}});$("#search-form #keyword").on("paste",function(event){$('.loader').show();var element=$(event.target);setTimeout(function(){var keyword=$(element).val();preload(keyword,id);$('#keyword_search_replace').val('');$("#key_pres").val('')},1000)});$("#search-form #keyword").focus(function(e){var keyword=$(this).val();if(keyword.trim().length>=2){if($('#header_search_autocomplete').html()!==''){$("#header_search_autocomplete").show()}}});$("#search-form #keyword").blur(function(){if($("#header_search_autocomplete").is(':hover')===!0){}else{var keyword='';$("#header_search_autocomplete").hide()}});$("#search-form #keyword").keydown(function(e){var keyword=$(this).val();var key_pres=$("#key_pres").val();if(e.keyCode==13){e.preventDefault();if(key_pres!=''){var alias=$('#link_alias').val();window.location.href=base_url+'/info/'+alias}else{window.location.href=base_url+'search?keyword='+keyword}} 2 | if($('#header_search_autocomplete_body:visible').length>0){var items=$('#header_search_autocomplete_body').children();var nextElement=null;var current_index=-1;event_id=$("#key_pres").val();if(event_id!=''){if(event_id.substring(0,'header_search_autocomplete_item_'.length)=='header_search_autocomplete_item_'){current_index=parseInt(event_id.replace('header_search_autocomplete_item_',''));$('#header_search_autocomplete_body div').removeClass('focused')}} 3 | if(e.keyCode==38){e.preventDefault();current_index=Math.max(0,current_index-1);nextElement=$('#header_search_autocomplete_item_'+current_index)}else if(e.keyCode==40){e.preventDefault();current_index=Math.min(items.length-1,current_index+1);nextElement=$('#header_search_autocomplete_item_'+current_index)} 4 | if(nextElement){nextElement.stop(!0,!0);$('#header_search_autocomplete_item_'+current_index).focus();$('#header_search_autocomplete_item_'+current_index).stop(!0,!0).addClass('focused');$("#key_pres").val('header_search_autocomplete_item_'+current_index);var link_alias=$('#header_search_autocomplete_item_'+current_index+' a').attr('rel');$("#link_alias").val(link_alias);$("#keyword_search_replace").val(keyword);id=current_index}}})});function preload(keyword,id){$.ajax({url:base_url_cdn_api+"site/loadAjaxSearch",dataType:'json',data:{keyword:keyword,id:id,link_web:base_url},success:function(data,response){$('.loader').hide();$("#header_search_autocomplete").html(data.content)}})} 5 | function do_search(){var keyword=$("#search-form #keyword").val();keyword=keyword.replace(/\s+/g,'-');if(keyword.length>2){window.location.href=base_url+'search?keyword='+keyword}else{} 6 | return!1} -------------------------------------------------------------------------------- /player/player2.php: -------------------------------------------------------------------------------- 1 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | Custom Video Player 25 | 26 | 27 | 47 | 48 | 49 | 50 | 53 | 54 | 55 | 58 | 59 | 62 | 63 | 94 | 95 | 96 | 97 | -------------------------------------------------------------------------------- /css/user.css: -------------------------------------------------------------------------------- 1 | .content_items{padding:20px 18px;color:#fff}.anime_name_img_guide{background-image:url(../img/bg/guide.png);background-repeat:no-repeat;background-position:center top;height:56px;width:60px;position:absolute;left:0;bottom:0}.anime_name.guide{background-position:right -465px}.anime_name_img_login{background-image:url(../img/bg/login.png);background-repeat:no-repeat;background-position:center top;height:56px;width:60px;position:absolute;left:0;bottom:0}.anime_name.login{background-position:right -418px}.anime_name_img_reg{background-image:url(../img/bg/reg.png);background-repeat:no-repeat;background-position:center top;height:56px;width:60px;position:absolute;left:0;bottom:0}.anime_name.reg{background-position:right -512px}.form-login h1{font-size:18px;text-align:center;margin:10px;color:#FFF}.btn-facebook{background:#3b5998}.btn-google{background:#dd4b39}.btn-facebook span{background-color:#2f477a}.btn-facebook img,.btn-google img{height:17px}.btn-google span{background-color:#b13c2e}.btn-facebook,.btn-google{display:inline-block;width:100%;margin:12px 0;position:relative;color:#FFF;font-size:14px}.btn-facebook span,.btn-google span{display:inline-block;width:40px;padding:10px 0;text-align:center;margin-right:10px}.link-forget,.link-sign{color:#ffc119;width:100%;display:block;margin:5px 0}a.link-forget:hover,a.link-sign:hover{color:#FFF}.form-login{width:100%;max-width:310px;margin:auto;padding:20px 0 40px;min-height:300px}.form-login input:not([type="checkbox"]){width:100%;padding:13px 10px;margin:12px 0;border:none;display:inline-block}.form-login button{float:right;background:#ffc119;padding:5px 10px;color:#000;font-size:14px;border:none;margin:13px 0;display:block;cursor:pointer}span.error{color:red}.content-login{padding:20px;color:#FFF}button{background:#ffc119;padding:5px 15px;color:#fff;border:none;margin:13px 0;display:block;cursor:pointer}a.here{color:#ffc119}.refer{width:100%;padding:5px;border:none;background:#E0E0E0}.shared-bookmark-link{width:100%;min-width:300px;padding:3px;background:#F7F7F7;border:none;margin-top:16px}.bookmark{width:100%}.bookmark table{border-collapse:collapse;width:100%;text-align:left;margin:30px 0}.bookmark table th{border-bottom:1px solid #8d8d8d;padding:5px 0;color:#FFF}.bookmark table td a{color:#ffda19}.bookmark table td a.episode{color:#FFF}.bookmark table td{border-bottom:1px solid #353442;padding:10px 0}.bookmark table tr:last-child td{border-bottom:none;padding:10px 0}.bookmark .title{width:60%}.bookmark .latest,.bookmark .status{width:15%}.bookmark table td i{margin-right:5px}.bookmark i.fa-check,.check{color:#00a651}.bookmark i.fa-close,.close{color:#ffda19}.bookmark i.fa-trash,.trash{color:#d30b0c}.bookmark i.fa-folder,.folder{color:#536571}.group-input select{max-width:125px;padding:0 10px;width:100%;height:24px;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(../img/bg/arrowdown.png) 95% 50% no-repeat #ffda19;border:none;text-shadow:0 0 0 #FFF}.group-input label{margin-right:10px}.group-input select option{width:100%;padding:5px 10px;border:none;box-shadow:none}.group-input select option:focus,.group-input select:focus{outline:0}span.load_remove{background:url(../img/load/ajax-loader_1.gif) no-repeat;padding:15px;position:absolute;display:none}span.load{background:url(../img/load/ajax-loader_1.gif) no-repeat;padding:15px;position:absolute;display:none} -------------------------------------------------------------------------------- /js/files/jqueryTooltip.js: -------------------------------------------------------------------------------- 1 | (function(f){function p(a,b,c){var h=c.relative?a.position().top:a.offset().top,e=c.relative?a.position().left:a.offset().left,i=c.position[0];h-=b.outerHeight()-c.offset[0];e+=a.outerWidth()+c.offset[1];var j=b.outerHeight()+a.outerHeight();if(i=="center")h+=j/2;if(i=="bottom")h+=j;i=c.position[1];a=b.outerWidth()+a.outerWidth();if(i=="center")e-=a/2;if(i=="left")e-=a;return{top:h,left:e}}function t(a,b){var c=this,h=a.add(c),e,i=0,j=0,m=a.attr("title"),q=n[b.effect],k,r=a.is(":input"),u=r&&a.is(":checkbox, :radio, select, :button, :submit"),s=a.attr("type"),l=b.events[s]||b.events[r?u?"widget":"input":"def"];if(!q)throw'Nonexistent effect "'+b.effect+'"';l=l.split(/,\s*/);if(l.length!=2)throw"Tooltip: bad events configuration for "+s;a.bind(l[0],function(d){clearTimeout(i);if(b.predelay)j=setTimeout(function(){c.show(d)},b.predelay);else c.show(d)}).bind(l[1],function(d){clearTimeout(j);if(b.delay)i=setTimeout(function(){c.hide(d)},b.delay);else c.hide(d)});if(m&&b.cancelDefault){a.removeAttr("title");a.data("title",m)}f.extend(c,{show:function(d){if(!e){if(m)e=f(b.layout).addClass(b.tipClass).appendTo(document.body).hide().append(m);else if(b.tip)e=f(b.tip).eq(0);else{e=a.next();e.length||(e=a.parent().next())}if(!e.length)throw"Cannot find tooltip for "+a;}if(c.isShown())return c;e.stop(true,true);var g=p(a,e,b);d=d||f.Event();d.type="onBeforeShow";h.trigger(d,[g]);if(d.isDefaultPrevented())return c;g=p(a,e,b);e.css({position:"absolute",top:g.top,left:g.left});k=true;q[0].call(c,function(){d.type="onShow";k="full";h.trigger(d)});g=b.events.tooltip.split(/,\s*/);e.bind(g[0],function(){clearTimeout(i);clearTimeout(j)});g[1]&&!a.is("input:not(:checkbox, :radio), textarea")&&e.bind(g[1],function(o){o.relatedTarget!=a[0]&&a.trigger(l[1].split(" ")[0])});return c},hide:function(d){if(!e||!c.isShown())return c;d=d||f.Event();d.type="onBeforeHide";h.trigger(d);if(!d.isDefaultPrevented()){k=false;n[b.effect][1].call(c,function(){d.type="onHide";k=false;h.trigger(d)});return c}},isShown:function(d){return d?k=="full":k},getConf:function(){return b},getTip:function(){return e},getTrigger:function(){return a}});f.each("onHide,onBeforeShow,onShow,onBeforeHide".split(","),function(d,g){f.isFunction(b[g])&&f(c).bind(g,b[g]);c[g]=function(o){f(c).bind(g,o);return c}})}f.tools=f.tools||{version:"1.2.3"};f.tools.tooltip={conf:{effect:"toggle",fadeOutSpeed:"fast",predelay:0,delay:30,opacity:1,tip:0,position:["top","center"],offset:[0,0],relative:false,cancelDefault:true,events:{def:"mouseenter,mouseleave",input:"focus,blur",widget:"focus mouseenter,blur mouseleave",tooltip:"mouseenter,mouseleave"},layout:"
",tipClass:"tooltip"},addEffect:function(a,b,c){n[a]=[b,c]}};var n={toggle:[function(a){var b=this.getConf(),c=this.getTip();b=b.opacity;b<1&&c.css({opacity:b});c.show();a.call()},function(a){this.getTip().hide();a.call()}],fade:[function(a){var b=this.getConf();this.getTip().fadeTo(b.fadeInSpeed,b.opacity,a)},function(a){this.getTip().fadeOut(this.getConf().fadeOutSpeed,a)}]};f.fn.tooltip=function(a){var b=this.data("tooltip");if(b)return b;a=f.extend(true,{},f.tools.tooltip.conf,a);if(typeof a.position=="string")a.position=a.position.split(/,?\s/);this.each(function(){b=new t(f(this),a);f(this).data("tooltip",b)});return a.api?b:this}})(jQuery);(function(d){var i=d.tools.tooltip;d.extend(i.conf,{direction:"up",bounce:false,slideOffset:10,slideInSpeed:200,slideOutSpeed:200,slideFade:!d.browser.msie});var e={up:["-","top"],down:["+","top"],left:["-","left"],right:["+","left"]};i.addEffect("slide",function(g){var a=this.getConf(),f=this.getTip(),b=a.slideFade?{opacity:a.opacity}:{},c=e[a.direction]||e.up;b[c[1]]=c[0]+"="+a.slideOffset;a.slideFade&&f.css({opacity:0});f.show().animate(b,a.slideInSpeed,g)},function(g){var a=this.getConf(),f=a.slideOffset,b=a.slideFade?{opacity:0}:{},c=e[a.direction]||e.up,h=""+c[0];if(a.bounce)h=h=="+"?"-":"+";b[c[1]]=h+"="+f;this.getTip().animate(b,a.slideOutSpeed,function(){d(this).hide();g.call()})})})(jQuery);(function(g){function j(a){var c=g(window),d=c.width()+c.scrollLeft(),h=c.height()+c.scrollTop();return[a.offset().top<=c.scrollTop(),d<=a.offset().left+a.width(),h<=a.offset().top+a.height(),c.scrollLeft()>=a.offset().left]}function k(a){for(var c=a.length;c--;)if(a[c])return false;return true}var i=g.tools.tooltip;i.dynamic={conf:{classNames:"top right bottom left"}};g.fn.dynamic=function(a){if(typeof a=="number")a={speed:a};a=g.extend({},i.dynamic.conf,a);var c=a.classNames.split(/\s/),d;this.each(function(){var h=g(this).tooltip().onBeforeShow(function(e,f){e=this.getTip();var b=this.getConf();d||(d=[b.position[0],b.position[1],b.offset[0],b.offset[1],g.extend({},b)]);g.extend(b,d[4]);b.position=[d[0],d[1]];b.offset=[d[2],d[3]];e.css({visibility:"hidden",position:"absolute",top:f.top,left:f.left}).show();f=j(e);if(!k(f)){if(f[2]){g.extend(b,a.top);b.position[0]="top";e.addClass(c[0])}if(f[3]){g.extend(b,a.right);b.position[1]="right";e.addClass(c[1])}if(f[0]){g.extend(b,a.bottom);b.position[0]="bottom";e.addClass(c[2])}if(f[1]){g.extend(b,a.left);b.position[1]="left";e.addClass(c[3])}if(f[0]||f[2])b.offset[0]*=-1;if(f[1]||f[3])b.offset[1]*=-1}e.css({visibility:"visible"}).hide()});h.onBeforeShow(function(){var e=this.getConf();this.getTip();setTimeout(function(){e.position=[d[0],d[1]];e.offset=[d[2],d[3]]},0)});h.onHide(function(){var e=this.getTip();e.removeClass(a.classNames)});ret=h});return a.api?ret:this}})(jQuery); -------------------------------------------------------------------------------- /404.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | Pages not found 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 38 | 39 | 40 | 41 |
42 |
43 |
44 |
45 | 46 |
47 |
48 | 49 |
50 |
51 | 52 | 53 |

404 Not Found 54 |

55 |
56 |

Error 404

57 |
58 | 59 |
60 |
61 | 62 | 63 |
64 |
65 |
66 |
67 |

RECENT RELEASE

68 |
69 |
70 | 71 |
72 |
73 |
74 |
75 | 76 |
77 |
78 |
79 | 80 |
81 |
82 |
83 |
84 | 89 | 90 |
91 |
92 |
93 | 104 |
105 |
106 |
107 |
108 |
109 |
110 | 111 | 112 | 113 | 114 | 119 | 120 | -------------------------------------------------------------------------------- /js/category.js: -------------------------------------------------------------------------------- 1 | const url = window.location.pathname.replace("/", ""); 2 | // const url = "naruto" 3 | const apiURl = `https://api-indianime.herokuapp.com`; 4 | 5 | function loadAnimeDetails() { 6 | apiUrlAnimeDetails = `${apiURl}/getAnime/${url}` 7 | async function loadAnime() { 8 | const response = await fetch(apiUrlAnimeDetails); 9 | const anime = await response.json(); 10 | //console.log(anime) 11 | function loadDetail() { 12 | let name = anime['name']; 13 | const animeName = document.getElementById('animeName'); 14 | animeName.innerHTML = name; 15 | const animeImg = document.getElementById('animeImg'); 16 | animeImg.setAttribute('src', `${anime['img_url']}`); 17 | const animeInfo = document.getElementById('animeInfo'); 18 | animeInfo.innerHTML = `Plot Summary: ${anime['about'].replace('Plot Summary:', "")}` 19 | const animeReleased = document.getElementById('animeReleased'); 20 | animeReleased.innerHTML = `Released: ${anime['released'].replace('Released:', "")}` 21 | const animeOtherName = document.getElementById('animeOtherName'); 22 | animeOtherName.innerHTML = `Other name: ${anime['othername'].replace("Other name", "")}` 23 | function animeStatus() { 24 | let statusUrl; 25 | const status = anime['status'].replace('Status:', ""); 26 | console.log(status) 27 | if (anime['status'] == `Status: \n Completed\n `) { 28 | statusUrl = '/completed-anime.html' 29 | title = 'Completed' 30 | } else { 31 | statusUrl = '/ongoing-anime.html' 32 | title = 'Ongoing' 33 | } 34 | const animeStatus = document.getElementById('animeStatus'); 35 | animeStatus.innerHTML = `Status: 36 | ${status} 37 | ` 38 | } 39 | animeStatus() 40 | const genre = document.getElementById('genre'); 41 | genre.innerHTML = `Genre: ${anime['genre'].replace('Genre: ', '')}`; 42 | const h2title = document.getElementById('h2title'); 43 | h2title.innerHTML = `${anime['name']}` 44 | } 45 | loadDetail() 46 | function loadEpisode() { 47 | const episode_related = document.getElementById('episode_related'); 48 | let episode = anime['episode_id']; 49 | let episodeHTML = "" 50 | let episodeContent; 51 | episode.forEach(function (element, index) { 52 | episodeContent = ` 53 |
  • 54 | 55 |
    EP ${index + 1}
    56 |
    57 |
    SUB
    58 |
    59 |
  • ` 60 | episodeHTML += episodeContent 61 | }); 62 | episode_related.innerHTML = episodeHTML 63 | } 64 | loadEpisode(); 65 | } 66 | loadAnime() 67 | } 68 | loadAnimeDetails() 69 | 70 | function loadRecentRelease() { 71 | async function loadRecent() { 72 | const apiUrlRecentReleases = `${apiURl}/getRecent/1`; 73 | const response = await fetch(apiUrlRecentReleases); 74 | const recentReleases = await response.json(); 75 | //console.log(recentReleases); 76 | const recentEpisodesContainer = document.getElementById('recentEpisodes'); 77 | let recentEpisodesHTML = ""; 78 | let recentEpisodesContent; 79 | 80 | recentReleases.forEach(function (element) { 81 | recentEpisodesContent = ` 82 |
  • 83 | 85 |
    87 |
    88 | ${element['r_name']} 89 |
    90 | 92 |

    ${element['episode_num']}

    93 |
    94 |
  • 95 | `; 96 | recentEpisodesHTML += recentEpisodesContent; 97 | }); 98 | recentEpisodesContainer.innerHTML = recentEpisodesHTML; 99 | } 100 | loadRecent(); 101 | } 102 | loadRecentRelease(); 103 | 104 | function loadDisqus(){ 105 | document.getElementById('loadDisqus').innerHTML = ` 106 | 107 | 120 | ` 123 | let disqusHTML = ` 124 | ` 125 | 126 | } 127 | loadDisqus() -------------------------------------------------------------------------------- /php/include/sidebar_genre.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /php/include/genre.html: -------------------------------------------------------------------------------- 1 |
  • 2 | Genre 3 | 71 |
  • -------------------------------------------------------------------------------- /staticHTML/forget.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | <?=$website_name?> | Forget 9 | 10 | 11 | 12 | 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 | 46 | 47 | 48 | 54 | 55 | 56 | 57 |
    58 |
    59 |
    60 |
    61 | 62 | 63 |
    64 |
    65 | 66 |
    67 |
    68 | 69 |

    Forget password

    70 |
    71 | 93 |
    94 | 95 |
    96 |
    97 |
    98 | 112 |
    113 |
    114 |
    115 | 126 |
    127 |
    128 |
    129 |
    130 |
    131 |
    132 | 133 | 134 | 135 | 136 | 137 | 138 | -------------------------------------------------------------------------------- /staticHTML/login.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | <?=$website_name?> | Login 9 | 10 | 11 | 12 | 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 | 46 | 47 | 48 | 54 | 55 | 56 | 57 |
    58 |
    59 |
    60 |
    61 | 62 | 63 |
    64 |
    65 | 66 |
    67 | 70 | 95 |
    96 | 97 |
    98 |
    99 |
    100 | 114 |
    115 |
    116 |
    117 | 128 |
    129 |
    130 |
    131 |
    132 |
    133 |
    134 | 135 | 136 | 137 | 138 | 139 | 140 | -------------------------------------------------------------------------------- /staticHTML/register.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | <?=$website_name?> | Register 9 | 10 | 11 | 12 | 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 | 46 | 47 | 48 | 54 | 55 | 56 | 57 |
    58 |
    59 |
    60 |
    61 | 62 | 63 |
    64 |
    65 | 66 |
    67 |
    68 | 69 |

    Register

    70 |
    71 | 97 |
    98 | 99 |
    100 |
    101 |
    102 | 116 |
    117 |
    118 |
    119 | 130 |
    131 |
    132 |
    133 |
    134 |
    135 |
    136 | 137 | 138 | 139 | 140 | 141 | -------------------------------------------------------------------------------- /php/include/sub-category.html: -------------------------------------------------------------------------------- 1 |
    2 |
    3 |
    4 | 5 |

    Season

    6 |
    7 |
    8 |
    9 |
    10 |
    11 | 131 |
    132 |
    133 |
    134 |
    135 |
    136 |
    -------------------------------------------------------------------------------- /js/streaming.js: -------------------------------------------------------------------------------- 1 | // const url = window.location.pathname.replace("/", ""); 2 | const url = "naruto-episode-1" 3 | const apiURl = `https://api-indianime.herokuapp.com`; 4 | 5 | // Declaring Gobally 6 | const apiUrlEpisodeDetail = `${apiURl}/getEpisode/${url}`; 7 | 8 | function loadEpisodeDetail() { 9 | async function loadDetail() { 10 | const response = await fetch(apiUrlEpisodeDetail); 11 | const episodeDetail = await response.json(); 12 | document.title = `${episodeDetail['animenamewithep']} at GogoAnime`; 13 | const iframez = document.getElementById('iframez'); 14 | iframez.setAttribute('src', `${episodeDetail['video']}`); 15 | const dowloads = document.getElementById('dowloads'); 16 | dowloads.setAttribute('href', `${episodeDetail['ep_download']}`); 17 | const animeCategory = document.getElementById('animeCategory'); 18 | animeCategory.setAttribute('href', `${episodeDetail['anime_info']}`); 19 | const animeTitle = document.getElementById("animeTitle"); 20 | animeTitle.innerHTML = `${episodeDetail['animenamewithep']}` 21 | const animeTitle2 = document.getElementById('animeTitle2'); 22 | animeTitle2.innerHTML = `

    ${episodeDetail['animenamewithep']} at GogoAnime

    `; 23 | 24 | 25 | //Example - ${episodeDetail['anime_info']} - category/naruto 26 | let animeCategoryName = `${episodeDetail['anime_info']}`; 27 | function animeDetails() { 28 | const apiUrlAnimeDetails = `${apiURl}/getAnime/${animeCategoryName.replace("/category/", "")}` 29 | async function loadAnimeDetails() { 30 | const response = await fetch(apiUrlAnimeDetails); 31 | const animeDetail = await response.json(); 32 | //console.log(animeDetail['name']); 33 | animeCategory.innerHTML = `${animeDetail['name']}`; 34 | animeCategory.setAttribute('title', `${animeDetail['name']}`); 35 | let aboutAnime = `${animeDetail['about']}`; 36 | let aboutAnimeFinal = aboutAnime.replace("Plot Summary: ", "") 37 | //console.log(aboutAnimeFinal) 38 | function metaHeadTag() { 39 | 40 | let itemprop = document.createElement('meta'); 41 | itemprop.setAttribute('itemprop', 'image'); 42 | itemprop.setAttribute('content', `${animeDetail['img_url']}`); 43 | document.getElementsByTagName('head')[0].appendChild(itemprop); 44 | 45 | let ogtitle = document.createElement('meta'); 46 | ogtitle.setAttribute('property', 'og:title'); 47 | ogtitle.setAttribute('content', `Watch ${episodeDetail['animenamewithep']} at GogoAnime`); 48 | document.getElementsByTagName('head')[0].appendChild(ogtitle); 49 | 50 | let ogdescription = document.createElement('meta'); 51 | ogdescription.setAttribute('property', 'og:description'); 52 | ogdescription.setAttribute('content', `${aboutAnimeFinal}`); 53 | document.getElementsByTagName('head')[0].appendChild(ogdescription); 54 | 55 | let ogimage = document.createElement('meta'); 56 | ogimage.setAttribute('property', 'og:image'); 57 | ogimage.setAttribute('content', `${animeDetail['img_url']}`); 58 | document.getElementsByTagName('head')[0].appendChild(ogimage); 59 | 60 | 61 | 62 | } 63 | metaHeadTag(); 64 | 65 | // Episode List 66 | function loadEpisode() { 67 | let episodes = animeDetail['episode_id']; 68 | let episode_related = document.getElementById('episode_related'); 69 | let episodeHTML = ""; 70 | let episodeContent; 71 | episodes.forEach(function (element, index) { 72 | if (element == url) { 73 | activeClass = "active" 74 | } else { 75 | activeClass = "" 76 | } 77 | episodeContent = ` 78 |
  • 79 | 80 |
    EP ${index + 1}
    81 |
    82 |
    SUB
    83 |
    84 |
  • 85 | ` 86 | episodeHTML += episodeContent; 87 | 88 | }) 89 | episode_related.innerHTML = episodeHTML; 90 | //console.log(episodeContent) 91 | 92 | function previousEpisode() { 93 | let anime_video_body_episodes_l = document.getElementById('anime_video_body_episodes_l'); 94 | const epNumber = episodeDetail['ep_num']; 95 | prevEpisode = epNumber - 1 96 | arrayLink = prevEpisode - 1 97 | 98 | //console.log(prevEpisode) 99 | let previosHTML = ""; 100 | let previosHTMLContent; 101 | if (prevEpisode > 0) { 102 | previosHTMLContent = ` 103 | 104 | << ${animeDetail['name']} Episode ${parseInt(episodeDetail['ep_num']) - 1} 105 | 106 | ` 107 | 108 | } else { 109 | previosHTMLContent = ""; 110 | } 111 | previosHTML += previosHTMLContent; 112 | anime_video_body_episodes_l.innerHTML = previosHTML; 113 | } 114 | previousEpisode(); 115 | 116 | function nextEpisode(){ 117 | let anime_video_body_episodes_r = document.getElementById('anime_video_body_episodes_r'); 118 | //console.log(lastEpisode); 119 | let lastEpisode = animeDetail['episode_id'].length 120 | let nextEpisodeHTML = "" 121 | let nextEpisodeContent; 122 | let currentEpisode = parseInt(episodeDetail['ep_num']); 123 | //console.log(currentEpisode) 124 | if (currentEpisode < lastEpisode){ 125 | nextEpisodeContent = ` 126 | 127 | ${animeDetail['name']} Episode ${parseInt(episodeDetail['ep_num']) + 1} >> 128 | 129 | ` 130 | } else { 131 | nextEpisodeContent = "" 132 | } 133 | nextEpisodeHTML += nextEpisodeContent; 134 | anime_video_body_episodes_r.innerHTML = nextEpisodeHTML; 135 | } 136 | nextEpisode() 137 | 138 | } 139 | 140 | 141 | loadEpisode(); 142 | 143 | 144 | 145 | } 146 | loadAnimeDetails(); 147 | 148 | 149 | 150 | } 151 | animeDetails(); 152 | 153 | return episodeDetail; 154 | }; 155 | loadDetail(); 156 | }; 157 | 158 | loadEpisodeDetail(); 159 | function loadRecentRelease() { 160 | async function loadRecent() { 161 | const apiUrlRecentReleases = `${apiURl}/getRecent/1`; 162 | const response = await fetch(apiUrlRecentReleases); 163 | const recentReleases = await response.json(); 164 | //console.log(recentReleases); 165 | const recentEpisodesContainer = document.getElementById('recentEpisodes'); 166 | let recentEpisodesHTML = ""; 167 | let recentEpisodesContent; 168 | 169 | recentReleases.forEach(function (element) { 170 | recentEpisodesContent = ` 171 |
  • 172 | 174 |
    176 |
    177 | ${element['r_name']} 178 |
    179 | 181 |

    ${element['episode_num']}

    182 |
    183 |
  • 184 | `; 185 | recentEpisodesHTML += recentEpisodesContent; 186 | }); 187 | recentEpisodesContainer.innerHTML = recentEpisodesHTML; 188 | } 189 | loadRecent(); 190 | } 191 | loadRecentRelease(); -------------------------------------------------------------------------------- /php/include/header.php: -------------------------------------------------------------------------------- 1 |
    2 | 33 |
    34 | 35 | 36 |
    37 | 42 |
    43 | 45 |
    46 |
    47 | 48 | 117 | 118 |
    119 |
    120 | 121 |
    122 |
    123 |
    124 | 125 | 126 | 127 | 128 | 129 |
    130 | 131 |
    132 |
    133 |
    134 |
    135 |
    136 |
    137 |
    138 | 139 |
    140 |
    141 | 142 |
    -------------------------------------------------------------------------------- /new-season.php: -------------------------------------------------------------------------------- 1 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | List New Season Anime at Gogoanime 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 | 46 | 47 | 48 | 49 | 50 | 51 |
    52 |
    53 |
    54 |
    55 | 56 |
    57 |
    58 | 59 |
    60 |
    61 | 62 |

    NEW SEASON

    63 |
    64 | 67 |
    68 |
    69 |
    70 |
      71 | 76 |
    • 77 |
      <?=$newSeason['animeTitle']?> 78 |

      79 |

      80 |
    • 81 | 82 |
    83 |
    84 |
    85 | 86 |
    87 |
    88 |
    89 |
    90 |
    91 |
    92 |
    93 | 94 |

    RECENT RELEASE

    95 |
    96 |
    97 | 98 |
    99 |
    100 |
    101 |
    102 |
    103 |
    104 |
    105 |
    106 |
    107 |
    108 | 109 |
    110 |
    111 |
    112 | 113 |
    114 |
    115 |
    116 |
    117 |
    118 | 120 |
    121 | 135 | 169 | 170 |
    171 |
    172 |
    173 | 190 |
    191 |
    192 |
    193 |
    194 |
    195 |
    196 | 197 | 198 | 199 | 200 | 205 | 206 | 207 | -------------------------------------------------------------------------------- /popular.php: -------------------------------------------------------------------------------- 1 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | List Anime Popular at Gogoanime 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 | 43 | 44 | 45 | 50 | 51 | 52 | 53 | 54 |
    55 |
    56 |
    57 |
    58 | 59 |
    60 |
    61 | 62 |
    63 |
    64 | 65 |

    ANIME popular

    66 |
    67 | 71 |
    72 |
    73 |
    74 |
      75 | 80 |
    • 81 |
      <?=$movies['animeTitle']?> 82 |

      83 |

      84 |
    • 85 | 86 |
    87 |
    88 |
    89 | 90 |
    91 |
    92 |
    93 | 94 |
    95 |
    96 |
    97 |
    98 | 99 |

    RECENT RELEASE

    100 |
    101 |
    102 | 103 |
    104 |
    105 |
    106 |
    107 |
    108 |
    109 |
    110 |
    111 |
    112 |
    113 | 114 |
    115 |
    116 |
    117 | 118 |
    119 |
    120 |
    121 |
    122 |
    123 | 125 |
    126 | 140 | 174 | 175 |
    176 |
    177 |
    178 | 195 |
    196 |
    197 |
    198 |
    199 |
    200 |
    201 | 202 | 203 | 204 | 205 | 206 | 211 | 212 | 213 | -------------------------------------------------------------------------------- /anime-movies.php: -------------------------------------------------------------------------------- 1 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | List Anime Movies at Gogoanime 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 | 46 | 47 | 48 | 49 | 50 | 51 |
    52 |
    53 |
    54 |
    55 | 56 |
    57 |
    58 | 59 |
    60 |
    61 | 62 |

    ANIME MOVIES

    63 |
    64 | 69 |
    70 |
    71 | 72 |
    73 |
      74 | 79 |
    • 80 |
      <?=$movies['animeTitle']?> 81 |

      82 |

      83 |
    • 84 | 85 |
    86 |
    87 |
    88 | 89 |
    90 |
    91 |
    92 |
    93 |
    94 |
    95 |
    96 | 97 |

    RECENT RELEASE

    98 |
    99 |
    100 | 101 |
    102 |
    103 |
    104 |
    105 |
    106 |
    107 |
    108 |
    109 |
    110 |
    111 | 112 |
    113 |
    114 |
    115 | 116 |
    117 |
    118 |
    119 |
    120 |
    121 | 123 |
    124 | 138 | 172 | 173 |
    174 |
    175 |
    176 | 193 |
    194 |
    195 |
    196 |
    197 |
    198 |
    199 | 200 | 201 | 202 | 203 | 204 | 209 | 210 | 211 | -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | Watch anime online, English anime online - <?=$website_name?> 10 | 11 | 12 | 14 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 |
    55 |
    56 |
    57 |
    58 |
    59 | 77 |
    78 | 79 | 80 |
    81 |
    82 | 83 |
    84 |
    85 | 86 | 105 | 106 |
    107 |
    108 |
    109 |
    110 | 111 | 112 | 113 | 114 | 115 |
    116 | 117 |
    118 |
    119 |
    120 |
    121 |
    122 |
    123 |
    Make sure to bookmark the domain gogotaku.info to stay updated.
    124 |
    125 | 126 |
    127 | 128 | 129 |
    130 |
    131 |

    - Best site to watch anime online for FREE.

    132 |

    When we create gogoanime, we hope for anime fans to have a free anime streaming site with good design and easy to use. Understand the importance of user feedback, as time passes by, we’ve collected all your ideas and requests to make a better version of gogoanime.

    133 |

    To avoid multiple blocking, we also decided to moved to gogoanime as With a new domain and better user experience for our beloved anime fans in the world.

    134 |
    What's ?
    135 |

    is a completely free streaming site for users to watch or download anime in HD quality with English subtitles or dubbing. A vast database, fast update and no registering requirement.

    136 |
    Why should I choose ?
    139 |

    Streaming experience: fast loading and easy to download. We have all the top line streaming servers for you to choose.

    140 |

    Content library: We have all the anime here, from old anime to the new one. You can find all the genres you like such as action; drama; fiction; mystery,... You can also request your favorite anime at gogotaku.info.

    141 |

    Update: Vast content and updating hourly is always a strong point of gogoanime as well as .

    142 |

    Quality/Resolution: We provide high-quality anime in multiple resolutions and allow users to choose the one that suits their preferences and device capabilities

    143 |

    Customer care: Users can always contact us for help or query by clicking on contact us or report the episode.

    144 |

    Device compatibility: work well on both desktop and mobile devices. Fell free to enjoy your favorite anime on any device you want.

    145 |

    Therefore, if you are looking for a great and safe website to watch anime for free. Let’s try . And if you like us, please help spread the word to others and don’t forget to bookmark our site.

    146 |

    Many thanks!

    147 |
    148 |
    149 | 150 |
    151 | GO TO HOMEPAGE 152 |
    153 | 154 | 155 |
    156 | 167 |
    168 |
    169 |
    170 |
    171 |
    172 |
    173 | 174 | 175 | 176 | 177 | 182 | 183 | -------------------------------------------------------------------------------- /css/user_auth.css: -------------------------------------------------------------------------------- 1 | .group-input {margin-top: 30px} 2 | .group-input input[type=checkbox] {background: #000} 3 | .loading {position: absolute;z-index: -1;top: -3px;left: 0;width: 18px} 4 | .btn-refresh-point {cursor: pointer;padding: 5px} 5 | @-webkit-keyframes rotating { 6 | from { 7 | -ms-transform: rotate(0deg); 8 | -moz-transform: rotate(0deg); 9 | -webkit-transform: rotate(0deg); 10 | -o-transform: rotate(0deg); 11 | transform: rotate(0deg) 12 | } 13 | to { 14 | -ms-transform: rotate(360deg); 15 | -moz-transform: rotate(360deg); 16 | -webkit-transform: rotate(360deg); 17 | -o-transform: rotate(360deg); 18 | transform: rotate(360deg) 19 | } 20 | } 21 | 22 | @keyframes rotating { 23 | from { 24 | -ms-transform: rotate(0deg); 25 | -moz-transform: rotate(0deg); 26 | -webkit-transform: rotate(0deg); 27 | -o-transform: rotate(0deg); 28 | transform: rotate(0deg) 29 | } 30 | to { 31 | -ms-transform: rotate(360deg); 32 | -moz-transform: rotate(360deg); 33 | -webkit-transform: rotate(360deg); 34 | -o-transform: rotate(360deg); 35 | transform: rotate(360deg) 36 | } 37 | } 38 | 39 | .btn-refresh-point.active {-webkit-animation: rotating 2s linear infinite;-moz-animation: rotating 2s linear infinite;-ms-animation: rotating 2s linear infinite;-o-animation: rotating 2s linear infinite;animation: rotating 2s linear infinite} 40 | .table-point {margin: 10px 0;width: 100%;text-align: center;border: 1px solid} 41 | .table-point th {font-size: 14px;background: #fff;padding: 5px 0;color: #000} 42 | .table-point td {padding: 3px 0} 43 | .check:hover, .close:hover, .folder:hover, .trash:hover {color: #fff;cursor: pointer} 44 | .check:hover i, .close:hover i, .folder:hover i, .trash:hover i {color: #fff} 45 | span.close,span.trash,span.check{cursor: pointer;} 46 | .bookmark [type=checkbox]:checked, .bookmark [type=checkbox]:not(:checked) {position: absolute;left: -9999px} 47 | [type=checkbox]:checked + label, [type=checkbox]:not(:checked) + label {position: relative;padding-left: 25px;cursor: pointer} 48 | [type=checkbox]:checked + label:before, [type=checkbox]:not(:checked) + label:before {content: '';position: absolute;left: 0;top: -3px;width: 17px;height: 17px;border: 1px solid #ffffff;background: #ffffff;border-radius: none;} 49 | [type=checkbox]:checked + label:after, [type=checkbox]:not(:checked) + label:after {content: '✔';position: absolute;top: -3px;left: 4px;font-size: 18px;line-height: .8;color: #09ad7e;transition: all .2s} 50 | [type=checkbox]:not(:checked) + label:after {opacity: 0;transform: scale(0)} 51 | [type=checkbox]:checked + label:after {opacity: 1;transform: scale(1)} 52 | [type=checkbox]:disabled:checked + label:before, [type=checkbox]:disabled:not(:checked) + label:before {box-shadow: none;border-color: #bbb;background-color: #ddd} 53 | [type=checkbox]:disabled:checked + label:after {color: #999} 54 | [type=checkbox]:disabled + label {color: #aaa} 55 | [type=checkbox]:checked:focus + label:before, [type=checkbox]:not(:checked):focus + label:before {border: 1px dotted #00f} 56 | label:hover:before {border: 1px solid #ffda19 !important} 57 | iframe {border: none;} 58 | .login-popup{position: fixed;background: rgba(236, 235, 238, 0.9);max-width: 300px;width: 100%;z-index: 9999;padding: 22px;left: 0;right: 0;top: 50px;margin: auto;display: none;} 59 | .login-popup h2 {text-align: center;color: #08a8d1;font-size: 20px;margin-bottom: 10px;} 60 | .login-popup .btn-facebook, .login-popup .btn-google {display: inline-block;width: 100%;margin: 7px 0;position: relative;color: #FFF;font-size: 14px} 61 | .login-popup .btn-facebook:hover, .login-popup .btn-google:hover {color: #FFF} 62 | .login-popup .btn-facebook {background: #3b5998} 63 | .login-popup .btn-google {background: #dd4b39} 64 | .login-popup .btn-facebook span, .login-popup .btn-google span {display: inline-block;width: 40px;padding: 10px 0;text-align: center;margin-right: 10px} 65 | .login-popup .btn-facebook img, .login-popup .btn-google img {height: 17px} 66 | .login-popup .btn-facebook span {background-color: #2f477a} 67 | .login-popup .btn-google span {background-color: #b13c2e} 68 | .login-popup input{width: 100%;-webkit-appearance: none;appearance: none;border: 1px solid #cdcdcd;height: 40px;margin: 7px 0;font-size: 14px;padding: 0 10px;} 69 | .login-popup .link-forget {float: right;color: #000000;} 70 | .login-popup .link-signup {float: left;color: #000000;} 71 | .login-popup button{margin-top: 7px;width: 100%;padding: 10px;text-align: center;background: #009bc3;color: #ffffff;border: none;-webkit-border-radius: 0;-webkit-appearance: none;} 72 | .plugins{padding-top: 5px;} 73 | .plugins ul li{display: inline-block;padding: 5px;font-size: 14px;cursor: pointer;color: #cccccc;position: relative;} 74 | .plugins ul li:first-child {padding-left: 0;} 75 | .plugins ul li i{font-weight: bold;} 76 | .plugins ul li a{color: #cccccc;} 77 | .plugins ul li:hover, .plugins ul li a:hover{color: #FFFFFF;} 78 | .plugins .favorites.active i{color: #009BC3;} 79 | .plugins .control{float: right;} 80 | .plugins .control li:last-child{margin-right: 0;padding-right: 0;} 81 | .popover-favorites{display: none;position: absolute;width: 230px;border-radius: 5px;background: rgb(236, 235, 238);top: -120px;left: -30px;z-index: 9999;padding: 5px;color: #000000;} 82 | .popover-favorites::after {background: rgba(0, 0, 0, 0) url("../img/bg/popover.png") no-repeat scroll 0 0;bottom: -28px;content: "";height: 30px;left: 55px;position: absolute;width: 100%;} 83 | .popover-favorites .btn-favorites, .popover-favorites .btn-dismiss{padding: 10px;float: left;width: calc(50% - 10px);text-align: center;margin: 5px;color: #ffffff;} 84 | .popover-favorites .btn-favorites{background: #009bc3;} 85 | .popover-favorites .btn-dismiss{background: #DDDDDD;} 86 | .social{position: absolute;right: 350px;top: 69px;} 87 | .social ul li {display: inline;margin-left: 10px;} 88 | .social img{height: 32px;} 89 | .article_bookmark{padding: 20px 0 0 0;float: left;width: 100%;} 90 | .article_bookmark .row{float: left;width: 100%;border-top: 1px solid #353442;padding: 8px 0;} 91 | .article_bookmark .rows_viewepisode{border-top: 1px solid #353442;float: left;width: 100%;} 92 | .article_bookmark .row i{margin-right: 5px;} 93 | .article_bookmark .row.first{border: 0;color: #FFF;font-weight: 600;} 94 | .article_bookmark .row .column_left{float: left;width: calc(100% - 180px);} 95 | .article_bookmark .row .column_right{float: right;} 96 | .article_bookmark .row .column_right span.status{padding-left: 15px;} 97 | .article_bookmark .row .column_left .column_left_1{float: left;width: calc(100% - 80px);padding-right: 10px;} 98 | .article_bookmark .row .column_left .column_left_1 a{color: #ffda19;} 99 | .article_bookmark .row .column_left .column_left_2 a{color: #fff;} 100 | .article_bookmark .row .column_left .column_left_2{float: left;} 101 | .article_bookmark .row .column_right .column_right_1{float: right;} 102 | .article_bookmark .row .column_right .column_right_2{float: right; color: red;} 103 | .article_bookmark .row .column_right .column_right_3{float: left; } 104 | .article_bookmark .row .column_left .column_left_2 span{color: #feb001;display: none;} 105 | .checkview, .checkview i{color: #fff;cursor: pointer;} 106 | .rows_viewepisode{display: none;} 107 | .rows_viewepisode ul{margin: 5px 0;float: left;width: 100%;} 108 | .rows_viewepisode li{list-style: none;padding: 5px 0;float: left;width: 100%;border-top: dotted 1px transparent;} 109 | .rows_viewepisode li:first-child{border: 0;} 110 | .rows_viewepisode li span{width: 100px;} 111 | .rows_viewepisode .col1{float: right;} 112 | .rows_viewepisode .col2{float: right;} 113 | .rows_viewepisode .col3{float: right;} 114 | .rows_viewepisode i{margin-right: 5px;} 115 | .msg_no_result{text-align: center;padding: 5px 0;} 116 | span.load_ep, span.load_remove_ep,span.load_page{background: url(../img/load/ajax-loader_1.gif) no-repeat;background-size: 12px 12px;padding: 15px;position: absolute;display: none;} 117 | span.load_remove,span.load{background-size: 12px 12px !important} 118 | #search-bookmark-form .row{border: 1px solid #a1a1a1;background-color: #101010;float: left;} 119 | #search-bookmark-form input#name{height: 28px;line-height: 28px;float: left;border: 0;background-color: transparent;padding: 0 10px;color: #ffda19;min-width: 200px;} 120 | #search-bookmark-form button{height: 28px;line-height: 28px;float: left;margin: 0;border: 0;background: transparent url('../img/icon/searcch.png') no-repeat center center;} 121 | .btn_os {-webkit-appearance: none; -moz-appearance: none;appearance: none;border-radius: 0;-webkit-border-radius: 0;} 122 | .rows_viewepisode .col1, .article_bookmark .row .column_right .column_right_2{width: 80px;text-align: right;} 123 | .rows_viewepisode .col2, .article_bookmark .row .column_right .column_right_1{width: 80px;margin-left: 20px;} 124 | .article_bookmark .row .column_left .column_left_2, .rows_viewepisode .col3{width: 80px;} 125 | .bookmark_page {float: none;margin-bottom: 20px;} 126 | .bookmark_page ul li a{color: #fff;} 127 | .bookmark_page ul li a:hover, .bookmark_page ul li.selected a{} 128 | .butmore{clear: both;text-align: right;float: right;margin: 2px 0;padding: 2px 0;padding-right: 120px;} 129 | .butmore i{cursor: pointer;font-size: 16px;} 130 | .bm_cover{text-align: right;width: 40px;margin-right: 10px;background-position: center;background-repeat: no-repeat;background-size: cover;float: left;height: 50px;} 131 | .Latest_mb{display: none;} 132 | .Latest_mb a{color: #fff !important;} 133 | .Latest_mb span{color: #feb001 !important;} 134 | #search-bookmark-form .row_select{float: left;margin-right: 15px;margin-bottom: 10px;} 135 | #search-bookmark-form .row_select span{float: left;margin-right: 5px;line-height: 30px;} 136 | .group-input select.selOrder{width: 120px;height: 30px} 137 | .load-ordering{margin-top: 10px;color: #b1b5b8;display: none;} 138 | .load-ordering.show{display: block;} 139 | .load-ordering.hide{display: none;} 140 | .load-ordering input{border: 1px solid #b1b5b8;text-align: center;color: #b1b5b8;width: 30px;font-size: 12px;margin: 0 3px;} 141 | .btnedit{cursor: pointer;} 142 | .load-ordering .txt{color: red;margin-left: 5px;font-size: 11px;} 143 | .pagination.bottoms{width: 100%;text-align: center;border-top: 1px solid #353442;padding: 20px 0;margin-right: 0 !important;} 144 | .pagination.bottoms ul li a{color: #fff;} 145 | .pagination.bottoms ul li{display: inline-block;float: none;} 146 | 147 | @media only screen and (min-width: 610px) and (max-width: 725px) { 148 | 149 | } 150 | @media only screen and (max-width: 609px) { 151 | .article_bookmark .row .column_left .column_left_2 span{display: inline-block;padding-right: 5px;} 152 | .article_bookmark .row.first .column_left .column_left_2{display: none;} 153 | .article_bookmark .row .column_left .column_left_1, .article_bookmark .row .column_left .column_left_2{width: 100%;} 154 | .article_bookmark .row .column_right .column_right_1, .article_bookmark .row .column_right .column_right_2{padding-left: 0;white-space: nowrap;} 155 | .article_bookmark .row .column_right .column_right_1, .article_bookmark .row .column_right .column_right_2{width: 100%;} 156 | .article_bookmark .row .column_left .column_left_1{margin-bottom:10px} 157 | .article_bookmark .row .column_right .column_right_1{text-align: right;margin-top: 10px;} 158 | .article_bookmark .row .column_right{width: 80px;} 159 | .article_bookmark .row .column_left{width: calc(100% - 80px);} 160 | .shared-bookmark-link{min-width: 100% !important;} 161 | .Latest_mb{display: block;} 162 | .article_bookmark .row .column_left .column_left_2{display: none;} 163 | } 164 | @media only screen and (max-width: 310px) { 165 | .rows_viewepisode .col1, .rows_viewepisode .col2, .rows_viewepisode .col3{width:33.333%;margin-left: 0;} 166 | 167 | } -------------------------------------------------------------------------------- /anime-details.php: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | <?=$fetchDetails['name']?> at <?=$website_name?> 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 49 | 50 | 51 | 52 | 53 | 54 |
    55 |
    56 |
    57 |
    58 | 59 |
    60 |
    61 | 62 |
    63 |
    64 | 65 |

    ANIME INFO

    66 |
    67 |
    68 |
    69 | 70 |

    71 | 73 |

    Type:

    74 |

    Plot Summary:

    75 |

    Genre:

    76 |

    Released:

    77 |

    Episodes:

    78 |

    Status: 79 | " title=" Anime"> 80 |

    81 |

    Other name:

    82 |
    83 |
    84 |
    85 |

    86 |
    87 | 88 | 89 |
    90 |
    91 | 92 |
    93 |
    94 |
      95 | 96 | 97 | 98 |
    99 |
    100 |
    101 |
    102 |
    103 |
    104 |
    105 |
    106 | 107 |
    108 |
    109 |
    110 | Show Comments 112 |
    113 |
    114 |
    115 |
    116 | 127 | 128 | 129 |
    130 |
    131 |
    132 |
    133 |
    134 |
    135 |
    136 |
    137 |
    138 |
    139 | 140 |

    RECENT RELEASE

    141 |
    142 |
    143 | 144 |
    145 |
    146 |
    147 |
    148 |
    149 |
    150 |
    151 |
    152 |
    153 |
    154 | 155 |
    156 |
    157 |
    158 | 159 |
    160 |
    161 |
    162 |
    163 |
    164 | 166 |
    167 | 181 | 215 | 216 |
    217 |
    218 |
    219 | 236 |
    237 |
    238 |
    239 |
    240 |
    241 |
    242 | 243 | 244 | 245 | 246 | 247 | 248 | 253 | 254 | 264 | 269 | 270 | 271 | 272 | -------------------------------------------------------------------------------- /search.php: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | List All Anime with keyword at Gogoanime | Anime List - Search 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 | 48 | 49 | 50 | 51 | 52 | 53 |
    54 |
    55 |
    56 |
    57 | 58 |
    59 |
    60 | 61 |
    62 |
    63 | 64 |

    Result Anime Search

    65 |
    66 | 68 |
    69 |
    70 |
    71 |
      72 | 77 |
    • 78 |
      79 | 80 | <?=$searchResult['name']?> 81 | 82 |
      83 |

      84 |

      85 |
    • 86 | 87 |
    88 |
    89 |
    90 | 91 |
    92 |
    93 |
    94 | 95 | 96 |
    97 |
    98 |
    99 | 100 |

    RECENT RELEASE

    101 |
    102 |
    103 |
    104 |
    105 |
    106 |
    107 |
    108 |
    109 |
    110 |
    111 |
    112 |
    113 | 114 |
    115 |
    116 |
    117 |
    118 |
    119 |
    120 |
    121 |
    122 | 124 |
    125 | 139 | 173 | 174 | 175 |
    176 |
    177 |
    178 | 195 |
    196 |
    197 |
    198 |
    199 |
    200 |
    201 | 202 | 203 | 204 | 205 | 206 | 207 | 212 | 213 | 214 | -------------------------------------------------------------------------------- /staticHTML/about-us.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | <?=$website_name?> | About Us 11 | 12 | 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 | 45 | 46 | 47 | 48 | 49 |
    50 |
    51 |
    52 |
    53 | 54 |
    55 |
    56 | 57 |
    58 |
    59 |
    60 |

    About us

    61 |
    62 |
    63 | 64 |
    65 |
    66 | 67 |
    68 |
    69 |
    70 |
    71 | 72 |

    RECENT RELEASE

    73 |
    74 |
    75 | 76 |
    77 |
    78 |
    79 |
    80 |
    82 |
    83 |
    84 |
    85 |
    86 |
    87 |
    88 | 89 |
    90 |
    91 |
    92 | 93 |
    94 |
    95 |
    96 |
    97 |
    98 | 100 |
    101 | 115 | 149 | 150 |
    151 |
    152 |
    153 | 170 |
    171 |
    172 |
    173 |
    174 |
    175 |
    176 | 177 | 178 | 179 | 180 | 185 | 186 | 187 | --------------------------------------------------------------------------------