MovieCenter – PHP Script

Overview

Web Movie Player. Folder system enabled.

Look at your movies from another computer as well.

Updates:

- password protection
- code optimization

Features

  • Play your films
  • Folder system allowed
  • Video Player

Requirements

  • PHP 5.6 or newer
  • Enable htaccess and htpasswd on your webserver

Instructions

  • Unzip the downloaded file
  • Put files to your webserver.
  • Put your films to ./movies folder.

File System Example (./movies folder)

  • film1.mp4
  • film2.mp4
  • series
    • series01.mp4
    • series02.mp4
    • series03.mp4
  • series
    • series-01
      • series01-01.mp4
      • series01-02.mp4
      • series01-03.mp4
    • series-02
      • series02-01.mp4
      • series02-02.mp4
      • series02-03.mp4

Supported video types: – mp4

Codes are well commented and you can modify as you wish and have fun.

Open index.php

Related