Skip to content

MXPRO is a PHP-based web platform for managing and streaming multimedia content, including movies, series, and IPTV channels. It features Xtream API integration, a simple subscription system, and automated setup scripts. Ideal for IPTV services or custom media solutions on Apache/PHP environments.

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license.php
Notifications You must be signed in to change notification settings

Jeremias0618/mxpro

Repository files navigation

MXPRO

MXPRO is a PHP-based platform for managing and viewing multimedia content such as TV channels, movies, and series. It provides a lightweight and functional web interface with Xtream API support, making it ideal for IPTV systems or custom content platforms.

🧩 Features

  • Web interface developed in PHP.
  • Browse content by channels, movies, and series.
  • IPTV content playback support.
  • Basic subscription system (assinatura.php).
  • Integration with Xtream API.
  • Automated installation scripts for PHP and dependencies.

📋 System Requirements

  • Linux server (recommended: Ubuntu/Debian).
  • PHP 7.2 or higher.
  • Apache2 web server.
  • Required extensions: curl, mbstring, json, and others.
  • Internet access to consume external sources (Xtream API).

🚀 Installation

  1. Clone or unzip the project into your web server directory:
   git clone https://github.com/Jeremias0618/mxpro.git
   cd mxpro
  1. Run the installation script:
   sudo bash install.sh
  1. (Optional) Install required PHP extensions:
   sudo bash php7.2-ext.sh
  1. Configure the Apache server using the 000-default.conf file as a reference.

  2. Access the platform via http://localhost or your server's IP address.

📁 Project Structure

mxpro/
│
├── index.php               # Main landing page
├── Xtream_api.php          # Xtream API module
├── canais.php              # Channel list
├── filmes.php              # Movie list
├── series.php              # Series list
├── assinatura.php          # Subscription management
├── painel.php              # Admin panel
├── install.sh              # General installation script
├── php7.2-ext.sh           # PHP extension installer
├── assets/                 # CSS/JS assets
│   └── aqua/
├── LICENSE                 # Project license
└── README.md               # Project documentation

💡 Basic Usage

Once installed, you can access the main interface through your browser. Navigate through available sections such as:

  • /filmes.php for movies
  • /series.php for series
  • /canais.php for IPTV channels

Authentication or subscription access can be managed via assinatura.php.

📜 License

This project is licensed under the terms described in the LICENSE file.

About

MXPRO is a PHP-based web platform for managing and streaming multimedia content, including movies, series, and IPTV channels. It features Xtream API integration, a simple subscription system, and automated setup scripts. Ideal for IPTV services or custom media solutions on Apache/PHP environments.

Topics

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license.php

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published