Skip to content

Implemented dedicated video uploading site like YouTube using JavaScript, PHP, MySql which includes features such as video uploading, video server-side conversion, launch of video player, video thumbnail creation, liked and disliked video capabilities, comment system, edit video details, create account etc

License

Notifications You must be signed in to change notification settings

manoharys/VideoTube

Repository files navigation

VideoTube

video uploading site just like YouTube


Table of Contents


Description

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!

Technologies

  • HTML
  • CSS
  • JavaScript
  • JQuery
  • PHP
  • MySQL

Back To The Top


Preview

Screenshots

How To Use

Installation

     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.

Back To The Top


Requirements

👉 PHP 5.3 +

👉 Mysql 5.0 +

👉 PDO Extension in PHP

👉 Web Browser FF17.0+, IE8+, Opera, Chrome .... TODO testing


Back To The Top

License

  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.

Back To The Top

About

Implemented dedicated video uploading site like YouTube using JavaScript, PHP, MySql which includes features such as video uploading, video server-side conversion, launch of video player, video thumbnail creation, liked and disliked video capabilities, comment system, edit video details, create account etc

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published