From e4c23493a99b399f0c03e8218ec12cd76b7abdda Mon Sep 17 00:00:00 2001 From: lolcat Date: Mon, 27 Nov 2023 19:39:20 -0500 Subject: [PATCH] added dependency in readme --- .gitignore | 3 +++ README.md | 2 +- admin.php | 0 opensearch.xml | 9 --------- sitemap.xml | 19 ------------------- 5 files changed, 4 insertions(+), 29 deletions(-) delete mode 100644 admin.php delete mode 100644 opensearch.xml delete mode 100644 sitemap.xml diff --git a/.gitignore b/.gitignore index 7498cf4..459fed6 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,9 @@ scraper/yandex.html scraper/soundcloud.json scraper/mp3-pm.html banner/* +data/captcha/birds/ +data/captcha/fumo_plushies/ +data/captcha/minecraft/ !banner/*default* ======= banner/* diff --git a/README.md b/README.md index c5c4909..7930cba 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ This section is still to-do. You will need to figure shit out for some of the ap Login as root. ```sh -apt install apache2 certbot php-imagick imagemagick php-curl curl php-apcu git libapache2-mod-php python3-certbot-apache +apt install php-mbstring apache2 certbot php-imagick imagemagick php-curl curl php-apcu git libapache2-mod-php python3-certbot-apache service apache2 start a2enmod rewrite ``` diff --git a/admin.php b/admin.php deleted file mode 100644 index e69de29..0000000 diff --git a/opensearch.xml b/opensearch.xml deleted file mode 100644 index efce4b4..0000000 --- a/opensearch.xml +++ /dev/null @@ -1,9 +0,0 @@ - - -4get - -UTF-8 -https://4get.ca/favicon.ico - - - diff --git a/sitemap.xml b/sitemap.xml deleted file mode 100644 index ade4c4d..0000000 --- a/sitemap.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - https://4get.ca - 2023-07-31T07:56:12+03:00 - - - https://4get.ca/about - 2023-07-31T07:56:12+03:00 - - - https://4get.ca/settings - 2023-07-31T07:56:12+03:00 - - - https://4get.ca/api.txt - 2023-07-31T07:56:12+03:00 - - \ No newline at end of file