Skip to content

A anime streaming website highly inspired by hianime or you could just say hianime clone

License

Notifications You must be signed in to change notification settings

PacaHat/Anipaca

Repository files navigation

anipaca_mascot

Logo

(Hianime.to Clone) Anipaca - Watch High Quality Anime Online


Important

  1. This website is just an unofficial clone of hianime.to But both share same database.
  2. The content that this website provides is not mine, nor is it hosted by me. These belong to their respective owners. This website just demonstrates how to build an ANIME WEBSITE .
  3. Do not use this for commercial purposes. If you place ads on your site, I will personally file a DMCA complaint.
Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing

About The Project

Product Name Screen Shot

Anipaca - Click to expand

**Anipaca** is an open-source anime streaming website that provides a high-quality anime viewing experience. Built on top of the HiAnimeAPI, this PHP application offers a range of features designed for anime enthusiasts.

Why You Should Use Anipaca

  • Ad-Free Experience: Enjoy watching anime without annoying video ads.
  • High-Quality Streaming: Stream your favorite shows in 1080p, 720p, 480p, and 360p.
  • Device Compatibility: Access the platform on PCs, laptops, tablets, mobile devices, and smart TVs.
  • Extensive Browsing Options: Easily browse, search, and watch anime based on genres, seasons, and more.
  • Future Integration: Potential integration with Anilist for enhanced features.

Explore Anipaca and elevate your anime streaming experience!

Getting Started

This is an example of how you may give instructions on setting up your project on cPanle. To get a website running up follow these simple example steps.

API That you need

API Name Deploy Link Example API Link
Hianime API Deploy with Vercel GET https://hianime-psi.vercel.app/
Zenime API Deploy with Vercel GET https://zen-api-brown.vercel.app/
M3U8 Proxy Deploy with Vercel GET https://proxy-pink-three.vercel.app/

Installation

  1. Clone or Download the repository:

    git clone https://github.com/PacaHat/Anipaca.git
  2. Set up the database:

    • Import the provided SQL file into your MySQL database.
    • Update the database connection details in _config.php.
  3. Set up the database:

<?php 

$conn = new mysqli("HOSTNAME", "USERNAME", "PASSWORD", "DATABASE");

if ($conn->connect_error) {
 error_log("Database connection failed: " . $conn->connect_error);
 
}

$websiteTitle = "AniPaca";
$websiteUrl = "//{$_SERVER['SERVER_NAME']}";
$websiteLogo = $websiteUrl . "/public/logo/logo.png";
$contactEmail = "@gmail.com";

$version = "2";

$discord = "https://dcd.gg/anipaca";
$github = "https://github.com/PacaHat";
$telegram = "https://t.me/anipaca";
$instagram = "https://www.instagram.com/pxr15_";

// all the api you need

$api = "https://your-hosted-api.com/api/v2/hianime"; //https://github.com/ghoshRitesh12/aniwatch-api Also use this in src/component/qtip.php
$zpi = "https://your-hosted-api.com/api"; //https://github.com/itzzzme/anime-api
$proxy = "https://your-hosted-proxy.com/cors?url="; //https://github.com/shashstormer/m3u8_proxy-cors


$banner = $websiteUrl . "/public/images/banner.png";

 

Roadmap

  • Add Comment section
  • Improve Comment section
  • Add PHP routing system to avoid htaccess error
  • Add Multiple video sources
  • Anime download
  • Need more features? Create a request on our Discord server! Join here

(back to top)

Top contributors:

Contributors

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Disclaimer: Educational Purpose Only

This repository and its contents were created solely for educational purposes and to showcase technical skills in web development.

Important Notes:

  • The author of this project does not promote, condone, or support any illegal activity, including but not limited to piracy or copyright infringement.
  • The project was developed as an example of web application development and should only be used in lawful and ethical ways.

Unauthorized Use

The code and associated materials in this project are the intellectual property of the author. Any unauthorized use, modification, or monetization of this work is strictly prohibited.

If you suspect that this code is being used inappropriately, please report the misuse to the author via raisulentertainment@gmail.com.

Legal Action

The author reserves the right to pursue legal action against individuals or organizations found misusing this project or its contents.


This project is privately maintained and intended only for the developer's personal educational growth.

Date: 19 January 2025
Author: Raisul Rahat