Status: Project Revival in Progress
This project is a revival of an anime streaming platform. Feel free to customize it as you like!
- PHP
- MySQL
- Web Server: Apache with mod_rewrite enabled
- XAMPP (recommended for local development)
git clone https://github.com/SailorSammyy/zoro.to-clone.git
cd zoro.to-clone- Import the database schema
- Create a database named
anime(or your preferred name)
Edit _config.php with your settings:
<?php
// Database Configuration
$conn = mysqli_connect("localhost", "root", "", "anime") or die("Connection failed");
// Website Settings
$websiteTitle = "Zoro";
$websiteUrl = "//{$_SERVER['SERVER_NAME']}"; // if on localhost then add a slash(/) after the '}' and type the folder name
$websiteLogo = $websiteUrl . "/files/images/logo_zoro.png";
$contactEmail = "your-email@gmail.com";
$version = "1.0";
// Social Links
$discord = "https://dsc.gg/sailorsammyy";
$github = "https://github.com/sailorsammyy";
$twitter = "https://x.com/";
// External Services
$disqus = "https://your-disqus-shortname.disqus.com/embed.js";
$api = "https://your-api-endpoint.com"; // No slash(/) at the end
$banner = $websiteUrl . "/files/images/banner.png";
?>-
Install XAMPP: Download from apachefriends.org
-
Enable mod_rewrite
-
Start Services:
- Start Apache and MySQL in XAMPP Control Panel
-
Access Your Site:
- Visit:
http://localhost/zoro
- Visit:
| Parameter | Description | Example |
|---|---|---|
hostname |
Database host | localhost |
username |
DB username | root |
password |
DB password | `` (empty for localhost) |
database |
Database name | anime |
We welcome contributions! Feel free to commit, suggest improvements, or add new features.
This project is open source and available under the MIT License.
- AniWatch API - Provides anime data and streaming links
- Bootstrap - For responsive design components
- Font Awesome - For beautiful icons
- jQuery - For interactive functionality
- Discord: Join our community for support and discussions
- Issues: Report bugs or request features on GitHub
⭐ Star this repo if you found it helpful!