Skip to content

KiriXen/zoro.to-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 https://localhost:8888
Make Sure You Edit $websiteUrl in _config.php before starting in localhost..
And Enable the use of .htaccess in PHP enviornment