X7ROOT File Manager
Current Path:
/home/u126090504/domains/kiitacademy.in/public_html
home
/
u126090504
/
domains
/
kiitacademy.in
/
public_html
/
📄
+2-Arts&Commerce.php
(6.81 KB)
📁
..
📄
.htaccess
(1.12 KB)
📄
about-us.php
(9.37 KB)
📄
achievers.php
(3.36 KB)
📁
admin
📄
admission.php
(4.92 KB)
📄
admission_submit.php
(1.48 KB)
📄
album.php
(890 B)
📄
cleanup_README.txt
(1.25 KB)
📄
computer-courses.php
(22.83 KB)
📄
config.php
(1.21 KB)
📄
contact-us.php
(8.19 KB)
📄
contactdb.php
(796 B)
📁
css
📄
director's-message.php
(4.53 KB)
📄
downloads.php
(3.14 KB)
📄
error.log
(13.82 KB)
📄
facilities.php
(13.29 KB)
📄
faculty.php
(3.56 KB)
📁
fonts
📄
footer.php
(5.7 KB)
📄
franchise.php
(2.09 KB)
📄
gallery.php
(3.32 KB)
📄
header.php
(11.92 KB)
📁
images
📄
index.php
(39.44 KB)
📁
js
📁
kiit
📄
kiit-backup.zip
(85.95 MB)
📁
lib
📄
media.php
(2.76 KB)
📄
payment.php
(8.88 KB)
📄
payment_submit.php
(10.97 KB)
📄
payment_verify.php
(2.31 KB)
📁
qrcodes
📁
revolution
📄
search_videos.php
(1.76 KB)
📄
secure_upload.php
(2.87 KB)
📄
showpath.php
(107 B)
📄
u721653068_kiitinst25.sql
(17.4 KB)
📁
uploads
📄
videos.php
(4.38 KB)
Editing: config.php
<?php // Turn on verbose errors just for now (remove after it works) ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); // ✅ Fill these with EXACT values from hosting panel $server_name = "127.0.0.1"; // try 127.0.0.1 instead of "localhost" $db_username = "u126090504_kittnew25"; $db_password = "8984234299Aa@#"; $db_name = "u126090504_kittnew25"; $db_port = 3306; // default // recaptcha define('RECAPTCHA_SITE_KEY', '6Ldl8r0rAAAAAMVf4_K9rx5DMBrCyI8BzSKHYKLy'); define('RECAPTCHA_SECRET_KEY', '6Ldl8r0rAAAAAFsrESlYdwRJxc7uvsXxFLvOiKfg'); 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()); die("Internal server error. Please try again later."); } /* App constants */ if (!defined('BASE_URL')) define('BASE_URL', 'https://kiitacademy.in'); if (!defined('MAIL_FROM')) define('MAIL_FROM', 'no-reply@kiitacademy.in'); if (!defined('MAIL_FROM_NAME')) define('MAIL_FROM_NAME', 'KIIT Academy');
Upload File
Create Folder