• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Req Global Multi School Management Systems Express

nullbabloo

Active member
Oct 15, 2019
190
87
28
Anonymous Proxy
babiato.co
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.


@Babak and anyone else Could you please provide this script with v4.0 ?
 
  • Like
Reactions: hiitsjb1
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.


@Babak 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
 
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...
 
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');
 
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');
    }       
}
 
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?
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock