Skip to content

AnimeZia - Watch High Quality Anime Online, No Ads !

Notifications You must be signed in to change notification settings

Khallmhetyler/animezia.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

AnimeZia - Watch High Quality Anime Online, No Ads !


NOTE:

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.

New source code of animezia.com will not be public anytime soon.

Features

  • ✔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.

Requirements

  • 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 image

Create new origin named - anime. select web proxy option and save. image

Now go to url endpoints section and select existing endpoint, configure it > add existing orogin - anime. image

Now go to developer options and copy your imagekit id. image

  • Add your imagekit id in variable $imgk of _config.php.

Online Deployment

Deploy on any PHP Apache hosting. You can try these free hosting providers for demo or testing -

Hosting from cpanel.

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. image
  • Open public_html (some cpanel may have htdocs instead of public_html so follow same steps) image
  • Upload the files of this repo in the public_html directory.
  • configure domains and site is ready ✨

Local Deployment

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

Sponsor this project

  • riley.famc@idfcbank - Support warlords.

  • "Buy Me A Coffee" - Support original creator of base code

About

AnimeZia - Watch High Quality Anime Online, No Ads !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.7%
  • Other 0.3%