A PHP web application used for browsing, searching and fetching anime details and episodes.
-
This is an Educational Project, purely made for learning purposes.
-
We do NOT promote piracy or free anime streaming sites.
This is old source of https://animezia.com This is an improved version of Anikatsu - Base code of this repo. New source code of animezia.com will not be public anytime soon.
- ✔Requires no database.
- ✨No Annoying Video Ads.
- 🎁Recent released, popular, sub, sub, trending, A to Z list.
- ✔WatchList localstorage functions.
- 🎉Stream in 1080p, 720p, 480p and 360p.
- ⚡Supported Devices: PCs, Laptops, Tablets, Android and iOS mobile, smart TVs.
- 🎨Responsive Design and SEO optimized.
- 🏆 Auto Image Optimization to webp.
- ⭐Anime Available Based on Genres, Seasons, categories, status, language.
- 🚀Ready to deploy code.
-
A php webserver hosting. Buy paid or free hostings
-
A domain for website. Buy nice domain or get a free
-
Deploy Zia Api.
-
Deploy Consu Api.
-
First deploy the API REPO. Deploy It and Update the
$api
variable in_config.php
with new URL. -
Also deploy this api repo if you want the trending section and banner.
-
Php environment or Directly Upload the code on php supported hosting.
-
Deploy the CDN repo and add it's url in
_config.php
. -
To Update Website Info (Website name, logo, favicon, socials url) Edit
_config.php
file -
Sign up on Imagekit and follow these steps to use it -> Go to settings
Create new origin named - anime. select web proxy option and save.
Now go to url endpoints section and select existing endpoint, configure it > add existing orogin - anime.
Now go to developer options and copy your imagekit id.
- Add your imagekit id in variable
$imgk
of_config.php
.
Purchase a domain from ambitionhost.in, namecheap or godaddy. If u dont know what to do about domain - search google on how to buy domain and add cloudflare to it
If you try a free hosting given below, you will get a free sub-domain from them. You can also get a free domain from FREENOM - search google on how get freenom domain
Only for testing You can try these free hosting providers for demo or testing. Do not use these as your own because these are slow. -
Important & required Buy Php hosting from ambitionhost.in (cheap), hostinger.in, bluehost.in or godaddy. If you have purchased a domain, search google on how to add domain to cpanel hosting
Once you have purchased Cpanel from hosting provider then follow these:
- Login your Cpanel > Open file manager.
- Open
public_html
(some cpanel may havehtdocs
instead of public_html so follow same steps) - Upload the files of this repo in the public_html directory.
- configure domains from cpanel and site is ready ✨
First download the repository using. After cloning, change the repo name to your site name.
git clone https://github.com/warlordsnet/animezia.com
cd animezia.com
Now start the production build of the site:
- Use the following systemctl command on Debian Linux version 8.x+ or Ubuntu Linux version Ubuntu 15.04+ or above:
## Start command ##
sudo systemctl start apache2.service
## Stop command ##
sudo systemctl stop apache2.service
## Restart command ##
sudo systemctl restart apache2.service
We can view status using the following command:
sudo systemctl status apache2.service
- aayushsc@upi