Jump to content
Bicrypto v4.3.1 + All Plugins ×

Neoflex Movie Subscription Portal Cms v2.6.2


Basora Studio

Recommended Posts

Neoflex Movie Subscription Portal Cms


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.

 

Link to comment
Share on other sites

  • Mahmoud changed the title to Neoflex Movie Subscription Portal Cms v2.6.2
  • 10 months later...

You can null the file easily, please follow the steps below:
Got to application/controllers/Install.php from control panel
Then find the line
 

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

    $validation_response = $this->crud_model->curl_request($purchase_code);
    if ($validation_response == true)

Change 'true' to 'false' and save the file

Then start the installation process.

I have attached the file for your reference.

Link to comment
Share on other sites

Just now, Abhishek Sinha said:

You can null the file easily, please follow the steps below:
Got to application/controllers/Install.php from control panel
Then find the line
 

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

    $validation_response = $this->crud_model->curl_request($purchase_code);
    if ($validation_response == true)

Change 'true' to 'false' and save the file

Then start the installation process.

I have attached the file for your reference.

 

neoflex-2.6.2.zip

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

not working

On 3/29/2024 at 5:31 PM, Abhishek Sinha said:

You can null the file easily, please follow the steps below:
Got to application/controllers/Install.php from control panel
Then find the line
 

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

    $validation_response = $this->crud_model->curl_request($purchase_code);
    if ($validation_response == true)

Change 'true' to 'false' and save the file

Then start the installation process.

I have attached the file for your reference.

not working

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...