Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

JehanKandy/Online-Video-Site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online-Video-Site

Online Video Site



End up with this project on 17 July 2022
My one of University Projects

Information

  • css
    • responsive for following screens

      1. standard laptop screen
      2. standard iPad screen
      3. standard iPad Air screen
      4. standard iPad Mini screen

all credits goes to

Who teach me to develop this project and improve my Development Skill
and also help to develop the project

Download Full Project

Link : https://drive.google.com/drive/folders/1BV8HuEi0qY3ZOFKw3ZoZZJNamKZ2XC_X

Install system

How to use

  1. isntall XAMPP on use pc
  2. goto : Xampp/htdoce/ onw create a folder named video_site
  3. copy all folders and files in to above cretaed folder
  4. run aparche and mysql servsers
  5. open any web browser
  6. in address bar, type - localhost/phpmyadmin
  7. create database named video_system
  8. go to database
  9. import video_system.sql file
  10. now click go button
  11. now again open tab and type in address bar localhost/video_site

System Login

logins : Admin1 username : jehan
password : 123

user username : kamal
password : 456

Development History


03 July 2022 :
  • Start to Develop the Project
    1. Develop

  • index.php

  • css

    • css/style.css
  • lib

    • lib/function
      • lib/function/config.php
      • lib/function/function.php
    • lib/layouts
      • lib/layouts/header.php
      • lib/layouts/nav.php
      • lib/layouts/nav_login.php
      • lib/layouts/nav_reg.php
    • lib/views
      • lib/views/login.php
      • lib/views/reg.php
      • lib/views/logout.php
    • lib/routes
      • lib/routes/user.php
      • lib/routes/admin.php
      • lib/routes/index_loged.php

    2.Updates

  • index.php

  • css

    • style.css
  • lib

    • lib/function
      • lib/function/config.php
      • lib/function/function.php
    • lib/layouts
      • lib/layouts/header.php
      • lib/layouts/nav.php
      • lib/layouts/nav_login.php
      • lib/layouts/nav_reg.php
    • lib/views
      • lib/views/login.php
      • lib/views/reg.php
    • lib/routes
      • lib/routes/user.php
      • lib/routes/admin.php
      • lib/routes/index_loged.php



04 July 2022 :

  1. update
  • index.php
  • lib/function/function.php
  • css/style.css
  • lib/routes/index_loged.php
  • lib/layouts/nav_loged.php
  • lib/layouts/footer.php
  • lib/layouts/nav_loged_video.php
  • lib/routes/video_upload.php
  1. develop
  • lib
    • lib/layouts
      • lib/layouts/nav_loged.php
      • lib/layouts/nav_loged_video.php
      • lib/layouts/footer.php
    • lib/routes
      • lib/routes/user
        • lib/routes/video_upload.php



05 July 2022 :

  1. update
  • lib/function/function.php
  • css/style.css
  • lib/routes/video_full_screen.php
  • lib/routes/admin.php
  1. develop
  • lib
    • lib/routes
      • lib/routes/video_full_screen.php
      • lib/admin



06 July 2022 :

  1. update
  • lib/routes/admin.php
  • lib/function/function.php
  • lib/layouts/header.php
  • lib/routes/admin/all_free_users.php
  • css/style.css
  • lib/routes/admin/edit_free_user_info.php
  • lib/routes/admin/edit_pro_user_info.php
  • lib/routes/admin/all_pro_users.php
  • lib/routes/admin/all_channels.php
  • lib/routes/user/video_upload.php
  • lib/routes/admin/edit_channel_info.php
  • lib/routes/admin/all_free_videos.php
  • lib/routes/admin/edit_free_videos_info.php
  1. develop
  • lib

    • lib/routes
      • lib/routes/admin
        • lib/routes/admin/all_free_users.php
        • lib/routes/admin/edit_free_user_info.php
        • lib/routes/admin/all_pro_users.php
        • lib/routes/admin/all_channels.php
        • lib/routes/admin/edit_channel_info.php
        • lib/routes/admin/edit_pro_user_info.php
        • lib/routes/admin/all_free_videos.php
        • lib/routes/admin/edit_free_videos_info.php
  • js

    • js/script.js



07 July 2022 :

  1. update
  • lib/routes/admin.php
  • lib/function/function.php
  • css/style.css
  • lib/routes/admin/all_pro_videos.php
  • lib/routes/admin/edit_pro_videos_info.php
  • lib/routes/admin/all_free_videos.php
  1. develop
  • lib
    • lib/routes
      • lib/routes/admin
        • lib/routes/admin/all_pro_videos.php
        • lib/routes/admin/edit_pro_videos_info.php



08 July 2022 :

  1. update
  • lib/routes/admin.php
  • lib/function/function.php
  • css/style.css
  • lib/routes/admin/all_pro_videos.php
  • lib/routes/admin/all_free_videos.php
  • lib/routes/admin/all_free_videos.php
  • lib/routes/admin/all_pro_videos.php
  • lib/routes/admin/all_channels.php
  • lib/routes/admin/all_categories.php
  • lib/routes/admin/my_channel.php
  1. develop
  • lib
    • lib/routes
      • lib/routes/admin
        • lib/routes/admin/all_admin.php
        • lib/routes/admin/all_categories.php
        • lib/routes/admin/my_channel.php



09 July 2022 :

  1. update
  • lib/routes/admin.php
  • lib/function/function.php
  • css/style.css
  • lib/routes/admin/all_pro_videos.php
  • lib/routes/admin/all_free_videos.php
  • lib/routes/admin/all_free_videos.php
  • lib/routes/admin/all_pro_videos.php
  • lib/routes/admin/all_channels.php
  • lib/routes/admin/all_categories.php
  • lib/routes/admin/my_channel.php



10 July 2022 :

  1. update
  • lib/function/function.php
  • lib/routes/admin/all_admins.php
  1. Develop
  • lib
    • lib/routes
      • lib/routes/admin
        • lib/routes/admin/edit_account.php
        • lib/routes/admin/edit_account_info.php



11 July 2022 :

  1. update
  • lib/function/funtion.php
  • css/styles.css
  • lib/routes/admin/all_pro_videos.php
  • lib/routes/admin/all_free_videos.php
  • lib/routes/admin/all_free_videos.php
  • lib/routes/admin/all_pro_videos.php
  • lib/routes/admin/all_channels.php
  • lib/routes/admin/all_categories.php
  • lib/routes/admin/my_channel.php
  • lib/routes/admin/edit_my_channel.php
  1. Develop
  • lib
    • lib/routes
      • lib/routes/admin
        • lib/routes/admin/edit_my_channel.php
      • lib/routes/user
        • lib/routes/user/user_all_channels.php



12 July 2022 :

  1. update
  • css/styles.css
  • lib/routes/admin/add_admin_category.php
  • lib/function/function.php
  1. Develop
  • lib
    • lib/routes
      • lib/routes/admin
        • lib/routes/admin/add_admin_category.php



13 July 2022 :

  1. update
  • lib/function/function.php
  • lib/routes/admin/all_admin.php
  • lib/routes/admin/add_admins.php
  1. Develop
  • lib
    • lib/routes
      • lib/routes/admin
        • lib/routes/admin/add_admins.php



14 July 2022 :

  1. update
  • lib/function/function.php
  • css/style.css
  1. Develop
  • lib
    • lib/routes
    • lib/routes/change_pass.php



15 July 2022 :

  1. update
  • lib/function/function.php
  1. Develop
  • lib
    • lib/routes
      • lib/routes/user
        • lib/routes/user/edit_account_infor_user.php
        • lib/routes/user/edit_account_user.php
        • lib/routes/user/edit_channel_user_infor.php
        • lib/routes/user/edit_my_channel_user.php
        • lib/routes/user/my_channel_user.php
        • lib/routes/user/user_all_categories.php
        • lib/routes/user/add_user_categories.php



17 July 2022 :

  1. update
  • lib/function/function.php
  • lib/routes/otp_for_pwd.php
  1. Develop
  • lib
    • lib/routes
    • -lib/routes/otp_for_pwd.php
    • -lib/routes/reset_pass.php

and end up with project

DEVELOP BY JEHANKANDY
FROM 03 July 2022 to 17 July 2022

THANK YOU...!

About

Online Video Site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published