Heading Contents:
- Explain about video details
- To delete code list
- Part1 Video - install Academy LMS using localhost XAMPP
- Part2 Video - installing addons in Academy LMS or any CMS PHP scripts
- Part3 Video - Social login using with Facebook application, create Facebook App ID, Secret ID
- Download
In this video, I am showing how to install CMS using localhost XAMPP application, and then upload to Live server without purchase code.
- In this video part2 about installing / uploading addons in Academy LMS or any CMS PHP scripts.
- There are two methods/ ways that I explained.
- In the frist way or first method, using with Xampp application, same with Part1 without purchase code.
- In the second way or second method, delete code line from including 14 to 34 in Live server of our domain name.
- The second way is the easiest way that I would like to recommend when we install addons without using Xampp application, localhost.
If you are facing some errors, please kindly let me know.
All my Part1 and Part2 videos are purpose for only Education.
Thank you so much for watching this tutorial how to bybass/ skip purchase code simply and installing addons with two ways/ two methods.
Yes ,Yes This tutorial is only for Education purpose, my dear.
To Delete code including from line number 14 to 34
// CHECK ADDON PURCHASE CODE ONLY FOR INSTALLING
if ($param1 == 'install'){
if($_SERVER['SERVER_NAME'] == 'localhost' || $_SERVER['SERVER_NAME'] == '127.0.0.1'){
//Local server
$purchase_code = null;
}else{
$purchase_code = $this->input->post('purchase_code');
// $addon_exits = $this->get_addon_by_purchase_code($purchase_code);
// if($addon_exits->num_rows() > 0){
// $this->session->set_flashdata('error_message', get_phrase('you_have_already_used_this_purchase_code'));
// redirect(site_url('admin/addon'), 'refresh');
// }
$status_response = $this->crud_model->curl_request($purchase_code);
if(!$status_response){
$this->session->set_flashdata('error_message', get_phrase('purchase_code_is_wrong').'.
'.get_phrase('please_enter_your_valid_purchase_code'));
redirect(site_url('admin/addon'), 'refresh');
}
}
}
Part1 Video - install Academy LMS using localhost XAMPP
Part2 Video - installing uploading addons in Academy LMS or any CMS PHP scripts
Part3 Video - Social login using with Facebook application, create Facebook App ID, Secret ID
Video - how to download and install Xampp application
Download Academy LMS + 8 adds on + 3 Androids Applications
I credit to babiato.co for all files.
Read more on PHP Scripts
- Part1 Video - how install Academy LMS
- Part2 Video - about installing uploading addons in Academy LMS or any CMS PHP scripts
- Part3 Video - Social login using with Facebook application, create Facebook App ID, Secret ID
This artical was last updated on Oct 21 2021
0 Comments