Jump to content
Bicrypto v3.6.1 + All Plugins ×
  • advertisement_alt
  • advertisement_alt
  • advertisement_alt

Neoflex v2.4 - Movie Subscription Portal Cms


Mahmoud

Recommended Posts

  • Administrators

Neoflex Movie Subscription Portal Cms - CodeCanyon Item for Sale

What is NEOFLEX

NEOFLEX is a subscription based video content management system. Create your own movie and tv series website using NEOFLEX. Sale them to your customers in a monthly subscription model and build up your video content business. 
It is a NETFLIX clone!

Technical Specification

  • Built with php codeigniter framework
  • Database required Mysql 5.6+
  • Php version required 7.0+
  • Php mail function enabled required
  • Php Curl enabled required
  • One purchase code is valid for one domain.

Quick start guide for website admin

  • Read all the manual and documentation carefully before using the script.
  • Install the script in your server following our provided instruction.
  • Login as site administrator to organize your system.
  • At first create few genres and actors. Genre is must to show movies/tv series under them.
  • Create movies from ‘Movies’ page by navigating menu.
  • You can use any youtube video url or hosted video file url as movie source.
  • Genre is required to show movies to your customers.
  • Actors can be multi value selected.
  • Thumb image & Poster image is needed for movie icon and banner display.
  • Featured movie will be shown in large banner in home page
  • You can also create tv series in same way.
  • For organizing a tv series, you need to create a season first and then create episodes under a season.
  • There are 3 packages by default. Basic, Standard, Premium. Customers need to purchase any package before watching any video or tv series. Each package remains valid for 30 days.
  • Basic has 1, Standard has 2 and Premium has 4 user access. After logging in a subscribed customer, he needs to select a user from list according to his purchased package.
  • Accessing same user from multiple devices simultaneously will logout the earlier user. We have implemented the necessary strong security to maintain user access limitation.
  • You can rename those packages, change the price of the packages, deactivate/activate packages. Deactivated packages won’t be shown in the home page and during customer’s package purchase.
  • Packages can’t be deleted or created. If you have plan for more packages, please contact support for customization work.
  • Customers will purchase your packages via paypal. You need to set your paypal business/merchant email from settings page. For your local payment gateway setup, please contact support for customization work.
  • You can watch the sales report from report page. Monthly package purchase report is shown with total earned revenue.
  • Your website settings can be edited from settings menu. Website name, logo, email, invoice address can be edited.
  • You can publish frequently asked questions for your customers publicly by creating them in ‘Customers faq’ page.
  • Your Website’s privacy policy and refund policy can also be set from settings.

Demo: https://codecanyon.net/item/neoflex-movie-subscription-portal-cms/22817707

Download:

doniaweb.com_neoflex-2.4.zip

 

  • Like 13
  • Love 15
  • Thanks 6
  • Sad 1
  • Angery 1

Support is available for paid files only
Support for free files is offered for a fee only

Link to comment
Share on other sites

  • 5 months later...
  • 2 months later...
  • 2 weeks later...
  • 2 weeks later...
  • 1 month later...
  • 3 months later...
  • 2 weeks later...
  • 2 weeks later...
  • 1 month later...
  • 1 month later...
  • 3 months later...
  • 1 month later...
  • Mahmoud changed the title to Neoflex v2.4 - Movie Subscription Portal Cms
  • 2 weeks later...
  • 1 year later...
  • 2 weeks later...
  • 2 months later...
  • 3 months later...
  • 8 months later...

Please can i edit the purchase code out.

 

function validate_purchase_code() {
    $purchase_code = $this->input->post('purchase_code');

    $validation_response = $this->crud_model->curl_request($purchase_code);
    if ($validation_response == false) {
      // keeping the purchase code in users session
      session_start();
      $_SESSION['purchase_code']  = $purchase_code;
      $_SESSION['purchase_code_verified'] = 1;
      //move to step 3
      redirect(site_url('index.php?install/step3'), 'refresh');
    } else {
      //remain on step 2 and show error
      session_start();
      $_SESSION['purchase_code_verified'] = 0;
      redirect(site_url('index.php?install/step2/error'), 'refresh');
    }
  }

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...