Req Global Multi School Management Systems Express

nullbabloo

Active member
Oct 15, 2019
178
79
28
Anonymous Proxy
babiato.tech
Global – Multi School Management System Express is the latest and most complete School Automation Software which is suites for each and every educational institute like school, college and universities. Especially who want to manage Multiple School from one system/server. Global Multi School Management system (GMSMS) is a fully ACL Based, Organized Features, Unlimited Language, Exclusive Reports and Secure web-based Multi School Management System with well documented & clean coded.


@Tomz and anyone else Could you please provide this script with v4.0 ?
 
  • Like
Reactions: hiitsjb1

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,188
111,759
120
Global – Multi School Management System Express is the latest and most complete School Automation Software which is suites for each and every educational institute like school, college and universities. Especially who want to manage Multiple School from one system/server. Global Multi School Management system (GMSMS) is a fully ACL Based, Organized Features, Unlimited Language, Exclusive Reports and Secure web-based Multi School Management System with well documented & clean coded.


@Tomz and anyone else Could you please provide this script with v4.0 ?
did you get nulled working script ?
https://codecanyon.net/item/global-multi-school-management-system-express/21975378

Global v4.0 - Multi School Management System Express - nulled
Please i need this plugin
Check Here
 

pknr

New member
Sep 25, 2022
0
0
0
Does anyone know How to manage tab favicon name, instead of: "Home | Global - Multi School Management System" our own name to appear...?

Kindly let me know...
 

monari

New member
Jan 7, 2021
21
2
3
can you teach me how to rename tab favicon name instead of its default name? i cand find any option to change it.
Change Global - Multi School Management System Express to whatever name you need

/application/config/config.php:
569: define('SMS', 'Global - Multi School Management System Express');
 
Apr 29, 2020
182
15
18
Can anyone please null this Verify?
.
.
Code:
<?php

defined('BASEPATH') OR exit('No direct script access allowed');

/* * *****************Verify.php**********************************
 * @product name    : Global Multi School Management System Express
 * @type            : Class
 * @class name      : Verify
 * @description     : This class used to store purchase code in the database for customer security. 
 * @author          : Codetroopers Team     
 * @url             : https://themeforest.net/user/codetroopers     
 * @support         : [email protected]   
 * @copyright       : Codetroopers Team         
 * ********************************************************** */

class Verify extends CI_Controller {
    
     public $global_setting = array();
    
    function __construct() {       
        parent::__construct(); 
        $this->load->model('Verify_Model', 'verify', true);
        $this->global_setting = $this->db->get_where('global_setting', array('status'=>1))->row();
    }


    public function index() {
        
        if($_POST){
            
            $this->load->library('form_validation');
            $this->form_validation->set_error_delimiters('<div class="error-message" style="color: red;">', '</div>');
            $this->form_validation->set_rules('purchase_code', $this->lang->line('purchase_code'), 'trim|required');

            if ($this->form_validation->run() === TRUE) {
                                                
                $data['purchase_code'] = $this->input->post('purchase_code');
                $data['created_at'] = date('Y-m-d H:i:s');
                $data['created_by'] = 1;
                $data['status'] = 1;               
                
                if($this->db->table_exists('purchase')){
                    $this->db->empty_table('purchase');                   
                    if($this->db->insert('purchase', $data)){                   
                        $this->session->set_flashdata('success', $this->lang->line('update_success'));
                    }else{
                        $this->session->set_flashdata('error', $this->lang->line('update_failed'));
                    }                 
                }
              
                $this->verify->verify($data['purchase_code']);               
                sleep(5);               
                redirect('login');         
                
            }else{
                $this->session->set_flashdata('error', $this->lang->line('insert_failed'));
                redirect();
            }
        }
        $this->lang->load('english', 'english');     
        $this->load->view('verify');
    }       
}
 

sunil334

Member
Apr 24, 2020
111
24
18
Nepal
Can anyone please null this Verify?
.
.
Code:
<?php

defined('BASEPATH') OR exit('No direct script access allowed');

/* * *****************Verify.php**********************************
* @product name    : Global Multi School Management System Express
* @type            : Class
* @class name      : Verify
* @description     : This class used to store purchase code in the database for customer security.
* @author          : Codetroopers Team    
* @url             : https://themeforest.net/user/codetroopers    
* @support         : [email protected]  
* @copyright       : Codetroopers Team        
* ********************************************************** */

class Verify extends CI_Controller {
   
     public $global_setting = array();
   
    function __construct() {      
        parent::__construct();
        $this->load->model('Verify_Model', 'verify', true);
        $this->global_setting = $this->db->get_where('global_setting', array('status'=>1))->row();
    }


    public function index() {
       
        if($_POST){
           
            $this->load->library('form_validation');
            $this->form_validation->set_error_delimiters('<div class="error-message" style="color: red;">', '</div>');
            $this->form_validation->set_rules('purchase_code', $this->lang->line('purchase_code'), 'trim|required');

            if ($this->form_validation->run() === TRUE) {
                                               
                $data['purchase_code'] = $this->input->post('purchase_code');
                $data['created_at'] = date('Y-m-d H:i:s');
                $data['created_by'] = 1;
                $data['status'] = 1;              
               
                if($this->db->table_exists('purchase')){
                    $this->db->empty_table('purchase');                  
                    if($this->db->insert('purchase', $data)){                  
                        $this->session->set_flashdata('success', $this->lang->line('update_success'));
                    }else{
                        $this->session->set_flashdata('error', $this->lang->line('update_failed'));
                    }                
                }
             
                $this->verify->verify($data['purchase_code']);              
                sleep(5);              
                redirect('login');        
               
            }else{
                $this->session->set_flashdata('error', $this->lang->line('insert_failed'));
                redirect();
            }
        }
        $this->lang->load('english', 'english');    
        $this->load->view('verify');
    }      
}
@monari can you please help us to null this?
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu