Skip to content

A anime streaming website highly inspired by hianime

License

Notifications You must be signed in to change notification settings

Kfnn12/Anipaca-1

 
 

Repository files navigation

anipaca_mascot

Logo

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


Important

  1. Pre built codebase is only meant to help you get a starting point the API's has rate-limiting enabled to minimize bandwidth consumption. It is recommended to deploy your own instance for personal use by customizing the API as you need it to be.
  2. This website is just an unofficial clone of hianime.to But both share same database.
  3. 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 .
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
// Database connection
$conn = new mysqli("HOSTNAME", "USERNAME", "PASSWORD", "DATABASE");

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

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

$version = "0.1";

// Social links
$discord = "https://discord.gg/aVvqx77RGs";
$github = "https://github.com/PacaHat";
$twitter = "https://x.com/PacaHat";

// API endpoints
$api = "your-hosted-api.com/api/v2/hianime"; // Use this in src/component/qtip.php
$zpi = "your-hosted-api.com/api"; // Anime API
$proxy = "your-hosted-proxy.com/cors?url="; // CORS Proxy

// Banner image
$banner = $websiteUrl . "/public/images/banner.png";
?>

🌐 Launch Your Website Today!

Get Started

Roadmap

  • Add Comment section
  • Add Admin panel for better management
  • Add PHP routing system to avoid htaccess error
  • Add Multiple video sources
  • Anime download
  • Multi-language Support
    • Hindi
    • Spanish
  • 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)

About

A anime streaming website highly inspired by hianime

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.8%
  • PHP 23.6%
  • Hack 7.6%
  • CSS 3.0%