-
This's an Educational Project, purely made for learning purposes.
-
We do NOT promote piracy or free anime streaming sites.
-
Project is OPENSOURCE
A PHP web application used for browsing, searching and fetching anime details and episodes.
This is old source of https://animezia.com
This is an improved version of Anikatsu - Base code of this repo.
- ✔Requires no database.
- ✨No Annoying Video Ads.
- 🎁Recent released, popular, sub, sub, trending, A to Z list.
- 🎉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.
-
Before running check if
.htaccess file
is present in root dir of your web server. -
Follow ** Online Deployment ** procedure from below.
-
First deploy the API REPO. Run It and Update the
$api
variable in_config.php
with new URL. -
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
.
Deploy on any PHP Apache hosting. You can try these free hosting providers for demo or testing -
Buy Php hosting from ambitionhost.in (cheap), hostinger.in, bluehost.in or godaddy. If 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 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