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: u721653068_kiitinst25.sql
-- phpMyAdmin SQL Dump -- version 5.2.2 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1:3306 -- Generation Time: Sep 05, 2025 at 07:17 AM -- Server version: 10.11.10-MariaDB-log -- PHP Version: 7.2.34 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `u721653068_kiitinst25` -- -- -------------------------------------------------------- -- -- Table structure for table `admissions` -- CREATE TABLE `admissions` ( `id` int(11) NOT NULL, `name` varchar(100) NOT NULL, `father_name` varchar(100) NOT NULL, `phone` varchar(15) NOT NULL, `email` varchar(150) NOT NULL, `dob` date NOT NULL, `address` varchar(255) NOT NULL, `school` varchar(150) NOT NULL, `course` varchar(100) NOT NULL, `message` text DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -------------------------------------------------------- -- -- Table structure for table `albums` -- CREATE TABLE `albums` ( `id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `description` text DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `albums` -- INSERT INTO `albums` (`id`, `name`, `description`, `created_at`) VALUES (16, 'KIIT ACADEMY', 'INSTITUTE IMAGES', '2025-09-04 12:55:17'), (17, 'KIIT +2 RESIDENTIAL COACHING ', 'ARTS & COMMERCE', '2025-09-04 13:01:22'); -- -------------------------------------------------------- -- -- Table structure for table `bannertab` -- CREATE TABLE `bannertab` ( `id` int(11) NOT NULL, `imgfile` varchar(255) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `bannertab` -- INSERT INTO `bannertab` (`id`, `imgfile`, `created_at`) VALUES (8, '1756745194_3905ac4f48.png', '2025-09-01 16:46:34'), (9, '1756745199_45c66a95ba.png', '2025-09-01 16:46:39'), (10, '1756745203_ae44ba7bfa.png', '2025-09-01 16:46:43'); -- -------------------------------------------------------- -- -- Table structure for table `contacttab` -- CREATE TABLE `contacttab` ( `id` int(11) NOT NULL, `coname` varchar(150) NOT NULL, `coemail` varchar(150) NOT NULL, `cosub` varchar(255) NOT NULL, `cophone` varchar(50) DEFAULT NULL, `comes` text NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `contacttab` -- INSERT INTO `contacttab` (`id`, `coname`, `coemail`, `cosub`, `cophone`, `comes`, `created_at`) VALUES (5, 'Bubu', 'smaranikabilas@gmail.com', 'OS-CIT', '9437514654', 'dfd dffd', '2025-09-04 14:50:05'); -- -------------------------------------------------------- -- -- Table structure for table `downloads` -- CREATE TABLE `downloads` ( `id` int(11) NOT NULL, `subject` varchar(255) NOT NULL, `file_name` varchar(255) NOT NULL, `uploaded_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -------------------------------------------------------- -- -- Table structure for table `faculty` -- CREATE TABLE `faculty` ( `id` int(11) NOT NULL, `name` varchar(100) NOT NULL, `designation` varchar(150) NOT NULL, `qualification` varchar(150) NOT NULL, `experience` varchar(100) NOT NULL, `photo` varchar(255) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -------------------------------------------------------- -- -- Table structure for table `fboard` -- CREATE TABLE `fboard` ( `id` int(11) NOT NULL, `fname` varchar(150) NOT NULL, `des` varchar(150) NOT NULL, `exp` varchar(150) DEFAULT NULL, `qual` varchar(150) DEFAULT NULL, `fimg` varchar(255) DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `fboard` -- INSERT INTO `fboard` (`id`, `fname`, `des`, `exp`, `qual`, `fimg`, `created_at`) VALUES (4, 'Balabhadra Mohapatra', '+2 Commerce', '91%', 'CHSE Result 2024', '1756746076_b.jpg', '2025-09-01 17:01:16'), (6, 'Smruti Rekha Panda', '+2 Arts', '78%', 'CHSE Result 2024', '1756746500_sm.jpg', '2025-09-01 17:08:20'), (7, 'Swapna Rani jena', '+2 Arts', '71%', 'CHSE Result 2024', '1756746584_swa.jpg', '2025-09-01 17:09:44'); -- -------------------------------------------------------- -- -- Table structure for table `franchise` -- CREATE TABLE `franchise` ( `id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `address` text NOT NULL, `center` varchar(255) NOT NULL, `mob` varchar(50) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -------------------------------------------------------- -- -- Table structure for table `media_corner` -- CREATE TABLE `media_corner` ( `id` int(11) NOT NULL, `title` varchar(255) NOT NULL, `image` varchar(255) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -------------------------------------------------------- -- -- Table structure for table `nboard` -- CREATE TABLE `nboard` ( `id` int(11) NOT NULL, `date` date NOT NULL, `ntext` varchar(255) NOT NULL, `nurl` varchar(255) DEFAULT NULL, `nurl1` varchar(255) DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `nboard` -- INSERT INTO `nboard` (`id`, `date`, `ntext`, `nurl`, `nurl1`, `created_at`) VALUES (11, '2025-09-04', 'OSC-IT Exam will be held on 25th sept 2025', '', '', '2025-09-04 13:07:32'); -- -------------------------------------------------------- -- -- Table structure for table `payments` -- CREATE TABLE `payments` ( `id` int(11) NOT NULL, `student_name` varchar(100) NOT NULL, `father_name` varchar(100) DEFAULT NULL, `dob` date DEFAULT NULL, `age` varchar(20) DEFAULT NULL, `school` varchar(150) DEFAULT NULL, `course` varchar(100) DEFAULT NULL, `mobile` varchar(15) DEFAULT NULL, `address` text DEFAULT NULL, `rollno` varchar(50) DEFAULT NULL, `payment_type` enum('Admission Fee','Installment') NOT NULL, `amount` decimal(10,2) NOT NULL, `status` enum('Pending','Paid','Failed','Cancelled') DEFAULT 'Pending', `transaction_id` varchar(100) DEFAULT NULL, `payment_mode` varchar(50) DEFAULT NULL, `created_at` timestamp NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -------------------------------------------------------- -- -- Table structure for table `photos` -- CREATE TABLE `photos` ( `id` int(11) NOT NULL, `album_id` int(11) NOT NULL, `title` varchar(255) DEFAULT NULL, `filename` varchar(255) NOT NULL, `uploaded_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `photos` -- INSERT INTO `photos` (`id`, `album_id`, `title`, `filename`, `uploaded_at`) VALUES (101, 16, NULL, '1756990550_IMG-20250801-WA0136.jpg', '2025-09-04 12:55:50'), (102, 16, NULL, '1756990593_IMG-20250801-WA0150.jpg', '2025-09-04 12:56:33'), (103, 16, NULL, '1756990613_IMG-20250801-WA0144.jpg', '2025-09-04 12:56:53'), (104, 16, NULL, '1756990630_IMG-20250801-WA0149.jpg', '2025-09-04 12:57:11'), (105, 16, NULL, '1756990680_IMG-20250801-WA0135.jpg', '2025-09-04 12:58:00'), (106, 16, NULL, '1756990736_IMG-20250801-WA0140.jpg', '2025-09-04 12:58:56'), (108, 17, NULL, '1756990923_IMG-20250801-WA0143.jpg', '2025-09-04 13:02:03'), (112, 16, NULL, '1756994846_Institute Live Image.jpg', '2025-09-04 14:07:26'), (113, 16, NULL, '1756995261_Lab2.jpg', '2025-09-04 14:14:21'), (114, 16, NULL, '1756995717_Lab3_optimized_1000.jpg', '2025-09-04 14:21:58'), (115, 16, NULL, '1756995781_Computer_Practical_optimized_1000.jpg', '2025-09-04 14:23:01'), (116, 17, NULL, '1756995803_+2 Coaching.jpg', '2025-09-04 14:23:23'); -- -------------------------------------------------------- -- -- Table structure for table `popup_banner` -- CREATE TABLE `popup_banner` ( `id` int(11) NOT NULL, `image` varchar(255) NOT NULL, `link` varchar(255) DEFAULT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `status` tinyint(1) DEFAULT 0, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -------------------------------------------------------- -- -- Table structure for table `register` -- CREATE TABLE `register` ( `id` int(11) NOT NULL, `username` varchar(100) NOT NULL, `email` varchar(150) NOT NULL, `password` varchar(255) NOT NULL, `usertype` enum('admin') DEFAULT 'admin', `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `reset_token` varchar(255) DEFAULT NULL, `reset_expires` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `register` -- INSERT INTO `register` (`id`, `username`, `email`, `password`, `usertype`, `created_at`, `reset_token`, `reset_expires`) VALUES (3, 'Super Admin', 'admin@kiitacademy.in', '$2y$10$BLlW7Cn2XTRRcKFrLUGiiupFvcYJ4GRyPFz1Rwkwu1IbhVX5FYbp.', 'admin', '2025-08-31 06:07:38', '504ca17ce0d36662ba37bb211265125df66f57b726f02a8b6885b4d7f8bcbe2c', '2025-09-04 12:06:39'); -- -------------------------------------------------------- -- -- Table structure for table `settings` -- CREATE TABLE `settings` ( `id` int(11) NOT NULL, `field` varchar(50) NOT NULL, `value` text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `settings` -- INSERT INTO `settings` (`id`, `field`, `value`) VALUES (11, 'institute_name', 'KIIT ACADEMY'), (12, 'upi_id', '9437259331-3@ybl'), (13, 'min_admission_amount', '100'), (14, 'min_installment_amount', '100'); -- -------------------------------------------------------- -- -- Table structure for table `site_settings` -- CREATE TABLE `site_settings` ( `id` int(11) NOT NULL, `upi_id` varchar(100) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -------------------------------------------------------- -- -- Table structure for table `testimonials` -- CREATE TABLE `testimonials` ( `id` int(11) NOT NULL, `name` varchar(100) NOT NULL, `role` varchar(150) DEFAULT NULL, `message` text NOT NULL, `photo` varchar(255) DEFAULT NULL, `rating` int(11) DEFAULT 5, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `testimonials` -- INSERT INTO `testimonials` (`id`, `name`, `role`, `message`, `photo`, `rating`, `created_at`) VALUES (2, 'Bhadrak', 'Sanjana', 'Joining KIIT Academy was the best decision for my +2 Commerce. The teachers are very supportive and friendly.', '1756797759_d4c0c79f59.png', 5, '2025-09-02 07:22:39'), (3, 'Rahul', 'Bhadrak', 'The residential facilities are safe and comfortable. I could focus on my studies without any distractions', '1756797804_c8b5545aa7.png', 5, '2025-09-02 07:23:24'), (4, 'Ankita', 'Bhadrak', 'KIIT Academy helped me build strong basics in +2 Arts. Now I feel confident for higher studies.', '1756797855_60281d8dea.png', 5, '2025-09-02 07:24:15'), (5, 'Aman', 'Bhadrak', 'The doubt-clearing classes and personal guidance made learning so much easier for me', '1756797898_d4bc3a3364.png', 4, '2025-09-02 07:24:58'), (6, 'Nidhi', 'Bhadrak', 'I learned practical computer skills through the OS-CIT course, which will help me in my career', '1756797924_d3e4e3ddb1.png', 5, '2025-09-02 07:25:24'), (7, 'Sourav', 'Bhadrak', 'The disciplined environment of KIIT Academy kept me motivated throughout my +2 journey.', '1756797947_e624904939.png', 5, '2025-09-02 07:25:47'), (8, 'Ritika', 'Bhadrak', 'The teachers always encouraged us and gave individual attention whenever we needed it.', '1756797973_f6bcb025a4.png', 5, '2025-09-02 07:26:13'), (9, 'Deepak', 'Bhadrak', 'KIIT Computer Institute provided excellent lab facilities and hands-on learning experience.', '1756797996_733fb28926.png', 5, '2025-09-02 07:26:36'); -- -------------------------------------------------------- -- -- Table structure for table `videos` -- CREATE TABLE `videos` ( `id` int(11) NOT NULL, `title` varchar(255) NOT NULL, `video_url` text NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Indexes for dumped tables -- -- -- Indexes for table `admissions` -- ALTER TABLE `admissions` ADD PRIMARY KEY (`id`); -- -- Indexes for table `albums` -- ALTER TABLE `albums` ADD PRIMARY KEY (`id`); -- -- Indexes for table `bannertab` -- ALTER TABLE `bannertab` ADD PRIMARY KEY (`id`); -- -- Indexes for table `contacttab` -- ALTER TABLE `contacttab` ADD PRIMARY KEY (`id`); -- -- Indexes for table `downloads` -- ALTER TABLE `downloads` ADD PRIMARY KEY (`id`); -- -- Indexes for table `faculty` -- ALTER TABLE `faculty` ADD PRIMARY KEY (`id`); -- -- Indexes for table `fboard` -- ALTER TABLE `fboard` ADD PRIMARY KEY (`id`); -- -- Indexes for table `franchise` -- ALTER TABLE `franchise` ADD PRIMARY KEY (`id`); -- -- Indexes for table `media_corner` -- ALTER TABLE `media_corner` ADD PRIMARY KEY (`id`); -- -- Indexes for table `nboard` -- ALTER TABLE `nboard` ADD PRIMARY KEY (`id`); -- -- Indexes for table `payments` -- ALTER TABLE `payments` ADD PRIMARY KEY (`id`); -- -- Indexes for table `photos` -- ALTER TABLE `photos` ADD PRIMARY KEY (`id`), ADD KEY `album_id` (`album_id`); -- -- Indexes for table `popup_banner` -- ALTER TABLE `popup_banner` ADD PRIMARY KEY (`id`); -- -- Indexes for table `register` -- ALTER TABLE `register` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `email` (`email`); -- -- Indexes for table `settings` -- ALTER TABLE `settings` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `field` (`field`); -- -- Indexes for table `site_settings` -- ALTER TABLE `site_settings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `testimonials` -- ALTER TABLE `testimonials` ADD PRIMARY KEY (`id`); -- -- Indexes for table `videos` -- ALTER TABLE `videos` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `admissions` -- ALTER TABLE `admissions` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `albums` -- ALTER TABLE `albums` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; -- -- AUTO_INCREMENT for table `bannertab` -- ALTER TABLE `bannertab` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- AUTO_INCREMENT for table `contacttab` -- ALTER TABLE `contacttab` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `downloads` -- ALTER TABLE `downloads` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25; -- -- AUTO_INCREMENT for table `faculty` -- ALTER TABLE `faculty` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `fboard` -- ALTER TABLE `fboard` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `franchise` -- ALTER TABLE `franchise` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `media_corner` -- ALTER TABLE `media_corner` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `nboard` -- ALTER TABLE `nboard` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; -- -- AUTO_INCREMENT for table `payments` -- ALTER TABLE `payments` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=59; -- -- AUTO_INCREMENT for table `photos` -- ALTER TABLE `photos` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=118; -- -- AUTO_INCREMENT for table `popup_banner` -- ALTER TABLE `popup_banner` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `register` -- ALTER TABLE `register` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `settings` -- ALTER TABLE `settings` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=39; -- -- AUTO_INCREMENT for table `site_settings` -- ALTER TABLE `site_settings` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `testimonials` -- ALTER TABLE `testimonials` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `videos` -- ALTER TABLE `videos` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16; -- -- Constraints for dumped tables -- -- -- Constraints for table `photos` -- ALTER TABLE `photos` ADD CONSTRAINT `photos_ibfk_1` FOREIGN KEY (`album_id`) REFERENCES `albums` (`id`) ON DELETE CASCADE; COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Upload File
Create Folder