From c667e3a231a77cb655153ce187a583af33647591 Mon Sep 17 00:00:00 2001 From: Sahib Shakhayev Date: Mon, 16 Aug 2021 13:10:44 +0400 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 47707d8..c1cc5fc 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,26 @@ There is support for uploading songs.
  • Copy the contents of the www folder to the root folder of your web server.
    If you are using Microsoft IIS and HTTPS you can also copy the web.config file. In this case, you must activate the URL Rewrite module and write your domain in the add input = "{HTTP_REFERER}" pattern = " section.
    For example, in my case, "add input =" {HTTP_REFERER} "pattern =" ^ https: //music.sahibshakhayev\.me/.*$ "negate =" true"
  • Set You Title in "index.php", "/upload/login.php", "/upload/new-upload.php"
    - Language Azerbaijani + Project in Azerbaijani
  • - +
  • + Set up your MySQL database
    + 1) Create a database
    + 2) Create database user if missing
    + 3) Give All Privileges to the database user
    +
  • +
  • + Import tables from the "sql" folder (users.sql and songs.sql) into the database +
  • + Open the file "site_data/php/mysql.php" and enter the credentials for your MySQL database +
  • +
    + +If everything done correctly you can listen to songs,co ntrol playback and see the lyrics of the song. +

    How to upload a new song?

    -