February 9, 20197 yr Community Expert Administrators 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 Support is available for paid files only Support for free files is offered for a fee only
March 24, 20206 yr Details to: HOW REMOVE LICENSE from step 2 !!! go to file application/controllers/Install.php and edit php line 50/51 to false: ($validation_response == true) good luck! ?
October 24, 20205 yr nool licen code This forum account is currently banned. Ban Length: Member has been permanently banned.
October 25, 20205 yr Purchase Code Verification Failed Provide your codecanyon purchase code Purchase Code
October 27, 20205 yr urchase Code Verification Failed Provide your codecanyon purchase code ????????????????
December 3, 20205 yr HI. Thank you for the script. I get this error after install. Can you please help?
October 17, 20214 yr Install on my server, install its going great, and the script works. Thank you ?
January 12, 20233 yr On 10/31/2022 at 8:02 PM, kisswdev said: You can update to 2.5 or 2.6 please . Thank you !! https://viserplace.org/item/neoflex-v2-6-movie-subscription-portal-cms
January 12, 20242 yr 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'); } }
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.