Lisa3000 / videotube

YouTube clone built with PHP, MySQL, and JavaScript
16 stars 6 forks source link

Sql tables to be created #1

Open Rahul218691 opened 4 years ago

Rahul218691 commented 4 years ago

Could u please add the SQL file

mobeen887 commented 4 years ago

SQL File is Missing in the Project Can you please add the file in it

oluwamayor commented 4 years ago

please could you add the sql file.

abelgalef commented 3 years ago

Hey, can you add the sql file please. Its for a school project and my due date is near.

natanaelcastro commented 3 years ago

Hi good morning! Could you make the project's sql available? It's just him talking for the system to work properly.

Mutedly commented 3 years ago

Guys just follow the PHP errors instructions. When you’re getting an PHP Error, that will show you which database table / column is missing. That is how I done it, and I’ve managed to get it worked. Hope it helped you.

NOTE: Before we start with the steps, If you don’t have a basic knowledge about MySQL / SQL And PHP, I’m suggesting not even trying to work with that script.

Keep scrolling, all the downloads are at the end of the comment.

here's the steps to do that:

1) install XAMPP And start Apache + phpMyAdmin.

2) Install the script (VideoTube), by dragging the VideoTube inside htdocs file inside XAMPP.

3) Install Atom / VisualStudio or any text editor software to edit and view the code.

4) install ffmpeg exe file and ffmpeg main and insert it inside htdocs > yourfouldername (Yourfouldername = inside htdocs, the VideoTube script folder. You'll fine the name where you've stored your VideoTube File. That MUST be inside VideoTube folder. For example, mine is htdocs > VideoTube. DO NOT EXTRACT THE MAIN AND EXE FILES. JUST DRAG THEM INSIDE THE VIDEOTUBE FILE).

5) Change the DataBase details inside config.php file, To match your DataBase details. (In that case, we are using XAMPP, and not with external DataBase, so the details should be: name = "root", host = "localhost" and without a password. Just delete the text inside the password. If it is already empty, do not touch it. If your database user have a password, you will need to enter the password. If you don’t know what I’m talking about, then your database user does not have a password).

6) create database (database name is inside the PHP code).

7) create tables (also you could fine the tables name inside the PHP code).

8) Create columns inside the Database (also you could find the column names inside the code, or at the error that you'll when loading the page).

And that’s it!

DOWNLOADS:

To make the website fully functional, just download ffmpeg (WINDOWS 10 ONLY):

exe file: https://www.gyan.dev/ffmpeg/builds/

full file that required to run the exe (main file): https://www.ffmpeg.org/

Apache XAMMP (Friends): https://www.apachefriends.org/index.html

Water-Boi commented 1 year ago

I think is just a re-upload as I found this repository https://github.com/manoharys/VideoTube