KiriXen / zoro.to-clone

A working clone of zoro.to now known as hianime
GNU General Public License v3.0
10 stars 13 forks source link
anime-scraper anime-streaming anime-website gogoanime gogoanime-api gogoanime-scraper

Join our Discord server!


Acknowledgements

anime-api The api used for the need of this website.

Requirements

--> Php environment (use .htaccess must be enabled in localhost) or Directly Upload the code on php supported hosting (No editing Required Just Upload and Enjoy)

_config.php

<?php 
$conn = mysqli_connect("localhost", 'root' , '', "anime") or die("Connection fail"); // mysql database

$websiteTitle = "Zoro"; // website's name
$websiteUrl = "//{$_SERVER['SERVER_NAME']}";
$websiteLogo = $websiteUrl . "/files/images/logo_zoro.png";
$contactEmail = "@gmail.com"; // ur email

$version = "0.1"; // website version 

$discord = "https://dsc.gg/kirixen"; // discord
$github = "https://github.com/kirixen"; // github
$twitter = "https://x.com/KiriX3n"; // twitter

$disqus = "https://----.disqus.com/embed.js"; // your disqus shortname
$api = ""; // the api here 

$banner = $websiteUrl . "/files/images/banner.png";
?>

Local Deployment

You need to have php installed on your pc for following the intructions

First download the repository using

git clone https://github.com/Kirixen/zoro.to-clone

Now start the production build of the site using

php -S localhost:8888

This will start the app on http://localhost:8888
Make Sure You Edit $websiteUrl in _config.php before starting in localhost..
And Enable the use of .htaccess in PHP enviornment