VideoTube is a video uploading site containing standard features of YouTube that enables you to launch your video and other features like:
- video thumbnail generation
- server side video conversion
- full video player
- likes + dislikes on videos
- full comment system with likes/dislikes, replies etc.
- video details editing
- account creation
- and much more!
- HTML
- CSS
- JavaScript
- JQuery
- PHP
- MySQL
-
Open XAMPP Control panal and start [apache] and [mysql] .
-
Download project from github(https://github.com/manoharys/VideoTube.git) OR follow gitbash commands
cd C:\\xampp\htdocs\
git clone https://github.com/manoharys/VideoTube.git
-
extract files in C:\xampp\htdocs.
-
open link localhost/phpmyadmin.
-
click on new at side navbar.
-
give a database name as VideoTube and click import.
-
browse the file in directory[VideoTUbe/database/videotube.sql].
-
after importing successfully.
-
open any browser and type http://localhost/VideoTube.
👉 PHP 5.3 +
👉 Mysql 5.0 +
👉 PDO Extension in PHP
👉 Web Browser FF17.0+, IE8+, Opera, Chrome .... TODO testing
MIT License
Copyright (c) 2020 Manohar
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.