[TYP-000] Update deathnotes.txt & README.md

This commit is contained in:
saintly2k 2022-07-08 22:59:32 +02:00
parent 44ef4a2005
commit 384a2c7c7d
4 changed files with 23 additions and 165 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
.installed
update.sql
update.sql
update.zip

View File

@ -13,7 +13,7 @@ Before contributing, make sure to read [Contributing](#contributing)! Make sure
- [Features](#features)
- [Contributing](#contributing)
- [Video-Guides](#video-guides)
- [Installation](#installation)
- [Installation using the Installer](#installation-using-the-installer)
- [Documentation](#documentation)
- [Config Variables](#config-variables)
- [Supprt](#support)
@ -21,6 +21,7 @@ Before contributing, make sure to read [Contributing](#contributing)! Make sure
- [Demo](#demo)
- [Used By](#used-by)
- [Authors](#authors)
## Features
- Create invites
@ -29,6 +30,8 @@ Before contributing, make sure to read [Contributing](#contributing)! Make sure
- Add Chapters/Edit them
- Bookmark Mangas & Chapters via Cookies
- View Bookmarks & keep track of them
- Create Groups, view groups and their chapters
- Create static pages & manage them
## Contributing
@ -46,41 +49,22 @@ As someone requested, I started a video-guide on YouTube on how to install, upda
[View the full PlayList](https://www.youtube.com/playlist?list=PLDQvUzXjsrhP8EsCrxJ6yoqcOKTESXixX)
## Installation
## Installation using the Installer
- Download the latest stable release
- Create a MySQL Database and import `mangareaderx.sql`
- Go to table `invites`, press `insert` and type in `token` whatever you want
- Edit `config.php` to your likings
- Upload everything and open in Browser
- Click on `Account`, then `Signup` and fill out the info
- Enter in the field `Invite Code` the `token` you just created
- After Registering, Login using your Details
- Create a MySQL Database
- Open your webroot in your browser
- Fill out all data and click on submit
- Create an account using the invite code `FoOlSlideX`
- Done
## Documentation
[View full Documentation here.](https://h33t.moe/file/foolslidex-docs) (Soon)
[View full Documentation in the GitHub Wiki](https://github.com/saintly2k/FoOlSlideX/wiki)
## Config Variables
`$config["title"]` is the Title of the Site
`$config["logo"]` is the location of the logo from the Root folder
`$config["slogan"]` is what shows when you're on the main page
`$config["url"]` is the full URL to your site including subfolder AND ends with slash!
`$config["theme"]` is a number between 1-5 being different Themes
`$config["start"]` declares when your Group was founded, will show in footer
`$config["lang"]` is what language-file it uses located in /lang/
`$config["disqus"]` is the name of your Disqus portal
`$slave["host"]` is the MySQL host
`$slave["user"]` is the MySQL user
@ -98,7 +82,7 @@ Or eMail me at saintly@h33t.moe
## Donate
I spend a lot of time working on this.
I spend a lot of time working on this. Really.
Please consider donating some money via PayPal: [yuki.akihabara@yandex.com](https://paypal.me/WOLFRAMEdev)
@ -115,12 +99,14 @@ This project is used by the following groups:
- [Lubuntu Bionic Beaver Scans](https://stukas.henai.eu)
- [weltenWanderer Scans](https://wws.henai.eu)
- [ELEVEN SCANLATOR](http://eleven-scanlator.epizy.com)
- [PuchiRoll](https://puchiroll.com)
## Authors
FoOlSlideX Development:
- [@saintly2k](https://www.github.com/saintly2k)
- [@kaligula-eu](https://www.github.com/kaligula-eu)
Translation:
- EN: [Saintly2k](https://github.com/saintly2k)

View File

@ -28,25 +28,25 @@ Text Style:
3 - Releaser
[ TYPEN (int) ]
000-099:
000:
Non-user related,
For system & updates,
For GitHub and such,
100-199:
100:
For all users,
Reader, system and such,
200-299:
200:
For Groups and such,
300-399:
300:
For Releases,
For Titles and such,
400-499:
400:
For Moderators,
For groups,
500-599:
500:
For Admins,
Administration and such,
600-799:
600:
Nothing,
900-999:
900:
Languages and such,

View File

@ -1,129 +0,0 @@
-- phpMyAdmin SQL Dump
-- version 5.1.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Erstellungszeit: 08. Jul 2022 um 01:45
-- Server-Version: 10.4.22-MariaDB
-- PHP-Version: 7.4.27
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Datenbank: `mangareaderx`
--
-- --------------------------------------------------------
--
-- Tabellenstruktur für Tabelle `display`
--
CREATE TABLE `display` (
`id` int(11) NOT NULL,
`order` int(11) NOT NULL,
`item` varchar(20) NOT NULL,
`text` varchar(20) NOT NULL,
`icon` varchar(20) NOT NULL,
`displayed` tinyint(1) NOT NULL DEFAULT 1,
`hidden` tinyint(1) NOT NULL DEFAULT 0,
`created` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Daten für Tabelle `display`
--
INSERT INTO `display` (`id`, `order`, `item`, `text`, `icon`, `displayed`, `hidden`, `created`) VALUES
(1, 1, 'releases', '', 'th-list', 1, 0, '2022-07-08 01:39:51'),
(2, 2, 'titles', '', 'book', 1, 0, '2022-07-08 01:39:51'),
(3, 3, 'bookmarks', '', 'bookmark', 1, 0, '2022-07-08 01:39:51'),
(4, 4, 'groups', '', 'user', 1, 0, '2022-07-08 01:39:51'),
(5, 5, 'about', '', 'question-sign', 1, 0, '2022-07-08 01:39:51'),
(6, 6, 'blog', '', 'font', 1, 1, '2022-07-08 01:39:51'),
(7, 7, 'news', '', 'bullhorn', 0, 1, '2022-07-08 01:39:51');
--
-- Indizes der exportierten Tabellen
--
--
-- Indizes für die Tabelle `display`
--
ALTER TABLE `display`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT für exportierte Tabellen
--
--
-- Tabellenstruktur für Tabelle `statics`
--
CREATE TABLE `statics` (
`id` int(11) NOT NULL,
`name` varchar(20) NOT NULL,
`title` varchar(50) NOT NULL,
`public` tinyint(1) NOT NULL DEFAULT 1,
`created` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Daten für Tabelle `statics`
--
INSERT INTO `statics` (`id`, `name`, `title`, `public`, `created`) VALUES
(1, 'about', 'About', 1, '2022-07-08 17:17:57');
--
-- Indizes der exportierten Tabellen
--
--
-- Indizes für die Tabelle `statics`
--
ALTER TABLE `statics`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT für exportierte Tabellen
--
--
-- AUTO_INCREMENT für Tabelle `statics`
--
ALTER TABLE `statics`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
COMMIT;
--
-- AUTO_INCREMENT für Tabelle `display`
--
ALTER TABLE `display`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/* ADDING THE GROUPS TO THE DB */
ALTER TABLE `chapters` ADD `group1` INT NOT NULL DEFAULT '0' AFTER `user`;
ALTER TABLE `chapters` ADD `group2` INT NOT NULL DEFAULT '0' AFTER `group1`;
ALTER TABLE `chapters` ADD `group3` INT NOT NULL DEFAULT '0' AFTER `group3`;
/* ADD BLOG AND NEWS BOOLEAN TO DB */
ALTER TABLE `config` ADD `blog` BOOLEAN NOT NULL DEFAULT FALSE AFTER `start`;
ALTER TABLE `config` ADD `news` BOOLEAN NOT NULL DEFAULT FALSE AFTER `blog`;