All Projects → nabilfarhann → Vidhub

nabilfarhann / Vidhub

Licence: other
Video sharing website (YouTube clone) with PHP

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
hack
652 projects

Projects that are alternatives of or similar to Vidhub

cs-sakaryauniversity
Sakarya Üniversitesi'nde okuduğum süre boyunca karşıma çıkan tüm ödevler, ders notları ve çıkmış sınav soruları (All the assignments, lecture notes and exams)
Stars: ✭ 133 (+291.18%)
Mutual labels:  web-development, web-application
time-aware-template
Time Aware is a configurable application template that enables you to display time enabled layers in an ArcGIS web map using a time slider.
Stars: ✭ 20 (-41.18%)
Mutual labels:  web-development, web-application
flask-course
Curso de Flask (Desarrollo Web en Python; Básico)
Stars: ✭ 23 (-32.35%)
Mutual labels:  web-development, web-application
Viewer
Viewer is a configurable application template that enables you to display an ArcGIS web map using a variety of tools.
Stars: ✭ 56 (+64.71%)
Mutual labels:  web-development, web-application
Online-Food-Ordering-Web-App
Online Food Ordering System Website using basic PHP, SQL, HTML & CSS. You can use any one of XAMPP, WAMP or LAMP server to run the Web App
Stars: ✭ 96 (+182.35%)
Mutual labels:  web-development, web-application
workflowmanager-viewer-js
Source code for ArcGIS Workflow Manager JavaScript viewer - Manage your workflows on the web.
Stars: ✭ 23 (-32.35%)
Mutual labels:  web-development, web-application
software-systems-architecture
A collection of descriptions of the architecture that various systems use.
Stars: ✭ 24 (-29.41%)
Mutual labels:  web-development, web-application
payload
A javascript single page application (SPA) driver for REST API payload management.
Stars: ✭ 16 (-52.94%)
Mutual labels:  web-application
lara
Lara Web Engine is a lightweight C# framework for web user interface development.
Stars: ✭ 121 (+255.88%)
Mutual labels:  web-development
web-config
A Rollup configuration to build modern web applications with sweet features as for example SCSS imports, Service Worker generation with Workbox, Karma testing, live reloading, coping resources, chunking, treeshaking, Typescript, license extraction, filesize visualizer, JSON import, budgets, build progress, minifying and compression with brotli a…
Stars: ✭ 17 (-50%)
Mutual labels:  web-application
cmd
Command line tools for Revel.
Stars: ✭ 63 (+85.29%)
Mutual labels:  web-application
beginner-friendly-haskell-for-web-development
A book about real world web development in beginner friendly Haskell
Stars: ✭ 76 (+123.53%)
Mutual labels:  web-development
examples-web-app
Examples of web applications and tools.
Stars: ✭ 48 (+41.18%)
Mutual labels:  web-development
hydralit
A library to create multi-page Streamlit applications with ease.
Stars: ✭ 93 (+173.53%)
Mutual labels:  web-application
writefreely
A clean, Markdown-based publishing platform made for writers. Write together and build a community.
Stars: ✭ 2,866 (+8329.41%)
Mutual labels:  web-application
FlexCanvasJS
RIA Web Application Framework for HTML5 Canvas inspired by Adobe Flex / Flash. Style-able, skin-able, customize-able Javascript UI component set, from shapes to color pickers to data grids. Relative and dynamic layouts, automatic redraw regions, composite effects, and much more. Great for everything 2D, complex web forms to games.
Stars: ✭ 18 (-47.06%)
Mutual labels:  web-application
cas-bootadmin-overlay
CAS Spring Boot Admin Server Overlay Template
Stars: ✭ 20 (-41.18%)
Mutual labels:  web-application
autofill
Bookmarklet to fill out forms when testing by simply clicking on it.
Stars: ✭ 54 (+58.82%)
Mutual labels:  web-development
blog-nojs-fingerprint-demo
A demo for the no-JavaScript fingerprinting article
Stars: ✭ 443 (+1202.94%)
Mutual labels:  web-application
SensorsAndAi
SensorAndAi is an android application which will give you the complete information about all the sensors and some basic information about artificial intelligence.This application will tell you about the use and implementation of the sensor and artificial intelligence.This app will show you how sensor and artificial intelligence is used in any an…
Stars: ✭ 29 (-14.71%)
Mutual labels:  web-application

Vidhub

Video sharing website (YouTube clone)

Vidhub

🌟🌟 Don't forget to give this repo a star! 🌟🌟

Description

Vidhub is a video sharing website done using PHP and MySQL. This system also integrate with Cloudinary, Cloudinary provides a cloud-based image and video management solution. All videos that upload to Vidhub will be stored to Cloudinary.

Instruction on usage:

1. Clone or download this repositories
2. Unzip and open with TextEditor (VS Code)
3. Create MySQL database and name it to 'vidhub'
4. Change host, username and password of MySQL database in 'includes\config.php'
5. Apply and Upload vidhub.sql to 'vidhub' database
6. Create Cloudinary account and enable unsigned uploading
7. Insert unsigned uploading name and cloud name to Cloudinary widget in 'upload.php'
8. Run!

You can download latest version of FFMPEG Static file for conversion of video and to generates Thumbnail

( FFMPEG available for Linux, Windows and Mac )
Choose FFMPEG Static files based on your operating system, Download and replace it in ffmpeg folder

If you wish to process video or upload it to localhost folder

1. Go to 'includes/classes/' and rename 'VideoProcessor-localhost' to 'VideoProcessor' (Ovewrite)
2. You need to create 3 folder,
  - uploads (top)
    - videos (inside uploads folder)
      - thumbnails (inside videos folder)

If you have anything to ask or would like to share your opinion, can email me:

[email protected]

List of Features

  • Upload / Delete / Edit Video
  • Comment / Like / Dislike Video
  • Profile Page / Subscribe
  • Comment and Delete Comment
  • Search Video
  • Total views / Upload Date
  • Trending / Subscription Pages
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].