MMCT TEAM
Server IP : 103.191.208.50  /  Your IP : 216.73.216.53
Web Server : LiteSpeed
System : Linux orion.herosite.pro 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64
User : celkcksm ( 1031)
PHP Version : 7.4.33
Disable Function : show_source, system, shell_exec, passthru, popen, exec
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/celkcksm/gtsgmbh.ncriptech.com/dev/config/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/celkcksm/gtsgmbh.ncriptech.com/dev/config/config.php
<?php
$base_url	= '';
$base_url = ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == "on") ? "https" : "http");
$base_url .= "://" . $_SERVER['HTTP_HOST'];
$base_url .= str_replace(basename($_SERVER['SCRIPT_NAME']), "", $_SERVER['SCRIPT_NAME']);

$uriSegments = explode("/", parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH));
$lastUriSegment = array_pop($uriSegments);

$site_name="Agnibina School Of Pharmacy";
$site_short_name="ASP";



$favicon=$base_url.'public/images/favicon.ico';
$logo_top=$base_url.'public/img/logo/header-logo.png';
$logo_bottom=$base_url.'public/img/logo/footer-logo.png';


$breadcrumb_bg=$base_url.'public/new-assets/img/saltola-bed/breadcrum.jpg';
$bg_404=$base_url.'public/img/bg/404-img.png';
$bg_comeingsoon=$base_url.'public/img/class/comeing.jpg';
$features_img='public/img/features/img-07.jpeg';
$admission_home_img='public/img/features/img-14.jpeg';

$page_title=[
	'home'=>'Mother Mary Institute of Nursing College in Barasat, Kolkata | WBNC Affiliated',
	'about-us'=>'About Us',
	'vision-mission'=>'Vision & Mission',
	'director-message'=>'Director Message',
	'chairman-message'=>'Chairman Message',
	'principal-message'=>'Principal Message',
	'bsc-nursing-training-course'=>'B.Sc. Nursing Course in West Bengal | Top Nursing College in WB',
	'gnm-nursing-training-course'=>'GNM Nursing Course in West Bengal | General Nursing And Midwifery',
	'admission'=>'Admission',
	'placement'=>'Placement',
	'contact-us'=>'Contact Us'
];

$bread_cumbs = array(
    'about' => array(
        $base_url => 'Home',
        '' => 'About Us'
    ),

	'principal-message' => array(
        $base_url => 'Home',
        '' => 'Pricipal Message'
    ),
	'president-message' => array(
        $base_url => 'Home',
        '' => 'President Message'
    ),
	'secretary-message' => array(
        $base_url => 'Home',
        '' => 'Secretary Message'
    ),

	'management' => array(
        $base_url => 'Home',
        '' => 'Management'
    ),
	'teaching-staff' => array(
        $base_url => 'Home',
        '' => 'Teaching Staff'
    ),
	'non-teaching-staff' => array(
        $base_url => 'Home',
        '' => 'non-teaching-staff'
    ),

	'gallery' => array(
        $base_url => 'Home',
        '' => 'Gallery'
    ),

	'infrastructure' => array(
        $base_url => 'Home',
        '' => 'Infrastructure'
    ),

	'course' => array(
        $base_url => 'Home',
        '' => 'Course'
    ),

	'method-subject' => array(
        $base_url => 'Home',
        '' => 'Method Subject'
    ),
	'fee-structure' => array(
        $base_url => 'Home',
        '' => 'Fee Structure'
    ),

	'mandatory-disclosure' => array(
        $base_url => 'Home',
        '' => 'Mandatory Disclosure'
    ),

	'notice-board' => array(
        $base_url => 'Home',
        '' => 'Notice Board'
    ),
    'contact' => array(
        $base_url => 'Home',
        '' => 'Contact Us'
    ),

	'affidavit' => array(
        $base_url => 'Home',
        '' => 'Affidavit'
    ),

	'affiliation' => array(
        $base_url => 'Home',
        '' => 'Affiliation'
    ),

	'b-ed' => array(
        $base_url => 'Home',
        '' => 'b-ed document'
    ),

	'b-ed-prospectus' => array(
        $base_url => 'Home',
        '' => 'b-ed Prospectus'
    ),
	'deled-prospectus' => array(
        $base_url => 'Home',
        '' => 'D-El-Ed Prospectus'
    ),
    // Add other pages as needed
);
$page_heading = array(
    'about' => array(
        'page_heading' => 'About Us'
    ),
	'principal-message' => array(
        'page_heading' => 'Pricipal Message'
    ),
	'president-message' => array(
        'page_heading' => 'President Message'
    ),
	'secretary-message' => array(
        'page_heading' => 'Secretary Message'
    ),
	'management' => array(
        'page_heading' => 'Management'
    ),
	'teaching-staff' => array(
        'page_heading' => 'teaching-staff'
    ),

	'non-teaching-staff' => array(
        'page_heading' => 'non-teaching-staff'
    ),

	'gallery' => array(
        'page_heading' => 'Gallery'
    ),

	'infrastructure' => array(
        'page_heading' => 'Infrastructure'
    ),

	'course' => array(
        'page_heading' => 'Course'
    ),

	'method-subject' => array(
        'page_heading' => 'Method Subject'
    ),

	'fee-structure' => array(
        'page_heading' => 'Fee Structure'
    ),
	'mandatory-disclosure' => array(
        'page_heading' => 'Mandatory Disclosure'
    ),

    'contact' => array(
        'page_heading' => 'Contact Us'
    ),

	
    'notice-board' => array(
        'page_heading' => 'Notice Board'
    ),

	'affidavit' => array(
        'page_heading' => 'Affidavit'
    ),

	'affiliation' => array(
        'page_heading' => 'Affiliation'
    ),
	'b-ed' => array(
        'page_heading' => 'B.ed Documents'
    ),
	'b-ed-prospectus' => array(
        'page_heading' => 'B.ed Prospectus'
    ),

	'deled-prospectus' => array(
        'page_heading' => 'D.El.Ed Prospectus'
    ),


	
    // Add more pages here
);


$menu = array(
    // "Home" => "$base_url",
    "About" => array(
        "About Us" => "about",
		// "Message From Principal" => "principal-message",
        // "Message From President" => "president-message",
        // "Message From Secretary" => "secretary-message",
        "Management" => "management",
        "Teaching Staff" => "teaching-staff",
        "Non Teaching Staff" => "non-teaching-staff",
        "Gallery" => "gallery"
    ),

	"Facilities" =>array(
		"Infrastructure"=>"infrastructure",
		// "Library"=>"library",
		// "LAB"=>"lab",
	),
    "Course Details" => array(
        "Courses" => "course",
        "Method Subject" =>"method-subject",
        "Fee Structure" => "fee-structure",
        // "Student List" => "student_list",
		// "Prospectus"=>"prospectus"
    ),
    
    "Documents" => array(
		"Notice Board"=>"notice-board",
        "B.Ed" => "b-ed",
        "D.El.Ed" => "#",
        "Affiliation" => "affiliation",
        "Affidavit" => "affidavit",
        "Mandatory Disclosure" => "mandatory-disclosure",
        // "Teacher Attendance" => "T_attendence",
        // "Student Attendance" => "S_attendence"
    ),
	"Prospectus" => array(
        "D.El.ED " => "deled-prospectus",
        "B.ED" => "b-ed-prospectus"
    ),
	
   
);




$header_menu_special=array('text'=>'Contact Us','url'=>$base_url.'apply_now');

$pages_arr=[
	""=>"home",
	"about"=>"about",
	"course"=>"course",
	"d.pharma"=>"course",
	"fee-structure"=>"course",
	"method-subject"=>"course",
	"mandatory-disclosure"=>"document",
	"b-ed"=>"document",
	"b-ed-prospectus"=>"document",
	"deled-prospectus"=>"document",
	"notice-board"=>"document",
	"affidavit"=>"document",
	"affiliation"=>"document",
	
	"principal-message"=>"about",
	"president-message"=>"about",
	"secretary-message"=>"about",
	"management"=>"about",
	"teaching-staff"=>"about",
	"non-teaching-staff"=>"about",

	"contact"=>"others",
	"privacy_policy"=>"others",

	"infrastructure"=>"others",
	"gallery"=>"others",
	"syllabus"=>"others",
	"terms&condition"=>"others",
	"refund_policy"=>"others",
	"apply_now"=>"others",
	'coming-soon'=>"others",



];

$footer_menues=[
	'Home'=>$base_url.'',
	'About'=>$base_url.'about',
	'courses'=>$base_url.'bscn',
	'Contact-us'=>$base_url.'contact_us',
	'Blog'=>$base_url.'',

	'Terms & Condition'=>$base_url.'terms&condition',
	'privacy & Policy'=>$base_url.'Privacy_Policy',
	'refund policy'=>$base_url.'refund_policy',
];








$slides_mobile = [
    [
        'image' => 'public/img/agnibina/mobile_banner1.png',
		'caption' => 'It is the mission of our educational institution to provide a nurturing environment for the students. We aim to transform the youngsters through sound academic education with a distinct worldview.',
		//    'caption2'=>'Education is the best key success in life',
			'title' => 'WELCOME TO',
			'title1' => 'AGNIBINA SCHOOL OF PHARMACY',
    ],
    [
        'image' => 'public/img/agnibina/mobile_banner2.png',
		'caption' => 'It is the mission of our educational institution to provide a nurturing environment for the students. We aim to transform the youngsters through sound academic education with a distinct worldview.',
		// 'caption2'=>'Education is the best key success in life',
        'title' => 'YOUR FUTURE BEGINS AT ',
		'title1' => 'AGNIBINA SCHOOL OF PHARMACY',
  
    ],
    [
        'image' => 'public/img/agnibina/mobile_banner3.png',
		'caption' => 'It is the mission of our educational institution to provide a nurturing environment for the students. We aim to transform the youngsters through sound academic education with a distinct worldview.',
		// 'caption2'=>'Education is the best key success in life',
        'title' => 'START YOUR FUTURE AT',
		'title1' => 'AGNIBINA SCHOOL OF PHARMACY',
  
    ],


];


// $gallery_images = [
// 	"public/new-assets/gallery/gal1.JPG" => "Caption 1",
//     "public/new-assets/gallery/gal2.JPG" => "Caption 2",
//     "public/new-assets/gallery/gal3.JPG" => "Caption 3",
//     // "public/new-assets/gallery/gal4.JPG" => "Caption 4",
//     // "public/new-assets/gallery/gal5.JPG" => "Caption 5",
//     // "public/new-assets/gallery/gal2.JPG" => "Caption 6" ,
// ];

$gallery_images = [
    ["src" => "public/new-assets/img/saltola-bed/gal1.jpg", "caption" => "Caption 1"],
    ["src" => "public/new-assets/img/saltola-bed/gal1.jpg", "caption" => "Caption 2"],
    ["src" => "public/new-assets/img/saltola-bed/gal1.jpg", "caption" => "Caption 3"],
    ["src" => "public/new-assets/img/saltola-bed/gal1.jpg", "caption" => "Caption 4"],
    ["src" => "public/new-assets/img/saltola-bed/gal1.jpg", "caption" => "Caption 5"],
    ["src" => "public/new-assets/img/saltola-bed/gal1.jpg", "caption" => "Caption 6"]
];


// Animation classes for variety
$animation_classes = ["fadeInUp", "fadeInDown"];

$image_urls1 = array(
	"public/img/agnibina/gal1.png",
	"public/img/agnibina/gal2.png",
	"public/img/agnibina/gal3.png",
	"public/img/agnibina/gal4.png",
	"public/img/agnibina/gal5.png",
	"public/img/agnibina/gal6.png",
	

);

$services = [
    ["img" => "public/new-assets/img/choose/library.png", "title" => "State-of-the-Art Library", "description" => "Our library houses an extensive collection of books, journals, and e-resources to support teacher education and research."],
    ["img" => "public/new-assets/img/choose/classroom.png", "title" => "Smart Classrooms", "description" => "Technology-enabled classrooms provide a modern learning experience, fostering interactivity and engagement."],
    ["img" => "public/new-assets/img/choose/lab.png", "title" => "ICT Laboratory", "description" => "A dedicated lab equipped with modern tools and technology to train future educators in digital teaching techniques."],
    ["img" => "public/new-assets/img/choose/auditorium.png", "title" => "Multipurpose Auditorium", "description" => "A spacious auditorium for hosting seminars, workshops, and cultural programs, enhancing overall student development."],
    ["img" => "public/new-assets/img/choose/hostel.png", "title" => "Hostel Facilities", "description" => "Safe, secure, and comfortable accommodations for students, fostering a home-like environment within the campus."],
    ["img" => "public/new-assets/img/choose/sports.png", "title" => "Sports & Recreation", "description" => "Facilities for indoor and outdoor sports encourage physical fitness and provide a balance to academic life."]
];

// notice board

$admissions = [
    "coming soon.............",
    "coming soon.............",
    "coming soon.............",
    "coming soon.............",
    "coming soon.............",
    "coming soon............."
];


//Meta data

$page_meta=[
	"contact-us"=>array(
		"title"=>"Contact Us",
		"page_heading"=>"Contact Us"
	),
	"rules-regulation"=>array(
		"title"=>"Rules-regulation",
		"page_heading"=>"Rules-regulation"
	),
	"fee-structure"=>array(
		"title"=>"Fee Structure",
		"page_heading"=>"Fee Structure"
	),
	"admission"=>array(
		"title"=>"Admission 2024",
		"page_heading"=>"Admission"
	),
	"curriculum"=>array(
		"title"=>"Curriculum",
		"page_heading"=>"Curriculum"
	),
	"mission-vision"=>array(
		"title"=>"Mission & Vision",
		"page_heading"=>"Mission & Vision"
	),
	"management"=>array(
		"title"=>"Managing Director Message",
		"page_heading"=>"Director Message"
	),
	"courses"=>array(
		"title"=>"Courses",
		"page_heading"=>"Courses"
	),
	"classinfrastructure"=>array(
		"title"=>"Infrastructure",
		"page_heading"=>"Infrastructure"
	),
	"gallery"=>array(
		"title"=>"GPS Gallery",
		"page_heading"=>"GPS Gallery"
	),
	"mandatory-disclosure"=>array(
		"title"=>"Mandatory Disclosure",
		"page_heading"=>"Mandatory Disclosure"
	),
	"terms-conditions"=>array(
		"title"=>"Terms & Conditions",
		"page_heading"=>"Terms & Conditions"
	),
	"privacy-policy"=>array(
		"title"=>"Privacy Policy",
		"page_heading"=>"Privacy Policy"
	),
	"school-activities"=>array(
		"title"=>"School Activities",
		"page_heading"=>"School Activities"
	),
	"school-house"=>array(
		"title"=>"School House",
		"page_heading"=>"School House"
	),
	"information"=>array(
		"title"=>"About-us",
		"page_heading"=>"Information"
	),
	"students-details"=>array(
		"title"=>"Student-details",
		"page_heading"=>"Student-details"
	),
	"examination"=>array(
		"title"=>"Examination",
		"page_heading"=>"Examination"
	),
	"syllabus"=>array(
		"title"=>"Syallabus",
		"page_heading"=>"Syallabus"
	),
	"result"=>array(
		"title"=>"Result",
		"page_heading"=>"Result"
	),
	"faculty"=>array(
		"title"=>"Faculty",
		"page_heading"=>"Faculty"
	),
	"house-event"=>array(
		"title"=>"House-event",
		"page_heading"=>"House-event"
	),
	"celebration"=>array(
		"title"=>"Celebration Blog",
		"page_heading"=>"Celebration"
	),
	"project"=>array(
		"title"=>"Project",
		"page_heading"=>"School Project"
	),

	"excursion"=>array(
		"title"=>"Excursion",
		"page_heading"=>"School Excursion"
	),

	"laboratory"=>array(
		"title"=>"Laboratory",
		"page_heading"=>"School Laboratory"
	),
	"digital-classroom"=>array(
		"title"=>"digital-classroom",
		"page_heading"=>"digital-classroom"
	),
	"about-us"=>array(
		"title"=>"About-us",
		"page_heading"=>"About-Us"
	)


];



$page_keywords=[
	"home"=>"nurse training institute in kolkata,kolkata nursing training institute,nursing college with own hospital,nursing college at hooghly",
	"about-us"=>"",
	"vision-mission"=>"",
	"director-message"=>"",
	"chairman-message"=>"",
	"principal-message"=>"",
	"bsc-nursing-training-course"=>"b sc nursing course in west bengal,b sc nursing in west bengal,best bsc nursing college in west bengal",
	"gnm-nursing-training-course"=>"admission for gnm in kolkata,general education courses for nursing,general nursing and midwifery,gnm nursing college in kolkata",
	"admission"=>"",
	"placement"=>"",
	"contact-us"=>"",
	"privacy-policy"=>"",
	"terms-conditions"=>""
];

$page_description=[
	"home"=>"At MMIN discover the best nursing training institute in Kolkata and Hooghly with its own hospital. WBNC affiliated nursing college offers comprehensive nursing programs and hands-on clinical experience. Join us to pursue a rewarding career in nursing and healthcare.",
	"about-us"=>"At $site_short_name discover the best nursing training institute in Kolkata and Hooghly with its own hospital. WBNC affiliated nursing college offers comprehensive nursing programs and hands-on clinical experience. Join us to pursue a rewarding career in nursing and healthcare.",
	"vision-mission"=>"",
	"director-message"=>"",
	"chairman-message"=>"",
	"principal-message"=>"",
	"bsc-nursing-training-course"=>"Discover the best B.Sc nursing course in West Bengal at $site_short_name, a top nursing college known for its excellence in education and practical training. Prepare for a successful nursing career with our comprehensive curriculum and state-of-the-art facilities. Enroll now to shape your future in healthcare.",
	"gnm-nursing-training-course"=>"Discover the best GNB Nursing course in West Bengal at $site_short_name, a top nursing college known for its excellence in education and practical training. Prepare for a successful nursing career with our comprehensive curriculum and state-of-the-art facilities. Enroll now to shape your future in healthcare.",
	"admission"=>"",
	"placement"=>"",
	"contact-us"=>"",
	"privacy-policy"=>"",
	"terms-conditions"=>""
];


$galleries=[
	'public/img/nursing/gallery1.jpg',
	'public/img/nursing/gallery2.jpg',
	'public/img/nursing/gallery3.jpeg',
	'public/img/nursing/gallery4.jpg',
	'public/img/nursing/gallery5.jpg',
	'public/img/nursing/gallery6.jpg'
];


//Meta data


$styles=[
	"public/css/bootstrap.min.css"=>"prefetch",
	"public/css/animate.min.css"=>"prefetch",
	"public/css/magnific-popup.css"=>"prefetch",
	"public/fontawesome/css/all.min.css"=>"prefetch",
	"public/css/dripicons.css"=>"prefetch",
	"public/css/meanmenu.css"=>"prefetch",
	"public/css/default.css"=>"prefetch",
	"public/css/style.css"=>"prefetch",
	"public/css/custom.css"=>"prefetch",
	"public/css/responsive.css"=>"prefetch"
];

$scripts=[
	"public/vendors/bootstrap/js/bootstrap.min.js"
	
];

if(empty($lastUriSegment)){

	array_push($scripts, "public/vendors/rev-slider/js/jquery.themepunch.tools.min.js",
		"public/vendors/rev-slider/js/jquery.themepunch.revolution.min.js",
		"public/vendors/rev-slider/js/extensions/extensionsrevolution.extension.actions.min.js",
		"public/vendors/rev-slider/js/extensions/extensionsrevolution.extension.carousel.min.js",
		"public/vendors/rev-slider/js/extensions/extensionsrevolution.extension.kenburn.min.js",
		"public/vendors/rev-slider/js/extensions/extensionsrevolution.extension.layeranimation.min.js",
		"public/vendors/rev-slider/js/extensions/extensionsrevolution.extension.migration.min.js",
		"public/vendors/rev-slider/js/extensions/extensionsrevolution.extension.navigation.min.js",
		"public/vendors/rev-slider/js/extensions/extensionsrevolution.extension.parallax.min.js",
		"public/vendors/rev-slider/js/extensions/extensionsrevolution.extension.slideanims.min.js",
		"public/vendors/rev-slider/js/extensions/extensionsrevolution.extension.video.min.js",
		"public/js/rev-slider.js");
}





function getUrl () {
    if (!isset($_SERVER['REQUEST_URI'])) {
    $url = $_SERVER['REQUEST_URI'];
    } else {
    $url = $_SERVER['SCRIPT_NAME'];
    $url .= (!empty($_SERVER['QUERY_STRING']))? '?' . $_SERVER[ 'QUERY_STRING' ] : '';

    }
    return $url;
}


//getUrl gets the queried page with query string
function cache ($buffer) { //page's content is $buffer
    $url = getUrl();
    $filename = md5($url) . '.cache';
    $data = time() . '¦' . $buffer;
    $filew = fopen("cache/" . $filename, 'w');
    fwrite($filew, $data);
    fclose($filew);
    return $buffer;
}

function display () {
    $url = getUrl();
    $filename = md5($url) . '.cache';
    if (!file_exists("/cache/" . $filename)) {
    return false;
    }
    $filer = fopen("cache/" . $filename, 'r');
    $data = fread($filer, filesize("cache/" . $filename));
    fclose($filer);
    $content = explode('¦', $data, 2);
    if (count($content)!= 2 OR !is_numeric($content['0'])) {
        return false;
    }
    if (time()-(100) > $content['0']) { // 100 is the cache time here!!!
        return false;
    }
        echo $content['1'];
        die();
}

MMCT - 2023