InstaTechHD / Gogoanime

Just a gogoanime streaming clone

Home Page:http://gogoanimez.free.nf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homepage

Homepage

Animelist

list

Season

season

Movies

movies

Popular

popular

Streaming

streaming

Join our Discord server!


Features

--> Easy to use
--> Requires no database
--> Responsive
--> Anime Available Based on Genres
--> and many moreeee...

Acknowledgements

anime-api The api used for the need of this website.

Requirements

--> 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)

php/info.php

<?php 
$base_url = "//{$_SERVER['SERVER_NAME']}";
$website_name = "GogoAnime"; // The name u want for the website
$apiLink = ""; // Go here https://github.com/KirixenYT/anime-api and host one, and paste the link without the '/' at the end
if (date("d") > 15){
    $apiLink = ""; // same for here
}
?>

Online Deployment

Or you can deploy on any php hosting such as InfinityFree

Local Deployment

You need to have php installed on your pc for following the intructions

First download the repository using

git clone https://github.com/KirixenYT/Gogoanime

Now start the production build of the site using

php -S localhost:8888

This will start the app on http://localhost:8888
Make Sure You Edit $webUrl in php/info.php before starting in localhost..
And Enable the use of .htaccess in PHP enviornment

About

Just a gogoanime streaming clone

http://gogoanimez.free.nf


Languages

Language:PHP 70.7%Language:CSS 20.6%Language:HTML 5.2%Language:JavaScript 3.4%