|
Server : Apache System : Linux box5228.bluehost.com 5.14.0-687.39.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Aug 18 06:09:16 EDT 2026 x86_64 User : ttkkiedu ( 1804) PHP Version : 8.2.33 Disable Function : NONE Directory : /home3/ttkkiedu/public_html/polytechnic/ | |
|
Path: /home3/ttkkiedu/public_html/polytechnic/tkevipor_polytechnic.sql
Size: 445.88 KB
Permissions: 0644
-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Aug 25, 2023 at 01:23 PM
-- Server version: 10.3.18-MariaDB
-- PHP Version: 8.1.16
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: `tkevipor_polytechnic`
--
-- --------------------------------------------------------
--
-- Table structure for table `2answer`
--
DROP TABLE IF EXISTS `2answer`;
CREATE TABLE `2answer` (
`answer_id` int(11) NOT NULL,
`question_id` int(11) NOT NULL,
`label` varchar(10) NOT NULL DEFAULT 'A',
`content` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `2question`
--
DROP TABLE IF EXISTS `2question`;
CREATE TABLE `2question` (
`question_id` int(11) NOT NULL,
`class_id` int(11) DEFAULT NULL,
`subject_id` int(11) DEFAULT NULL,
`date` date DEFAULT NULL,
`session` varchar(255) DEFAULT NULL,
`question_count` int(11) DEFAULT NULL,
`duration` int(5) DEFAULT NULL,
`question` longtext DEFAULT NULL,
`correct_answers` varchar(255) DEFAULT NULL,
`section_id` int(11) NOT NULL,
`teacher_id` int(11) NOT NULL,
`file_name` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `academic_syllabus`
--
DROP TABLE IF EXISTS `academic_syllabus`;
CREATE TABLE `academic_syllabus` (
`id` int(11) NOT NULL,
`academic_syllabus_code` longtext NOT NULL,
`title` longtext NOT NULL,
`description` longtext NOT NULL,
`class_id` int(11) NOT NULL,
`subject_id` int(11) NOT NULL,
`uploader_type` longtext NOT NULL,
`uploader_id` int(11) NOT NULL,
`session` longtext NOT NULL,
`timestamp` longtext NOT NULL,
`file_name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `accountant`
--
DROP TABLE IF EXISTS `accountant`;
CREATE TABLE `accountant` (
`accountant_id` int(11) NOT NULL,
`name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`birthday` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`sex` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`religion` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`blood_group` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`address` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`phone` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`email` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`password` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`authentication_key` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `accountant`
--
INSERT INTO `accountant` (`accountant_id`, `name`, `birthday`, `sex`, `religion`, `blood_group`, `address`, `phone`, `email`, `password`, `authentication_key`) VALUES
(4, 'Accountant', '', '', '', '', '', '', 'account', 'account', '');
-- --------------------------------------------------------
--
-- Table structure for table `accountant2`
--
DROP TABLE IF EXISTS `accountant2`;
CREATE TABLE `accountant2` (
`accountant_id` int(11) NOT NULL,
`name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`birthday` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`sex` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`religion` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`blood_group` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`address` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`phone` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`email` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`password` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`authentication_key` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `actions`
--
DROP TABLE IF EXISTS `actions`;
CREATE TABLE `actions` (
`action_id` int(11) NOT NULL,
`action_name` varchar(255) NOT NULL,
`display` varchar(255) NOT NULL,
`parent_name` varchar(255) DEFAULT NULL,
`parent_key` int(5) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `actions`
--
INSERT INTO `actions` (`action_id`, `action_name`, `display`, `parent_name`, `parent_key`) VALUES
(66, 'session', 'Manage Session', 'Academics', 1),
(67, 'enquiry_setting', 'Enquiry Category', 'Academics', 1),
(68, 'enquiry', 'View Enquiries', 'Academics', 1),
(69, 'club', 'School Clubs', 'Academics', 1),
(70, 'circular', 'Manage Circular', 'Academics', 1),
(71, 'task_manager', 'Task Manager', 'Academics', 1),
(72, 'holiday', 'Manage Holiday', 'Academics', 1),
(73, 'todays_thought', 'Moral Talk', 'Academics', 1),
(74, 'academic_syllabus', 'Academic Syllabus', 'Academics', 1),
(75, 'help_link', 'Manage Help Link', 'Academics', 1),
(76, 'help_desk', 'Manage Help Desks', 'Academics', 1),
(78, 'teacher', 'Teachers', 'Manage Staff', 2),
(79, 'librarian', 'Librarians', 'Manage Staff', 2),
(80, 'accountant', 'Accountants', 'Manage Staff', 2),
(81, 'hostel', 'Hostel Manager', 'Manage Staff', 2),
(82, 'student_add', 'Admission Form', 'Manage Students', 3),
(84, 'student_information', 'List Students', 'Manage Students', 3),
(85, 'student_promotion', 'Promote Students', 'Manage Students', 3),
(86, 'manage_attendance', 'Student Attendance', 'Manage Attendance', 4),
(87, 'attendance_report', 'Attendance Report', 'Manage Attendance', 4),
(88, 'assignment', 'Assignments', 'Download Page', 5),
(89, 'study_material', 'Study Materials', 'Download Page', 5),
(90, 'parent', 'Manage Parents', '', 0),
(91, 'alumni', 'Manage Alumni', '', 0),
(92, 'media', 'Manage Media', '', 0),
(95, 'teacher_id_card', 'Teacher ID Card', 'Generate ID Cards', 7),
(96, 'id_card', 'Student ID Card', 'Generate ID Cards', 7),
(97, 'hostel_id_card', 'Hostel ID Card', 'Generate ID Cards', 7),
(98, 'accountant_id_card', 'Accountant ID Card', 'Generate ID Cards', 7),
(99, 'librarian_id_card', 'Librarian ID Card', 'Generate ID Cards', 7),
(100, 'classes', 'Manage Classes', 'Class Information', 8),
(101, 'section', 'Manage Sections', 'Class Information', 8),
(102, 'class_routine', 'Class Timetable', 'Class Information', 8),
(103, 'subject', 'subject', 'Manage Subjects', 0),
(105, 'exam_list', 'List Exams', 'Manage Result PIN', 10),
(107, 'examquestion', 'Exam Questions', 'Manage Exams', 11),
(108, 'exam', 'List Exams', 'Manage Exams', 11),
(109, 'grade', 'Exam Grades', 'Manage Exams', 11),
(110, 'marks', 'Enter Student Score', 'Report Cards', 12),
(111, 'exam_marks_sms', 'Send Scores by Sms', 'Report Cards', 12),
(112, 'tabulation_sheet', 'Generate Report Card', 'Report Cards', 12),
(118, 'book', 'Master Data', 'Manage Library', 15),
(119, 'publisher', 'Book Publisher', 'Manage Library', 15),
(120, 'book_category', 'Book Category', 'Manage Library', 15),
(121, 'author', 'Book Author', 'Manage Library', 15),
(122, 'search_student', 'Register Student', 'Manage Library', 15),
(124, 'hostel_category', 'Hostel Category', 'Hostel Information', 16),
(125, 'room_type', 'Room Type', 'Hostel Information', 16),
(126, 'hostel_room', 'Hostel Room', 'Hostel Information', 16),
(127, 'noticeboard', 'Manage Events', 'Communications', 17),
(128, 'message', 'Private Messages', 'Communications', 17),
(129, 'transport', 'Transports', 'Transportations', 18),
(130, 'transport_route', 'Transport Route', 'Transportations', 18),
(131, 'vehicle', 'Manage Vehicle', 'Transportations', 18),
(132, 'system_settings', 'General Settings', 'System Setting', 19),
(133, 'actions', 'Manage Sidebar', 'System Setting', 19),
(134, 'sms_settings', 'Manage Sms Api', 'System Setting', 19),
(135, 'email_template', 'Email Template', 'System Setting', 19),
(136, 'manage_language', 'Languages', 'System Setting', 19),
(137, 'manage_report', 'Manage Reports', 'Generate Reports', 20),
(138, 'documentation', 'View Documentation', 'Generate Reports', 20),
(139, 'banar', 'Manage Banners', 'Front End Settings', 21),
(140, 'front_end', 'System Information', 'Front End Settings', 21),
(141, 'news', 'News Settings', 'Front End Settings', 21),
(142, 'manage_profile', 'Personal Details', '', 0),
(143, 'admin_list', 'Admin List', 'Role Managements', 22),
(144, 'admin_add', 'New Admin', 'Role Managements', 22);
-- --------------------------------------------------------
--
-- Table structure for table `activity`
--
DROP TABLE IF EXISTS `activity`;
CREATE TABLE `activity` (
`activity_id` int(11) NOT NULL,
`name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`colour` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`icon` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`club_id` int(11) NOT NULL,
`school_id` int(11) NOT NULL,
`session` longtext NOT NULL,
`description` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`date` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `admin`
--
DROP TABLE IF EXISTS `admin`;
CREATE TABLE `admin` (
`admin_id` int(11) NOT NULL,
`name` longtext COLLATE utf8_unicode_ci NOT NULL,
`email` longtext COLLATE utf8_unicode_ci NOT NULL,
`password` longtext COLLATE utf8_unicode_ci NOT NULL,
`level` longtext COLLATE utf8_unicode_ci NOT NULL,
`authentication_key` longtext COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `admin`
--
INSERT INTO `admin` (`admin_id`, `name`, `email`, `password`, `level`, `authentication_key`) VALUES
(3, 'Admininstrator', 'olu27ng@yahoo.com', 'Yemtop20$', '1', ''),
(6, 'TIMEON KAIROS POLYTECHNIC (Admin)', 'admin@admin.com', 'admin', '1', ''),
(7, 'Administrator', 'admin@tkevi.edu.ng', 'tkevi', '2', '');
-- --------------------------------------------------------
--
-- Table structure for table `admin_permission`
--
DROP TABLE IF EXISTS `admin_permission`;
CREATE TABLE `admin_permission` (
`id` int(11) NOT NULL,
`admin_id` int(11) NOT NULL,
`action_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `admin_permission`
--
INSERT INTO `admin_permission` (`id`, `admin_id`, `action_id`) VALUES
(1, 5, 103),
(2, 5, 110),
(3, 5, 111),
(4, 5, 112);
-- --------------------------------------------------------
--
-- Table structure for table `admin_role`
--
DROP TABLE IF EXISTS `admin_role`;
CREATE TABLE `admin_role` (
`admin_role_id` int(11) NOT NULL,
`admin_id` int(11) NOT NULL,
`dashboard` int(11) NOT NULL,
`manage_academics` int(11) NOT NULL,
`manage_employee` int(11) NOT NULL,
`manage_student` int(11) NOT NULL,
`manage_attendance` int(11) NOT NULL,
`download_page` int(11) NOT NULL,
`manage_parent` int(11) NOT NULL,
`manage_alumni` int(11) NOT NULL,
`classes` int(11) NOT NULL,
`subject` int(11) NOT NULL,
`exam` int(11) NOT NULL,
`report_card` int(11) NOT NULL,
`fee` int(11) NOT NULL,
`cbt` int(11) NOT NULL,
`hrm` int(11) NOT NULL,
`expense` int(11) NOT NULL,
`library` int(11) NOT NULL,
`hostel` int(11) NOT NULL,
`comm` int(11) NOT NULL,
`transport` int(11) NOT NULL,
`settings` int(11) NOT NULL,
`g_report` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `admin_role`
--
INSERT INTO `admin_role` (`admin_role_id`, `admin_id`, `dashboard`, `manage_academics`, `manage_employee`, `manage_student`, `manage_attendance`, `download_page`, `manage_parent`, `manage_alumni`, `classes`, `subject`, `exam`, `report_card`, `fee`, `cbt`, `hrm`, `expense`, `library`, `hostel`, `comm`, `transport`, `settings`, `g_report`) VALUES
(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
(24, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
(25, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1);
-- --------------------------------------------------------
--
-- Table structure for table `alumni`
--
DROP TABLE IF EXISTS `alumni`;
CREATE TABLE `alumni` (
`alumni_id` int(11) NOT NULL,
`name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`sex` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`phone` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`email` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`address` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`profession` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`marital_status` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`g_year` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`club` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`interest` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `answer`
--
DROP TABLE IF EXISTS `answer`;
CREATE TABLE `answer` (
`answer_id` int(11) NOT NULL,
`question_id` int(11) NOT NULL,
`label` varchar(10) NOT NULL DEFAULT 'A',
`content` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `answer`
--
INSERT INTO `answer` (`answer_id`, `question_id`, `label`, `content`) VALUES
(1, 1, 'A', '5'),
(2, 1, 'B', '6'),
(3, 1, 'C', '4'),
(4, 2, 'A', 'b'),
(5, 2, 'B', 'c'),
(6, 2, 'C', 'c'),
(7, 3, 'A', 'Yes'),
(8, 3, 'B', 'No'),
(9, 3, 'C', 'Ok'),
(10, 3, 'D', 'Not ok'),
(11, 4, 'A', '\"Cool\"'),
(12, 4, 'B', 'Yes'),
(13, 4, 'C', '\"NO\"'),
(14, 4, 'D', 'ok'),
(15, 5, 'A', '8'),
(16, 5, 'B', '9'),
(17, 5, 'C', '5'),
(18, 5, 'D', '7'),
(19, 6, 'A', '6'),
(20, 6, 'B', '8'),
(21, 6, 'C', '4'),
(22, 6, 'D', '9'),
(23, 1, 'A', '7'),
(24, 1, 'B', '9'),
(25, 1, 'C', '34'),
(26, 1, 'D', '23'),
(27, 2, 'A', 'a'),
(28, 2, 'B', 'b'),
(29, 2, 'C', 'c'),
(30, 2, 'D', 'd'),
(31, 3, 'A', 'yes'),
(32, 3, 'B', 'hello'),
(33, 3, 'C', 'none'),
(34, 3, 'D', 'hello'),
(35, 4, 'A', 'No'),
(36, 4, 'B', 'Yes'),
(37, 4, 'C', 'None'),
(38, 4, 'D', 'Ok');
-- --------------------------------------------------------
--
-- Table structure for table `application`
--
DROP TABLE IF EXISTS `application`;
CREATE TABLE `application` (
`application_id` int(11) NOT NULL,
`applicant_name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`vacancy_id` int(11) NOT NULL,
`apply_date` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`status` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`school_id` int(11) NOT NULL,
`session` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `assignment`
--
DROP TABLE IF EXISTS `assignment`;
CREATE TABLE `assignment` (
`assignment_id` int(11) NOT NULL,
`title` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`description` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`file_name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`file_type` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`class_id` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`teacher_id` int(11) NOT NULL,
`timestamp` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `assignment`
--
INSERT INTO `assignment` (`assignment_id`, `title`, `description`, `file_name`, `file_type`, `class_id`, `teacher_id`, `timestamp`) VALUES
(1, 'home work', 'home work', 'parent.csv', 'excel', '1', 10, '2020-03-15'),
(2, 'Hello Lagos 32', 'Hello Lagos 2', 'section.sql', '', '1', 1, '2020-10-21'),
(3, 'Work', 'Work', 'banner_image_4.png', 'image', '1', 1, '2020-10-22'),
(4, 'Home Assignment', 'Holiday Assignment', 'banner_image_1.png', 'image', '7', 5, '2020-10-21'),
(5, 'FRENCH', 'Mention 10 reasons why we learn french', '', 'doc', '12', 16, '2021-06-04');
-- --------------------------------------------------------
--
-- Table structure for table `assignment_submit`
--
DROP TABLE IF EXISTS `assignment_submit`;
CREATE TABLE `assignment_submit` (
`assignment_id` int(11) NOT NULL,
`title` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`description` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`file_name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`file_type` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`class_id` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`student_id` int(11) NOT NULL,
`timestamp` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`teacher_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `assignment_submit`
--
INSERT INTO `assignment_submit` (`assignment_id`, `title`, `description`, `file_name`, `file_type`, `class_id`, `student_id`, `timestamp`, `teacher_id`) VALUES
(2, 'Hello Lagos 32', 'Hello Lagos 2', 'banner_image_3.png', 'image', '1', 1, '2020-10-20', 1),
(3, 'Work', 'Work', 'table_102(1).csv', 'excel', '1', 1, '2020-10-20', 1),
(4, 'home work', 'home work', 'Economics SSS1.doc', 'doc', '1', 1, '2020-10-19', 10);
-- --------------------------------------------------------
--
-- Table structure for table `attendance`
--
DROP TABLE IF EXISTS `attendance`;
CREATE TABLE `attendance` (
`attendance_id` int(11) NOT NULL,
`status` int(11) NOT NULL COMMENT '0 undefined , 1 present , 2 absent, 3 holiday, 4 half day, 5 late',
`student_id` int(11) NOT NULL,
`date` date NOT NULL,
`session` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`class_id` int(11) NOT NULL,
`exam_id` int(11) NOT NULL,
`running_year` text NOT NULL,
`no_present` int(11) NOT NULL,
`no_opened` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `author`
--
DROP TABLE IF EXISTS `author`;
CREATE TABLE `author` (
`author_id` int(11) NOT NULL,
`name` longtext NOT NULL,
`description` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `author`
--
INSERT INTO `author` (`author_id`, `name`, `description`) VALUES
(1, 'Olumide Awojobi', 'English Language For Pry Schl');
-- --------------------------------------------------------
--
-- Table structure for table `award`
--
DROP TABLE IF EXISTS `award`;
CREATE TABLE `award` (
`award_id` int(11) NOT NULL,
`award_code` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`gift` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`amount` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`date` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`user_id` longtext NOT NULL,
`school_id` int(11) NOT NULL,
`session` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `backup`
--
DROP TABLE IF EXISTS `backup`;
CREATE TABLE `backup` (
`backup_id` int(11) NOT NULL,
`name` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `banar`
--
DROP TABLE IF EXISTS `banar`;
CREATE TABLE `banar` (
`banar_id` int(11) NOT NULL,
`b_text_one` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`b_text_two` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`file_name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `banar`
--
INSERT INTO `banar` (`banar_id`, `b_text_one`, `b_text_two`, `file_name`) VALUES
(1, 'banner-01', '', 'banner-01.jpg'),
(2, 'banner-02', '', 'banner-02.jpg'),
(3, 'banner-03', '', 'banner-03.jpg'),
(4, 'banner-04', '', 'banner-02.jpg');
-- --------------------------------------------------------
--
-- Table structure for table `bank`
--
DROP TABLE IF EXISTS `bank`;
CREATE TABLE `bank` (
`bank_id` int(11) NOT NULL,
`account_holder_name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`account_number` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`bank_name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`branch` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`school_id` int(11) NOT NULL,
`session` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `banner_table`
--
DROP TABLE IF EXISTS `banner_table`;
CREATE TABLE `banner_table` (
`banner_id` int(11) NOT NULL,
`banner_image` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`banner_text` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`school_id` int(11) NOT NULL,
`session` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `banner_table`
--
INSERT INTO `banner_table` (`banner_id`, `banner_image`, `banner_text`, `school_id`, `session`) VALUES
(1, 'sample.jpg', ' Meet our able, gallant and most competent teachers that will help your children/child to attain higher success in life. We teach to become a creative thinker and to be useful to the society.....', 0, '');
-- --------------------------------------------------------
--
-- Table structure for table `book`
--
DROP TABLE IF EXISTS `book`;
CREATE TABLE `book` (
`book_id` int(11) NOT NULL,
`name` longtext COLLATE utf8_unicode_ci NOT NULL,
`description` longtext COLLATE utf8_unicode_ci NOT NULL,
`author_id` int(11) NOT NULL,
`publisher_id` int(11) NOT NULL,
`book_category_id` int(11) NOT NULL,
`isbn` longtext COLLATE utf8_unicode_ci NOT NULL,
`edition` longtext COLLATE utf8_unicode_ci NOT NULL,
`subject` longtext COLLATE utf8_unicode_ci NOT NULL,
`quantity` longtext COLLATE utf8_unicode_ci NOT NULL,
`date` longtext COLLATE utf8_unicode_ci NOT NULL,
`class_id` longtext COLLATE utf8_unicode_ci NOT NULL,
`status` longtext COLLATE utf8_unicode_ci NOT NULL,
`price` longtext COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `book_category`
--
DROP TABLE IF EXISTS `book_category`;
CREATE TABLE `book_category` (
`book_category_id` int(11) NOT NULL,
`name` longtext NOT NULL,
`description` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `book_request`
--
DROP TABLE IF EXISTS `book_request`;
CREATE TABLE `book_request` (
`book_request_id` int(11) NOT NULL,
`book_id` int(11) NOT NULL,
`return_date` int(11) NOT NULL,
`request_date` int(11) NOT NULL,
`status` longtext NOT NULL,
`student_id` int(11) NOT NULL,
`school_id` int(11) NOT NULL,
`session` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `circular`
--
DROP TABLE IF EXISTS `circular`;
CREATE TABLE `circular` (
`circular_id` int(11) NOT NULL,
`subject` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`ref` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`content` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`date` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `ci_sessions`
--
DROP TABLE IF EXISTS `ci_sessions`;
CREATE TABLE `ci_sessions` (
`id` varchar(40) COLLATE utf8_unicode_ci NOT NULL,
`ip_address` varchar(45) COLLATE utf8_unicode_ci NOT NULL,
`timestamp` int(10) UNSIGNED NOT NULL DEFAULT 0,
`data` longblob NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `ci_sessions`
--
INSERT INTO `ci_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES
('0020ea4d454f9e13d9063ec98bbc9357d7eb1bb4', '146.190.41.41', 1690854149, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303835343134393b),
('0023a5cbb9c0d3084de189f312e1530593d6bda4', '35.226.65.105', 1689700970, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393730303937303b),
('0029f5e9ea94258669b57ef863f2614d47bc23d7', '35.89.253.216', 1682625307, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323632353330373b),
('003d6e44a521beec10bc41d7e55cca8ff8341e5c', '169.255.124.3', 1683038989, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333033383938393b),
('007ea4b5dace5af4f8237e92b2ef2866eb09488c', '66.249.69.192', 1684692803, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343639323830333b),
('00971bb1d786b5590e9fa8a73ee497820f199bb5', '191.102.157.118', 1682236718, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323233363731383b),
('00c491b15f02559c64885f3c20049a669a9a5fcd', '139.180.7.50', 1691679744, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313637393734333b),
('00e96780b33137d2e9f03d7484a09a645d4b4507', '58.17.6.9', 1690574585, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303537343538353b),
('01115728210bec7f954156e57297b196a96a4cce', '34.122.7.121', 1675376341, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353337363334313b),
('01974cd74dcf29b54fe67678c7d141a05cbf7f9b', '51.77.118.166', 1689423308, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393432333330383b),
('01b5d5fc8d091357ec78be9bb23d871f0324e38a', '44.211.51.59', 1688990317, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383939303331373b),
('01c2ee6c73862e1e41835043f98853410a1e3ee2', '27.115.124.6', 1668980087, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383938303036333b),
('01d623817c849ada22ec247b5bf7f01a0192a4df', '51.89.211.248', 1691350415, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313335303431353b),
('01daee1d05c19052dcd96521ef47511d0f3181b9', '105.112.28.190', 1666696927, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363639363932373b73747564656e745f6c6f67696e7c733a313a2231223b73747564656e745f69647c733a323a223334223b6c6f67696e5f757365725f69647c733a323a223334223b6e616d657c733a31373a2241646564656a69204f6c7577617365756e223b6c6f67696e5f747970657c733a373a2273747564656e74223b6d73677c733a303a22223b),
('01ee9d3847cdee1f14b052139bdfd9ecc32a1aaf', '45.139.67.113', 1692289044, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323238393034343b),
('020a831c88d4c38022bdc82fa79f9c920e53924b', '52.167.144.162', 1682508528, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323530383532383b),
('02271718fcf9dce87fd24f0026c1632cd8e632d1', '105.112.61.111', 1677913772, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637373931333734383b),
('0261c0ea65d715ae72a71f70e1963f72b0dcc41b', '66.249.69.163', 1689934848, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393933343834373b),
('02c17446e6b0291b2dde14e0ea56f4391a07b750', '35.232.50.21', 1671850579, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313835303537383b),
('02c557f5323ac048eb33f63230b0ce096511ba98', '41.58.246.52', 1675966699, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353936363639393b),
('02f0a43d7de8d138a9a22849b61bcdf1b9dedeed', '54.202.3.208', 1682625346, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323632353334363b),
('02f43a7809d8607b40fb740888fb7809c84aa199', '54.190.188.148', 1691598694, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313539383639343b),
('0394a5ab5f8c23f420693a2707706c4689c4faef', '205.185.116.89', 1668011745, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383031313734353b),
('03a674c0a937d7fa840b19e8f7e4c8635f34b4ea', '35.193.142.227', 1692387826, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323338373832363b),
('03ed22acdc958663f3c0d8d2e025a59059f0f907', '35.87.150.139', 1689154416, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393135343431363b),
('03fe8b2233f6e39362eee68b891dc97df7129dde', '209.141.41.193', 1667811969, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373831313936393b),
('04308320166f374987592bf6de1c1df59b2af014', '102.89.47.24', 1686592686, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363539323638303b),
('04398d8131b3a8aaaa2bb733605a9ef3852d76e1', '197.211.58.188', 1670161965, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303136313934363b746561636865725f6c6f67696e7c733a313a2231223b746561636865725f69647c733a313a2231223b6c6f67696e5f757365725f69647c733a313a2231223b6e616d657c733a31313a224d5220414b494e4c414249223b6c6f67696e5f747970657c733a373a2274656163686572223b),
('043f50343c0bdd245ae53b72ef2ac62b38755096', '34.66.235.100', 1685660893, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353636303839333b),
('048dfc0973479c8998d28ec9386e631d6bd57790', '154.113.157.26', 1678748084, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383734383038323b),
('05253c77e16dcfd0541541ba48c8486af70979de', '18.134.6.51', 1676653318, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637363635333331383b),
('0527cb1ec6a7115f9f577957f36787b0b04dce0a', '205.210.31.45', 1682978166, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323937383136363b),
('054f1957f49ab71c9902f423d5e85be27197c354', '106.75.172.103', 1689394694, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393339343639343b),
('05606bfc0bbcfd238a3be172b88751d3f4eef424', '197.211.58.188', 1670235220, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303233353232303b),
('05622ac6014725fb398fa7f87c8bf3ccfba94637', '3.142.164.105', 1671311358, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313331313335383b),
('05b369387b3126f5e3ea2d4e2bdcf9d9b39f2878', '35.86.121.18', 1691858538, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313835383533383b),
('05d2ef79f7d0c0c2b7448ead60be85a40aa1b381', '34.136.25.39', 1671849818, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313834393831383b),
('0612ee01f788515ff35ea22a746952ca6575ac02', '51.77.118.166', 1691962649, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313936323634393b),
('06ae8637afab6f9a3a4816d6d0334b560c0338b2', '52.34.209.214', 1685894916, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353839343931363b),
('070c10afee74cb4e8ecf52a275831ce264dcb2a7', '35.163.123.199', 1688052398, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383035323339383b),
('07433d6382a7dbd7c401ebf599c3555e20bd75c6', '54.245.42.220', 1687535203, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373533353230333b),
('0761d6ba6e98777d8390ad39018ec06451b1aeac', '35.225.114.169', 1668705089, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383730353038393b),
('078ffbcd5bc73a77195a8c53991af0162ad03273', '54.70.138.137', 1690039632, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303033393633323b),
('07bfbf427a5cfba134f71cdff767961e80ca8abb', '51.89.211.248', 1690438852, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303433383835313b),
('07eda8c71ebe78560500c150bd6436f9da77542b', '101.68.211.2', 1688884557, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383838343535373b),
('08148e27c48dc9e9fdc6ac6c491302549dddab38', '54.38.211.230', 1689456257, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393435363235373b),
('085557d0fcda2a46f3d2cd2e9010919e50c784ab', '34.136.25.39', 1671849820, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313834393832303b),
('08e9a77bf101a0061c8d2e838e7e5159072c4fba', '172.58.142.199', 1678358454, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383335383435343b),
('08ed8387ba07655875c4464f15bcd66547157f7a', '197.211.61.51', 1670137637, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303133373633373b),
('08eea6f46ef159a120aa9812155fe0f0609a2f7e', '41.217.54.85', 1678810523, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383831303532313b),
('0925f39b75b3618059eea6b88e97c6d4ba95f877', '34.133.235.111', 1671217272, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313231373237323b),
('093ff54c4ef4b2144b0e1a2b3afb1901f80bd8c2', '51.77.118.166', 1692705131, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323730353133313b),
('0942afde10a761ca181bf5e6186df20996a09bc1', '136.243.228.198', 1676386680, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637363338363638303b),
('096a8d2ebaac0a7d351c095720ddc9b33b16e608', '34.215.181.127', 1687880234, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373838303233343b),
('0982e16f5e4684abaf55ea5de0d9111d6782f4e3', '51.77.118.166', 1690571251, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303537313235313b),
('099072038e4b0ad50c38e89a7c150536f63cb986', '52.38.200.74', 1688998577, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383939383537373b),
('09aae08f32b8c9b9a1da39c7adc392cb467b8637', '34.212.56.242', 1688487879, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383438373837393b),
('09acc14d8eda665660b528885fbe3d26782af07e', '105.112.154.0', 1687792270, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373739323237303b),
('09c53cc3f77afe5f6b126bed017ae2aa79545164', '34.173.152.141', 1677276446, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637373237363434363b),
('09cf931eeb87d1ffe7fc6523eda917db1c8ffbe0', '54.214.109.110', 1687535182, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373533353138323b),
('09d738c4c9d0e15a75749d16041e013e2b2db418', '117.50.170.112', 1690560179, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303536303137393b),
('09f342be27ecac95c099fa43dd214cd5415ef45b', '111.7.100.27', 1692207878, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323230373837383b),
('0a241b722422eca30861b03435b6f479d59519db', '54.202.226.140', 1688834681, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383833343638313b),
('0a2d2b585981808e77d1cf94c3871acbbe14b61b', '35.192.0.151', 1667444281, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373434343238313b),
('0a55099260b8622b0d4a7b362606cb2dc35d3f43', '197.211.58.188', 1670151498, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303135313439383b),
('0a6d5cc811fe9f892062bba5949ff41b7150a783', '35.91.42.110', 1690729023, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303732393032333b),
('0aa977f4772be65cf3e2af1a0fafc6d178c8a2b2', '171.13.14.16', 1689396673, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393339363637333b),
('0b01be46306d225f730d60f0ea5b36ee41c11713', '66.249.72.70', 1691361922, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313336313931393b),
('0b688012f5b888a9681cbb7d46e6f7f0eac9eb45', '34.70.113.140', 1690301435, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303330313433353b),
('0bcc999766cb0c7822dd507684f284c4bed9999f', '35.90.202.85', 1684086798, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343038363739383b),
('0bdedaa839afafbbd66141a509157b3ccf876c81', '197.211.61.60', 1666367158, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363336373135373b),
('0c27f2a6abb6437436afacd207f3709902302dbd', '20.24.199.29', 1669943899, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393934333839393b),
('0c4d336a6f04810f5bb7e9b9401132230da85c8a', '51.77.118.166', 1689556850, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393535363835303b),
('0c8423c3854109e9b29730bf40e9c0bd76abc1e3', '66.249.72.94', 1685780137, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353738303133363b),
('0cc34f46a7e2fd0c3b864dee27d38dbc06ed0f27', '197.211.58.188', 1670160417, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303136303431373b746561636865725f6c6f67696e7c733a313a2231223b746561636865725f69647c733a313a2231223b6c6f67696e5f757365725f69647c733a313a2231223b6e616d657c733a31313a224d5220414b494e4c414249223b6c6f67696e5f747970657c733a373a2274656163686572223b),
('0cfcfe231dd80a71248033d0e9c30ac496d270ba', '34.69.59.26', 1667531206, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373533313230363b),
('0d0fedb22093229485080bca476be850800f1221', '171.13.14.83', 1689395221, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393339353232313b),
('0d414f37c47b8ab293f3fab464a13587be78ecd8', '165.227.36.189', 1691898766, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313839383736363b),
('0da90170afd6f9224f3018b1be51f87884ae60d4', '106.75.70.38', 1681975914, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313937353931343b),
('0de14214c65799cc3375e1163f25136dffb638d1', '134.209.116.154', 1692751034, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323735313033343b),
('0de48ed403fb874cd62eb5951bfce211868bea0c', '52.39.206.2', 1683653394, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333635333339343b),
('0e7dae2b853a537cd30573fba2954641110b39a4', '66.249.72.90', 1685520828, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353532303832373b),
('0ea4eeba7dfbb23e8b3d6a4143cb7bdcce7b22de', '34.171.118.233', 1667881249, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373838313234393b),
('0f4219c8aa8df9c6802fcd83f2f745b9e83b5212', '105.112.63.230', 1678359231, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383335393232393b),
('0mtg4flk9ne7tjq6i9dq03q7dcgs8v1s', '::1', 1665552351, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353535323335313b61646d696e5f6c6f67696e7c733a313a2231223b61646d696e5f69647c733a313a2236223b6c6f67696e5f757365725f69647c733a313a2236223b6e616d657c733a33333a2254494d454f4e204b4149524f5320504f4c59544543484e4943202841646d696e29223b6c6f67696e5f747970657c733a353a2261646d696e223b),
('0u14teq7k5li8qa3rgid57hf29s18p7f', '::1', 1665114886, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353131343838363b),
('10014a2eb0eac33c350bb52205224ffa05df46f5', '51.89.211.248', 1691424446, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313432343434363b),
('1012a0fa4f7aeafc4e5e2ccd0a4fae8e61159c43', '35.91.152.144', 1683993604, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333939333630333b),
('102c9e227c1f8147014607f8ee9a1061f99da055', '54.149.239.80', 1689264023, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393236343032333b),
('10869a4b4a38a5d8f087a5024aabadd95596844c', '35.90.226.145', 1688398184, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383339383138343b),
('10b1faf1a3b2692051f8ba16f8e1f8c53a972f96', '197.211.59.127', 1678308986, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383330383938363b61646d696e5f6c6f67696e7c733a313a2231223b61646d696e5f69647c733a313a2236223b6c6f67696e5f757365725f69647c733a313a2236223b6e616d657c733a33333a2254494d454f4e204b4149524f5320504f4c59544543484e4943202841646d696e29223b6c6f67696e5f747970657c733a353a2261646d696e223b),
('10e8c63cf151ef990f2e1e8cbc5bfcea0fb6f243', '165.227.36.189', 1691898766, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313839383736363b),
('10ff56318e4f7cf0da55e01cd85390f291511029', '58.17.6.9', 1690654994, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303635343939343b),
('1111484a8a06c6d16abb64b4c21d9dd84f4680a9', '35.165.215.140', 1683823190, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333832333139303b),
('116c6e2b904e66586b0964458fb8353dbd701fd9', '54.214.81.132', 1688487762, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383438373736323b),
('11aa548f5a2675e1674fb9d0f34fdbfdd6db9275', '105.112.153.61', 1670826515, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303832363531353b),
('123f38c6a9a8c6f969cc4115aa524828c5d4b4c9', '205.210.31.163', 1689472369, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393437323336393b),
('12639ef2f0a48dff48c0353ac67c0a072c529931', '73.47.19.124', 1667043178, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373034333137383b),
('128df16a6b7141315039642b6a067662e1b9bfb3', '105.112.164.240', 1678524173, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383532343136393b),
('12aa0b9a9ce927969a9db85954c281625534a61f', '134.73.18.225', 1687867184, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373836373138343b),
('12e8e490a7dc1a8860683c4fb9db3e923a507e13', '172.96.95.53', 1691879156, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313837393135353b),
('130d52dacd360be9cf70965e88f15b3997d2b258', '209.141.35.128', 1669390298, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393339303239383b),
('13299ae57493bd3a124c5d85f38e9c99647f13c4', '154.120.111.184', 1678359868, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383335393836383b73747564656e745f6c6f67696e7c733a313a2231223b73747564656e745f69647c733a323a223537223b6c6f67696e5f757365725f69647c733a323a223537223b6e616d657c733a31343a224f79696e6164652042656a696465223b6c6f67696e5f747970657c733a373a2273747564656e74223b),
('134e0c05d650a46ecee3bdf8b3426ed220d8b2cf', '111.7.100.26', 1681943113, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313934333131323b),
('134f2b823d32258bd4479020c845c686c0595f58', '191.102.155.36', 1682040345, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323034303334353b),
('135cfc105b41651651d2ddc048251da1c60f538e', '66.249.69.199', 1684736003, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343733363030333b),
('13e38c36e538a6d1c925ee4fc7f773daa13e5143', '54.38.211.230', 1690817430, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303831373433303b),
('1416927233c965ac74bc028be156598fcbd87a9f', '129.205.124.143', 1666370326, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363337303135363b),
('15001420111c1793b5f34cd37ac9f026b1cf73e9', '54.38.211.230', 1690325003, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303332353030333b),
('15013bd352a91bdb346b1d34b0a7029f4d0aa8f9', '54.38.211.230', 1692582240, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323538323234303b),
('155d5c7baf6aab85d835f2219b185bfedaef7d52', '197.211.58.183', 1670649478, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303634393430393b61646d696e5f6c6f67696e7c733a313a2231223b61646d696e5f69647c733a313a2236223b6c6f67696e5f757365725f69647c733a313a2236223b6e616d657c733a33333a2254494d454f4e204b4149524f5320504f4c59544543484e4943202841646d696e29223b6c6f67696e5f747970657c733a353a2261646d696e223b),
('156a0d5dee515355cf0029d59cb6b53e89dec595', '51.77.118.166', 1689556850, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393535363835303b),
('157f81e98f47403be3c0de2c99099896328a5bb2', '34.219.173.57', 1689782614, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393738323631343b),
('15ad65f880410fee5344bef49c9d318ba0619722', '35.223.195.121', 1670007981, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303030373938313b),
('15b13b10548d3481bae41cf9fe2abd45c8d3352f', '51.89.211.248', 1691652676, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313635323637363b),
('15f5fb0307fd3cf50cf6fcc1af4b912e1fdc2742', '102.67.30.228', 1684856933, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343835363933313b),
('1720f92a47684df3751e6db0b4a4dd58b4dd3126', '35.188.96.9', 1682548788, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323534383738383b),
('1728ad980e46b80ab7b94bf26389329cff3d64cf', '138.122.193.147', 1682040346, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323034303334363b),
('1746055c09f90166483c9bd4de81551942ec73b7', '35.88.254.185', 1674119402, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637343131393430323b),
('17c34fd6d88b5720d3d7ac62a9afbda1d66c3897', '205.185.121.69', 1668315903, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383331353930333b),
('17d7513a5e6731532679371afccf5647c95545d6', '34.221.104.120', 1691858408, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313835383430383b),
('17db405605103a2a601ea1371e0886676b4a7a4e', '34.220.116.141', 1688053179, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383035333137393b),
('17eb577ae2e5eba96ee96cc2180da87b47f6fe11', '51.89.211.248', 1691272805, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313237323830353b),
('17fe70289a0e468258d96fb4e69cf2d67c79c91e', '35.165.215.140', 1686244489, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363234343438393b),
('18511e9d4e1fba76c33385ff9fbe8de446176b93', '209.141.51.222', 1667262468, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373236323436383b),
('19118e83b40adb8e9536b6f6b37ea233dc7c72f5', '18.210.24.65', 1688990502, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383939303530323b),
('195d799a7b0c52b983d9c2ef63bc3d77283f2c6f', '54.38.211.230', 1691535767, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313533353736363b),
('1a27dc39cf89eff53bb4a6f861eb0de9c11c2d58', '207.46.13.222', 1691871822, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313837313832323b),
('1a396aa3f82678f03a20ce982cea90245bafd01f', '102.36.150.1', 1687869647, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373836393634373b),
('1a4e59f19ab5c3ba8ef25835ea9c8d4d528cd73a', '51.89.211.248', 1690188006, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303138383030363b),
('1ad1bab7eddc94ef8c8864289717b2222848cd09', '35.92.46.243', 1683994205, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333939343230353b),
('1b830bb7296f3e9ab24c0c3774940cbb452b6265', '54.200.159.44', 1690728963, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303732383936333b),
('1b9c3e862045d062e65a69bb48e6184d91b4b1c9', '52.43.5.76', 1692282806, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323238323830363b),
('1bc6447fec1815c8e12492f49976f2b056afbddc', '46.101.9.216', 1681626815, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313632363831353b),
('1c1c65ec721f4e44cd7645f54292f9293f1ee515', '54.38.211.230', 1690009166, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303030393136363b),
('1c5e4afd572a2b86a091197f0a5325c7390961df', '13.42.40.186', 1669510864, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393531303836343b),
('1c60d5ef4fba48acb3b815f3f9875bf3452059f7', '18.134.5.107', 1679094850, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637393039343835303b),
('1d25d0f9a0d88d51ec6456f26f525a3ccaea8323', '84.17.39.222', 1668945351, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383934353335313b),
('1d4d9a7450ff58b4cc9d842d30d826ebd69f3185', '41.217.104.114', 1673616527, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637333631363532353b),
('1d5ddb458bc014d3aa2839fc77c1e5b3abbe66a6', '38.152.34.24', 1688573747, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383537333734373b),
('1d9f8268219012ebf5a5e6b0d773d62c86d46114', '20.239.77.165', 1674363651, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637343336333635313b),
('1de16225d03f1ab09ed3143ae5545b2360428e73', '18.237.158.108', 1685286757, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353238363735373b),
('1e444b4e974bf3e14d1cb0c8970a3d329b60fb2b', '52.89.31.225', 1686242264, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363234323236343b),
('1ea67245e247e2faf7fed80d7d9350ca31bcd94d', '147.182.153.224', 1692586524, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323538363532343b),
('1eb7327abb59a4562320103916c1e30b2a1ece83', '50.112.217.213', 1683652425, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333635323432353b),
('1ebf77295740c696d2f279f8270c388131e54e37', '105.112.28.189', 1666332935, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363333323933353b),
('1ed5352d1785b9f9b854afa1cbdc608610b7e28b', '102.221.45.142', 1673415429, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637333431353432393b),
('1f3b68348c316b711d65617ebfbb55af8ee1b974', '52.10.219.104', 1687623190, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373632333139303b),
('1f4ba91e311e2a03feb8fafacca9e65824bfcbd6', '51.77.118.166', 1692030061, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323033303036313b),
('1f515ed8eea18cb069295bf0206013f70a129c4a', '213.180.203.252', 1688189719, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383138393731393b),
('1f5b855400a511fd579adf8c6af39fad69b59499', '40.77.167.188', 1690499020, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303439393032303b),
('1f605f82591980218c7875c37926a62d3508ce8e', '104.192.108.9', 1689396692, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393339363639323b),
('1fb95f9c65ba1cfbd8f4533e722e7acb91fb613b', '3.135.64.241', 1677501197, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637373530313139373b),
('1fbe0e063220bdee4c0e1d7b409a456604e4c64a', '54.188.36.77', 1687273723, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373237333732333b),
('1fcce0d311772af42abb17663fec105f4b1cb833', '198.74.54.34', 1669544974, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393534343937343b),
('1fe24c93d0ef1dbcf03e55eae03e3252e6f6b1dc', '18.246.64.245', 1687273732, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373237333733323b),
('1fe98f08c344ac9b831b380d7ce36c3eee2f6baa', '54.200.58.97', 1675915451, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353931353435313b),
('200387a840f6f6a95ec3a27c97268d0ffdbd1e6b', '54.191.58.129', 1692545330, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323534353333303b),
('205f47c912a7a6d36c53aefb14c43eafdd0c2eda', '205.210.31.176', 1689112064, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393131323036343b),
('2063410206739a370f261b00c936a0af8589cfed', '178.62.74.6', 1685630243, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353633303234323b),
('20977ba107c4c28209baa6e20b09a2396661cd13', '197.211.58.184', 1670143872, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303134333837323b666c6173685f6d6573736167657c733a33353a225369676e205570205375636365737366756c2e2020506c65617365205369676e20496e223b5f5f63695f766172737c613a313a7b733a31333a22666c6173685f6d657373616765223b733a333a226f6c64223b7d),
('20981a24dfcdaf1f2cc677b062ec8681a4322e24', '101.68.211.2', 1688884832, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383838343833323b),
('20b05563d871691d38f8dfc4034adf47692dbdd2', '123.6.49.41', 1689394578, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393339343537383b),
('20b55559a36d441c75af2da48af49b8bb91de0b4', '58.17.6.9', 1682185732, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323138353733323b),
('21b0fe485c4cd89fbd68fe9edcd34ae5f8fc9bdc', '205.210.31.154', 1683400819, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333430303831393b),
('21ee5c65a00ce2bac9c0929a67fb95884ec6b2c4', '35.90.251.110', 1692463393, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323436333339333b),
('2223d5587341f3f86e4f10105fa006ac7fa895ce', '34.217.95.98', 1687024127, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373032343132373b),
('2232abc9d8dfa546b43d1ff6edc19e98cea80413', '102.67.30.228', 1678382623, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383338323632323b),
('225acb265693165bda7c1f072a6aac8112c2b3fb', '102.36.150.1', 1684858456, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343835383435363b73747564656e745f6c6f67696e7c733a313a2231223b73747564656e745f69647c733a323a223633223b6c6f67696e5f757365725f69647c733a323a223633223b6e616d657c733a31383a2253696a69204f6c75776164616d696c617265223b6c6f67696e5f747970657c733a373a2273747564656e74223b6d73677c733a303a22223b),
('225cad03e8150c7e17ecb9854f11369809bd2fc1', '34.208.158.2', 1685547923, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353534373932333b),
('2276e19219c39a5b6180a48902c3cb1c72488e34', '102.89.33.254', 1678357589, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383335373538383b),
('227c2eb19525c2d5e679df0892d82955e8c948f0', '52.167.144.70', 1686314374, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363331343337343b),
('2287629a5081b8b8def72f9a71dc4dfa5935c314', '51.89.211.248', 1692157045, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323135373034353b),
('2308f38cccc4c4b823db4583624799c50beb0964', '35.192.0.151', 1667444307, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373434343330373b),
('23773a456c9b013434d727b7a0084341e8216aef', '17.241.227.17', 1671659372, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313635393337323b),
('23aef5a7cb13bbb9c75a1f15f444803a45739130', '34.133.223.156', 1671816010, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313831353938383b),
('23c2a76135371910fd93c3d1453b9ccf9248d77f', '35.192.0.151', 1667444235, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373434343233353b),
('23e5bdcd953b841c5ceae6455cee0e97a2ce4553', '58.17.6.9', 1690654995, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303635343939353b),
('24dc1f5b870cc9b59654f19240cb9ad365037186', '197.211.58.184', 1670140907, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303134303930373b),
('252724e9e60850f269a63b3bdc9d47c6d2112951', '84.17.39.222', 1668945351, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383934353335303b),
('2544c25d844388e902214cd31b2a0bea3e43463c', '18.157.86.120', 1679365339, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637393336353333393b),
('254871bafb55e63be3449bf8766bcf4ada1a851b', '54.190.38.175', 1675319261, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353331393236313b),
('254970a7ef523013fcdd5a4170fb7a34ebba0c29', '184.94.240.88', 1686870502, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363837303530313b),
('25936aedcc86bf87f2ec39c25e89d18bc89d4b2c', '51.89.211.248', 1690145812, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303134353831323b),
('25a9464fc895a646e6a281b6d9a7a03567c6edb8', '34.208.72.35', 1690649918, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303634393931383b),
('25aa9e2eb1415f9eed7f6b40b13d394ff9cb366c', '138.122.193.231', 1681815198, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313831353139383b),
('25d500853d1f4b80d3c1471fea2050ebcee615fd', '197.211.58.184', 1670142825, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303134323832353b),
('26314307c37f9c73b9a56a01c8cea9243fa431bc', '223.111.175.120', 1681983335, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313938333333353b),
('266243fd32121bc9d92bf7c17a794225689eeec0', '104.198.170.70', 1668791103, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383739313130333b),
('266a21d4a471b545193c6c26bd773541752145c4', '209.141.51.222', 1668130390, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383133303339303b),
('26d3a7e5f9b9eeb1326755b4b5a90cc5d7c986da', '102.89.23.230', 1685873769, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353837333735383b),
('271644c5ce63385179717c2c1d87f46ebed29dc9', '105.112.37.54', 1669133680, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393133333638303b),
('27906d0b2a3367683f5c7b9f7edef7e7d12215fd', '34.222.87.112', 1688654177, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383635343137373b),
('27e912cbfcffe815293998144b72d614ba9f58ff', '54.200.1.68', 1684169479, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343136393437393b),
('27ecb914b50b720d38f5946699b39ef6cbc561af', '34.27.112.205', 1668099147, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383039393134373b),
('2870b7e694dfef5391121238b4fdb2eb9c76fa0f', '54.245.175.184', 1688654286, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383635343238363b),
('287790b3527f0eac2c0ed69e8ea4cf1daad37691', '54.190.118.247', 1690039904, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303033393930343b),
('28ac7828d5ad1b2bd881f8367369e87726817340', '4.188.234.161', 1669860421, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393836303432313b),
('292b995b9e06c9c26c797109273000d9252cc652', '51.89.211.248', 1691350413, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313335303431333b),
('29442db9bd40f09cfaa977cc202f53c9b8beb103', '184.94.240.88', 1686931611, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363933313631313b),
('2978c374aed159ee6fc08fe869d00698c4ff3b24', '34.71.108.25', 1671851298, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313835313239383b),
('29b58e8c371c246bc0c4563c2e0d9ef0aaf6737a', '34.219.205.102', 1683905355, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333930353335353b),
('29e54349f982f3065e52d48a5a3f7aa8d3c82aaf', '51.77.118.166', 1692395431, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323339353433313b),
('2a364a96af0023196d3e9a79e5eb3bf0c3026d85', '34.219.197.125', 1691858389, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313835383338393b),
('2aadf4891747fd1cce8ebf86787f61042f70bd31', '106.75.16.16', 1682051934, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323035313933343b),
('2b0044f9dbf491a8918992a0c38ee3539c5c2635', '205.210.31.58', 1691316939, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313331363933393b),
('2b506154874f9876b7173acd84fc808a84679f0a', '197.211.58.184', 1670143128, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303134333132383b),
('2b8ae620fb15a4a62ca8daa0345271e21bb2a798', '54.71.126.74', 1687623127, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373632333132373b),
('2ba2ac657e05cc402ee3287701ce1072487ce2a9', '171.13.14.48', 1689395225, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393339353232353b),
('2c1f7ca94cb913d8d480c98ee79320f3049d615c', '171.13.14.83', 1689395218, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393339353231383b),
('2c34c03dd6bf2d3826f483400735ac6894fab124', '40.77.167.220', 1688205043, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383230353034333b),
('2cdbd86caa6d14a47af7be67b531b42b8fa7e422', '157.55.39.218', 1692032527, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323033323532373b),
('2d46055e43908b9464de26ac713dd4799c0ff966', '51.89.211.248', 1690278860, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303237383836303b),
('2d97b0530e1078008242215ef8854533c95da46f', '54.190.37.84', 1686844093, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363834343039333b),
('2d9b05cc6c5855a9e604d21136497f4d60bd1f7c', '35.162.90.151', 1691081302, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313038313330323b),
('2db4177f091c4550c0bf5262533d2144aeef1c14', '41.217.99.130', 1676715816, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637363731353831363b),
('2dba8ba59045e6c7d6c827085daba487332ffeab', '54.149.41.100', 1683905350, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333930353335303b),
('2dd5a21b23584a7c9a5f97dc590c6fedf976fa53', '117.50.170.120', 1690625080, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303632353038303b),
('2ddc5bf8b74576417dccd1d9001faf3f47592c99', '198.235.24.74', 1683010576, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333031303537363b),
('2de4f24516cceb0cf0710bcd27cfad7b4b80dbbc', '66.249.72.68', 1691182443, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313138323434313b),
('2e23a0744615ace14976a7745936f1b4ba5106a5', '66.249.69.214', 1684696615, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343639363631343b),
('2e2b37cabcc1a26dcc2616662cbf5cdbc9dba2df', '183.136.225.46', 1692092700, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323039323730303b),
('2e7abc96d92b3b802cbfd399c87c2d71f660dfad', '154.120.85.171', 1673535437, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637333533353235323b),
('2ee145ba0594ff1465b3959ba3fd75c3afa54e49', '18.246.63.146', 1688834730, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383833343733303b),
('2f311e1d7907098786a634e367de95c8ec52ebec', '35.223.55.197', 1669593538, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393539333533383b),
('2f4489e033f6260151e31b0a1f50ea1884a0863e', '41.217.57.246', 1675279267, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353237393236373b),
('302c331d0f28b71d242e3e7fa1c7f9332a593804', '51.89.211.248', 1691192551, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313139323535313b),
('3055fdbd57da418aababaa08fc7aa97dfa7e45f8', '102.89.34.123', 1677950858, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637373935303834313b),
('305ce257900ccf4018252e7ecc8835078191273f', '111.7.100.21', 1692207886, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323230373838363b),
('30667d3af27b8737e2a766565d7039bdaf4b789e', '197.211.58.188', 1670155924, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303135353932343b746561636865725f6c6f67696e7c733a313a2231223b746561636865725f69647c733a313a2231223b6c6f67696e5f757365725f69647c733a313a2231223b6e616d657c733a31313a224d5220414b494e4c414249223b6c6f67696e5f747970657c733a373a2274656163686572223b),
('315fc6ef653d6614818b44fa36c5e89a67f1eb80', '142.93.141.28', 1692594838, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323539343833383b),
('3187ed6b2ec7b0d857a638cf72125efec69d9404', '197.211.58.188', 1670157116, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303135373131363b746561636865725f6c6f67696e7c733a313a2231223b746561636865725f69647c733a313a2231223b6c6f67696e5f757365725f69647c733a313a2231223b6e616d657c733a31313a224d5220414b494e4c414249223b6c6f67696e5f747970657c733a373a2274656163686572223b),
('3192d23fad9ca46b7d38f00b8360899a8196863f', '18.236.249.207', 1688312791, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383331323739313b),
('31948cdf8e200ea2cbfae016f058da3650fd662c', '52.167.144.49', 1685631789, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353633313738393b),
('31abc2b4f5e4780ebe17a7a4739526c466752b1f', '193.34.72.227', 1681984584, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313938343538343b),
('31ba4a3303fee106e80a2bd6c3ffc64e8dde4e6c', '34.217.5.8', 1684086777, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343038363737373b),
('328639cc9095b90169e020ba39d343e628bd37cc', '54.245.46.117', 1688312020, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383331323032303b),
('3372e3ed91df185d91feddbab3b1a4ed1945ef04', '51.77.118.166', 1692519177, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323531393137373b),
('33c07ee84b77d634b9ca0aa33efd70c751d57daf', '198.235.24.123', 1689658730, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393635383733303b),
('33c9c89831e8780fe53111664570a646a7a0b69b', '54.38.211.230', 1690639950, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303633393935303b),
('33e1cb48e520170748f7b124973ece2ec8920232', '105.112.59.239', 1666690411, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363639303431313b),
('34216a2553d883c14053e4286100454eaa36ce42', '197.210.63.136', 1690312715, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303331323731353b),
('345f091f08a0b033c3c1eadb970d78b68436667a', '51.89.211.248', 1690860886, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303836303838363b),
('34fa513643214e7cf6b7752d5ca4d6594bf6aa72', '209.141.36.231', 1667669300, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373636393330303b),
('3525c4d1640c1e2f8bccf4c5680cb8279755fb78', '40.77.167.188', 1690862881, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303836323838313b),
('361b429ac31499bf8c1caff4f1e597e172ef1e7e', '34.216.244.247', 1685285886, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353238353838363b),
('362a68e653ab8c1be9c7f750377f47d11be203d8', '54.38.211.230', 1691059436, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313035393433363b),
('366de7786c64d1035299ae4e3db2f9f05eb40ec9', '34.212.252.175', 1690127461, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303132373436313b),
('36c04007c681c394ffa433d2c6884cf740f2e4de', '54.214.98.91', 1688654160, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383635343136303b),
('36d6d5608e535230f94a2bf36023f2bf965fee8f', '34.136.78.181', 1667489305, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373438393330353b),
('373472e686994eb6d0bdda4f5d38ab32c203d7f0', '13.42.40.186', 1669510824, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393531303832343b),
('3735440548f856166fb062e0294b379e0043b191', '102.89.42.128', 1678823849, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383832333635303b),
('37455e8a8c3e44ec799dff332f24c1d19a492db4', '138.197.194.139', 1681815707, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313831353730373b),
('379894402716f176c141234ac36c5496e581cc27', '117.187.173.96', 1681929621, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313932393632313b),
('379ec783968d1e6cd00b1ad8c3277704a04eada2', '205.185.116.25', 1668925984, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383932353938343b),
('37dc365d67c6223fce57fc66f76aa6254e75f70e', '34.27.230.129', 1672084695, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637323038343639343b),
('37df4ab810c2d28bc209e03ad58334d19171c63d', '35.93.147.64', 1688312004, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383331323030343b),
('3839f2906ae94379fc2ee8fbe6c765375fe2e8f1', '44.192.52.213', 1688990323, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383939303332323b),
('38ac49210f8740a99a24df274848db6b87279cfd', '51.89.211.248', 1690043188, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303034333138383b),
('38f7b13dc129a8fc4854aea9bd10bb283a6a2048', '17.241.75.243', 1691361567, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313336313536373b),
('390affcf7bea5db757a56609a8b445b8be98f40b', '209.141.49.169', 1669023029, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393032333032393b),
('39112944ac804e705746ad05e38940e433a0f433', '209.141.51.222', 1667252857, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373235323835373b),
('3950d8d9fe17038df482f4fa5cbe4ca3b34ba0d4', '18.134.5.107', 1679094827, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637393039343832373b),
('396369e2e7d69ca2f273dba37663dfcfd9a654f2', '102.215.205.161', 1683282195, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333238323139353b666c6173685f6d6573736167657c733a31333a22496e76616c6964204c6f67696e223b5f5f63695f766172737c613a313a7b733a31333a22666c6173685f6d657373616765223b733a333a226f6c64223b7d),
('3964ffc1cf665579b611a090555f68ab0efd5163', '54.149.193.165', 1692282831, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323238323833313b),
('396b71a7d0c12a84a2bdbd1d6fa75f99e2aa965c', '35.87.132.224', 1688998773, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383939383737333b),
('3994c18f1672f3f99012972ef6bcb2c7bc470366', '35.164.227.127', 1683993899, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333939333839393b),
('399a784463d1851da3e2f4141e0f21ed04e2fb5d', '18.237.249.217', 1684169520, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343136393532303b),
('3a4590dd6029ca28109e2e163d58b3ce137134ca', '54.148.14.108', 1692200980, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323230303938303b),
('3a59cb63851407621d162561c95675be9a7b51d7', '18.236.166.67', 1683299820, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333239393832303b),
('3a97c99f5c71f9f4e501390b822b5649c236cdea', '205.185.116.25', 1669119720, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393131393732303b),
('3aa7b69d46587115956655834b95a465f785cf92', '152.32.212.29', 1683695728, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333639353732383b),
('3b05729979d1591de3365cb874e14286726b866c', '54.185.117.68', 1685805666, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353830353636363b),
('3b7fe11461e554bb89e9f396e14f70aa46cda624', '34.68.183.95', 1672059930, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637323035393933303b),
('3be187bf923b213d82b5be18d9fa0644735afee8', '52.35.149.143', 1686590440, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363539303434303b),
('3c34bea9ce76f5eb7733d068df12b66553459869', '51.89.211.248', 1689904193, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393930343139323b),
('3c3ae30d8f953ec291985c4548937909e79b8885', '42.236.10.84', 1667463429, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373436333432383b),
('3c8738b357440efc05dce62b026715fa12b3bb6c', '51.89.211.248', 1692272845, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323237323834353b),
('3cb3ec99947093e8c4b46b12fd94973ca744765d', '54.201.188.123', 1691942585, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313934323538353b),
('3cba1d5a92a130ead709aef8685839017a5e9d22', '54.38.211.230', 1692645522, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323634353532323b),
('3d4586e5e9ba5b1038a50cc8c4468aa15c4aec08', '34.219.71.120', 1691598704, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313539383730343b),
('3d8a5510b8d12488bbcea46262708c4ec79c47e9', '117.187.173.71', 1682156869, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323135363836393b),
('3da8630e920d0f311fd6bbcb0bae4a29008930f1', '34.29.21.27', 1671802005, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313830323030353b),
('3de29429259f7e01ddd2139913f87a2e719d43a7', '197.211.58.188', 1670161012, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303136313031323b746561636865725f6c6f67696e7c733a313a2231223b746561636865725f69647c733a313a2231223b6c6f67696e5f757365725f69647c733a313a2231223b6e616d657c733a31313a224d5220414b494e4c414249223b6c6f67696e5f747970657c733a373a2274656163686572223b),
('3e5c2694dd2fa781011141f9dca2586838471727', '198.235.24.39', 1690017337, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303031373333373b),
('3eb05ee3cc27ee4f7d27e5a3b84a8495d220b318', '154.28.229.191', 1686656100, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363635363130303b),
('3eb381cd5ed171b11b77384e3d8e5795039c40fb', '3.131.35.245', 1682511974, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323531313937343b),
('3ebe69cb8bd8949787ff0d775da25269ff22a68b', '197.211.61.60', 1666367157, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363336373135373b),
('3ee1bb43dfbfc563aef690e2a244e1fc9866e98c', '167.160.77.114', 1692214281, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323231343237393b),
('3efc2e041410e533d7e0e626e1a2eeafddbb3280', '35.160.92.98', 1692632934, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323633323933343b),
('3f43c3da8af86a6551ac72464a7df29433723ffc', '52.15.135.4', 1680451500, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638303435313530303b),
('4038ec449ed79e351872f278858c442481d0a26b', '38.153.156.232', 1687865764, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373836353736343b),
('403e51a5797e67fc9bc42466900bd0e1f079affe', '91.151.234.108', 1682080669, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323038303636393b),
('40c0936f68f4a6034a9458ffed905651112302f2', '34.31.198.185', 1689074139, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393037343133393b),
('40feb21f2527fb6c3fdf7904143a86dc81e138f5', '54.185.119.64', 1685894938, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353839343933383b),
('4116248b1c7eb3d318ec233ba8df822f54fa55db', '35.92.201.174', 1692028959, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323032383935393b),
('415ce3f60be87a9b5d0e29864913a3c62f8b78fb', '54.38.211.230', 1692582240, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323538323234303b),
('41e9168782404a00f87cc212cc187a103129d7b9', '220.181.124.122', 1689913980, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393931333938303b),
('426b8e47d3f868173fbfdbde4f63620dfbc78c74', '34.67.190.131', 1676584032, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637363538343033323b),
('42c000e87014cbf6a9a85d0f269f9431d9d43cfb', '17.241.75.254', 1691242652, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313234323635323b),
('42f6e306affbe179de70a2bce07948d7dbf62d71', '102.23.96.8', 1692810813, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323831303831333b),
('431277c89d97c475a30a89987c6e86d713b7d92d', '40.77.167.220', 1688770671, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383737303637313b),
('4333730193577af567a0628e476d57a345a572c3', '197.211.61.59', 1670083864, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303038333836333b),
('4346b14fcc8d890eba98a8afdc32d405c520345e', '54.201.124.138', 1688312680, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383331323638303b),
('434703cd1bc1e3d441631d5762b8d2cb763249f8', '35.91.183.15', 1692282936, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323238323933363b),
('43948a0aaaf7602fd452e673f67d2ece2341d26b', '34.221.221.50', 1690912857, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303931323835373b),
('439bd1debd72ed4cad34e3e75be8940e7d9cf556', '209.141.51.222', 1667355429, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373335353432393b),
('43cc0b6f46aecb5ffcafe2d93079302f1da16b60', '172.96.92.19', 1692253009, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323235333030393b),
('43e22ba138ab48e6846d047b218f7e62cce1f741', '44.200.209.28', 1689767266, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393736373236363b),
('444d767be24d856f6278bf40f4d8f136bd7bd1e5', '51.77.118.166', 1689730609, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393733303630393b),
('447446034836fe295ff8505175fc03ade15c0df5', '106.75.128.142', 1689394691, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393339343639313b),
('44c444ca12e1bb8a5dd67f27d4546d3b003ff83d', '41.217.57.246', 1675279267, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353237393236373b),
('44c764f8e01382040be40c8c106a664bcdfb58a0', '52.35.203.110', 1682625349, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323632353334393b),
('44f109729129ccec209883359e7f406a0ac93337', '34.214.70.80', 1686590420, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363539303432303b),
('45475174fc0e5d18d113c84b59571f8ae0c0e88b', '209.141.35.128', 1669021021, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393032313032313b),
('45addcfafbe49f0c1324e9604732b44e18c36f8f', '197.211.58.181', 1672216633, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637323231363633333b),
('45eb3ab5de163cb25febbfbfa6e22e2b500afd58', '54.185.229.199', 1685134654, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353133343635343b),
('461cda992fe98addc4296929055959d6bc43905f', '35.89.246.219', 1685984166, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353938343136363b),
('465e712b9b41abcad91c353d53bf816a52722bad', '3.142.164.105', 1671311238, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313331313233383b),
('469daa3ec9eccb9ab2c3744c493f54d107829c89', '40.77.167.153', 1692032515, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323033323531353b),
('4760bebca49e508038090122eb8fa49b9952795d', '102.89.43.125', 1669113097, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393131333039373b),
('48055e4950b5ceffd4fd5c356c4ce4081bbda2bb', '52.41.66.49', 1691598723, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313539383732333b),
('48131adebfdd9030f696b544123910772c2b3f32', '35.225.13.105', 1679264015, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637393236343031353b);
INSERT INTO `ci_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES
('487c724bcae1ce0329d10c72d002a3ad61602068', '54.38.211.230', 1692456227, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323435363232373b),
('48858ad5840dd5e0474dc8ec1c24f2f29ab6928d', '54.71.160.14', 1690127291, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303132373239313b),
('48945ff168c93ce16035a1f483a00fa80b331eb1', '35.86.160.250', 1687535237, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373533353233373b),
('48d49d66566fb3bc2fb0d138a40376787f6d69a6', '34.217.176.53', 1668945487, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383934353438373b),
('49099ce1cd851d38a3aaf819e84bc952e8ab6dfb', '34.171.187.54', 1667663050, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373636333035303b),
('4910a53853ee44c88428870cad12bc912955b551', '51.89.211.248', 1692213986, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323231333938363b),
('49111a036772f0f00f7be3b8757e4b2cdb848aee', '102.215.205.161', 1683282216, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333238323139353b666c6173685f6d6573736167657c733a31333a22496e76616c6964204c6f67696e223b5f5f63695f766172737c613a313a7b733a31333a22666c6173685f6d657373616765223b733a333a226f6c64223b7d),
('495ad4f50d4d8e7a971f32055f16bf51f62713a8', '51.89.211.248', 1691149267, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313134393236373b),
('4979e31aab5edf662364bc2b7e1c0043a2467291', '197.211.58.188', 1670156343, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303135363334333b746561636865725f6c6f67696e7c733a313a2231223b746561636865725f69647c733a313a2231223b6c6f67696e5f757365725f69647c733a313a2231223b6e616d657c733a31313a224d5220414b494e4c414249223b6c6f67696e5f747970657c733a373a2274656163686572223b666c6173685f6d6573736167657c733a33353a225a6f6f6d204c69766520436c617373205375636365737366756c792043726561746564223b5f5f63695f766172737c613a313a7b733a31333a22666c6173685f6d657373616765223b733a333a226f6c64223b7d),
('497d33fc60a3190a9142dc7bedc7e25635a1603d', '35.91.38.44', 1689782625, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393738323632353b),
('49a2b4c849f960a59e404c70481ed163ea427672', '102.89.34.57', 1682056802, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323035363830323b),
('4a17a032b8332af46f55f02bf231a985200d281d', '95.164.159.16', 1692150005, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323135303030353b),
('4a6c4ebd34d7254c34890d2929549fea609816ac', '3.142.156.187', 1670700346, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303730303334363b),
('4a8fb4ba0fda8539492b16c2c3810499feb8e49a', '66.31.74.145', 1673391346, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637333339313334363b),
('4a9956262c49bf55cb3c17ab1c64b15b6c958d7c', '35.90.227.27', 1687024140, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373032343134303b),
('4aeb36b7b41f9d25e96de129cddf725e0fb50ba6', '34.212.225.7', 1689181603, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393138313630333b),
('4b421f07bb1ba34c88782b0b072b605b9271382c', '105.112.28.97', 1668507340, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383530373333373b),
('4b97dac848a40cb5c49e876a6e2b059c6599396d', '3.142.164.105', 1671311219, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313331313231393b),
('4bd564251ef15864978288683fed25cffbc870d5', '209.127.110.92', 1692084685, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323038343638353b),
('4c1ca99835b8e59a686bb0808acd67cc1e186b48', '54.188.118.168', 1689181607, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393138313630373b),
('4c206b81c3e56e15b733d47a2f17d0c9788fff4f', '197.211.58.186', 1666291605, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363239313630353b),
('4c215e7ed7aba97e3586555d521830091fb99006', '102.88.63.179', 1679572916, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637393537323931353b),
('4c6e355a4ade9717d4986201d081d67a5161ff28', '86.243.183.70', 1676159342, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637363135393334323b),
('4c803f142791c8e89f8357731c5fb141242d5feb', '34.220.109.197', 1685214250, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353231343235303b),
('4c8e76a30172273bca8268a2f63cec7bb63250fe', '197.211.58.183', 1672156574, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637323135363537343b61646d696e5f6c6f67696e7c733a313a2231223b61646d696e5f69647c733a313a2236223b6c6f67696e5f757365725f69647c733a313a2236223b6e616d657c733a33333a2254494d454f4e204b4149524f5320504f4c59544543484e4943202841646d696e29223b6c6f67696e5f747970657c733a353a2261646d696e223b),
('4c963845e4e549e645c917220e57b7bda76bfd37', '54.38.211.230', 1690009166, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303030393136363b),
('4d8b509c39d9317d92b97eb44176516f9d19f8f6', '95.108.213.120', 1688189751, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383138393735313b),
('4d917a8c40de8cf954b78a98621d03973554ddc2', '102.89.43.125', 1669112932, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393131323633353b73747564656e745f6c6f67696e7c733a313a2231223b73747564656e745f69647c733a323a223335223b6c6f67696e5f757365725f69647c733a323a223335223b6e616d657c733a32313a2241646579616e6a75204d6f736573204164656f6c75223b6c6f67696e5f747970657c733a373a2273747564656e74223b6d73677c733a303a22223b666c6173685f6d6573736167657c733a32373a2248656c70205375626d6974746564205375636365737366756c6c79223b5f5f63695f766172737c613a313a7b733a31333a22666c6173685f6d657373616765223b733a333a226f6c64223b7d),
('4e040eb2f5993b3da9fa514360612a0ccee21b0b', '66.249.69.192', 1684692822, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343639323832323b),
('4e372799052806b490642aaef11e485cdd403935', '223.111.175.120', 1681983321, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313938333332313b),
('4e3b0903de47be7d0c8efe73464cf40171628403', '209.141.36.112', 1667653943, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373635333934333b),
('4e5ac5ea60147467d42172ed8b28c588b1dd4409', '197.211.58.28', 1678169029, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383136383937383b),
('4e6a95c2c0bdf88f39c13f06af36aacb850e969b', '34.133.223.156', 1671815975, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313831353937353b),
('4e7fa35bb306d95b6528a3c676cdf397de190488', '35.89.84.109', 1689181563, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393138313536333b),
('4ea044fd86fc9c459b111d970a7d3ea08ab040ff', '54.38.211.230', 1690112537, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303131323533373b),
('4ecac73fb9cadc76d59ad985bbae54d105d883ea', '51.77.118.166', 1692519177, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323531393137373b),
('4f04b37e3db173f623291585878ad253577d0f56', '54.185.158.7', 1688835134, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383833353133343b),
('4f27263743af61fab2847f93427c61ca36b5c18a', '105.112.36.209', 1669318773, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393331383737323b),
('4f5cfd6c1a4237ebf1933045ba67425d5ffcb90c', '197.211.58.28', 1678168977, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383136383937373b),
('4fb88ade9553a1ff58297d95167fc0093d486020', '51.77.118.166', 1689939408, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393933393430383b),
('4ff3e5425685282910f26a1bae5e071049bf2779', '34.133.82.156', 1668879372, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383837393337313b),
('500cbc9eee7de16a95788267bbe4a1b51db51d5d', '102.89.40.84', 1666299273, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363239393237333b),
('5014faa980c69b90b128ecc45f7d0694fdfa2b44', '51.77.118.166', 1689423298, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393432333239383b),
('502ec4146b2715c62bbbd0d595d113ef1d9ff8ed', '197.211.58.184', 1670143491, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303134333439313b),
('503eedab07b3f37abf5f2bd0eb9fc42515f72d4f', '54.218.147.6', 1688758178, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383735383137383b),
('504628e5c0090f2cc928dd956eb3aba60a2b9e05', '64.226.102.91', 1692404915, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323430343931353b),
('50780bb51a98cc8b46099b2eaa0baafb71a046a0', '205.210.31.167', 1689689328, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393638393332383b),
('509c974bd06df47a43ed78b3b2ecf77cf99b8b41', '197.211.58.188', 1670157451, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303135373435313b746561636865725f6c6f67696e7c733a313a2231223b746561636865725f69647c733a313a2231223b6c6f67696e5f757365725f69647c733a313a2231223b6e616d657c733a31313a224d5220414b494e4c414249223b6c6f67696e5f747970657c733a373a2274656163686572223b),
('50bffc3d4ba3a13d264e69c38d5dd89b42f83c3d', '197.211.58.184', 1670145975, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303134353937353b),
('50c961fa3b3371d05a582446ae9cf6cf7fd015e8', '205.185.116.89', 1669643651, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393634333635313b),
('513a94cdc652666275dc83a4bc003cffab752e29', '66.249.69.210', 1684606280, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343630363237393b),
('5186f17cfdf52af6750fdceab2c8b2a099805587', '51.77.118.166', 1692519186, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323531393138363b),
('51dfa3121927116b2ec1db3b55ea0493176c571a', '137.184.17.163', 1692059660, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323035393636303b),
('520346ff91a093dd01957c9ec0c83345b118ba0d', '34.171.232.114', 1667706559, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373730363535393b),
('52716d099e4da87a9b61ad69ec53b45cde912600', '136.243.228.198', 1681571187, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313537313138373b),
('52a5d82fe2728a2adab232c0c221ab066ec01094', '52.167.144.151', 1689551287, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393535313238373b),
('52b73b53e026bff3022bf283edd95345f785bf6a', '18.246.24.54', 1685214496, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353231343439363b),
('52e1a98d72a66961f9b76f8b5e2e921065cb4895', '209.141.51.222', 1668416578, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383431363537383b),
('52ee5fbbad014118b4df7f1b292c9ca185c83e7e', '18.237.223.122', 1683993683, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333939333638333b),
('532671c87cc9c0413316a8580ec98060e3cfa8de', '34.218.242.200', 1686844100, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363834343130303b),
('53b9b3714088fe299435873656934df6e026efac', '209.141.51.222', 1667353300, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373335333330303b),
('53d73e24b9b98e2f3fe29767431136633c8bd71f', '72.13.62.25', 1689613986, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393631333938363b),
('53ebe99d25b8ec800d166319e5b4f27d2b06c33b', '3.142.164.105', 1671311313, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313331313331333b),
('542755576841718e18ba483bcf52ff91eccefcaa', '34.123.229.25', 1683158367, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333135383336373b),
('54309546ff703bec2e9a6629ef83c3560704d81a', '178.128.239.7', 1691390050, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313339303035303b),
('544228c0fa2c535b1fb8451f3255cbf7f2a03c98', '34.222.237.194', 1687880289, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373838303238393b),
('547256b75e11bc7f12b57176ecdfae924ac1fd56', '192.171.81.234', 1686776200, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363737363139393b),
('548d027c389a21b51a72a4fe57ecc6c4f1b5f452', '38.152.33.21', 1692087452, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323038373435313b),
('54d56e6ca619cf421b2eb4c9b6e741f034ffe3e6', '34.68.183.95', 1672059930, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637323035393933303b),
('55af153cc173337db1b36332a261c7636752af0a', '102.89.22.219', 1677941749, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637373934313637373b73747564656e745f6c6f67696e7c733a313a2231223b73747564656e745f69647c733a323a223535223b6c6f67696e5f757365725f69647c733a323a223535223b6e616d657c733a33303a2254616a756465656e2041626475722d52617a6171204164656762656d6920223b6c6f67696e5f747970657c733a373a2273747564656e74223b),
('55e5c80abba45599d0ad35f7e31ed3696c64df25', '38.100.114.145', 1681822751, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313832323735303b),
('55f88c6a455df933f32e62d21c8306c67e7f5851', '146.190.41.41', 1690854150, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303835343135303b),
('565299a737a44b7c08bdcfcf6ba25c5711a413de', '34.69.250.171', 1667571815, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373537313831353b),
('5653124a7ebd33c55a83fed80bcd5aed63b796a6', '105.112.167.70', 1678379077, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383337383936323b73747564656e745f6c6f67696e7c733a313a2231223b73747564656e745f69647c733a323a223334223b6c6f67696e5f757365725f69647c733a323a223334223b6e616d657c733a31373a2241646564656a69204f6c7577617365756e223b6c6f67696e5f747970657c733a373a2273747564656e74223b),
('566af64041da71bb09d2df9821dddd3ed2cfb0e1', '159.203.29.72', 1691199130, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313139393133303b),
('56be57d75a7d075d4e50594d53fb1a227091a3fd', '154.120.111.184', 1678361283, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383336313238333b73747564656e745f6c6f67696e7c733a313a2231223b73747564656e745f69647c733a323a223537223b6c6f67696e5f757365725f69647c733a323a223537223b6e616d657c733a31343a224f79696e6164652042656a696465223b6c6f67696e5f747970657c733a373a2273747564656e74223b),
('56e2f52508e37dd11c92845feb59d41c2cfbb051', '66.249.75.195', 1688476088, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383437353934323b),
('574ad2bcc901ca320cc0ff325929c8df8c8b1524', '104.164.195.27', 1681822328, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313832323332383b),
('574fe5305d1649511dd7c36d0cfd845ae095893e', '105.112.55.115', 1685395660, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353339353635393b),
('575667e2509fb1c2c26f90e45d812808d818f079', '198.235.24.178', 1683326353, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333332363335333b),
('575bc133l6nlqe08824p5elqu7gheko0', '::1', 1665089716, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353038393532353b686f645f6c6f67696e7c733a313a2231223b686f645f69647c733a313a2232223b6c6f67696e5f757365725f69647c733a313a2232223b6e616d657c733a343a22484f4432223b6c6f67696e5f747970657c733a333a22686f64223b),
('577081437ed63b9815583e85be87eac2118f2546', '106.75.138.76', 1689394695, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393339343639353b),
('57790221cd85321344990d5ce368856e97754127', '205.185.116.25', 1669128226, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393132383232363b),
('57b1288dbcff06c7912f56cc2b8de30d3a9033ba', '3.142.164.105', 1671311332, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313331313333323b),
('57d6c366052bd1d6fa5bb5957692266f4bb24e02', '197.211.61.51', 1670238169, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303233383136393b),
('587026c893e2047febfa8ac3a987e1ba0a881b26', '205.185.116.89', 1668825395, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383832353339353b),
('58902e647839ccad9d063d6ca501798a82280e64', '105.112.183.244', 1686148183, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363134383138333b),
('58cbc1c206d8c0b9172066b099b491b8661341ec', '51.89.211.248', 1690860886, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303836303838363b),
('58e3b3d84c70ca963c167e13d07948958cc5060b', '35.203.252.42', 1689153536, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393135333533363b),
('58e41d8b61245fc5a95a7adebaacd1f29fd9a91c', '207.46.13.100', 1666678361, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363637383336313b),
('590f3cf9fff8a7b84b50eeb8851aac9dac4e6fd4', '198.235.24.82', 1689658623, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393635383632333b),
('591adda43284d46c259c5635feaa2d80415e8578', '157.55.39.218', 1692024406, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323032343430363b),
('593d41abee49421cd9d2df25e6f984fc0a56c7be', '54.38.211.230', 1691460884, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313436303838343b),
('59530d96af5f1d7ed5ebbf5ab81c2d750ffd39b6', '35.165.86.64', 1688398166, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383339383136363b),
('599e32d1bb523e3f40bfe0be597df4f228a7fa30', '54.213.203.164', 1690729105, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303732393130353b),
('5a0f5873d320e86e5ed252e73552a0cd31302f76', '209.141.41.193', 1667482716, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373438323731363b),
('5a29346612ee5b17b28a78322f1cfee423b83d77', '205.210.31.60', 1682742034, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323734323033343b),
('5a823e96b52616d423ec3b92475b34e47c3e1c19', '101.68.211.2', 1688261455, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383236313435353b),
('5ad2c1fa772f8975c521718decb686a89a1873b8', '34.220.185.79', 1689698411, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393639383431313b),
('5b0c0dedd7c4280917ad4a0d51653f985032cba9', '52.167.144.122', 1685190342, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353139303334323b),
('5c60bed34ba04a5a191c9ba7a802a0c661691cc4', '35.86.154.36', 1690304184, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303330343138343b),
('5c8ec42267fa9dce2a62637d9c0fa41deb84b7bd', '52.35.203.110', 1682625379, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323632353337393b),
('5c99ff6278f50f6eb73617f06a13d57962706b2f', '170.254.178.139', 1692289043, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323238393034333b),
('5cc3385dcfadf078ebdd354917c33341da51df5a', '34.217.20.253', 1683905312, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333930353331323b),
('5d0ddaea885161c27864554eb51780d03a442731', '54.38.211.230', 1691613445, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313631333434353b),
('5d29bf7086c417c60ad868ee368f812844827bad', '54.200.138.148', 1688312205, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383331323230353b),
('5de02893269df7f53b295b0a93aa32f10b9cfd87', '52.12.56.46', 1690649981, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303634393938313b),
('5df0f525c001286834527c256f93a628b6399ae7', '34.171.232.114', 1667706571, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373730363537303b),
('5df33ded09d0a2f7515d4e448b6601ad0e1a64a4', '102.89.32.81', 1678357588, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383335373538383b),
('5e002025ff587894405b5b48121224af1d5fab07', '35.92.183.34', 1690912865, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303931323836353b),
('5e08b620390075b20597ec328df12a1f3ae0ece1', '54.203.13.147', 1689612302, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393631323330323b),
('5e533721ff713fc2cbe7c3085e1e611b2805d513', '209.141.35.128', 1669546833, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393534363833333b),
('5ec7911b70d8d27154fa35e5340e182b1962aad7', '51.89.211.248', 1690860886, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303836303838363b),
('5ede1622a3a1fe97e10afeb9afc5b0c718ea4305', '205.185.122.184', 1668717908, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383731373930383b),
('5eee5386003ea02b0923d84b15e4d29a9e8a5c99', '117.187.173.82', 1690623447, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303632333434373b),
('5effd39dd363cefee91e384e45266af49b892550', '102.90.43.250', 1687003531, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373030333533303b),
('5fa8cd159655898de243993add020c4ead34aa04', '35.92.235.99', 1688312760, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383331323736303b),
('5fb451cebd792033781c0364202f7e7a28d9261c', '51.89.211.248', 1692157039, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323135373033393b),
('5fc263cb3eb0296dd05c65d41fbb4eb08b7ad413', '34.123.121.198', 1669140603, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393134303630333b),
('5ff9c915b3368075293099d8c050785a7eda2b04', '34.215.63.217', 1689959671, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393935393637313b),
('60191a6865f82757dd1f139b70ea96208c903286', '51.89.211.248', 1690145812, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303134353831323b),
('60bc8730ea18985e143c8ff424186b86d7cd0727', '197.211.58.184', 1670145490, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303134353439303b),
('60ee869af346b41b3401f58b424a540e0bd53fd5', '105.112.127.132', 1670708593, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303730383539313b),
('610a9b860cedefcc8fc6b8ba91813b352a1e0c1e', '34.211.227.224', 1688312719, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383331323731393b),
('614556d9337cc8fbc509181c3b99b2d56f105089', '209.141.55.120', 1667353093, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373335333039333b),
('615ec0c11c8e28b97f1759bb811d70daf8c878ed', '34.67.199.75', 1681165284, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313136353238343b),
('61678c77352e93568da8c56df9e746a3ac626a35', '213.180.203.13', 1688189428, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383138393432383b),
('6183d1c968de444bf4c7f38509a0d0e59e63072f', '54.149.216.115', 1685214344, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353231343334343b),
('61b7cd51781d86deed48398ccefbbc72079625ac', '117.50.170.127', 1690560180, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303536303138303b),
('61e937ec175f993939ca336c944c2cb72225ceb5', '209.141.35.128', 1667811860, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373831313836303b),
('61f1b67c5472ecba9e0da5dfa685c6b8a5b8d01a', '102.89.34.171', 1684537759, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343533373730383b),
('6239d68b49fd5de7c772f54b50004e8adebd4ba4', '34.171.118.233', 1667881248, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373838313234383b),
('62b34e450df14294a1512c6108924045a2a6cb83', '51.89.211.248', 1689696760, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393639363736303b),
('62de413cfff61e2863180d15b6caa468141b226b', '3.135.64.241', 1677501203, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637373530313230333b),
('6335b5700a16ad286c74ab96aa3feea8e8aacebd', '54.38.211.230', 1690771832, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303737313833323b),
('63579f7cf68bb62461f2066a6cedfdb905a166d6', '102.89.33.26', 1678360018, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383336303031343b),
('636665f46616f633f6225d1a865abb4e9be246f1', '105.112.127.132', 1678392139, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383339323133383b),
('63f5f77530c072c8088dca80bd59384ee726f94d', '197.211.61.51', 1670236859, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303233363835393b746561636865725f6c6f67696e7c733a313a2231223b746561636865725f69647c733a313a2231223b6c6f67696e5f757365725f69647c733a313a2231223b6e616d657c733a31313a224d5220414b494e4c414249223b6c6f67696e5f747970657c733a373a2274656163686572223b),
('643ca2259b92ef54f600438bf721c5792933287f', '102.89.32.37', 1683069543, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333036393534313b),
('644b344df29fa76f3a3e6bcda13509fc6a0cbee9', '35.90.220.59', 1692807577, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323830373537373b),
('64513d509a8f8bd1a7d686f38198572f2a897c79', '51.77.118.166', 1690187996, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303138373939363b),
('6462018b6ffc30f0d389097d9a87f3963457f028', '52.43.53.60', 1684169481, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343136393438313b),
('64ba30b0a3fa97ea7f999427bac342f18f5d884f', '197.211.58.188', 1670156701, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303135363730313b746561636865725f6c6f67696e7c733a313a2231223b746561636865725f69647c733a313a2231223b6c6f67696e5f757365725f69647c733a313a2231223b6e616d657c733a31313a224d5220414b494e4c414249223b6c6f67696e5f747970657c733a373a2274656163686572223b),
('64c45cf2f07810f2a3f71512eebb15c77c43693c', '54.189.222.187', 1684273362, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343237333336323b),
('64d643831564bbd24f41847b0fb4dfc151f593c1', '3.142.156.187', 1670700333, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303730303333333b),
('64f30dfe314cc66ddc464ec1f42f0e9a3ac2c420', '68.65.221.181', 1692402624, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323430323632333b),
('656fa559c070826fb939a84c66e06443f4572585', '34.68.213.180', 1686365043, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363336353034333b),
('658d2c276c35eddeaaadfd1e01d69f657bc04c11', '34.213.212.251', 1691249991, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313234393939313b),
('6601408581225eb658e68eea5865e5906a947fda', '52.15.135.4', 1680451497, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638303435313439373b),
('66070a41fe1e45b674ea308fe0f3ef845832cb29', '197.211.58.30', 1670680426, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303638303239303b73747564656e745f6c6f67696e7c733a313a2231223b73747564656e745f69647c733a323a223533223b6c6f67696e5f757365725f69647c733a323a223533223b6e616d657c733a32363a2241646562697369206f6c757761746f73696e206f6d6f6c617261223b6c6f67696e5f747970657c733a373a2273747564656e74223b),
('6617206d1da70daf32f00b81631d57d8db479b36', '51.77.118.166', 1692519177, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323531393137373b),
('6661669d5fd9b0b5ed9cefe499eb1198e721bb83', '52.88.204.71', 1686590407, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363539303430373b),
('666a4d9a51942080c89f6d69bedde9dba6d3e6ee', '207.46.13.100', 1666575511, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363537353531313b),
('669da8d63f6c19cc2a57543a5d495a383cf8ea6f', '205.210.31.32', 1691244834, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313234343833343b),
('66a529678a68f84db6e767d3e7ba39b549404fa9', '197.211.58.30', 1670678579, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303637383433393b),
('66e6d0a01988a72546f797ba2b926ab1c3bb4b1e', '35.232.50.21', 1671850575, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313835303537353b),
('6798a4f23d2ecb6433128e9e369ba3b8adcd83dc', '209.141.49.169', 1669040355, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393034303335353b),
('67ae643377f7a9db570bc017e687eac147645959', '34.212.15.165', 1683905309, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333930353330393b),
('67d7fb334d676f64aa3efdd3bc617f3a8f9fa130', '35.165.215.140', 1686244489, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363234343438383b),
('67fdad2961422521eef1941fcded44a686dc114e', '34.121.30.192', 1680559873, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638303535393837333b),
('67ff3fe966ce50ce8ffd6cfaff6e6de64b787028', '197.211.61.54', 1666337485, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363333373438353b),
('685ae3f0c954af1b9ea06a5ac7ad778073fa1bdb', '54.191.191.198', 1684356871, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343335363837313b),
('68da9d2bfbc55f3019221674617530b3089b5f6c', '105.112.127.132', 1677913751, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637373931333734393b),
('68ea5db617a69ef03eeb7de21e8e3b357904c888', '142.93.141.28', 1692594838, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323539343833383b),
('68fae35a41e85a62b9e80b9116deca632c85fd94', '197.211.59.121', 1678354471, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383335343437313b73747564656e745f6c6f67696e7c733a313a2231223b73747564656e745f69647c733a323a223536223b6c6f67696e5f757365725f69647c733a323a223536223b6e616d657c733a343a22546f7065223b6c6f67696e5f747970657c733a373a2273747564656e74223b6d73677c733a303a22223b),
('691a2da3c55c741673a8153f34464f1d5cb1990d', '35.165.87.71', 1691081319, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313038313331393b),
('691f18c1a568f0354a34df6dc366dfde3d31dc88', '46.101.164.72', 1681815712, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313831353731323b),
('69208fda079b7dde0078ac4ec5eec33941d5f5a8', '205.185.116.89', 1669458051, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393435383035313b),
('696432ed3a81d4fd1d3b9793dcff9f66d85a8dfb', '3.142.164.105', 1671311321, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313331313332313b),
('69b0be1bc5edfe70812f8a47412eea6991df4df7', '54.184.109.83', 1688834757, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383833343735373b),
('69fea4d09149d49be8e5bd6c86868659e1c19307', '154.28.229.110', 1688470568, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383437303536383b),
('6a034cb6972515133cf1c9bc6b3f1c61d058baca', '35.92.216.140', 1685936734, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353933363733343b),
('6a0b794a9edbdf9e504b0e1a46b1300dbbe0832b', '34.69.59.26', 1667531215, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373533313231353b),
('6a829bacb3db3104f8eecb3c2beffad4c9cdb8a3', '104.154.254.41', 1667577786, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373537373738343b),
('6aa2d82ae95a3930e50c81f84d8d7110304b520f', '51.77.118.166', 1690377213, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303337373231333b),
('6ab1fda8cb0987d661110fcef4ef80a9ba115cc7', '51.77.118.166', 1689939408, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393933393430383b),
('6ae948f2d33794fb776ebaca824b33003803c260', '35.87.146.88', 1692807557, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323830373535373b),
('6b42d95f601e35a071c7c454b7ad9a13355c6888', '52.167.144.151', 1689446251, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393434363235313b),
('6b577f21b2cb62e53510be3dd988cb47e87d1f74', '222.211.72.52', 1692174204, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323137343230343b),
('6be366efc17d810291e00857d9e43e53da6f1aac', '54.38.211.230', 1692762661, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323736323636313b),
('6bed4f5ac197555e286ebcc3bf4c4fa5978938e4', '197.211.59.127', 1678306871, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383330363837313b61646d696e5f6c6f67696e7c733a313a2231223b61646d696e5f69647c733a313a2236223b6c6f67696e5f757365725f69647c733a313a2236223b6e616d657c733a33333a2254494d454f4e204b4149524f5320504f4c59544543484e4943202841646d696e29223b6c6f67696e5f747970657c733a353a2261646d696e223b),
('6c0ffc683656d6c6ae7ebc0a26f147196c3ec04e', '64.226.102.91', 1692404916, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323430343931363b),
('6c8e7d5aff73992cbe010ae0604c11f2734b2128', '209.141.36.231', 1669119938, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393131393933383b),
('6cb3fc3a2a05dab6aed1a814864b8d1fb40c7285', '205.210.31.47', 1692661992, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323636313939323b),
('6d490893074a2bf75abd3bda3f034d67068b063a', '34.220.180.11', 1685214325, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353231343332353b),
('6d5452659e384264f5f8bb42203eb72a8713f36e', '104.198.76.100', 1669766266, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393736363236363b),
('6d579025f3fb031da85096f1ecced2e9a4401b53', '105.112.60.120', 1683793557, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333739333535373b),
('6d5fa37d5d7c122b7ebcc5e4f1c3abe9ddd43e64', '54.38.211.230', 1689869310, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393836393331303b),
('6d96dd17afa372918302086604e6c78c48e11dca', '197.211.61.55', 1670318153, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303331383135323b),
('6e75bb617f758b84bb95844b81a1e15a5d0ca618', '35.202.42.0', 1667620479, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373632303437393b),
('6eb7a7a25b32ff1720910c55730cc4255dc5ec3c', '73.73.122.90', 1687262222, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373236323232323b),
('6f0a123c8221668096119dcb17d3285950bc0be7', '209.141.41.193', 1668974306, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383937343330363b),
('6f161a5f4cfd0361c8d7ad5a21568954c7cb109d', '197.211.61.48', 1670151162, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303135313136323b666c6173685f6d6573736167657c733a38313a225369676e205570205375636365737366756c2e20506c6561736520436865636b20596f757220456d61696c20496e626f78204f72205370616d20466f6c6465722e2020506c65617365205369676e20496e223b5f5f63695f766172737c613a313a7b733a31333a22666c6173685f6d657373616765223b733a333a226f6c64223b7d),
('6f1df7ac2b5683a15df80c094898a69f129f57ed', '58.17.6.9', 1682013737, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323031333733373b),
('6f391d91c75319a8aa9ec21888bf2a4e3b4388c3', '205.185.122.184', 1668315544, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383331353534343b),
('6f94d1f535d1f8bd3f41f153eed39dfcf2b1071f', '3.142.156.187', 1670700297, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303730303239373b),
('6fb37bhu59m80fhr33i6vom3qmd5aid1', '::1', 1665088593, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353038383539333b61646d696e5f6c6f67696e7c733a313a2231223b61646d696e5f69647c733a313a2236223b6c6f67696e5f757365725f69647c733a313a2236223b6e616d657c733a33333a2254494d454f4e204b4149524f5320504f4c59544543484e4943202841646d696e29223b6c6f67696e5f747970657c733a353a2261646d696e223b),
('6fe1f19f37f7d65df8117cb342fe92e92bdd0778', '35.88.201.24', 1687880220, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373838303232303b),
('700a14f93727f0e74afa4bc34cc4ba85dacb3cef', '165.227.156.63', 1691713870, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313731333837303b),
('7071e75db2afbe57df7094916e520e342b8693df', '197.211.61.59', 1666336428, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363333363432383b),
('707fc3e8261acb93467adc3a3b6ec790d10f841e', '18.219.129.215', 1691564692, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313536343639323b),
('7092123d21686fc6cafb3de041bd080e5dcd1cf2', '8.36.86.50', 1688950093, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383935303039313b),
('70ada4395473c639e41ee74dcb4dcdf3ad1570c1', '209.141.55.120', 1667351335, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373335313333353b),
('70de24c70c78982494bb71ba091cc9f732d7194f', '205.185.116.25', 1669174225, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393137343232353b),
('71072db38859c35032ed76862dd079759c3824b8', '217.117.0.154', 1671004184, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313030343138323b),
('710afeb4a201134210d99477d58c3e6ea4aee409', '54.38.211.230', 1689591778, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393539313737383b),
('7117bd528246a11ba75fc91bc4375058c9dd1d62', '66.249.69.192', 1684692823, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343639323832323b),
('712556f7441c310ce942b71fe7633a34add133a6', '3.142.156.187', 1670700343, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303730303334333b),
('71301c0fc4568427ccc599e79f1efc6d9e59ad14', '34.171.187.54', 1667663078, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373636333037373b),
('7130c5d75294285b8972da8c0bea902728f33827', '42.236.10.117', 1671004238, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313030343233383b),
('717f9ef8177243f1aaf90a18d5c5a1d537fd8930', '54.38.211.230', 1689801308, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393830313330383b),
('718aa35a3b388b9f3a304600ae01edc4b8f50d14', '105.112.62.249', 1667485881, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373438353738383b666c6173685f6d6573736167657c733a31333a22496e76616c6964204c6f67696e223b5f5f63695f766172737c613a313a7b733a31333a22666c6173685f6d657373616765223b733a333a226f6c64223b7d),
('71d3f01c174dc58b73442a93451f08a9676c0b6b', '35.179.15.9', 1672368785, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637323336383738353b),
('71e86e8289535413934c6b3f2d2f675e29fc87ee', '209.141.35.128', 1667811852, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373831313835323b),
('71f4141defaa9d6e7cc7bc23bf7f3970882f0af4', '178.128.239.7', 1691390049, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313339303034393b),
('722553ad63da99a1164eafa3f51cb8fa64833ccd', '106.75.96.247', 1681975912, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313937353931323b),
('72b2d524a2c58894c40913e54cf857265383a999', '209.141.55.120', 1667252755, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373235323735353b),
('73089389c97bca52cbe6bc01073c861283993fe7', '35.87.106.21', 1685641910, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353634313931303b),
('73129241f263469169ce94c6007263b3384ad187', '105.112.58.175', 1666334476, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363333343436363b),
('742fcd92cbd5abfcd7ad024363894d5ce5631b93', '209.141.41.193', 1669279576, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393237393537363b),
('745dc04b7ddb26f1884407e392fab34d82c424c6', '18.134.6.51', 1676653360, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637363635333336303b),
('74b8c7afa29358b34005d76306edfd7d5e5376f1', '192.241.67.200', 1692084684, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323038343638343b),
('74d7ea71e3a4ac8c48b14baa4f526ea930e2a31d', '54.188.150.136', 1687023903, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373032333930333b),
('754194bd4ed6d37173ff8b544b55332a55c88127', '183.136.225.46', 1684147540, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343134373534303b),
('7547852424f330a64873e19a5cb4aaba3b4256c6', '209.141.36.112', 1669584223, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393538343232333b),
('759ca9c3fb5fc90680ab55b796013465688421a2', '34.211.226.54', 1679546408, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637393534363430383b),
('75c4ff30ebcdd5d39929382bd22232a08c6fcaec', '197.211.58.183', 1672157019, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637323135373031393b61646d696e5f6c6f67696e7c733a313a2231223b61646d696e5f69647c733a313a2236223b6c6f67696e5f757365725f69647c733a313a2236223b6e616d657c733a33333a2254494d454f4e204b4149524f5320504f4c59544543484e4943202841646d696e29223b6c6f67696e5f747970657c733a353a2261646d696e223b),
('75c70b4cd4690ebe3240948a319fb9162d1f0776', '205.185.116.25', 1667357145, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373335373134353b),
('75d5e25bfff5f101d12ca6f59e4457ae8206637d', '165.154.134.201', 1691044432, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313034343433323b),
('764b5dc46fb19f31d83af088f563ef2a1c46420d', '197.211.58.28', 1678168977, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383136383937373b),
('76d1feab92e5d450a77502af99015f3eaddb9671', '34.28.186.240', 1668531008, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383533313030383b),
('77158d86902f4832ac773cbe65f4d494e5f6736f', '35.92.38.177', 1683735012, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333733353031323b),
('77adb209c5eec5404e350f55dc852146545eecc3', '51.89.211.248', 1691149267, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313134393236373b),
('7804df8229b5775ec4ee237e8308c47ad811bf4a', '95.108.213.186', 1688189438, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383138393433383b),
('7804ed5d7ce47b4f74e197819161067529ab24ec', '197.211.59.127', 1678308475, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383330383437353b61646d696e5f6c6f67696e7c733a313a2231223b61646d696e5f69647c733a313a2236223b6c6f67696e5f757365725f69647c733a313a2236223b6e616d657c733a33333a2254494d454f4e204b4149524f5320504f4c59544543484e4943202841646d696e29223b6c6f67696e5f747970657c733a353a2261646d696e223b),
('781764efedf4711387e27703800c5f941a8c1125', '197.211.61.51', 1670238142, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303233383134323b746561636865725f6c6f67696e7c733a313a2231223b746561636865725f69647c733a313a2231223b6c6f67696e5f757365725f69647c733a313a2231223b6e616d657c733a31313a224d5220414b494e4c414249223b6c6f67696e5f747970657c733a373a2274656163686572223b),
('784d5e86e45b176ae3558a148060778f01ef9a30', '165.154.119.45', 1682589130, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323538393133303b),
('788c39febf6ddbad995dd26fe12b0906850a7338', '102.89.32.215', 1678351119, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383335313130323b73747564656e745f6c6f67696e7c733a313a2231223b73747564656e745f69647c733a323a223535223b6c6f67696e5f757365725f69647c733a323a223535223b6e616d657c733a33303a2254616a756465656e2041626475722d52617a6171204164656762656d6920223b6c6f67696e5f747970657c733a373a2273747564656e74223b),
('7891d4d312919b4023f0480be44f5eb281e93a40', '34.222.132.172', 1688758190, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383735383139303b),
('78dac65d779c7811b691bf3a979ce0e4112932c9', '52.167.144.70', 1691313738, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313331333733383b),
('79003ff5ba6c19ac289829236f71993addee220e', '52.167.144.49', 1686847820, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363834373832303b),
('795800c428ce6018dc16ab32c990738be8a38b92', '51.77.118.166', 1691962650, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313936323635303b),
('796ffecf7c88d29e0279ec4942c709117733a0da', '35.92.16.109', 1682625203, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323632353230333b),
('797068dd8c0884b73936b9f0592090f20e91da60', '165.227.156.63', 1691713871, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313731333837313b),
('7995e819a11d7e4b46b5de7c7119fb46713950cb', '205.185.116.25', 1667258699, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373235383639393b),
('79d92344ed1dd3218ee68964690d4dbb1dd6be72', '123.6.49.50', 1689394617, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393339343631373b),
('7a0f05a2724b1346856ad482076133e1fe081096', '54.38.211.230', 1692456227, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323435363232373b),
('7a9d22e555ae42d892e4fcd71fce44a33b38008a', '213.180.203.159', 1688189333, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383138393333333b),
('7ac7598a5772b933843b60dec07e64e2b6188959', '34.220.243.8', 1689263970, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393236333937303b),
('7ad197c221e85c127671f86114b9de7755d338f2', '34.219.208.179', 1691942615, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313934323631353b),
('7ad7c37e8a6c2b68b644d7627944ace7fb9a26ce', '72.13.62.27', 1679077007, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637393037373030373b),
('7b0eec927df23950f816f0489bfbb4076812109e', '197.210.71.6', 1681375180, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313337353137383b),
('7b40dc077a34cd503816bdf9f5495842a477b26a', '18.236.215.115', 1689959789, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393935393738393b),
('7b5e0baf951d46735b7f05997f88dd3d0814f534', '209.141.55.120', 1669672322, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393637323332323b),
('7b71249f2c644cd41851afe9bb22b7cb54dc12f1', '209.141.34.187', 1668974106, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383937343130363b),
('7bbe5abedc4af2b10349344b65281918cf85748f', '197.210.63.161', 1690314263, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303331343236333b73747564656e745f6c6f67696e7c733a313a2231223b73747564656e745f69647c733a323a223635223b6c6f67696e5f757365725f69647c733a323a223635223b6e616d657c733a32343a2242616c6f67756e20466175736174204f6c7577617365756e223b6c6f67696e5f747970657c733a373a2273747564656e74223b),
('7bcdda51a9cb499092f0d82c6ef793870f5095a0', '52.25.227.13', 1690039714, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303033393731343b),
('7bdafcab9e4109f078f798b619d7ae10f40d8ed6', '197.211.58.184', 1670146295, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303134363239353b),
('7c09c7ccc5a7e76fa8fcdb2bcec57a977b3b0ceb', '44.236.207.248', 1688659408, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383635393430373b),
('7c36467edd231126d89fd088112a2628aaddae57', '146.190.167.37', 1691022492, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313032323439323b),
('7c517399319ba34b0dc5d8b551a6c83b9edfc84e', '34.69.250.171', 1667571846, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373537313834363b),
('7cc6a47674651daad2ef647876295fe8e1575cd1', '154.120.99.83', 1676556259, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637363535363232303b),
('7ccf4c0071eba89949c61289fdfa2d9a7eca7922', '35.238.164.11', 1668617899, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383631373839393b),
('7cd48a8dc6eed9bc9d8967cc3733edb213f1e86f', '51.77.118.166', 1692519177, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323531393137373b),
('7d008507869d94ee3bb4a850268e6bffb91adbc8', '197.211.58.186', 1666298539, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363239383533393b),
('7d49ad15914069b879db7511bca42504908e85a8', '54.187.141.65', 1690729073, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303732393037333b),
('7d73ca74ee64279aa78df859f3c68712719811aa', '34.222.216.114', 1684593236, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343539333233363b),
('7d92241ec7674ef8cc1b9358bb40437e99752306', '52.167.144.49', 1686760468, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363736303436383b),
('7d93131690fdbdf40afc39e98a0c210a142eba87', '209.141.36.231', 1669136626, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393133363632363b),
('7d9d43b597cdbe80e6024a13d617131692017c98', '3.135.64.241', 1677501215, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637373530313231353b),
('7e3034bc2ca225d4a4f2653c3f622b3a5aaf6ce2', '35.88.194.246', 1684169514, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343136393531343b),
('7ed0a506deaccf2c3dac46100bc7881b908bfbef', '58.251.94.154', 1681870383, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313837303338333b),
('7efea96ca35a987bd4c4f2b2ebf163ea25f6eef9', '197.211.58.188', 1670161946, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303136313934363b746561636865725f6c6f67696e7c733a313a2231223b746561636865725f69647c733a313a2231223b6c6f67696e5f757365725f69647c733a313a2231223b6e616d657c733a31313a224d5220414b494e4c414249223b6c6f67696e5f747970657c733a373a2274656163686572223b),
('7f1eb6f748428f8577e693267adcc710ec5b5cef', '58.17.6.9', 1682185730, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323138353733303b),
('7f4e95742e7b8c6557991379d616fa29fe2a4729', '34.27.230.129', 1672084723, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637323038343732333b),
('7f62f648036a102a637525c6c46d6fd0e0e1dd41', '134.209.183.173', 1692241899, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323234313839393b),
('7f6b310cefca5650dd2aa35dc53e295d6a273678', '18.157.86.120', 1679365339, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637393336353333393b),
('7f91bf73135ab1974ed61d645d4b92f7d565ea48', '102.89.40.84', 1666300980, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363330303938303b),
('7faac0b170909570e8fd9ae4b4d888d970ed1bba', '35.92.10.83', 1687623204, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373632333230343b),
('7fd4f18d9e754ab02983ccc68cc012ddd5910ca3', '34.222.45.214', 1685641948, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353634313934383b),
('8054b6e625fa9c8d5d3c2d9207afe69c489f9985', '157.55.39.218', 1692032527, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323033323532373b),
('80a969591e69409f1266bad2e137a20b3c608a97', '197.211.58.188', 1670157837, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303135373833373b746561636865725f6c6f67696e7c733a313a2231223b746561636865725f69647c733a313a2231223b6c6f67696e5f757365725f69647c733a313a2231223b6e616d657c733a31313a224d5220414b494e4c414249223b6c6f67696e5f747970657c733a373a2274656163686572223b),
('80ad95b14fe22096230d32884fecee5c51404e2c', '197.211.58.186', 1666301872, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363330313837323b),
('80e2309007b5cdefb7d5a67bd55682897bd6ac6d', '105.112.127.132', 1673535255, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637333533353235333b),
('819458c08ecf59dd095fa3f812067edda6f716e7', '34.220.139.31', 1685547851, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353534373835313b),
('81ca6d58b29e954e910dd55f4df89f4cdc68bd5b', '165.22.236.131', 1691376808, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313337363830383b),
('81cefb21db42c118bb87e0a6bd29247beda098c3', '197.211.61.106', 1692965317, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323936353331363b),
('81d8e9139a376c8bdae3bc808c571766f2e39e5d', '54.38.211.230', 1689488757, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393438383735373b),
('8246e0da57ae1ae0e5f1746811134f285e519e5b', '35.238.91.185', 1671909411, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313930393431303b),
('82a0656387e501145f342eb3558d84f8ecbb849d', '183.136.225.46', 1692092694, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323039323639343b),
('82b6b6cbaa277ecddfed52d51d40615e2e06879f', '111.7.100.26', 1692207875, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323230373837353b),
('82c86359a6ab14ece1aa9be16c1cb103d4567da2', '134.209.183.173', 1692241899, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323234313839393b),
('82e15e782fc37d3ad0324f33e1f775f1cd0975b3', '18.134.6.51', 1676653336, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637363635333333363b),
('83cd134fb9388423c4bb5771592f0be323d327fd', '52.38.51.208', 1685936679, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353933363637393b),
('83dcb0f1c1a8d79c9d489fa29fb9227b64a9c391', '54.214.58.28', 1685285804, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353238353830343b),
('84575ba1bbda64d032cf1011af15efffa7f0704e', '198.235.24.10', 1689425749, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393432353734393b),
('8457aeb7f46ee8d4beab4685f2262c2ed5d97c0e', '35.226.94.15', 1679872918, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637393837323931383b),
('84820a4e87333d39c2840048541bc8ce83264b6b', '205.210.31.222', 1690529489, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303532393438393b),
('84a74c0bf36b825c5e73c814b543f39e791e85e4', '191.102.157.224', 1682221354, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323232313335343b),
('8554fae6788ec12a0567462a4f58d095b9d24d1c', '191.102.149.168', 1692289044, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323238393034343b),
('85a42446f35357716018147c0d9254702d8677a9', '35.90.246.188', 1689434243, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393433343234333b),
('85ad6a92e66bea1008b59736a2fbc032a832a082', '87.250.224.72', 1689226561, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393232363536313b);
INSERT INTO `ci_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES
('85df962beb1f4548d58ae9953f8ef24ac74c2623', '35.203.252.40', 1689153535, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393135333533353b),
('860b93d5dd8fdeeb3c2212653e9aa2f44203583b', '5.45.207.150', 1670881560, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303838313536303b),
('86e00ab50330c0c5907301764e97dbd466360ee7', '34.214.190.17', 1684273361, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343237333336313b),
('86f85c4ad0dc766c13217bf9d76d8da37c5d7dc3', '34.215.244.238', 1687997346, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373939373334363b),
('8714bfb19da54b280bdc58f1f53684a64d8ae1ab', '105.112.127.132', 1678350254, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383335303235343b),
('875d2817131b0471911757e1c643cc4e429c946f', '46.101.80.192', 1690382796, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303338323739363b),
('87a949b2f339057f65e5aabc30d7b331b03dcb07', '54.189.97.133', 1687623327, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373632333332373b),
('87c6d7321df6fe2b4c6178387e2ce82c9341ca72', '41.203.117.93', 1686125873, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363132353837333b),
('87ef20e5aa666000568a701c028023b04ba3a2ef', '34.71.108.25', 1671851297, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313835313239373b),
('87f2083516bd516d3986e1a73a3fc63dda0740bc', '104.154.254.41', 1667577800, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373537373830303b),
('88110c1beb7be306bdd3b623943e2d7f8bc261cf', '102.89.23.93', 1687003780, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373030333530313b),
('8828337212f76323327a17dfa1418c3469c2562a', '34.219.98.12', 1689264013, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393236343031333b),
('8829971b4df300cc9a4e079649d197b347ce5f95', '198.235.24.156', 1689440246, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393434303234363b),
('8854289236c17834cb5ed4d9ce45f145443ed125', '72.13.46.5', 1676658351, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637363635383335313b),
('88cfaac57b4f3eb69a037fedef7162f4a1860f1a', '197.211.58.188', 1670152394, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303135323339343b61646d696e5f6c6f67696e7c733a313a2231223b61646d696e5f69647c733a313a2233223b6c6f67696e5f757365725f69647c733a313a2233223b6e616d657c733a31343a2241646d696e696e73747261746f72223b6c6f67696e5f747970657c733a353a2261646d696e223b),
('891f9c4caa5d5355e6ae8692d98083230c4a4938', '54.38.211.230', 1692762661, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323736323636313b),
('8925b3999f392b2c5d332be7d1c71f0d5674fbee', '51.77.118.166', 1691105439, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313130353433393b),
('89821ed3d9a0b44d103e9453a4476403ef206332', '34.171.26.239', 1669054543, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393035343534333b),
('89a35513fc328e67cee8c1e8ff30d087d45da593', '68.183.145.157', 1691550661, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313535303636313b),
('89cb3f33c01243965716c626eec8ce1a684ca026', '54.186.221.237', 1684273397, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343237333339373b),
('89fcc35befaf0302a85c9925667220370b78716d', '35.167.35.28', 1688134479, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383133343437393b),
('8a224ead1d4abbf9ade06f2dd91428b0891b6620', '51.77.118.166', 1689423300, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393432333330303b),
('8a290da904428d68d01164e28e4dd984757c7607', '35.87.111.178', 1689612339, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393631323333393b),
('8a8f661989dac336f1fc3f14b28018c92e4426e5', '20.53.239.83', 1669752825, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393735323832353b),
('8adfe24bdb7a90bdbc4cdbb924e74fc891a6768e', '18.237.216.40', 1688134358, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383133343335383b),
('8ammp1olqvc7u288954flo0nlol9b0h5', '::1', 1665118173, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353131383136383b),
('8b00f100b40f8fea35157df4ba0b96e4fb1bf906', '106.75.100.243', 1682047751, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323034373735313b),
('8b6261a8d53c8c62f6ef8d47684e07911d8def60', '117.50.170.127', 1690560179, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303536303137393b),
('8b6904236f6618e3371a8177a2cd2ae4c8cc42a1', '52.167.144.122', 1684659491, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343635393439313b),
('8ba6673770f6bc8216213301ceaabec2e2f36ba5', '34.134.164.254', 1669315000, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393331353030303b),
('8bae16f1b96aab2438ac3f16396c3165251c042b', '34.136.25.39', 1671849814, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313834393830373b),
('8bd98f0a3bf954f4cabd4ecee0cadc4716dbf9fd', '101.68.211.2', 1688261450, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383236313434393b),
('8c1ade735829767e97b8f016a1be5a60a6b72d6a', '51.77.118.166', 1691105463, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313130353436333b),
('8c1ff2b7c5f72c804b13ccd659eb6817dac424d7', '3.135.64.241', 1677501191, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637373530313139313b),
('8d15b231e35a9982fbac8ed493b73c22123967eb', '180.163.220.67', 1671004280, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313030343235333b),
('8d26a70d762c03fc9c0a3ac8b88195abbcce92b8', '35.202.42.0', 1667620531, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373632303533303b),
('8d3508b43592c77ecf7c66494ed4077ae2fea2c5', '165.154.119.44', 1683181854, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333138313835333b),
('8d46f85e3e609f56c67fbd33225d59a12069c828', '18.134.6.51', 1676653323, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637363635333332333b),
('8d6c5eab44afb5c509d0cf832b9d8631f628f79b', '52.11.171.32', 1692632955, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323633323935353b),
('8dd7fc8d87070fed883649e8e675487b076d7af3', '66.249.72.94', 1685230692, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353233303639313b),
('8e0a79815140e9bae53de7cd46eaa05e2756ba27', '58.17.6.9', 1682013738, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323031333733383b),
('8e15684d514a2ca5f36cc7e2ee1f99cba62aaabd', '3.142.164.105', 1671311288, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313331313237393b),
('8e2a990fd416a8ba384f40d41dbf3f41d23bbe24', '51.89.211.248', 1689627470, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393632373437303b),
('8e6a0975ea977e7262577577c268ef00457cfdae', '34.208.60.253', 1678288446, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383238383434363b),
('8e9b217d5f0afdbc9e98abb2b04e866bc59bdc88', '34.209.245.55', 1686844117, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363834343131373b),
('8e9f8215fce54650ba0a0aade774ed6c1ca8d924', '197.211.58.188', 1670153821, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303135333832313b61646d696e5f6c6f67696e7c733a313a2231223b61646d696e5f69647c733a313a2233223b6c6f67696e5f757365725f69647c733a313a2233223b6e616d657c733a31343a2241646d696e696e73747261746f72223b6c6f67696e5f747970657c733a353a2261646d696e223b),
('8ec9bca357fd8a1204e99b161aaa5a195b8f3933', '102.36.150.1', 1685017063, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353031373036323b),
('8ee861779697334e0a7a397ea8a5fbdfc162ea09', '209.141.34.187', 1667653999, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373635333939393b),
('8ef6546ffa119af2e0a9c6978407196d11e61070', '54.201.54.184', 1684086789, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343038363738393b),
('8f0c3bfac342fcc5b439405bb6849815d0f59bec', '34.27.230.196', 1668966310, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383936363331303b),
('8f19646ef835f9497dd8f529448f40ce2764eff9', '191.102.163.74', 1681984583, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313938343538333b),
('8f33c1fefc74bdd251077aa43ff7a6eba566e3a8', '106.75.73.30', 1682051936, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323035313933363b),
('8f3519e53b2e1d4f676dce3f8bcda0d08f6b5f86', '136.243.228.198', 1673794509, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637333739343530383b),
('8f50a68d998e0350c0c57fe83a14f6cd3ab59bd7', '58.17.6.9', 1690745040, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303734353034303b),
('8f52e242b7d382759c757138eedc823999767563', '35.87.151.80', 1682868400, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323836383430303b),
('8f7b54a480c1716b9545161ada5d08a3eb2e525a', '102.67.30.228', 1683291779, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333239313737373b),
('8f85d1188b1fc039e10cb4ff48a6491593c02c45', '52.38.218.48', 1690039868, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303033393836383b),
('8f8a20085a245325a79f12bef00965067bb16086', '52.42.174.201', 1689525677, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393532353637373b),
('8f8c069fe8b2fc0ddc4e38648a29892f110ddd55', '34.28.238.11', 1668184662, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383138343636323b),
('8f99348e14d1f41aa174d2c325e1f87d98733317', '209.141.35.128', 1667250972, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373235303937323b),
('9046c9c4c15d2423bd37588890902cef50e1c5f3', '18.134.5.107', 1679094810, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637393039343831303b),
('90713b9423810006c13aceddb8a04eb820e1edac', '35.238.91.185', 1671909396, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313930393339363b),
('9091d1977212f746acb39d1374d70e52245a4597', '205.185.122.184', 1669197060, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393139373036303b),
('90ac9d89cb1d57d6fcb85f798ba7dcdcfa58fe91', '51.77.118.166', 1691149272, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313134393237323b),
('90ce482e6d4629308c016c941eec88ccf064228a', '207.46.13.100', 1666615133, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363631353133333b),
('91545388dea87e00bf8233d1361264a161e38518', '51.77.118.166', 1691899096, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313839393039363b),
('918cf5aca674ae15dc7415683babd04934f3c971', '13.42.40.186', 1669510842, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393531303834323b),
('91c24d58a8101930cbfe26d468b89d6048a80466', '51.77.118.166', 1689766148, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393736363134383b),
('9236ed7f011c791dcfb777c1af163dcd3dc0e6b1', '51.89.211.248', 1689696761, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393639363736313b),
('92a55577447d00b321c98d93bdc70c6e998eccf2', '51.77.118.166', 1691388772, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313338383737323b),
('92ec624f2694523ebeb54cb5f84e798b8c0d9ec1', '207.46.13.222', 1691954557, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313935343535373b),
('9304a56f6c3117615a1844dc73ede53fc262dd2d', '165.22.236.131', 1691376809, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313337363830393b),
('9313ba4a5291f3f20719c37ec1acf785020a62da', '139.59.70.141', 1691896074, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313839363037343b),
('932543e02af2bc20c1cc2a5464399102cf08d526', '51.255.77.86', 1691575695, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313537353639343b),
('936a483bd32e95c72cc53cfa69209e6ba59a7130', '183.136.225.44', 1686208602, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363230383630323b),
('93862cd11e197628409ec9d7a5bcf391ab668647', '171.13.14.75', 1689396682, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393339363638323b),
('938c74baaf77c058724bae413cc0bc31776d8ac8', '52.33.159.141', 1687273760, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373237333736303b),
('93b51219c82ef74e3c894f3dc846cb5521d1405d', '52.15.135.4', 1680451497, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638303435313439373b),
('93c010052f8daca16804627540bf5728c109c4cb', '183.136.225.44', 1689523851, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393532333835313b),
('944bad5657ef4f4a2e341437ba671292e2fcd547', '209.141.34.187', 1667352042, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373335323034323b),
('944feeb12ceae8f4b6c0f859541ccf633259ad99', '105.112.127.132', 1673535254, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637333533353235343b),
('945030b153b32d1d92384a3ccc87715a351fb590', '54.201.119.152', 1683994247, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333939343234373b),
('94bdf59efc02bfe5c291b80e43a7d5b1372995a5', '117.187.173.71', 1682156857, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323135363835373b),
('94d137114a91425b8d34b3b42bf4a4f8c49803b2', '54.214.98.91', 1688654252, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383635343235323b),
('94dc238777fd76da83a004319782dbb6e790b721', '51.77.118.166', 1690187973, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303138373937333b),
('95161b8ff3efb79d9a9c1b7d67608577170d9ffd', '3.135.64.241', 1677501222, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637373530313232323b),
('95f78d8261d3c2f6450dd4971e7f49206beb6f45', '104.154.254.41', 1667577768, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373537373736383b),
('961622df8f0b157e52a019bc3b236629676e0ff5', '136.243.228.198', 1668111924, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383131313932343b),
('966af6456f651ce7ca7e4374a4f02bfda0f1c961', '51.89.211.248', 1689696761, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393639363736313b),
('966ba73569d08fe5750464db46e354b0224f8a29', '35.238.91.185', 1671909447, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313930393434373b),
('96ae16e4842a52f1427871ae1db6cdb06af53af5', '54.38.211.230', 1691497651, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313439373635313b),
('96b5104692d0f7882ec7c1037e84134d00ac1223', '105.112.166.85', 1675015102, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353031353130323b),
('96bfd576c6072ba225e3c5a73d8f07a1ba686873', '13.42.40.186', 1669510857, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393531303835373b),
('96c4e16a75445c31f11b6038c0b61cc2df2cb452', '35.91.186.77', 1677674802, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637373637343830323b),
('96e5f781da28ec7a6403bef96adab9c8d0e0f374', '35.88.232.176', 1691084603, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313038343630333b),
('96f39d6f6df74622aec6b4ce006e1670dbd2e729', '138.68.5.82', 1667043192, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373034333139323b),
('96fbd1532a6d27e8f8754a3ce4d6935489fcb35e', '54.38.211.230', 1689488764, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393438383736343b),
('97737cd1fab66c66326dac85b7ee9930239c0bfc', '205.185.121.69', 1668693470, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383639333437303b),
('9785c266fea93453f0be04eed1d88b324bbc41e9', '197.211.59.127', 1678309756, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383330393733373b),
('979e6a140b7b6176e7a6533ba8e9cfcfaf118d7b', '136.243.228.198', 1671202257, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313230323235373b),
('97bc3d7d85ac588156bdf8fb9f2ea58f99bb0e56', '209.141.36.231', 1667653951, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373635333935313b),
('97efc8aaae21b4084592262fb62ea17f9d76c7ba', '51.89.211.248', 1691652676, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313635323637363b),
('99078ff1ed832b040f50f996f0c2dc17d5b17b4e', '54.245.78.31', 1692463365, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323436333336353b),
('99e502af6ceb73184e1b7e111faff8aee3ca5c25', '51.89.211.248', 1690377196, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303337373139363b),
('9a39f50663d400e41110878ff5b1fddf25f04571', '217.174.240.50', 1691706412, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313730363431323b),
('9a76c0a60c4eec5b2f3afce8b339e753159372d1', '66.249.75.195', 1686341957, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363334313935373b),
('9a9269de473f58a45b17b1d62804f0ddedccbc89', '205.185.121.69', 1669684641, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393638343634313b),
('9ac54924949448696b131eef2e328e8b12013082', '34.216.72.24', 1677097377, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637373039373337373b),
('9ac9448a63c9c16ddd63d7e393295c2b3f7fa980', '52.167.144.49', 1685987338, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353938373333383b),
('9ae505fa284c81f666ed54b7576511ec13484bc6', '54.218.86.11', 1685547879, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353534373837393b),
('9ae63ef46b00b02bbd833beffec0d02d0d2e8022', '197.210.70.125', 1686045390, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363034353339303b),
('9b14e62b91d7ab2b09be368f7a95e5ef432bc324', '197.211.58.184', 1670145177, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303134353137373b666c6173685f6d6573736167657c733a33353a225369676e205570205375636365737366756c2e2020506c65617365205369676e20496e223b5f5f63695f766172737c613a313a7b733a31333a22666c6173685f6d657373616765223b733a333a226f6c64223b7d),
('9b6a909e6d93976e16fe45ccacd15f579d7d2f61', '35.92.108.227', 1684086767, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343038363736373b),
('9b78322048693fc64e799cf811cafbfd128ca028', '73.47.19.124', 1676849858, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637363834393835373b),
('9baa03b54358da3380477631cdaf04a6065b51e6', '3.131.35.245', 1682511977, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323531313937373b),
('9bc039ecb24c916a0b7536a8f2dd73173fdff28b', '18.236.168.238', 1687416022, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373431363032323b),
('9bd069950cc2c8cf2446c0703c90b9028c6b3759', '209.141.36.231', 1668679769, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383637393736393b),
('9bee6ba538fbcafbd1868e3ec9346dc5d98057d6', '13.42.40.186', 1669510832, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393531303833323b),
('9c126fe55175e30766d3f85e4734a0254eb64720', '34.171.118.233', 1667881232, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373838313233303b),
('9c2ff7e87b5e926b02125a59467ce7f04d953be1', '35.238.162.200', 1669920749, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393932303734393b),
('9c4d015062719c31360b74f5ce7b50d54d59a3e3', '35.89.121.31', 1683653355, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333635333335353b),
('9c6fb2583710da4a273f54987326e47107d4220a', '52.15.135.4', 1680451498, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638303435313439383b),
('9c9856678e5da1e885fb16f1ac7001318bfd8f00', '106.75.100.243', 1682165226, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323136353232363b),
('9ca61fa016f3364fd3d2c349d85561491bf414e7', '147.182.153.224', 1692586524, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323538363532343b),
('9d1380789e85967aa87c4a294ac7969a40e333ae', '197.211.58.186', 1666292027, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363239323032373b),
('9d2266e92d50740deae9959ac88362e35f431f00', '217.174.240.50', 1690502462, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303530323436323b),
('9d8e8ff1d39c46284f64a138eb78e2fcd203b725', '18.134.5.107', 1679094858, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637393039343835383b),
('9dd0082b7b12e36da490a46a826b08b5d4b1aa36', '209.141.33.65', 1668377134, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383337373133333b),
('9df2e506b92c5b6bf2be36a6e14c531b0e5b6c8a', '51.77.118.166', 1692030087, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323033303038373b),
('9e1b41165c2a09b074e4255f3f36aa26487ecea7', '95.73.221.43', 1681997403, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313939373430333b),
('9e8e1862a904c4a3e91b7255c0a551cd2f55d743', '205.210.31.195', 1690862876, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303836323837363b),
('9f0d68f6630e2972d8c74d76c6cd3784336b3b0e', '38.154.186.233', 1692150005, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323135303030353b),
('9f66ab9ec939c28fd830ae4f77e3ee31ea36b061', '209.141.36.231', 1668695149, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383639353134393b),
('9fa9841f25168f9a5a6285c58c8c43e6ba50790f', '106.75.128.142', 1689394696, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393339343639363b),
('9fcc290dcf83285c567c0926236ab241cacf45ac', '34.68.61.73', 1687053785, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373035333738353b),
('9ff6019fc48d184ac0e3fcc56b95978f6019357a', '34.208.173.116', 1685134629, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353133343632393b),
('a070bbc4fe3f0f757b305892d846549972cfe888', '34.171.187.54', 1667663123, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373636333132333b),
('a0b566ec19b9b041c35cb70d3a97e9ae8ad3a898', '217.174.240.50', 1689975266, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393937353236363b),
('a0b65e04d8940f1b39cf140248de3548f32ec5d5', '44.236.207.248', 1688659408, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383635393430383b),
('a0e837f0cf4a32e538fb0a045c0ac8c19e7cdc33', '73.47.19.124', 1667043179, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373034333137383b),
('a129846753ae89d35f90596cc55861b9cf30eba5', '205.185.116.25', 1669279679, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393237393637393b),
('a158875dbb3a1571d27e10d71b9b3b4c11350383', '173.252.127.18', 1685746784, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353734363738343b),
('a179369aa8fb1631efa88c3f1a31f2a113df1945', '209.141.36.231', 1668315971, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383331353937313b),
('a1e632906fab88e44ac8249d91e83e4cb87ad169', '217.174.240.50', 1690078583, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303037383538333b),
('a1ea873a30d145364a51bf58167cb70a35e0de66', '102.36.150.1', 1684858131, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343835383133313b),
('a22bc8a31b80e8a979332d0d1a638baafba3ea87', '207.46.13.207', 1691194836, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313139343833363b),
('a2883ddb8c5f832466208443ee03a9cbe0db5ddb', '8.36.86.55', 1691545940, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313534353934303b),
('a2a24f3f8db3ff05306f9b8ecb78ef62fd63a8e8', '51.89.211.248', 1690043188, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303034333138383b),
('a30500ccbda37efd08e790c8a1400516de71803e', '35.202.180.123', 1677881305, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637373838313330353b),
('a394740c62bf233d4742e9a2a08de1770cfdc254', '37.144.210.229', 1682080653, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323038303635333b),
('a3b2e5e52a121acc6e850c77ad2859c9decf18b9', '3.142.164.105', 1671311273, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313331313235383b),
('a3f48aea08b960af261d680f0395307380f1f9fc', '54.149.239.80', 1689264065, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393236343036353b),
('a41343e1451ac24a83adcdc019608039be543d01', '51.77.118.166', 1692094666, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323039343636363b),
('a4289cf82635ece52fd298e36dbdddf0cbe9fd21', '197.211.58.183', 1672157029, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637323135373031393b61646d696e5f6c6f67696e7c733a313a2231223b61646d696e5f69647c733a313a2236223b6c6f67696e5f757365725f69647c733a313a2236223b6e616d657c733a33333a2254494d454f4e204b4149524f5320504f4c59544543484e4943202841646d696e29223b6c6f67696e5f747970657c733a353a2261646d696e223b),
('a4295c02aa1da46e28541bfc2cfb08fab691051d', '183.136.225.44', 1686202079, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363230323037393b),
('a44a9c36c8f668038d421f0e64e04c96b0d32523', '54.70.179.26', 1686242264, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363234323236343b),
('a45b7e05c449db02e992c9eef201ed64e48a1726', '193.34.74.238', 1682221353, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323232313335333b),
('a467a5ece955a6354135fc8aa1380c872ec7d283', '209.141.55.120', 1667705785, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373730353738343b),
('a51c33c9c4364c6999d2dea35a3b83b08a9bb886', '34.69.250.171', 1667571874, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373537313837343b),
('a5858a8a2561bbea5195beeda3c71b8163b610e3', '34.220.240.180', 1689264077, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393236343037373b),
('a58b90b3d4a6599cd007d59e70821001d7707344', '106.75.154.252', 1689394696, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393339343639363b),
('a59031d378c717c19f8474589d658709fabe928f', '34.71.162.173', 1687816702, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373831363730323b),
('a5b774d2b27840de94b16e1c4e9d0114e1395f57', '34.212.225.94', 1689350135, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393335303133353b),
('a668c46d3a0fea457b61ae6e64c63b7d10aeb39c', '54.214.94.67', 1687623591, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373632333539313b),
('a6b7c43ab20087f1899eb3af5b939136fcd5b275', '117.50.170.110', 1690504248, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303530343234383b),
('a6ddb8e478884ef1f88a8c7ddee6b048ff4238d0', '105.112.58.119', 1678729647, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383732393634303b),
('a79c57d8bcdde3c329b1d47b10ebdc299fbdd6b6', '159.203.128.213', 1676253353, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637363235333335333b),
('a7b9f1a64c6b813c87ca4c510dc212297ae94547', '41.217.57.246', 1675279241, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353237393234303b),
('a7cd3d867805725e1302b0863761631e47d6095d', '51.89.211.248', 1690043202, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303034333230323b),
('a80f4b0c44eaac8aa8b7025da9269379bc5bc67e', '197.211.58.183', 1672156163, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637323135363136333b61646d696e5f6c6f67696e7c733a313a2231223b61646d696e5f69647c733a313a2236223b6c6f67696e5f757365725f69647c733a313a2236223b6e616d657c733a33333a2254494d454f4e204b4149524f5320504f4c59544543484e4943202841646d696e29223b6c6f67696e5f747970657c733a353a2261646d696e223b),
('a84e7acef1d53bd2782e43d58bec52186049c302', '66.249.72.70', 1691786073, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313738363037323b),
('a8976dab105f7329a2fbe8f163c2e15aea8ea579', '51.77.118.166', 1691312131, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313331323133313b),
('a89d8b8ca92d772884c183a3ebc7ba6f06a5b0a6', '35.90.97.187', 1685214295, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353231343239353b),
('a9d0aa11450edd73e00a031924b508a8b6251f60', '205.210.31.153', 1689374801, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393337343830313b),
('a9dc205770a4e5152c9bdc84725f58b2fbee476e', '40.77.167.220', 1689108363, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393130383336333b),
('aa03da0d042dda1450abc96856d86fd9166a950f', '183.136.225.44', 1689524644, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393532343634343b),
('aa26782d525156f575f5dc8b81b655670413a9c7', '197.211.58.188', 1670234447, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303233343434373b746561636865725f6c6f67696e7c733a313a2231223b746561636865725f69647c733a313a2231223b6c6f67696e5f757365725f69647c733a313a2231223b6e616d657c733a31313a224d5220414b494e4c414249223b6c6f67696e5f747970657c733a373a2274656163686572223b),
('aa419b217dd077cf79d024d671e5fe044c723adc', '35.91.31.113', 1688052370, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383035323337303b),
('aa538ccda3ba0f5551a5fff4fbf77e1395548907', '102.89.43.125', 1669113098, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393131333039383b),
('aaf0555511a1c8e72c694eea65b822e11502612b', '102.89.22.201', 1672648645, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637323634383532353b73747564656e745f6c6f67696e7c733a313a2231223b73747564656e745f69647c733a323a223534223b6c6f67696e5f757365725f69647c733a323a223534223b6e616d657c733a31333a2266616c6f6e69206b6f6c616465223b6c6f67696e5f747970657c733a373a2273747564656e74223b6d73677c733a303a22223b),
('ab510e33e0f04f4c789656b1cd151923dbfe3dd1', '34.212.220.220', 1668252885, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383235323838353b),
('ab9ea3a7f70a17ada885e30cf71f2d88ae71fbcf', '205.185.116.25', 1667356887, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373335363838373b),
('abdd3637831ef29688fd54f9b0fc8aba22e0eae3', '54.218.3.21', 1692110404, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323131303430343b),
('ac2a98961036f66a9a1a4f25dc5a47b32ce6b332', '205.210.31.238', 1692665659, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323636353635393b),
('ac85f88fd1660be18861a1bee3788a46ff2fd21c', '132.255.133.56', 1682221353, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323232313335333b),
('ac89c91ea72779edae86103e746b9e078ffff908', '136.243.228.198', 1683123125, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333132333132353b),
('ac90495f469684f841514230a10479e7b62c269f', '54.38.211.230', 1691826863, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313832363836333b),
('acbf4f8228535386f97f3ba36fae84d78ea45ab1', '102.89.32.81', 1678357261, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383335373236313b),
('acbf7b98f575904c87765e7bfe014d4daf85e003', '157.55.39.218', 1692205034, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323230353033343b),
('acd8409e711b3fcb4ee89daeee804623e4814d18', '105.112.28.189', 1666334466, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363333343436363b),
('ad26a78f3ee80f7a3eaf75b2e658c741f3e76564', '105.112.167.70', 1678394183, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383339343138323b),
('ad32f75863cd12a6f795710a1b8b302639140794', '205.185.121.69', 1669224381, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393232343338313b),
('ad4fdfacbf295cc125729751c313e1bc110cf0cb', '34.220.250.76', 1689959703, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393935393730333b),
('add5cba9ec9da8a4c330781eecdaddd67b6e8b89', '105.112.28.190', 1666696927, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363639363932373b73747564656e745f6c6f67696e7c733a313a2231223b73747564656e745f69647c733a323a223334223b6c6f67696e5f757365725f69647c733a323a223334223b6e616d657c733a31373a2241646564656a69204f6c7577617365756e223b6c6f67696e5f747970657c733a373a2273747564656e74223b6d73677c733a303a22223b),
('addea0df961694233aa97474bd5615746b4614b3', '18.134.6.51', 1676653404, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637363635333430343b),
('adee1c0f3a49e789c605286504a6db78500b3814', '197.211.61.51', 1670138278, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303133383237383b),
('aef0e9e63597c215580fedd6daec66cdc176df30', '54.38.211.230', 1690913909, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303931333930393b),
('af37e3e5a280b178eebe6fd1ff6e5c8c781c2b62', '138.68.5.82', 1667043193, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373034333139333b),
('af4e511c1d905b7fd0984601d19eeea463992e8a', '132.255.133.132', 1682195262, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323139353236323b),
('af68ba6d32d57d20b790c0e26e8c778501dd92a5', '66.249.75.204', 1686075226, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363037353232343b),
('af698849ed9161ca6f1af45d3ba7f2ce515f33b3', '54.203.99.249', 1689612302, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393631323330323b),
('af7280ed5ce1c17b0e1caab8dd32d1d40c9781d7', '34.171.187.54', 1667663035, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373636333033353b),
('afb26c3503431abd0d95d240e14c4e673f17f2f9', '3.139.93.188', 1674150741, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637343135303734313b),
('afd843fb4bf409b5765148055fe6e2ed0e403ac5', '34.71.108.25', 1671851282, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313835313238323b),
('b012eb16ecc1506e56c67a6ffa838e3fdefc95eb', '197.210.29.208', 1687785561, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373738353535393b),
('b033e73227be232fc60d17391ce288f966181054', '35.232.50.21', 1671850590, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313835303539303b),
('b06b45e19a2562d462ac5c0cde3c219bff59f024', '35.203.252.40', 1689153535, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393135333533353b),
('b06e9b5e927767acb798997c0c4ef5f89d4fb40e', '198.235.24.20', 1683298575, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333239383537353b),
('b07b750143781fe154143161ff8f0c3985364260', '13.42.40.186', 1669510871, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393531303837313b),
('b0c3c808888709d4480e61874bd144e3d66d4bb3', '3.131.35.245', 1682511975, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323531313937353b),
('b0d3487b81949d2a2b68fdbde9bbddce2949476f', '183.136.225.44', 1692650368, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323635303336383b),
('b14292665421c1d4594a0b8fb78bca0752d217e9', '105.112.127.132', 1673333337, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637333333333333353b),
('b1587bf3887c6cc7ac63f23195a8d0ed1c375c50', '18.237.241.125', 1688052370, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383035323337303b),
('b187526d6c8f05ff05a7af92cadcfff8842eb1fc', '209.141.49.169', 1669672614, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393637323631343b),
('b1e9858dd5e2994313298432c8703f21dc2a75b6', '42.236.10.114', 1671004199, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313030343139393b),
('b1fbce1d3e90e1027ded29ea9eb090720103e6e7', '34.213.170.225', 1685805664, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353830353636343b),
('b20786fff4af62aab9c6f7f4f268d9f0ac517a6c', '3.142.164.105', 1671311335, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313331313333353b),
('b20a98fef3057ae36d5e71f479bce2958aa50206', '197.211.58.186', 1666302444, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363330323338383b),
('b20d1d42e6b7ad5c41cbdcaca5b5004b98402f49', '35.238.122.202', 1678572294, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383537323239343b),
('b216db56cb83a38683d4dd845a58c823e3eae957', '34.219.173.32', 1675915371, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353931353337313b),
('b25040b32d7a12b5c5ede0f3ad147ebd83f9a139', '105.112.62.249', 1667488178, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373438383137383b),
('b26348c0c973ae644e5b34e3754d6d916dc95caf', '34.217.149.0', 1684357088, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343335373038383b),
('b26589686c4302ed3a07a10d2b1740206f19007c', '34.219.146.120', 1684273403, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343237333430333b),
('b2bdca0e79ef03d8d339c1c3f9b23cb48e41cea5', '54.38.211.230', 1690229008, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303232393030383b),
('b2f304ee7255efdd93ae3e895cbdcab69abe01e2', '18.237.93.247', 1688398165, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383339383136353b),
('b30e0dbcd08abf2917f153fffa1e0b2cbcd3a773', '52.89.90.129', 1692463397, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323436333339373b),
('b321e594ed6797355fe089634d66ba9a02cb318b', '178.176.212.26', 1682080673, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323038303637333b),
('b3583896d851f67d1adc61b68eb69d8560433e60', '54.185.21.1', 1689350163, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393335303136333b),
('b388183bcd50b35b6fe2d2b122cb0fcd2cc94a02', '209.141.41.193', 1668011848, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383031313834383b),
('b38f5cacff970455d429839d238171638c8dd395', '170.247.221.204', 1681815197, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313831353139373b),
('b3f747215fc5860883236a6bbe5288501d4db7bd', '34.220.233.130', 1688053298, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383035333239383b),
('b459edbda8bfe8bbe05eb054b1db0c19602ff4b6', '54.38.211.230', 1692336729, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323333363732393b),
('b46afb8b7212f8e37483e82d5fc1a12fb1ec5797', '197.211.61.48', 1670142518, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303134323531383b),
('b4b51c07acd8fd94f056a55237e82c19e7bcb9be', '106.75.84.209', 1682107273, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323130373237333b),
('b4ccba9bf65880f312e697d91f95075cc436bd8e', '35.86.248.204', 1683993914, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333939333931343b),
('b4f084ba195bbf42ccb0ca464a85a33fb8baf248', '51.89.211.248', 1690188006, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303138383030363b),
('b4fca2cf0f7fc1c190785c4f406882fa54ecd0d7', '35.90.134.143', 1685805689, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353830353638393b),
('b544d91092b61abb4cf134cb9ca84c911db7cc5d', '105.112.28.97', 1668521382, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383532313338323b),
('b5620ff44cb76d9bee55eaa56d9afbb14b0ab588', '95.164.159.34', 1682126587, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323132363538373b),
('b58e98dcc2e0daffd791a67ae031641ec29e4e71', '170.247.223.175', 1682040345, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323034303334353b),
('b5b48ecb2c96d5bc0a85e84ede88f41597b46f29', '205.185.121.69', 1669684920, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393638343932303b),
('b6b91639c8e887dfeb723b34ed5487fdd021c189', '3.15.216.54', 1680165350, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638303136353335303b),
('b6c15ef80723d1b8894cb4c4bbdba494c26bfbdb', '105.112.55.57', 1666350880, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363335303832323b),
('b6c59c6b3ff961e261246fca96439a4823fe9ca5', '51.89.211.248', 1691272805, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313237323830353b),
('b6c663cf63503f09b09bb0ad04015f4394f4b9fd', '34.214.230.209', 1671086201, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313038363230313b),
('b6d2e0b9fbb68b8b3e60a4f2e6bc9f76f0558033', '197.211.61.59', 1666336420, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363333363432303b),
('b6de61d84af823012bace4a0cae176507e57306a', '54.203.75.12', 1686844097, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363834343039373b),
('b732508731c6cd60bc26678c9f0f0df520f2ff44', '35.163.114.77', 1689434212, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393433343231323b),
('b74610f8cf3bfff77631db9f37142b404fcfdcc5', '54.190.3.1', 1689698429, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393639383432393b),
('b776081e426c3f9c25927db977957ee4054c3f85', '209.141.36.112', 1669227362, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393232373336323b),
('b7a594cf123d39ecce7599d3d05bb5f084ec4308', '34.209.246.127', 1689959661, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393935393636313b),
('b7b3cf0aa204450785c8d6f029c46b3e4e849fcb', '35.85.40.208', 1688134346, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383133343334363b),
('b7c2f6cfa080e6264202b6f7da780feb384f15ba', '209.141.36.231', 1667649701, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373634393730313b),
('b7c37859a8e1b52a0b73a2556d7f50fbe0d4a291', '35.165.215.140', 1681814884, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313831343838343b),
('b80dd934fe994274d19f663fe8f2abb135bd45e2', '35.91.180.209', 1683169342, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333136393334323b),
('b82f94cf7d897736c381ec5224f3d78fe77c3179', '102.67.30.228', 1681375179, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313337353137383b),
('b83a2c9750eed9cea1e6cedfbbb51d507e18da57', '52.12.218.168', 1692545413, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323534353431333b),
('b870b21e87d0c49b822cb20de38bc243af1fbede', '18.237.194.6', 1690304183, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303330343138333b),
('b8d632a1f8e964a9f92165b781fc8368ef0418d2', '136.243.228.198', 1678979024, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383937393032343b),
('b909d20d95df7959196e6e3071082cd083254510', '209.141.34.187', 1668891944, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383839313934343b),
('b912a76a094b5b182ed64f1d8d9caf537fcab4df', '3.139.93.188', 1674150730, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637343135303733303b),
('b95e72cc5ec2f381b1879f0e56b28dc946754033', '54.149.28.10', 1688398105, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383339383130353b),
('b98622e22eb92aac98d472356dc4a8977be7fec1', '17.241.219.42', 1690981500, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303938313439393b),
('b9867ac3f5c37e484392229b79658f60f51f3aea', '198.235.24.124', 1691172056, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313137323035363b),
('b997282e663d819ba4950dfa82e5730e220a2d83', '104.192.108.9', 1689396692, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393339363639323b),
('b9db163b672b18d0804903b8e83d7eb438321c63', '35.192.70.0', 1669683026, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393638333032363b),
('ba0de60aee22a3124d313d7323e9579132065f61', '197.210.63.136', 1690314264, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303331343236333b73747564656e745f6c6f67696e7c733a313a2231223b73747564656e745f69647c733a323a223635223b6c6f67696e5f757365725f69647c733a323a223635223b6e616d657c733a32343a2242616c6f67756e20466175736174204f6c7577617365756e223b6c6f67696e5f747970657c733a373a2273747564656e74223b),
('ba24d772fbbd18e42a75bf618da2a84921435fee', '54.244.178.48', 1687535159, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373533353135393b),
('ba273f06dd63e685e1181d00799a29c41f3843ca', '54.187.97.144', 1692028961, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323032383936313b),
('ba2aff043ba8705e8ccceb239e761053a0c89040', '34.69.59.26', 1667531206, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373533313230363b),
('baccc2173eb0243e6149e1b7042c9598bbc42bc0', '44.200.209.28', 1690974728, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303937343732383b),
('bb480b7652bc2a15d4894c8a367916ba3f751fc1', '34.219.169.37', 1684593197, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343539333139373b),
('bb95ac481aa2201520ee2376688bc65a47998799', '42.236.10.78', 1672216236, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637323231363233353b),
('bb96e42348bff3ad5f3e3413d3182b5e3c670542', '3.15.216.54', 1680165348, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638303136353334383b),
('bbc68e1fadb85b3278d4dd2bab191f18d656e705', '197.211.58.186', 1666301873, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363330313837323b),
('bbcb85d73dd9b189f5c2a65a0a15659ce983aae0', '51.89.211.248', 1689662182, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393636323138323b),
('bbqpemefi2r9uumkv60bdgf61qp1f1r9', '::1', 1665117758, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353131373735383b),
('bc1233dca417abfcfbd4d9084826a9f7a353df4e', '138.68.180.18', 1690600023, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303630303032333b),
('bc584f937683d7e0aa02e015c9430557509d441c', '72.13.46.3', 1687028330, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373032383333303b),
('bc8f00f3381dbacefff77312b6c9dc7ecaf207f9', '35.87.238.212', 1683993643, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333939333634333b),
('bcb4caca3caaee0b6f8dbdc9442c508bea683e3e', '34.136.78.181', 1667489297, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373438393239363b),
('bd3d56d72d19189f37396d87152f412e64ccdc45', '51.77.118.166', 1691962650, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313936323635303b),
('bd7e76ab838be8d17ac0331bc82370de7de9df27', '111.7.100.23', 1692207884, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323230373838343b),
('bd9bfc033843f9e7cb71246679e02c13fb95f24d', '35.92.203.138', 1688487852, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383438373835323b),
('bd9c7e0a6c0a3aa859c13830560e13b109dfc32f', '209.141.49.169', 1667807279, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373830373237393b),
('bda174d9943dc42ac0051ebb7e3d8f080248a634', '54.188.146.143', 1682625168, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323632353136383b),
('bdc5bf9108c1da5a31db6b4b9a9ed560f17d67d9', '34.221.122.197', 1690728944, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303732383934343b),
('bdd46a7e61e264054ff55191a990558616619ac2', '102.89.46.57', 1679912505, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637393931323530353b),
('bde29dd84fe46e8d032fcded4be21806873042a1', '154.120.91.208', 1673333335, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637333333333333343b),
('bdeee8e6b85d7fedffaf51be02049faeed331ce3', '35.87.137.158', 1687880239, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373838303233393b),
('be4ca4d10947f379a51071a198473c73c9423c41', '18.236.215.115', 1689959753, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393935393735333b),
('be549b391bceec3bb1871a5929f3405a5e1857dd', '117.187.173.96', 1681929609, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313932393630393b),
('be77ea225a68524df20a86f4320ef738d784a451', '54.38.211.230', 1690708725, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303730383732353b),
('be8c6cad2b6cf67aac63d693a0fad1e9c557583e', '105.112.55.57', 1666363194, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363336333139343b),
('be92594e334ce850f46c69cf40d1e85fdb124737', '35.165.169.198', 1689264003, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393236343030333b),
('bf371f16a61313a23a010bb9c7213c2199168cb5', '35.163.241.246', 1691858514, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313835383531343b),
('bf5ab4a6fa7014b62cc731ee96e54edaa04e1330', '35.202.65.126', 1669403108, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393430333130383b),
('bf76fd91761248f7f664c9f665b73d94c7b9beba', '51.89.211.248', 1692030074, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323033303037343b),
('bf8fe9c06580c800f6d98c8015a1794f7d152bfc', '66.97.179.31', 1687089259, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373038393235383b),
('bf91c1eceba9fc7754ba2f944f725bb5f738e7bb', '35.87.178.95', 1683734976, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333733343937363b),
('bfb26d77d073be53dbbd04ce210e00d7c33e1fd4', '198.235.24.66', 1691144663, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313134343636333b),
('c02f24520a1d6591e64cd07c468dd024e1efc9bb', '34.211.249.194', 1689525700, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393532353730303b),
('c05375009605f04e3472ef7e7d1f0cfb03bc1293', '72.13.46.3', 1684348146, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343334383134363b),
('c054ccdb1f539fbe2fca21994b5bf3dd67832064', '105.112.208.164', 1668715893, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383731353839333b),
('c07077ef53a6b3c1dd15e12dfc07024bcb9a5851', '197.211.58.188', 1670153061, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303135333036313b61646d696e5f6c6f67696e7c733a313a2231223b61646d696e5f69647c733a313a2233223b6c6f67696e5f757365725f69647c733a313a2233223b6e616d657c733a31343a2241646d696e696e73747261746f72223b6c6f67696e5f747970657c733a353a2261646d696e223b),
('c08176d27801158f140207102e6b3d36e9f598d3', '35.91.247.1', 1686242233, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363234323233333b),
('c0f0fcee6e1c44632daddcdd6ec5db7c0100bc46', '72.13.46.6', 1671307872, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313330373837323b),
('c12bbfacba630cd4b5d77dde66c2b4aa34dbeb8f', '209.141.33.65', 1669679558, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393637393535383b),
('c1825d7a1ff221ac8e07dd087665df5cb882c9ae', '105.112.155.197', 1666561109, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363536313130373b),
('c1ee177d103311cf1728731794f733874cd2507a', '159.89.46.171', 1669641847, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393634313834373b),
('c24b5fcca634894bcf26378b0a78a36a7de7ccd4', '35.90.115.118', 1688487794, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383438373739343b),
('c25670c3b49081784e2a1089502e13a3d40b63fd', '51.89.211.248', 1689835850, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393833353835303b),
('c2a0abedcb9c8d467943945c288cf7a80cbff40f', '34.219.46.119', 1690992642, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303939323634313b),
('c2a6239de30990c8f81ff481962b6ba99cf21f7b', '34.222.4.77', 1690650023, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303635303032333b),
('c2bd4ccf7bb8632186dfbf2dba9e8fe23b155dff', '54.244.132.65', 1687535163, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373533353136333b),
('c2d1d2cde6a72146380508a1e26d25da025b7e81', '3.139.93.188', 1674150729, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637343135303732393b),
('c3b0faf8985ca63200f122c3efea0b23d1cb87f2', '51.77.118.166', 1691312131, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313331323133313b),
('c3bb64e156c35e1141c598fcb7d7174bec586b44', '34.219.59.201', 1689772727, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393737323732373b),
('c3dd2258a34a0f05a21236315f7eef8674406dca', '34.68.183.95', 1672059922, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637323035393932303b),
('c3ebc5648e166b459b438d43e34084939aa9b18a', '129.205.124.224', 1670828712, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303832383731313b),
('c4bd989812cdb3e2c0c71fe5f4b041711cfc833b', '170.254.178.159', 1681984583, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313938343538333b),
('c51eadfb0f07600435a8f23b8011e943fc6e81b0', '205.185.116.89', 1668717608, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383731373630383b),
('c527f42823359d5d5524a31de4194e90fd1a6efc', '106.75.29.156', 1682165219, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323136353231393b),
('c5495a1d50827cd47e515f5523e2197d1035f17f', '38.154.198.246', 1682126587, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323132363538373b),
('c57911b9876c9ec4b435a0dba6d51be6281abb52', '52.41.122.224', 1691942631, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313934323633313b),
('c5be5ac1f23cb301819bba93fb2f4697202c562d', '54.201.189.90', 1686242240, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363234323234303b),
('c66d307f45d74fbbb3e860fc64d3742c982caa69', '54.190.25.248', 1688998602, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383939383630323b),
('c6a6868c78c6b5417cac471220a0f0859d441cfd', '35.89.237.57', 1692807539, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323830373533393b);
INSERT INTO `ci_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES
('c6d02d91437a53fa84dfc3e2caffd31d8291eaf9', '129.205.124.141', 1666625407, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363632353339393b),
('c6d077974ee54c74ae6c2a0c3df526a4947a775c', '54.213.164.89', 1690912858, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303931323835383b),
('c73356bfd6de555d0348e706d229e947aa5cfc88', '197.211.59.127', 1678309299, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383330393239393b61646d696e5f6c6f67696e7c733a313a2231223b61646d696e5f69647c733a313a2236223b6c6f67696e5f757365725f69647c733a313a2236223b6e616d657c733a33333a2254494d454f4e204b4149524f5320504f4c59544543484e4943202841646d696e29223b6c6f67696e5f747970657c733a353a2261646d696e223b),
('c7770634dd2b179eb70625c1a55026792c0f389f', '35.202.42.0', 1667620574, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373632303537343b),
('c7a4426c44af06b97f05b0e65306291cb89a8f87', '34.218.206.249', 1687535111, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373533353131313b),
('c7cc89f26099cc346349316c045b794ccfdbef40', '105.112.153.80', 1677918997, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637373931383939373b),
('c7d0629831be3a2f70098fab4899083432358672', '54.71.130.240', 1685805696, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353830353639363b),
('c869069fb7e23a2db1fdb21320904e2eb7aa91d7', '134.209.116.154', 1692751034, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323735313033343b),
('c8e0718a3f09270afd98e2eed0ad4eda673ec6f9', '34.27.229.21', 1691692493, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313639323439333b),
('c9071394d420966ade322121a14b1ecbaf207035', '105.112.55.57', 1666363355, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363336333139343b),
('c969b747365e87509f37edc1420ef273729d4c6c', '105.112.38.84', 1679604977, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637393630343937373b),
('c9a89e6e5051b22dd5b79cb2df3cc0f93f4ccf46', '105.112.154.0', 1687790542, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373739303533383b),
('c9ec1443954827d99e758259f02f44203520b5f4', '68.183.145.157', 1691550661, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313535303636313b),
('ca2ad3e686ca6934eec1966ab07f4b2d85ebac92', '123.6.49.47', 1689394579, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393339343537393b),
('ca661eebd92a1adf32fddef6e4fe0e37a1794851', '66.249.69.165', 1689934847, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393933343834333b),
('caba58e871a5c0336961dbd9439ee500e9ce8738', '34.68.54.214', 1690998945, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303939383934353b),
('cb0f06ce949fb73d0de07636ad9ce9110ead2f4a', '34.66.175.252', 1688339428, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383333393432383b),
('cb1d64c8b936115fffd92ec72d22cf9aae3a497a', '34.133.223.156', 1671815974, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313831353937343b),
('cb1f71e4d4a3d2388a9dfdc9794db07aedd59041', '34.221.164.221', 1688758158, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383735383135383b),
('cb38166cf51361b183cadaf4277fe9c1070d865f', '52.41.193.110', 1687273753, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373237333735333b),
('cb451434b06b2f868741474eb901fd1cad8d0c09', '170.231.251.109', 1682126586, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323132363538363b),
('cbd8a0ad999cd6b9db28185449023b5abcd5d0fe', '209.141.49.169', 1669679238, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393637393233383b),
('cc10b3d3503c1d951dc1d0fafbf76f5c33f994fe', '45.33.24.128', 1669544974, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393534343937343b),
('cc76f34ff604cf3080f911c345d8e4a72ce0a528', '54.245.53.247', 1689782627, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393738323632373b),
('ccbbcc67316c4f6ca0154653068678bcc15b46b6', '35.86.165.193', 1692110430, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323131303433303b),
('ccfad4a8ee1ab3823b76b78f05aec968f9454f77', '34.134.120.87', 1669227928, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393232373932383b),
('cd0534643b0eb55a122be77107ce20957b895ae7', '104.208.87.32', 1669722355, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393732323335353b),
('cd2f3ec05e369c4d4e5ba324d476023784478265', '197.211.61.48', 1670140376, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303134303337363b61646d696e5f6c6f67696e7c733a313a2231223b61646d696e5f69647c733a313a2233223b6c6f67696e5f757365725f69647c733a313a2233223b6e616d657c733a31343a2241646d696e696e73747261746f72223b6c6f67696e5f747970657c733a353a2261646d696e223b),
('cd3d18551ac64d4b1bc3e5528fe57dc018cf45de', '171.13.14.51', 1689395214, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393339353231343b),
('cdd8172b95a3008d4ed1e451448b0d33fdbac18c', '208.72.22.65', 1688990303, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383939303330333b),
('cdf71d2adecccc84f6f4d4a683bc1f7321bcb7d8', '41.217.57.246', 1675279240, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353237393234303b),
('ce18ua7pe96lpsmchf2hvlcripmfv8gg', '::1', 1665571870, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353537313835353b666c6173685f6d6573736167657c733a33353a225369676e205570205375636365737366756c2e2020506c65617365205369676e20496e223b5f5f63695f766172737c613a313a7b733a31333a22666c6173685f6d657373616765223b733a333a226f6c64223b7d),
('ce22ce160b0b4988c362df0fe902e2e9c42ddb25', '40.77.167.188', 1690153087, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303135333038373b),
('ce56705f557cc3a54b8fda13ab2aa38103b97dd0', '51.89.211.248', 1689391466, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393339313436363b),
('ce6275796868037a6c231d5c8da51ec8193137ee', '197.211.61.80', 1678356821, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383335363832313b),
('ce6c5674cb414c40a2d35c8f1db0e5fae7950afb', '197.211.58.186', 1666294482, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363239343438323b),
('ce837393f1037a1520c434b89df749b6a0e751ce', '54.202.226.104', 1684356888, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343335363838383b),
('cea0537e69cfe6e10c618d9a033a2877903171f7', '205.185.116.89', 1667807069, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373830373036383b),
('cee22bfecac4ba785135639bc48d11c3e3b5a455', '66.249.69.194', 1692127084, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323132373038333b),
('cef1baca5690340eeba1b07b941ae9bb8d254d1f', '105.112.183.244', 1686130105, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363133303130333b),
('cf960f83d9f0e06616fabc0c10dcf2c9d4c740af', '3.95.198.132', 1692150007, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323135303030373b),
('cf974de9b41019c92cd6e1b18ae215fe787571dd', '51.77.118.166', 1691899111, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313839393131313b),
('cfaf276334d8daafa138bda9ad0bdd8ece1d3494', '197.211.61.80', 1678356831, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383335363832313b),
('cfeae19fb1209b33c00ba27004daedf5d5d70206', '51.77.118.166', 1691769497, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313736393439373b),
('d000e22b4e82900329aac48176a7a2df70b180cb', '51.89.211.248', 1692157042, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323135373034323b),
('d01b0843be7e89b418aad4df7a9ab554666811a3', '51.89.211.248', 1690860886, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303836303838363b),
('d048fa418d0907c072baae96ef9c604c2013f118', '209.141.34.187', 1669533887, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393533333838373b),
('d05c6aec25d75612546ca1a836dca7319fd57fe8', '51.77.118.166', 1689556882, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393535363838323b),
('d06707f502a4b815492b6335cb405b7aec2c993c', '34.209.136.55', 1690912892, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303931323839323b),
('d0e62692cdb89479942d8929d31e414d1dabb420', '51.89.211.248', 1689835850, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393833353835303b),
('d113011eaaf1cb2667b1cc53cdbebe159b8365f0', '34.133.160.153', 1669491763, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393439313736333b),
('d11d1c5379691045b48e8301fb5abbb36716fcd5', '209.141.41.193', 1667649715, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373634393731353b),
('d120aeac98f332b20cfd4f9c825e8e16309c0a8b', '159.203.29.72', 1691199130, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313139393133303b),
('d1308391fe006b7735ffd241a96967ed968f9744', '51.89.211.248', 1691149267, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313134393236373b),
('d156f40d97d03a23050dd7bc10f87f41eea25b7d', '154.120.111.184', 1678358438, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383335383433383b61646d696e5f6c6f67696e7c733a313a2231223b61646d696e5f69647c733a313a2233223b6c6f67696e5f757365725f69647c733a313a2233223b6e616d657c733a31343a2241646d696e696e73747261746f72223b6c6f67696e5f747970657c733a353a2261646d696e223b666c6173685f6d6573736167657c733a31383a225375636365737366756c6c79204c6f67696e223b5f5f63695f766172737c613a313a7b733a31333a22666c6173685f6d657373616765223b733a333a226f6c64223b7d),
('d17b875bae47a0c902fd2ec788473e5cdb1a7718', '106.75.166.184', 1689394631, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393339343633313b),
('d195dc47ef83a4cf3e2566b577cc9065de143c15', '137.184.17.163', 1692059660, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323035393636303b),
('d1b980143106791eee6d0a41eaa1a6d7b2ad4a18', '105.112.37.100', 1666298804, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363239383830343b),
('d1fd6182b84860e97aa25e7897d451f7cc0a48b5', '217.174.240.50', 1690112588, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303131323538383b),
('d20b682eba315e78fc8e15a6c7420c306a018512', '111.7.100.24', 1692207888, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323230373838373b),
('d2469aaa7ef3437ee2212af9ceb96cfcbb8df294', '37.238.82.5', 1681997397, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313939373339373b),
('d289991dc9c6c5269daf665cd8e4a422d05ed4d4', '18.134.5.107', 1679094847, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637393039343834373b),
('d3041ea1df813131d2fdc0eaebd09fc80adc25f6', '105.112.59.184', 1669283956, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393238333935353b),
('d3252b8359b9b437e36061bc0f3526f4919a4ec0', '154.120.111.184', 1678361798, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383336313739383b73747564656e745f6c6f67696e7c733a313a2231223b73747564656e745f69647c733a323a223537223b6c6f67696e5f757365725f69647c733a323a223537223b6e616d657c733a31343a224f79696e6164652042656a696465223b6c6f67696e5f747970657c733a373a2273747564656e74223b),
('d3654b43bcfd395341521945f746d0bb0fd57c32', '118.194.251.128', 1682589233, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323538393233333b),
('d3705f517bbd511204fdb844d6f6a453bae1e32f', '72.13.46.2', 1681754336, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313735343333363b),
('d3975a7758e78f728fd11e9a8f650eb982a407e9', '197.211.58.186', 1666293657, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363239333635373b),
('d400044f9fd4e0342ac0a8da9f2ccb8ba06ee6cd', '209.141.41.193', 1667264122, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373236343132323b),
('d418e36cc160d17398affb88f16e6d746f61f2f8', '111.7.100.24', 1692207885, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323230373838353b),
('d44ecfa9c04e34c68ace2a74dfcb71566b5d0f5d', '66.249.75.204', 1685135520, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353133353531363b),
('d465b0788a4847d1220bacf61bea02930e6bed1e', '102.89.46.228', 1687090893, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373039303839333b),
('d47b118d78e1c2e6226527ecb3af29bc333afcd1', '54.212.241.42', 1690992668, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303939323636383b),
('d4ebf314df3069cc8e0d9077df2819ef6e1ea482', '34.221.195.61', 1692028985, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323032383938353b),
('d508c95b13754a2a5a3218c28a98a52e2942401b', '105.112.28.214', 1666350863, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363335303836333b),
('d516870f92b34bb3637baa01c4db185ffc2d816a', '51.77.118.166', 1691105461, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313130353436313b),
('d52708f1614b33c346effa558afcd540ee3cdaf2', '35.167.61.198', 1688398054, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383339383035343b),
('d58eb52d8aa05f47ff38f5c7b218b2ef0957c320', '72.13.46.2', 1673977444, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637333937373434343b),
('d5a0d50bb1dd851fa181f10a89c20f3ec5112840', '18.237.171.224', 1685214398, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353231343339383b),
('d5ecb8be6a441d70173e86c51213aecc0d9263c0', '58.17.6.9', 1690574585, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303537343538353b),
('d6411bf55e27c118714b7c5d012132d1ab53bd5b', '35.88.210.229', 1692029002, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323032393030323b),
('d65043557bc9c128259396a208f6cd064218eb02', '54.203.161.231', 1685001121, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353030313132313b),
('d73372001729d080d0052cc971ee1de30861be17', '34.219.213.126', 1692545329, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323534353332393b),
('d7550871eaaeb2d2155600e7899b2d1a952f5d3a', '197.211.58.28', 1678168977, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383136383937373b),
('d77028e89ba44a9960bc54748d0a0754e277d336', '34.216.58.1', 1689782611, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393738323631313b),
('d7b5a904eb44f0ec781b22030e770caf9b532099', '117.187.173.79', 1690452805, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303435323830353b),
('d7f5caa954008c65d4eba7698a76d2e1ac868d9b', '38.170.5.6', 1692013701, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323031333730303b),
('d82fe2228bc7211f84274cc2a81a9e48c79f3ed1', '197.211.58.184', 1670146596, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303134363539363b),
('d83bd5c0b613202d933ce1aa62ec20874d90e3dc', '34.221.1.11', 1688758158, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383735383135383b),
('d84ef88c29b12a97f173ccd3cb633f4831e5f6fa', '183.136.225.44', 1689524643, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393532343634333b),
('d882bab5b5a0557ee49929db39d712bc716143d8', '197.211.58.186', 1666293212, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363239333231323b),
('d9589fc6d13f53922eb6165da54814f4d2b8825c', '34.171.232.114', 1667706559, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373730363535393b),
('d97f003816334f6e4ba00c29711a139bee1436b4', '51.77.118.166', 1692094666, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323039343636363b),
('d9b9993a12ba346cb1fc42e61bcce8cbf7787324', '104.154.254.41', 1667577761, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373537373736313b),
('d9fe43959ac48bb08911366bd9364a8d8b682e6c', '136.243.228.198', 1670515072, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303531353037323b),
('da251df4fb32b5e87aba97156b9601d18a92a50b', '35.224.162.159', 1684367802, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343336373830323b),
('da3535bd81193fef96fdbbdfe45fa68bdd8d6b99', '51.89.211.248', 1691232449, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313233323434393b),
('da9c03aa1370ba2aa33d04c600492c76c830dc0f', '54.245.221.200', 1668945606, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383934353630363b),
('daad4f2045a1f75edbc06a72de4898c395c288c4', '51.89.211.248', 1691424456, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313432343435363b),
('db443763f3ab5e375db08c894e160d867d7e830d', '35.87.20.20', 1682496346, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323439363334363b),
('db704e0e3ae02c98193361ced610435fdd1ca5cf', '35.91.66.7', 1689264051, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393236343035313b),
('db78ce81adab64e947defbbdaf1c84a9d8b8d419', '51.77.118.166', 1692030047, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323033303034373b),
('dc176bf78dbc2aaac0d9029c326ebe8b58cb65dd', '223.111.175.4', 1690625083, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303632353038333b),
('dc218561f70d91a15a3b6566f8df4543eaea1e83', '54.200.102.3', 1685214167, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353231343136373b),
('dc428017ceb0dd3f709b8ae2c1ff003ef70ad676', '102.89.43.125', 1669113097, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393131333039373b),
('dc56415141254a35c49dd00ecaa66f76b9e2dd20', '87.250.224.161', 1670798398, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303739383339383b),
('dcdec96725069ebaca687a18bc12ba76fb3fdeaf', '205.210.31.60', 1682689607, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323638393630373b),
('dcebd4781bdff517eeb3edd47f27414071ffa3e8', '197.211.58.28', 1678168977, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383136383937373b),
('dd228f510dc67584276d240752c248e494f09ae9', '3.142.156.187', 1670700307, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303730303330373b),
('dd6c8226110e68ae34b98a5657eeb1c5c65544e0', '54.245.185.175', 1690127283, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303132373238333b),
('ddb782c827fb87eeba99f0e08f952bddd4da1536', '205.185.121.69', 1668973032, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383937333033323b),
('de61c1ec1b7ab50abca57b602b59cfa85d8a04cd', '192.186.157.97', 1692747788, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323734373738373b),
('de872ab074afa4a80818d66e4263a48d91008c2e', '197.211.59.121', 1670236181, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303233363138313b746561636865725f6c6f67696e7c733a313a2231223b746561636865725f69647c733a313a2231223b6c6f67696e5f757365725f69647c733a313a2231223b6e616d657c733a31313a224d5220414b494e4c414249223b6c6f67696e5f747970657c733a373a2274656163686572223b),
('de9bbf43331a4babd3af8699c266b98f00ed594b', '35.90.137.241', 1688998814, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383939383831343b),
('dea541625839675fa9474351f6e5413b029119c5', '51.77.118.166', 1690438852, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303433383835323b),
('df41bc185d97144ee9a01c7f561f45e8b96bbf35', '111.7.100.25', 1692207878, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323230373837383b),
('df80c75f422ff07cf45316eb23e3e1177ea773a4', '209.141.33.65', 1667555198, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373535353139383b),
('dfedb238dd9c19ad50f8f99c0b9e3849f6833c5f', '54.149.162.166', 1690127580, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303132373538303b),
('e0038acb4e27b779352c94259943c99e4d67bcd3', '34.219.43.239', 1687024167, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373032343136373b),
('e025cc0043d172060e45d6b2b591a89eaaaaf572', '104.239.37.41', 1684841549, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343834313534393b),
('e0653b500fc61611b8332fffa209470517dff045', '205.185.116.89', 1669644455, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393634343435353b),
('e08891fe579ee1fec72231e26add51ae71cc5078', '51.77.118.166', 1692094665, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323039343636353b),
('e0915c2bf085b0d945749313f0371982d70d2e28', '35.188.58.127', 1683761656, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333736313635363b),
('e0a54779bce25d685489398b4dc6e723b4c613c1', '223.111.175.28', 1682069564, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323036393536343b),
('e101e909ef2b984c3dfc6b87a3e59ea3ac5cb5bb', '102.89.33.51', 1678350438, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383335303137393b73747564656e745f6c6f67696e7c733a313a2231223b73747564656e745f69647c733a323a223535223b6c6f67696e5f757365725f69647c733a323a223535223b6e616d657c733a33303a2254616a756465656e2041626475722d52617a6171204164656762656d6920223b6c6f67696e5f747970657c733a373a2273747564656e74223b6d73677c733a303a22223b),
('e11e833f02053a0778c6e5e57d191eb1ec82f663', '102.67.30.228', 1683302541, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333330323534303b),
('e1979722b4df1172d1f460c4bd776c603e96a82a', '197.211.58.184', 1670144189, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303134343138393b666c6173685f6d6573736167657c733a33353a225369676e205570205375636365737366756c2e2020506c65617365205369676e20496e223b5f5f63695f766172737c613a313a7b733a31333a22666c6173685f6d657373616765223b733a333a226e6577223b7d),
('e1a5a4ba46bb25992ba5e19c2b8f17fe50009337', '35.92.201.69', 1687535211, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373533353231313b),
('e1cfec2809642b81c4c4224dc27215ab8027f47f', '13.42.40.186', 1669510787, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393531303738373b),
('e237c2eb4e6d4832e2f8c3acdc53e8bd07fb60c9', '111.7.100.25', 1681943037, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313934333033373b),
('e260b40c14c70e0a12e1b0416b7a8e01b851e0c4', '34.215.0.14', 1688398031, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383339383033313b),
('e294a49049ae6ff828ab034909b2ba37651836a8', '23.236.233.40', 1691981357, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313938313335363b),
('e2af13700b940233d86d494b7134f82075122eb2', '198.235.24.70', 1689640176, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393634303137363b),
('e2bc5b37581c93ce192bf88805b38ad92f0d487a', '104.164.173.81', 1687260943, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373236303934333b),
('e2ecc9ae4c3dafe4b73f9820155982e2f0e18870', '117.187.173.82', 1690623435, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303632333433353b),
('e3c8317bdff6e748c348627986ed0a51ffa3702f', '54.191.134.216', 1687415978, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373431353937383b),
('e3de55c4ed6cdc3169b899caacd2abd0d4ba2956', '172.59.190.189', 1686396982, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363339363938323b),
('e3e99d96ac41141c1b51c5f02905bd574f78239e', '38.154.198.152', 1682086445, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323038363434353b),
('e452dcc647d94329a7f93062a5365ee5b42ef149', '13.42.40.186', 1669510849, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393531303834393b),
('e4f21629f7dcd35c985e5d01c29ec68667937e1e', '105.112.164.86', 1669665808, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393636353830383b),
('e50a513a8cb76b5b8842ece8a4dc9d15ab2ff816', '34.219.62.86', 1689959736, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393935393733363b),
('e5623325d58c5e7355301077157f877329cce8db', '51.89.211.248', 1689835850, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393833353835303b),
('e585638cafb1b4ee10edf7ee5974da198841d0df', '35.192.0.151', 1667444288, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373434343238373b),
('e5d0f8a756697ce60fdb9ba63e279dfb67cd03ab', '52.12.221.106', 1692463375, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323436333337353b),
('e5f4f9f5cf622c16c28943fb03e1d427ce9533b5', '35.89.178.43', 1688053383, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383035333338333b),
('e5f7f95185dffd030bf738fd370aa2ff6fba051b', '41.58.246.52', 1675966699, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353936363639393b),
('e5f9701d0dea507fc3abf2d97eacfd557331a3d1', '42.236.10.78', 1667463464, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373436333432393b),
('e6e2fec59fd6e77e21fe647ce67e0367e9f1f153', '197.211.58.186', 1666295658, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363239353635383b),
('e6f3e0be5fc9e5141d34de5e5b2b0ee050b38edf', '34.221.99.152', 1686590444, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638363539303434343b),
('e750c4093e1464040156794e792b0e17d0b13ebd', '52.41.28.111', 1688134503, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383133343530333b),
('e8148ca36c9bc8a380bdcda5693f479b33aa4df2', '35.162.220.108', 1688834649, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383833343634393b),
('e8292eb43a761026130574ddd6b0f3a1c123d87a', '197.211.61.88', 1678356123, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383335363132333b61646d696e5f6c6f67696e7c733a313a2231223b61646d696e5f69647c733a313a2233223b6c6f67696e5f757365725f69647c733a313a2233223b6e616d657c733a31343a2241646d696e696e73747261746f72223b6c6f67696e5f747970657c733a353a2261646d696e223b),
('e83279b771b47fd3b22c0268aefaab003b0aa249', '34.171.228.10', 1675979283, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353937393238333b),
('e85bd4e30411a2ec72d1fe566a8388ce11fe5211', '105.112.153.80', 1677918998, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637373931383939373b),
('e869bd754a0f33223c44a7f67c680ba2cc46da9e', '34.222.213.151', 1683299833, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333239393833333b),
('e8c86cc352b42b53c6f6885308ce7662f60f4420', '146.148.79.198', 1669283988, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393238333938383b),
('e908e3aec308c346a0beccccc235c7f973a45283', '117.50.170.112', 1690560179, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303536303137393b),
('e92734f98605b153b35c574944d64c0180dbd724', '193.34.72.139', 1681823014, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313832333031343b),
('e93d91679fa42bfd57a68a33c20e894dcc10f1f3', '51.89.211.248', 1690860886, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303836303838363b),
('e9c8c3c1f215ecf7e15bb10778a2f7ca4a74291e', '205.185.116.89', 1669026877, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393032363837373b),
('ea4cee3c0cffa21e9fa74ccece61fbafa2403002', '34.219.217.42', 1692807527, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323830373532373b),
('ea4f2efdc29bd439c84988c44b45e060701889dd', '18.237.18.143', 1685214208, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638353231343230383b),
('eb13368bc99aad144687053f61406787a819d63c', '95.108.213.166', 1689242317, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393234323331373b),
('eb8d5602246694fb9c39081235e2d9760adcc2ec', '41.190.12.88', 1684592369, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343539323039303b),
('eb9b44ba698c5ea12c17543418a639d0471ffeef', '180.163.220.67', 1667202037, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373230323033303b),
('ebadf22ebe3398fa2eee63ee765c5d3a2fa42b21', '197.211.58.186', 1666294088, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363239343038383b),
('ebd4ab64f747a58c0a63524429d524c8a536af2b', '3.237.255.25', 1692183892, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323138333839323b),
('ebf6be44c8cea694dc99130e184c51d876e8b05f', '139.59.70.141', 1691896074, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313839363037343b),
('ebfa4f0339ef8419958cb3590e0a039b259aee79', '197.211.58.186', 1666292860, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363239323836303b),
('ec18c38fbf6b8083863cc91105a742db21d9d5eb', '51.89.211.248', 1690377203, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303337373230333b),
('ece4f479a5665e3c229d28073e7dbf077ead874e', '35.160.202.157', 1690304155, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303330343135353b),
('ed05e6644b0d0bb95300b0daec631c5f81e66c34', '8.36.86.49', 1691545946, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313534353934363b),
('ed0cd4ffe1d42e36da0e5388c5b5fd4b664a03db', '18.236.160.103', 1692282806, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323238323830363b),
('ed810bb4f95bea783f29fbb8c316e0eefa988a1a', '27.115.124.6', 1680293861, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638303239333836313b),
('ed85b60e0bd50820bae624e4c4ddb7888dbb5284', '34.71.190.173', 1684969095, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343936393039353b),
('edcc49003e933b970c85f9cfcb2968d23be5af18', '165.154.119.37', 1683181854, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333138313835343b),
('ee44610a2f82b022024fe4fc01e3f096a3d81565', '180.163.220.66', 1671004201, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313030343139353b),
('eed24b30e51f7e9fa0f8186aa424f7106ab5550a', '209.141.36.112', 1668268608, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383236383630383b),
('ef1acb50417687be926ab01abf82ac42a3340342', '170.247.222.146', 1681815196, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313831353139363b),
('ef3d694f831eef5090a83d71fb7060434d88854d', '34.69.59.26', 1667531228, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373533313232383b),
('ef41b70f6cbbadebf5c778f5697dd9a12b911659', '18.219.129.215', 1691564693, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313536343639333b),
('ef7e5d73ab76a7093c2938e30e40df4efe20b3dd', '51.89.211.248', 1689627494, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393632373439343b),
('ef8c4b2e53f92789e3c8fe4902cda7a2569cd7ee', '3.135.64.241', 1677501234, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637373530313233343b),
('efc49466eccc83959ce03905d9c165491e94cb61', '3.135.64.241', 1677501211, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637373530313231313b),
('efeb41006a4eda59eb4808a099569811e8e8b7c0', '86.243.95.238', 1674626507, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637343632363530373b),
('eg2fdc0k0110i41lvq98vcufkjbm3k94', '::1', 1665086845, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353038363834353b73747564656e745f6c6f67696e7c733a313a2231223b73747564656e745f69647c733a313a2236223b6c6f67696e5f757365725f69647c733a313a2236223b6e616d657c733a31353a226f6c756d6964652061776f6a6f6269223b6c6f67696e5f747970657c733a373a2273747564656e74223b6d73677c733a303a22223b),
('f08e78e0ebbf6bf70ceda916db523a924f9554eb', '197.211.61.54', 1666335613, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363333353631313b),
('f0a65e7f82d98725604f0b270331132fa0046dee', '105.112.167.70', 1678378962, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383337383936323b),
('f0b78a0e65f5fa5825b589983ea0c7db8d1d96eb', '197.211.58.188', 1670153471, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303135333437313b61646d696e5f6c6f67696e7c733a313a2231223b61646d696e5f69647c733a313a2233223b6c6f67696e5f757365725f69647c733a313a2233223b6e616d657c733a31343a2241646d696e696e73747261746f72223b6c6f67696e5f747970657c733a353a2261646d696e223b666c6173685f6d6573736167657c733a32343a2241646d697373696f6e205374617475732055706461746564223b5f5f63695f766172737c613a313a7b733a31333a22666c6173685f6d657373616765223b733a333a226f6c64223b7d),
('f0efb60315baf025a1c07ecf4c87cca3338bcd21', '51.77.118.166', 1689522707, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393532323730373b),
('f12748b0f82b50c2b97770672ca95ae691634b30', '185.170.10.102', 1675716351, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353731363335313b),
('f15fa42650b73b54c5a2f09d853332ce29b301d3', '197.211.58.28', 1678168978, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383136383937383b),
('f1b21a8507f461a4f82f98948048733f704ecd2e', '72.13.62.43', 1684546053, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343534363035333b),
('f1c5c2c4e0cffeee7dd983a9f68326f3c4f233da', '197.211.58.186', 1666292517, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363239323531373b),
('f1ca4b30f5edd7e8e7cbd9a588e25d49ce737e3a', '3.131.35.245', 1682511974, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323531313937343b),
('f1dd8d3129eb8012f12f722543a23a05f546560d', '66.249.72.94', 1684930352, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343933303332373b),
('f208f95d1955899aebff224cf87e6f29298f6919', '3.142.156.187', 1670700325, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303730303331383b),
('f25c3fde41dd39f68b8d551586e12d5749ab153a', '105.112.37.100', 1666298917, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363239383830343b73747564656e745f6c6f67696e7c733a313a2231223b73747564656e745f69647c733a323a223334223b6c6f67696e5f757365725f69647c733a323a223334223b6e616d657c733a31373a2241646564656a69204f6c7577617365756e223b6c6f67696e5f747970657c733a373a2273747564656e74223b),
('f2ade285e9ed04e7c06cbaac4230f05d42f72b80', '18.134.5.107', 1679094841, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637393039343834313b),
('f2ecbfc07126b623a32da36cc0f0dd533deb09ae', '146.190.167.37', 1691022492, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313032323439323b),
('f300d4a1af06e83dbeb41da7dbac5c6973fb87c4', '35.202.42.0', 1667620467, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373632303436373b),
('f34c6132b2ab2f02eee04939114e3fd156281f1a', '197.211.61.60', 1666367157, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363336373135373b),
('f371583a00ef8cb9e0899b5f62510da10a78829a', '18.237.231.177', 1689181565, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393138313536353b),
('f3909bb3e6d1b6dfb7e5ba9099b7788c2d560dab', '35.93.144.101', 1691598690, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313539383639303b),
('f392a72a6ac3596b5deeacfd43a6fdf34342f41e', '52.15.135.4', 1680451497, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638303435313439373b),
('f3d902a38c486eb241016c0ca7ebf4c008950d85', '35.193.222.57', 1670612842, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303631323834323b),
('f3dd848b56bd14aca1207399019b7bd7007c5e8e', '163.107.73.229', 1666810147, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363831303134373b),
('f403cce30100951613724c8d12b40850b47550ae', '197.211.61.59', 1666336428, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363333363432373b),
('f453a5a54cde2b1937d018bbd357bf1c5b0937dc', '154.120.111.184', 1678361895, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637383336313839353b),
('f46a7b7796b7461805b9d20ca95d8a920a530b2a', '198.235.24.206', 1689135066, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393133353036363b),
('f46aa2e8a33c9c61238d27176a45e52a3f422307', '183.136.225.46', 1684147537, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343134373533363b),
('f4faff97e4c7351009367b4de4c415342e5cc9c5', '102.36.150.1', 1684858459, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638343835383435363b73747564656e745f6c6f67696e7c733a313a2231223b73747564656e745f69647c733a323a223633223b6c6f67696e5f757365725f69647c733a323a223633223b6e616d657c733a31383a2253696a69204f6c75776164616d696c617265223b6c6f67696e5f747970657c733a373a2273747564656e74223b6d73677c733a303a22223b),
('f50f40c5b800e3e9e93c132ecfeabc16f24be555', '34.211.113.236', 1692545355, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323534353335353b),
('f543d1b972cea80265ec03053c4b025f2b1afb7a', '54.38.211.230', 1691011756, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313031313735363b),
('f5649bb2448bd3c2acf798f1019b5ff9f78271df', '197.211.58.188', 1670154861, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303135343836313b61646d696e5f6c6f67696e7c733a313a2231223b61646d696e5f69647c733a313a2233223b6c6f67696e5f757365725f69647c733a313a2233223b6e616d657c733a31343a2241646d696e696e73747261746f72223b6c6f67696e5f747970657c733a353a2261646d696e223b666c6173685f6d6573736167657c733a32343a2241646d697373696f6e205374617475732055706461746564223b5f5f63695f766172737c613a313a7b733a31333a22666c6173685f6d657373616765223b733a333a226f6c64223b7d),
('f5716f71194ecf154c682d2e9da33a23bcd3c370', '191.102.155.60', 1692084684, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323038343638343b),
('f5769ad5d76322fefa5415676da411d6739b552b', '35.92.155.123', 1690039740, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303033393734303b),
('f5ac8b75092aa5761c0dd1c0162af63671e80c4f', '34.136.78.181', 1667489294, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373438393239343b),
('f619e2d86f66d134b5fd03cf5586d393bf48a779', '51.77.118.166', 1690959734, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303935393733343b),
('f63d8cab081b62dfc9faca7f483d61cc9a279742', '102.89.42.62', 1673280821, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637333238303636323b),
('f6b496942145529198a3d3705f3a4f81eb774cad', '183.136.225.44', 1689523850, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393532333835303b),
('f6df889d4aca80bdbf956873c7f33a6b1bcc173d', '102.67.30.228', 1673535254, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637333533353235333b),
('f6eb8fbeb49b0c3d8cc548dff4e8285d58609de8', '84.17.39.222', 1668945350, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383934353335303b),
('f6fb00a1c5b93e88b1ddd0059762e9f5f574abbe', '20.53.239.83', 1669854699, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636393835343639393b),
('f72cb7dc41b8e2b23c50008c76c2c0862b31858e', '205.210.31.208', 1682375740, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323337353734303b),
('f743fb15d8425fbc52b7470251889896cefc0030', '106.75.145.88', 1689394632, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393339343633323b),
('f757ac454028b945aff5a0da528b5db2d48c0e40', '34.208.20.110', 1688134387, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383133343338373b),
('f79e3e27dc0474df4c2431b6baada193321968d1', '36.99.136.135', 1681943225, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313934333232313b),
('f7cf4594226be56592c8c32df19316994b858b8a', '35.202.42.0', 1667620508, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373632303530383b),
('f7fa43aa3032647c0b24e637cdc8cee0ab561891', '35.88.156.214', 1688312262, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383331323236323b),
('f87bc514e6b8724c796dc8f807b4a4d86fe4a69d', '42.236.10.114', 1671004230, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313030343231313b),
('f889d000706c726406a11bbd4378f48fa3e7352e', '35.87.40.21', 1690649961, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303634393936313b),
('f91a899a2ad78d7439652877eff0c2c70da75bbd', '209.141.55.120', 1667970917, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373937303931373b),
('f9920af4508f17abc89caad98162f1f3d93a3f31', '197.211.58.186', 1666301555, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363330313535353b),
('f9c83169c682969adb8c58b3a1f7b1ebcf09718f', '54.245.132.100', 1690304153, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303330343135333b),
('f9d6d3e43340172f55344fa982c40e7bbbaa4708', '3.142.164.105', 1671311310, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313331313331303b),
('fa01369f649d3e4e760365d251e70966760bc8be', '87.250.224.152', 1670798396, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637303739383339363b),
('fa6e9719bc967834c12260ecc18a43a793254582', '51.77.118.166', 1689522707, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393532323730373b),
('fa78b842c6e468f2f0ac6376ac1574a593e79e6d', '34.213.239.39', 1687623162, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373632333136323b),
('fa9f7d34a115a859ed23dceb88c7f67a86a19cb2', '54.200.234.68', 1691083952, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313038333935323b),
('faf034b80744c65d3339111a0a60358ecdd7df1f', '54.202.5.231', 1691942675, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313934323637353b),
('fb049893288e3246542adbcf6357b701ed9ba10a', '35.160.165.13', 1687024108, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373032343130383b),
('fba9df37078b2202b1b6186cbc09dfc4a33ed892', '36.99.136.135', 1681943138, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313934333133383b),
('fbac02e9dafd21b7650df95a649d187cd4af59ce', '197.211.58.186', 1666294833, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363239343833333b),
('fc0902bc0203e170f59e469b30f6d98d4a0c33ee', '45.46.70.122', 1687872897, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373837323831363b),
('fc46abe4928e3c569ae9e9ca2395fa412801ba1a', '35.164.198.83', 1692201008, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639323230313030383b),
('fc669d18258f9be1333ca441ace3ab34de8381b9', '197.211.61.54', 1666337485, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636363333373438353b),
('fc7b3f8aa987a691d5b9640e3398a9dbad382900', '35.91.39.224', 1688834766, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383833343736363b),
('fc82d9714239e8e30517057bbf7c2bd501563f59', '152.32.212.29', 1683695728, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333639353732383b),
('fc9d74fe1a6bb903dbef5b052f0c3b187ce9cb2a', '52.167.144.26', 1687826166, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638373832363136363b),
('fcdc0ef910743641c05075955237359e200d0d45', '35.203.252.40', 1689153536, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393135333533363b),
('fcf452d642d5bd7a11c9aaa29dcbdb1d1c5ad674', '35.89.225.92', 1688834731, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383833343733313b),
('fd0d2742c774ee9fdb716b7faf2bd89cfb0098bb', '51.89.211.248', 1691192551, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639313139323535313b),
('fd32aac925131ed2ec4a3b204650919c5ae2eb7d', '106.75.134.172', 1689394689, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393339343638393b),
('fd3b36f0ed89c4c46dcc1fabe2d3081531ee64fb', '209.141.34.187', 1667819370, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373831393337303b),
('fd3bec1839cdd089a6d7d07563f6829d7e5ba1e5', '105.112.127.132', 1681375180, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313337353137383b),
('fdadea8ba1c8c125649b28d658f22d5bc858734a', '42.236.10.75', 1667737013, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373733373030303b),
('fe1176edbe09b6b6e78f7c73417da6e882b29fcf', '34.71.108.25', 1671851292, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637313835313239313b),
('fe469fc12aa9fbaceff06730da270916ecbf1404', '66.249.75.196', 1688468187, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638383436383137303b),
('fe5d2d0587715005bfcc91af2d0efdcab8c30593', '223.111.175.115', 1681982767, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313938323736373b),
('fe7ff503f7debe528a42c1c46eb23b8e26863970', '209.141.34.187', 1668523009, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383532333030393b),
('feb6fd649fb18cef2a3b15cdbcd0f6634efaf26e', '18.246.6.185', 1689913973, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638393931333937333b),
('ff0bb2b2e73949b383b30bb662e0d04abb4e2668', '34.220.97.128', 1683299824, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333239393832343b),
('ff0d38847eec7cce988ba6c815978a10e667f5ac', '34.172.38.177', 1681770010, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638313737303031303b),
('ff34782936cc0d6509d7e6ecd0db02d82a05f186', '138.68.5.82', 1667043190, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373034333138393b),
('ff44a1a40b346b1d3292a59499adb78617f1c871', '54.185.253.164', 1683652474, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638333635323437343b),
('ff622bf21eb9fa9595bfc32e6190135f27f27d01', '35.192.0.151', 1667444324, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373434343332333b),
('ff9282b7244ff73022178b8468ed07ae65085973', '138.68.5.82', 1667043189, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373034333138393b),
('ffaef2c309125c6b78cab3fb83e678cd7d8ee80f', '205.185.122.184', 1667310319, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636373331303331393b),
('ffcedb9447b5ac115a15fef30ab442fa5fd203bb', '58.17.6.9', 1690745042, 0x5f5f63695f6c6173745f726567656e65726174657c693a313639303734353034323b),
('ffd60a4d990669cb773d1b9c8c58dfa691652887', '35.93.12.120', 1682625304, 0x5f5f63695f6c6173745f726567656e65726174657c693a313638323632353330343b),
('fff429f862fcf7d3ba06451ccaadd86e73031e1e', '205.185.121.69', 1668952238, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636383935323233383b),
('fi1okb977i2o3lndl8vfgv89enecfn6u', '::1', 1665553573, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353535333537333b666c6173685f6d6573736167657c733a33353a225369676e205570205375636365737366756c2e2020506c65617365205369676e20496e223b5f5f63695f766172737c613a313a7b733a31333a22666c6173685f6d657373616765223b733a333a226f6c64223b7d),
('ga0csi8a449gtb2kgmc43romlpd64uh8', '::1', 1665551614, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353535313631343b61646d696e5f6c6f67696e7c733a313a2231223b61646d696e5f69647c733a313a2236223b6c6f67696e5f757365725f69647c733a313a2236223b6e616d657c733a33333a2254494d454f4e204b4149524f5320504f4c59544543484e4943202841646d696e29223b6c6f67696e5f747970657c733a353a2261646d696e223b666c6173685f6d6573736167657c733a31323a22446174612055706461746564223b5f5f63695f766172737c613a313a7b733a31333a22666c6173685f6d657373616765223b733a333a226f6c64223b7d),
('ijuscc9pqamjck60veiq7dn0a2agd6r8', '::1', 1665089525, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353038393532353b686f645f6c6f67696e7c733a313a2231223b686f645f69647c733a313a2232223b6c6f67696e5f757365725f69647c733a313a2232223b6e616d657c733a343a22484f4432223b6c6f67696e5f747970657c733a333a22686f64223b),
('j9gc6bhjq86i52v0uuq65tca7cn5tmjv', '::1', 1665081277, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353038313237373b61646d696e5f6c6f67696e7c733a313a2231223b61646d696e5f69647c733a313a2236223b6c6f67696e5f757365725f69647c733a313a2236223b6e616d657c733a33333a2254494d454f4e204b4149524f5320504f4c59544543484e4943202841646d696e29223b6c6f67696e5f747970657c733a353a2261646d696e223b),
('kkk9vq29hmvhm3m7994m508ga3na98q4', '::1', 1665084766, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353038343736363b73747564656e745f6c6f67696e7c733a313a2231223b73747564656e745f69647c733a313a2236223b6c6f67696e5f757365725f69647c733a313a2236223b6e616d657c733a31353a226f6c756d6964652061776f6a6f6269223b6c6f67696e5f747970657c733a373a2273747564656e74223b6d73677c733a303a22223b),
('m07t6f6okef6u2eeucif4hbljga973s9', '::1', 1665088238, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353038383233383b73747564656e745f6c6f67696e7c733a313a2231223b73747564656e745f69647c733a313a2236223b6c6f67696e5f757365725f69647c733a313a2236223b6e616d657c733a31353a226f6c756d6964652061776f6a6f6269223b6c6f67696e5f747970657c733a373a2273747564656e74223b6d73677c733a303a22223b),
('metbm4s9lamt5cknc449vho9o0nlq11r', '::1', 1665557224, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353535373138373b666c6173685f6d6573736167657c733a33353a225369676e205570205375636365737366756c2e2020506c65617365205369676e20496e223b5f5f63695f766172737c613a313a7b733a31333a22666c6173685f6d657373616765223b733a333a226e6577223b7d),
('msegth16jka7fvhh9mat3s8jj5j9eblr', '::1', 1665118168, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353131383136383b),
('o5tdfjrs7uuvj55q16p214rvcuqlue72', '::1', 1665554237, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353535343233373b666c6173685f6d6573736167657c733a33353a225369676e205570205375636365737366756c2e2020506c65617365205369676e20496e223b5f5f63695f766172737c613a313a7b733a31333a22666c6173685f6d657373616765223b733a333a226e6577223b7d),
('ohv9jethgnm48gc0n3tv3hm2ueaplv1e', '::1', 1665085250, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353038353235303b73747564656e745f6c6f67696e7c733a313a2231223b73747564656e745f69647c733a313a2236223b6c6f67696e5f757365725f69647c733a313a2236223b6e616d657c733a31353a226f6c756d6964652061776f6a6f6269223b6c6f67696e5f747970657c733a373a2273747564656e74223b6d73677c733a303a22223b),
('pvokvmcl91uahgg1v4n7dk0untqdcceu', '::1', 1665571550, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353537313535303b),
('qdaelpoigl95ld3dek09rsf38e7j5n7g', '::1', 1665571855, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353537313835353b),
('qme8s9pf2oqf3d4rqnpgdpn2bj1bo38s', '::1', 1665088923, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353038383932333b61646d696e5f6c6f67696e7c733a313a2231223b61646d696e5f69647c733a313a2236223b6c6f67696e5f757365725f69647c733a313a2236223b6e616d657c733a33333a2254494d454f4e204b4149524f5320504f4c59544543484e4943202841646d696e29223b6c6f67696e5f747970657c733a353a2261646d696e223b),
('qt2g6pc7bio3ejj8lf03h1p2hvfsjc91', '::1', 1665080899, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353038303839393b61646d696e5f6c6f67696e7c733a313a2231223b61646d696e5f69647c733a313a2236223b6c6f67696e5f757365725f69647c733a313a2236223b6e616d657c733a33333a2254494d454f4e204b4149524f5320504f4c59544543484e4943202841646d696e29223b6c6f67696e5f747970657c733a353a2261646d696e223b),
('qtd740615q660vrg8iih46frp4gvq1ea', '::1', 1665086510, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353038363531303b73747564656e745f6c6f67696e7c733a313a2231223b73747564656e745f69647c733a313a2236223b6c6f67696e5f757365725f69647c733a313a2236223b6e616d657c733a31353a226f6c756d6964652061776f6a6f6269223b6c6f67696e5f747970657c733a373a2273747564656e74223b6d73677c733a303a22223b),
('rmh6ginb9ptt6q32m94h6v3nbictm863', '::1', 1665557187, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353535373138373b666c6173685f6d6573736167657c733a33353a225369676e205570205375636365737366756c2e2020506c65617365205369676e20496e223b5f5f63695f766172737c613a313a7b733a31333a22666c6173685f6d657373616765223b733a333a226e6577223b7d),
('rpk8e34vm7ffgbsbb636lv40g7kfij1a', '::1', 1665552947, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353535323934373b666c6173685f6d6573736167657c733a33353a225369676e205570205375636365737366756c2e2020506c65617365205369676e20496e223b5f5f63695f766172737c613a313a7b733a31333a22666c6173685f6d657373616765223b733a333a226f6c64223b7d),
('sn88ret9silgrvr82i4tctq8ni2vd7gn', '::1', 1665555503, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353535353530333b666c6173685f6d6573736167657c733a33353a225369676e205570205375636365737366756c2e2020506c65617365205369676e20496e223b5f5f63695f766172737c613a313a7b733a31333a22666c6173685f6d657373616765223b733a333a226e6577223b7d),
('t4rbq4r0l72rpjpgqvngtf0uhloepcnt', '::1', 1665085578, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353038353537383b73747564656e745f6c6f67696e7c733a313a2231223b73747564656e745f69647c733a313a2236223b6c6f67696e5f757365725f69647c733a313a2236223b6e616d657c733a31353a226f6c756d6964652061776f6a6f6269223b6c6f67696e5f747970657c733a373a2273747564656e74223b6d73677c733a303a22223b),
('vmk8lps4i0prk4vdbbkb0i799l3a5l33', '::1', 1665086066, 0x5f5f63695f6c6173745f726567656e65726174657c693a313636353038363036363b73747564656e745f6c6f67696e7c733a313a2231223b73747564656e745f69647c733a313a2236223b6c6f67696e5f757365725f69647c733a313a2236223b6e616d657c733a31353a226f6c756d6964652061776f6a6f6269223b6c6f67696e5f747970657c733a373a2273747564656e74223b6d73677c733a303a22223b);
-- --------------------------------------------------------
--
-- Table structure for table `class`
--
DROP TABLE IF EXISTS `class`;
CREATE TABLE `class` (
`class_id` int(11) NOT NULL,
`name` longtext COLLATE utf8_unicode_ci NOT NULL,
`name_numeric` longtext COLLATE utf8_unicode_ci NOT NULL,
`teacher_id` int(11) NOT NULL,
`hod_id` int(11) NOT NULL,
`dean_id` int(11) NOT NULL,
`description` longtext COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `class`
--
INSERT INTO `class` (`class_id`, `name`, `name_numeric`, `teacher_id`, `hod_id`, `dean_id`, `description`) VALUES
(1, 'Computer Science And Mathematics', 'COS', 1, 2, 1, 'The faculty of Computer Science and Mathematics was established to fulfill the gap ....'),
(2, 'Computer Information System', 'CIS', 2, 1, 2, ''),
(3, 'Networking & Telecommunication', 'NTC', 2, 0, 3, ''),
(4, 'Accounting & Business Studies', 'ABS', 2, 0, 4, ''),
(5, 'Entrepreneur & Skill Acqusition', 'ESA', 2, 0, 5, ''),
(23, 'Yoruba Language Studies', 'YOR', 0, 0, 6, ''),
(24, 'Electrical/Electronics', 'EEC', 4, 0, 7, '');
-- --------------------------------------------------------
--
-- Table structure for table `class_diploma`
--
DROP TABLE IF EXISTS `class_diploma`;
CREATE TABLE `class_diploma` (
`diploma_id` int(11) NOT NULL,
`from_c` double NOT NULL,
`to_c` double NOT NULL,
`description` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `class_diploma`
--
INSERT INTO `class_diploma` (`diploma_id`, `from_c`, `to_c`, `description`) VALUES
(1, 0, 1.99, 'Fail'),
(2, 2, 2.49, 'Pass'),
(3, 2.5, 2.99, 'Lower Credit'),
(4, 3, 3.49, 'Upper Credit'),
(5, 3.5, 4, 'Distinction');
-- --------------------------------------------------------
--
-- Table structure for table `class_routine`
--
DROP TABLE IF EXISTS `class_routine`;
CREATE TABLE `class_routine` (
`class_routine_id` int(11) NOT NULL,
`class_id` int(11) NOT NULL,
`subject_id` int(11) NOT NULL,
`time_start` int(11) NOT NULL,
`time_end` int(11) NOT NULL,
`time_start_min` int(11) NOT NULL,
`time_end_min` int(11) NOT NULL,
`day` longtext COLLATE utf8_unicode_ci NOT NULL,
`teacher_id` int(11) NOT NULL,
`room` longtext COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `class_routine`
--
INSERT INTO `class_routine` (`class_routine_id`, `class_id`, `subject_id`, `time_start`, `time_end`, `time_start_min`, `time_end_min`, `day`, `teacher_id`, `room`) VALUES
(1, 10, 0, 8, 8, 0, 40, 'monday', 23, '1');
-- --------------------------------------------------------
--
-- Table structure for table `club`
--
DROP TABLE IF EXISTS `club`;
CREATE TABLE `club` (
`club_id` int(11) NOT NULL,
`club_name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`desc` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `contact_table`
--
DROP TABLE IF EXISTS `contact_table`;
CREATE TABLE `contact_table` (
`contact_id` int(11) NOT NULL,
`visitor_name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`visitor_email` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`visitor_content` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`school_id` int(11) NOT NULL,
`session` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `courseenrolls`
--
DROP TABLE IF EXISTS `courseenrolls`;
CREATE TABLE `courseenrolls` (
`id` int(11) NOT NULL,
`studentRegno` varchar(255) NOT NULL,
`pincode` varchar(255) DEFAULT NULL,
`session` text NOT NULL,
`department` int(11) NOT NULL,
`level` int(11) NOT NULL,
`semester` int(11) NOT NULL,
`course` int(11) NOT NULL,
`enrollDate` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `courseenrolls`
--
INSERT INTO `courseenrolls` (`id`, `studentRegno`, `pincode`, `session`, `department`, `level`, `semester`, `course`, `enrollDate`) VALUES
(9, '15', NULL, '2020-2021', 1, 1, 1, 3, '2022-05-07 12:15:27'),
(10, '15', NULL, '2020-2021', 1, 1, 2, 7, '2022-05-07 12:16:02'),
(11, '15', NULL, '2020-2021', 1, 1, 1, 3, '2022-05-31 12:29:00'),
(12, '17', NULL, '2020-2021', 1, 1, 1, 11, '2022-10-04 09:53:50'),
(13, '6', NULL, '2020-2021', 1, 1, 1, 11, '2022-10-06 19:42:55'),
(14, '6', NULL, '2020-2021', 1, 1, 1, 7, '2022-10-06 19:44:11'),
(19, '6', NULL, '2020-2021', 1, 1, 1, 12, '2022-10-06 20:08:10'),
(20, '52', NULL, '2020-2021', 1, 1, 1, 7, '2023-03-08 21:07:10');
-- --------------------------------------------------------
--
-- Table structure for table `dean`
--
DROP TABLE IF EXISTS `dean`;
CREATE TABLE `dean` (
`dean_id` int(11) NOT NULL,
`name` longtext COLLATE utf8_unicode_ci NOT NULL,
`birthday` longtext COLLATE utf8_unicode_ci NOT NULL,
`sex` longtext COLLATE utf8_unicode_ci NOT NULL,
`religion` longtext COLLATE utf8_unicode_ci NOT NULL,
`blood_group` longtext COLLATE utf8_unicode_ci NOT NULL,
`address` longtext COLLATE utf8_unicode_ci NOT NULL,
`phone` longtext COLLATE utf8_unicode_ci NOT NULL,
`email` longtext COLLATE utf8_unicode_ci NOT NULL,
`facebook` longtext COLLATE utf8_unicode_ci NOT NULL,
`twitter` longtext COLLATE utf8_unicode_ci NOT NULL,
`googleplus` longtext COLLATE utf8_unicode_ci NOT NULL,
`linkedin` longtext COLLATE utf8_unicode_ci NOT NULL,
`qualification` longtext COLLATE utf8_unicode_ci NOT NULL,
`file_name` longtext COLLATE utf8_unicode_ci NOT NULL,
`password` longtext COLLATE utf8_unicode_ci NOT NULL,
`authentication_key` longtext COLLATE utf8_unicode_ci NOT NULL,
`role` varchar(40) COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `dean`
--
INSERT INTO `dean` (`dean_id`, `name`, `birthday`, `sex`, `religion`, `blood_group`, `address`, `phone`, `email`, `facebook`, `twitter`, `googleplus`, `linkedin`, `qualification`, `file_name`, `password`, `authentication_key`, `role`) VALUES
(1, 'Dean', '', 'male', '', '', '', '', 'dean', '', '', '', '', '', '', 'dean', '', '2');
-- --------------------------------------------------------
--
-- Table structure for table `dean_permission`
--
DROP TABLE IF EXISTS `dean_permission`;
CREATE TABLE `dean_permission` (
`id` int(11) NOT NULL,
`dean_id` int(11) NOT NULL,
`action_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `department`
--
DROP TABLE IF EXISTS `department`;
CREATE TABLE `department` (
`department_id` int(11) NOT NULL,
`name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`department_code` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`school_id` int(11) NOT NULL,
`session` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `designation`
--
DROP TABLE IF EXISTS `designation`;
CREATE TABLE `designation` (
`designation_id` int(11) NOT NULL,
`name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`department_id` int(11) NOT NULL,
`school_id` int(11) NOT NULL,
`session` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `document`
--
DROP TABLE IF EXISTS `document`;
CREATE TABLE `document` (
`document_id` int(11) NOT NULL,
`title` longtext COLLATE utf8_unicode_ci NOT NULL,
`description` longtext COLLATE utf8_unicode_ci NOT NULL,
`file_name` longtext COLLATE utf8_unicode_ci NOT NULL,
`file_type` longtext COLLATE utf8_unicode_ci NOT NULL,
`class_id` longtext COLLATE utf8_unicode_ci NOT NULL,
`teacher_id` int(11) NOT NULL,
`timestamp` longtext COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `document`
--
INSERT INTO `document` (`document_id`, `title`, `description`, `file_name`, `file_type`, `class_id`, `teacher_id`, `timestamp`) VALUES
(11, '', '', '', '', '', 11, '0'),
(12, 'univeristy', 'dddd fffff', 'imgonline-com-ua-resize-MJ1lxze8d9WLIiwq.jpg', 'image', '2', 1, '1639318860'),
(13, 'university ok', 'gggg', 'Desert.jpg', 'image', '8', 1, '1639245600'),
(14, 'mathematics', 'mathematics', 'Koala.jpg', 'image', '8', 1, '1640368800'),
(15, 'hello', 'hello', 'Chrysanthemum.jpg', 'image', '1', 1, '1623607200');
-- --------------------------------------------------------
--
-- Table structure for table `dormitory`
--
DROP TABLE IF EXISTS `dormitory`;
CREATE TABLE `dormitory` (
`dormitory_id` int(11) NOT NULL,
`name` longtext COLLATE utf8_unicode_ci NOT NULL,
`hostel_room_id` int(11) NOT NULL,
`hostel_category_id` int(11) NOT NULL,
`capacity` longtext COLLATE utf8_unicode_ci NOT NULL,
`address` longtext COLLATE utf8_unicode_ci NOT NULL,
`description` longtext COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `email_template`
--
DROP TABLE IF EXISTS `email_template`;
CREATE TABLE `email_template` (
`email_template_id` int(11) NOT NULL,
`email_type` longtext NOT NULL,
`subject` longtext NOT NULL,
`from_email` longtext NOT NULL,
`from_name` longtext NOT NULL,
`email_content` longtext NOT NULL,
`date` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `email_template`
--
INSERT INTO `email_template` (`email_template_id`, `email_type`, `subject`, `from_email`, `from_name`, `email_content`, `date`) VALUES
(1, 'Content', 'Greetings!', 'tkeviedu@gmail.com', 'Registrar', 'Thanks', 'Sat, 23 April 2022');
-- --------------------------------------------------------
--
-- Table structure for table `employee`
--
DROP TABLE IF EXISTS `employee`;
CREATE TABLE `employee` (
`id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`skills` varchar(255) NOT NULL,
`address` varchar(255) NOT NULL,
`designation` varchar(255) NOT NULL,
`age` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `employee`
--
INSERT INTO `employee` (`id`, `name`, `skills`, `address`, `designation`, `age`) VALUES
(3, 'Olumide Awojobi', 'VB 6', 'fff', 'Programmer', 45);
-- --------------------------------------------------------
--
-- Table structure for table `enquiry`
--
DROP TABLE IF EXISTS `enquiry`;
CREATE TABLE `enquiry` (
`enquiry_id` int(11) NOT NULL,
`mobile` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`email` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`content` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`date` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `enquiry`
--
INSERT INTO `enquiry` (`enquiry_id`, `mobile`, `name`, `email`, `content`, `date`) VALUES
(6, '0902909290', 'Greg', NULL, 'Hello there.', '2021-08-13 20:57:03'),
(7, '888', 'a', NULL, '89s', '2021-08-13 21:01:32'),
(8, '11983982398', 'Folake', NULL, 'Testing Testing.', '2021-08-13 21:03:41'),
(9, '787877', 'jj', NULL, 'ththth', '2021-08-13 21:05:51'),
(10, '78787', 'sola', NULL, 'thanks', '2021-08-13 21:43:43'),
(11, '777', 'dd', NULL, 'dhdhd', '2021-08-13 21:44:32'),
(12, '2', 'a', NULL, 'z', '2021-08-13 21:48:31'),
(13, '2', 'a', NULL, 'z', '2021-08-13 21:48:55'),
(14, '08036774862', 'olumide', NULL, 'admission requests', '2022-08-03 13:00:03'),
(15, '08036774862', 'sola', NULL, 'admission requirements for OND marketing', '2022-08-03 13:02:02');
-- --------------------------------------------------------
--
-- Table structure for table `enquiry_category`
--
DROP TABLE IF EXISTS `enquiry_category`;
CREATE TABLE `enquiry_category` (
`enquirycat_id` int(11) NOT NULL,
`category` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`purpose` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`whom` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `enquiry_category`
--
INSERT INTO `enquiry_category` (`enquirycat_id`, `category`, `purpose`, `whom`) VALUES
(1, 'Admissions', 'Admission Enquiries', 'Admin Officer');
-- --------------------------------------------------------
--
-- Table structure for table `enroll`
--
DROP TABLE IF EXISTS `enroll`;
CREATE TABLE `enroll` (
`enroll_id` int(11) NOT NULL,
`student_id` int(11) NOT NULL,
`from_class_id` int(11) NOT NULL,
`to_class_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `enroll`
--
INSERT INTO `enroll` (`enroll_id`, `student_id`, `from_class_id`, `to_class_id`) VALUES
(1, 1, 1, 2),
(2, 2, 1, 2),
(3, 3, 1, 2),
(4, 4, 1, 2),
(5, 5, 1, 2),
(6, 6, 1, 2),
(7, 7, 1, 2),
(8, 8, 1, 2),
(9, 9, 1, 2),
(10, 10, 1, 2),
(11, 11, 1, 2),
(12, 12, 1, 2),
(13, 13, 1, 2),
(14, 14, 1, 2),
(15, 15, 1, 2),
(16, 16, 1, 2),
(17, 17, 1, 2),
(18, 18, 1, 2),
(19, 19, 1, 2),
(20, 20, 1, 2),
(21, 233, 1, 2),
(22, 219, 18, 21),
(23, 220, 18, 21),
(24, 221, 17, 20),
(25, 222, 17, 20),
(26, 223, 17, 20),
(27, 224, 17, 20),
(28, 225, 17, 20),
(29, 226, 17, 20),
(30, 215, 16, 19),
(31, 216, 16, 19),
(32, 217, 16, 19),
(33, 218, 16, 19),
(34, 209, 15, 18),
(35, 210, 15, 18),
(36, 211, 14, 17),
(37, 212, 14, 17),
(38, 213, 14, 17),
(39, 214, 14, 17),
(40, 193, 13, 16),
(41, 194, 13, 16),
(42, 195, 13, 16),
(43, 196, 13, 16),
(44, 197, 13, 16),
(45, 198, 13, 16),
(46, 199, 13, 16),
(47, 200, 13, 16),
(48, 201, 13, 16),
(49, 202, 13, 16),
(50, 203, 13, 16),
(51, 204, 13, 16),
(52, 205, 13, 16),
(53, 206, 13, 16),
(54, 207, 13, 16),
(55, 208, 13, 16),
(56, 183, 12, 13),
(57, 184, 12, 13),
(58, 185, 12, 13),
(59, 186, 12, 13),
(60, 187, 12, 13),
(61, 188, 12, 13),
(62, 189, 12, 13),
(63, 190, 12, 13),
(64, 191, 12, 13),
(65, 192, 12, 13),
(66, 165, 11, 12),
(67, 166, 11, 12),
(68, 167, 11, 12),
(69, 168, 11, 12),
(70, 169, 11, 12),
(71, 170, 11, 12),
(72, 171, 11, 12),
(73, 172, 11, 12),
(74, 173, 11, 12),
(75, 174, 11, 12),
(76, 175, 11, 12),
(77, 176, 11, 12),
(78, 177, 11, 12),
(79, 178, 11, 12),
(80, 179, 11, 12),
(81, 180, 11, 12),
(82, 181, 11, 12),
(83, 182, 11, 12),
(84, 150, 10, 11),
(85, 151, 10, 11),
(86, 152, 10, 11),
(87, 153, 10, 11),
(88, 154, 10, 11),
(89, 155, 10, 11),
(90, 156, 10, 11),
(91, 157, 10, 11),
(92, 158, 10, 11),
(93, 159, 10, 11),
(94, 160, 10, 11),
(95, 161, 10, 11),
(96, 162, 10, 11),
(97, 163, 10, 11),
(98, 164, 10, 11),
(99, 146, 9, 10),
(100, 147, 9, 10),
(101, 148, 9, 10),
(102, 149, 9, 10),
(103, 132, 8, 9),
(104, 133, 8, 9),
(105, 134, 8, 9),
(106, 135, 8, 9),
(107, 136, 8, 9),
(108, 137, 8, 9),
(109, 138, 8, 9),
(110, 139, 8, 9),
(111, 140, 8, 9),
(112, 141, 8, 9),
(113, 142, 8, 9),
(114, 143, 8, 9),
(115, 144, 8, 9),
(116, 145, 8, 9),
(117, 21, 2, 3),
(118, 22, 2, 3),
(119, 23, 2, 3),
(120, 24, 2, 3),
(121, 25, 2, 3),
(122, 26, 2, 3),
(123, 27, 2, 3),
(124, 28, 2, 3),
(125, 29, 2, 3),
(126, 30, 2, 3),
(127, 31, 2, 3),
(128, 32, 2, 3),
(129, 33, 2, 3),
(130, 34, 2, 3),
(131, 35, 2, 3),
(132, 36, 2, 3),
(133, 37, 3, 4),
(134, 38, 3, 4),
(135, 39, 3, 4),
(136, 40, 3, 4),
(137, 41, 3, 4),
(138, 42, 3, 4),
(139, 43, 3, 4),
(140, 44, 3, 4),
(141, 45, 3, 4),
(142, 46, 3, 4),
(143, 47, 3, 4),
(144, 48, 3, 4),
(145, 49, 3, 4),
(146, 50, 3, 4),
(147, 51, 3, 4),
(148, 52, 3, 4),
(149, 53, 3, 4),
(150, 54, 3, 4),
(151, 55, 3, 4),
(152, 56, 3, 4),
(153, 57, 3, 4),
(154, 58, 3, 4),
(155, 59, 3, 4),
(156, 60, 3, 4),
(157, 61, 3, 4),
(158, 62, 3, 4),
(159, 63, 4, 5),
(160, 64, 4, 5),
(161, 65, 4, 5),
(162, 66, 4, 5),
(163, 67, 4, 5),
(164, 68, 4, 5),
(165, 69, 4, 5),
(166, 70, 4, 5),
(167, 71, 4, 5),
(168, 72, 4, 5),
(169, 73, 4, 5),
(170, 74, 4, 5),
(171, 75, 4, 5),
(172, 76, 4, 5),
(173, 77, 4, 5),
(174, 78, 4, 5),
(175, 79, 4, 5),
(176, 80, 4, 5),
(177, 81, 4, 5),
(178, 82, 5, 6),
(179, 83, 5, 6),
(180, 84, 5, 6),
(181, 85, 5, 6),
(182, 86, 5, 6),
(183, 87, 5, 6),
(184, 88, 5, 6),
(185, 89, 5, 6),
(186, 90, 5, 6),
(187, 91, 5, 6),
(188, 92, 5, 6),
(189, 93, 5, 6),
(190, 94, 5, 6),
(191, 95, 5, 6),
(192, 96, 5, 6),
(193, 115, 7, 8),
(194, 116, 7, 8),
(195, 117, 7, 8),
(196, 118, 7, 8),
(197, 119, 7, 8),
(198, 120, 7, 8),
(199, 121, 7, 8),
(200, 122, 7, 8),
(201, 123, 7, 8),
(202, 124, 7, 8),
(203, 125, 7, 8),
(204, 126, 7, 8),
(205, 127, 7, 8),
(206, 128, 7, 8),
(207, 129, 7, 8),
(208, 130, 7, 8),
(209, 131, 7, 8),
(210, 8, 1, 1);
-- --------------------------------------------------------
--
-- Table structure for table `exam`
--
DROP TABLE IF EXISTS `exam`;
CREATE TABLE `exam` (
`exam_id` int(11) NOT NULL,
`name` longtext COLLATE utf8_unicode_ci NOT NULL,
`date` longtext COLLATE utf8_unicode_ci NOT NULL,
`comment` longtext COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `exam`
--
INSERT INTO `exam` (`exam_id`, `name`, `date`, `comment`) VALUES
(1, '1ST SEMESTER', '08/28/2018', 'FIRST SEMESTER EXAM'),
(2, '2ND SEMESTER', '08/28/2018', 'SECOND SEMESTER EXAM'),
(3, 'SUMMER', '08/28/2018', 'SUMMER EXAM');
-- --------------------------------------------------------
--
-- Table structure for table `examquestion`
--
DROP TABLE IF EXISTS `examquestion`;
CREATE TABLE `examquestion` (
`examquestion_id` int(11) NOT NULL,
`teacher_id` int(11) NOT NULL,
`subject_id` int(11) NOT NULL,
`description` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`file_name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`file_type` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`class_id` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`timestamp` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`status` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `exam_question`
--
DROP TABLE IF EXISTS `exam_question`;
CREATE TABLE `exam_question` (
`exam_question_id` int(11) NOT NULL,
`name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`teacher_id` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`subject_id` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`description` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`class_id` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`file_name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`file_type` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`timestamp` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`status` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`school_id` int(11) NOT NULL,
`session` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `exam_result`
--
DROP TABLE IF EXISTS `exam_result`;
CREATE TABLE `exam_result` (
`result_id` int(11) NOT NULL,
`student_id` int(11) DEFAULT NULL,
`question_id` int(11) DEFAULT NULL,
`answer` varchar(5) DEFAULT NULL,
`session` text NOT NULL,
`class_id` int(11) NOT NULL,
`term_id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `expense_category`
--
DROP TABLE IF EXISTS `expense_category`;
CREATE TABLE `expense_category` (
`id` int(11) NOT NULL,
`name` varchar(250) NOT NULL,
`status` enum('enable','disable') NOT NULL,
`user_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `expense_category`
--
INSERT INTO `expense_category` (`id`, `name`, `status`, `user_id`) VALUES
(8, 'Stationery', 'enable', 3);
-- --------------------------------------------------------
--
-- Table structure for table `expense_expense`
--
DROP TABLE IF EXISTS `expense_expense`;
CREATE TABLE `expense_expense` (
`id` int(11) NOT NULL,
`amount` int(11) NOT NULL,
`date` date NOT NULL,
`category_id` varchar(20) NOT NULL,
`user_id` int(11) NOT NULL,
`method` varchar(20) NOT NULL,
`description` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `expense_expense`
--
INSERT INTO `expense_expense` (`id`, `amount`, `date`, `category_id`, `user_id`, `method`, `description`) VALUES
(1, 12000, '2021-08-11', 'Stationery', 3, 'Cash', 'Pencils, Biro, Notepad');
-- --------------------------------------------------------
--
-- Table structure for table `expense_income`
--
DROP TABLE IF EXISTS `expense_income`;
CREATE TABLE `expense_income` (
`id` int(11) NOT NULL,
`amount` int(11) NOT NULL,
`date` date NOT NULL,
`category_id` varchar(255) NOT NULL,
`user_id` int(11) NOT NULL,
`description` varchar(255) DEFAULT NULL,
`method` varchar(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `expense_income`
--
INSERT INTO `expense_income` (`id`, `amount`, `date`, `category_id`, `user_id`, `description`, `method`) VALUES
(8, 34000, '2021-08-04', 'End of The Year Party', 3, 'from Adeola', 'Bank'),
(9, 23700, '2021-08-11', 'End of The Year Party 2', 3, 'from John', 'Bank'),
(10, 10000, '2021-08-02', 'OOOOO', 3, 'PPPP', 'Bank');
-- --------------------------------------------------------
--
-- Table structure for table `expense_income_category`
--
DROP TABLE IF EXISTS `expense_income_category`;
CREATE TABLE `expense_income_category` (
`id` int(11) NOT NULL,
`name` varchar(250) NOT NULL,
`status` enum('enable','disable') NOT NULL,
`user_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `expense_income_category`
--
INSERT INTO `expense_income_category` (`id`, `name`, `status`, `user_id`) VALUES
(5, 'Parents\' Forum Dues', 'enable', 3),
(6, 'End of The Year Party', 'enable', 3),
(7, 'Acceptance Fee', 'enable', 0),
(8, 'Tuition', 'enable', 0);
-- --------------------------------------------------------
--
-- Table structure for table `fees`
--
DROP TABLE IF EXISTS `fees`;
CREATE TABLE `fees` (
`fee_id` int(11) NOT NULL,
`session` text NOT NULL,
`class_id` int(11) NOT NULL,
`term_id` int(11) NOT NULL,
`amount` double NOT NULL,
`section_id` int(11) NOT NULL,
`description` varchar(255) NOT NULL,
`level` int(11) NOT NULL,
`status` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `fees`
--
INSERT INTO `fees` (`fee_id`, `session`, `class_id`, `term_id`, `amount`, `section_id`, `description`, `level`, `status`) VALUES
(24, '2020-2021', 1, 1, 10900, 1, 'Acceptance Fee', 1, 0),
(26, '2020-2021', 1, 1, 909, 1, 'Parents\' Forum Dues', 1, 1),
(27, '2020-2021', 1, 1, 3000, 1, 'End of The Year Party', 0, 0),
(28, '2020-2021', 1, 1, 9999, 1, 'Tuition', 1, 1);
-- --------------------------------------------------------
--
-- Table structure for table `front_end`
--
DROP TABLE IF EXISTS `front_end`;
CREATE TABLE `front_end` (
`front_id` int(11) NOT NULL,
`type` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`description` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `front_end`
--
INSERT INTO `front_end` (`front_id`, `type`, `description`) VALUES
(3, 'about_us', '>> To train pupils in the way of the Lord.\r\n<br> >> To teach pupils the sound Word of God.</br>\r\n<br> >> To inculcate moral and academic excellence. </br>\r\n<br> >> To prepare the pupils well for upper basic education. </br>\r\n<br> >> To develop self esteem in pupils through good moral values. </br>'),
(4, 'vission', 'VISSION To be the leading Privately owned, Christian School in Moral and Academics.'),
(5, 'mission', 'MISSION >> To train pupils in the way of the Lord.\r\n>> To teach pupils the sound Word of God.\r\n>> To inculcate moral and academic excellence.\r\n>> To prepare the pupils well for upper basic education.\r\n>> To develop self esteem in pupils through good moral values. '),
(6, 'goal', 'GOAL >> To train pupils in the way of the Lord.\r\n>> To teach pupils the sound Word of God.\r\n>> To inculcate moral and academic excellence.\r\n>> To prepare the pupils well for upper basic education.\r\n>> To develop self esteem in pupils through good moral values. '),
(7, 'services', 'SERVICES At Bank Emerald, our range of services are as below with description. Services we render are reliable and profitable.'),
(8, 'youtube', '<iframe width=\"630\" height=\"354\" src=\"https://www.youtube.com/embed/_RaL7dlg66w\" title=\"Time On Kairos Polytechnic, Lagos is helping to \'bake\' the next generation of technocrats\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(9, 'news', 'Please take your time to know more about us by reading our articles/news all the time. This will enable you to know more about our activities. '),
(10, 'teacher', 'Meet our able, gallant and most competent teachers that will help your children/child to attain higher success in life. We teach to become a creative thinker and to be useful to the society.'),
(11, 'event', 'Please take your time to go through or view all our event and or activities that take place in our school. We give first hand informatino to our various students and the entire school management staff.'),
(12, 'testimonies', 'Hear what people are saying about us. You will surely be convince about our school.'),
(13, 'map', '<div class=\"mapouter\"><div class=\"gmap_canvas\"><iframe width=\"1080\" height=\"500\" id=\"gmap_canvas\" src=\"https://maps.google.com/maps?q=326%20Lagos-Abeokuta%20Expy,%20Abule%20Egba&t=k&z=13&ie=UTF8&iwloc=&output=embed\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"></iframe><a href=\"https://www.whatismyip-address.com\"></a><br><style>.mapouter{position:relative;text-align:right;height:500px;width:1080px;}</style><a href=\"https://www.embedgooglemap.net\">how to add google map in wordpress</a><style>.gmap_canvas {overflow:hidden;background:none!important;height:500px;width:1080px;}</style></div></div>'),
(14, 'facebook', 'https://facebook.com/timeonkairospolytechnic'),
(15, 'twitter', 'https://twitter.com/timeonkairospolytechnic'),
(16, 'linkedin', 'https://linkedin.com/timeonkairospolytechnic'),
(17, 'instagram', 'https://pinterest.com/timeonkairospolytechnic'),
(18, 'full_about', '>> To train pupils in the way of the Lord.\r\n>> To teach pupils the sound Word of God.\r\n>> To inculcate moral and academic excellence.\r\n>> To prepare the pupils well for upper basic education.\r\n>> To develop self esteem in pupils through good moral values. '),
(19, 'footer_text', 'Meet our able, gallant and most competent lecturers that will help your children/child to attain higher success in life. We teach to become a creative thinker and to be useful to the society.'),
(20, 'reg', 'Register here to get online access to your account. Hurry Short Time Offer!!!');
-- --------------------------------------------------------
--
-- Table structure for table `gallery`
--
DROP TABLE IF EXISTS `gallery`;
CREATE TABLE `gallery` (
`gallery_id` int(11) NOT NULL,
`title` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`content` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`file_name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`date` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `gallery`
--
INSERT INTO `gallery` (`gallery_id`, `title`, `content`, `file_name`, `date`) VALUES
(1, 'Founder\'s Day', 'Founder\'s Day Celebration', 'Lighthouse.jpg', '08/13/2021'),
(2, 'HELLO ', 'HELLO', 'Jellyfish.jpg', '08/13/2021'),
(3, 'DESERT ', 'DESERT IT IS', 'Desert.jpg', '08/13/2021'),
(4, 'HELLO THERE ', 'FINE', 'Hydrangeas.jpg', '08/13/2021'),
(5, 'KAOLA ', 'KAOLA', 'Koala.jpg', '08/13/2021'),
(6, 'PENGUINS ', 'BIRDS', 'Penguins.jpg', '08/13/2021'),
(7, 'PLANT', 'TULIP', 'Tulips.jpg', '08/13/2021');
-- --------------------------------------------------------
--
-- Table structure for table `general_message`
--
DROP TABLE IF EXISTS `general_message`;
CREATE TABLE `general_message` (
`general_message_id` int(11) NOT NULL,
`message` longtext NOT NULL,
`user_id` varchar(200) NOT NULL,
`school_id` int(11) NOT NULL,
`session` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `grade`
--
DROP TABLE IF EXISTS `grade`;
CREATE TABLE `grade` (
`grade_id` int(11) NOT NULL,
`name` longtext COLLATE utf8_unicode_ci NOT NULL,
`grade_point` longtext COLLATE utf8_unicode_ci NOT NULL,
`mark_from` float NOT NULL,
`mark_upto` float NOT NULL,
`comment` longtext COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `grade`
--
INSERT INTO `grade` (`grade_id`, `name`, `grade_point`, `mark_from`, `mark_upto`, `comment`) VALUES
(1, 'A', '3.5', 70, 74.99, 'Distinction'),
(2, 'C', '2.5', 50, 54.99, 'Credit'),
(3, 'BC', '2.75', 55, 59.99, 'Credit'),
(4, 'CD', '2.25', 45, 49.99, 'Pass'),
(5, 'D', '2', 40, 44.99, 'Pass'),
(6, 'F', '0', 0, 39.99, 'Fail'),
(7, 'B', '3.0', 60, 64.99, 'Upper Credit'),
(8, 'AB', '3.25', 65, 69.99, 'Upper Credit'),
(9, 'AA', '4', 75, 100, 'Distinction');
-- --------------------------------------------------------
--
-- Table structure for table `group_message`
--
DROP TABLE IF EXISTS `group_message`;
CREATE TABLE `group_message` (
`group_message_id` int(11) NOT NULL,
`group_message_thread_code` longtext COLLATE utf8_unicode_ci DEFAULT NULL,
`sender` longtext COLLATE utf8_unicode_ci DEFAULT NULL,
`message` longtext COLLATE utf8_unicode_ci DEFAULT NULL,
`timestamp` longtext COLLATE utf8_unicode_ci DEFAULT NULL,
`read_status` int(11) DEFAULT NULL,
`attached_file_name` longtext COLLATE utf8_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `group_message_thread`
--
DROP TABLE IF EXISTS `group_message_thread`;
CREATE TABLE `group_message_thread` (
`group_message_thread_id` int(11) NOT NULL,
`group_message_thread_code` longtext COLLATE utf8_unicode_ci DEFAULT NULL,
`members` longtext COLLATE utf8_unicode_ci DEFAULT NULL,
`group_name` longtext COLLATE utf8_unicode_ci DEFAULT NULL,
`last_message_timestamp` longtext COLLATE utf8_unicode_ci DEFAULT NULL,
`created_timestamp` longtext COLLATE utf8_unicode_ci DEFAULT NULL,
`school_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `help_desk`
--
DROP TABLE IF EXISTS `help_desk`;
CREATE TABLE `help_desk` (
`helpdesk_id` int(11) NOT NULL,
`name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`purpose` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`content` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `help_desk`
--
INSERT INTO `help_desk` (`helpdesk_id`, `name`, `purpose`, `content`) VALUES
(1, 'OLADUNJOYE Obanijesu', '', ''),
(2, 'Adeyanju Moses Adeolu', 'Admission ', 'How to register ');
-- --------------------------------------------------------
--
-- Table structure for table `help_link`
--
DROP TABLE IF EXISTS `help_link`;
CREATE TABLE `help_link` (
`helplink_id` int(11) NOT NULL,
`title` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`link` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`class_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `hod`
--
DROP TABLE IF EXISTS `hod`;
CREATE TABLE `hod` (
`hod_id` int(11) NOT NULL,
`name` longtext COLLATE utf8_unicode_ci NOT NULL,
`birthday` longtext COLLATE utf8_unicode_ci NOT NULL,
`sex` longtext COLLATE utf8_unicode_ci NOT NULL,
`religion` longtext COLLATE utf8_unicode_ci NOT NULL,
`blood_group` longtext COLLATE utf8_unicode_ci NOT NULL,
`address` longtext COLLATE utf8_unicode_ci NOT NULL,
`phone` longtext COLLATE utf8_unicode_ci NOT NULL,
`email` longtext COLLATE utf8_unicode_ci NOT NULL,
`facebook` longtext COLLATE utf8_unicode_ci NOT NULL,
`twitter` longtext COLLATE utf8_unicode_ci NOT NULL,
`googleplus` longtext COLLATE utf8_unicode_ci NOT NULL,
`linkedin` longtext COLLATE utf8_unicode_ci NOT NULL,
`qualification` longtext COLLATE utf8_unicode_ci NOT NULL,
`file_name` longtext COLLATE utf8_unicode_ci NOT NULL,
`password` longtext COLLATE utf8_unicode_ci NOT NULL,
`authentication_key` longtext COLLATE utf8_unicode_ci NOT NULL,
`role` varchar(40) COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `hod`
--
INSERT INTO `hod` (`hod_id`, `name`, `birthday`, `sex`, `religion`, `blood_group`, `address`, `phone`, `email`, `facebook`, `twitter`, `googleplus`, `linkedin`, `qualification`, `file_name`, `password`, `authentication_key`, `role`) VALUES
(1, 'hod', '', '', '', '', '', '', 'hod', '', '', '', '', '', '', 'hod', '', ''),
(2, 'HOD2', '', '', '', '', '', '', 'hod2', '', '', '', '', '', '', 'hod2', '', '');
-- --------------------------------------------------------
--
-- Table structure for table `holiday`
--
DROP TABLE IF EXISTS `holiday`;
CREATE TABLE `holiday` (
`holiday_id` int(11) NOT NULL,
`title` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`holiday` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`date` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `hostel`
--
DROP TABLE IF EXISTS `hostel`;
CREATE TABLE `hostel` (
`hostel_id` int(11) NOT NULL,
`name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`birthday` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`sex` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`religion` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`blood_group` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`address` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`phone` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`email` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`password` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`authentication_key` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `hostel`
--
INSERT INTO `hostel` (`hostel_id`, `name`, `birthday`, `sex`, `religion`, `blood_group`, `address`, `phone`, `email`, `password`, `authentication_key`) VALUES
(1, 'Hostel', '10/16/2018', 'male', '', '', 'Lagos', '08033527716', 'hostel', 'hostel', '');
-- --------------------------------------------------------
--
-- Table structure for table `hostel_category`
--
DROP TABLE IF EXISTS `hostel_category`;
CREATE TABLE `hostel_category` (
`hostel_category_id` int(11) NOT NULL,
`name` longtext NOT NULL,
`description` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `hostel_room`
--
DROP TABLE IF EXISTS `hostel_room`;
CREATE TABLE `hostel_room` (
`hostel_room_id` int(11) NOT NULL,
`name` longtext NOT NULL,
`room_type_id` int(11) NOT NULL,
`num_bed` longtext NOT NULL,
`cost_bed` longtext NOT NULL,
`description` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `house`
--
DROP TABLE IF EXISTS `house`;
CREATE TABLE `house` (
`house_id` int(11) NOT NULL,
`name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`description` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`school_id` int(11) NOT NULL,
`session` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `hrm`
--
DROP TABLE IF EXISTS `hrm`;
CREATE TABLE `hrm` (
`hrm_id` int(11) NOT NULL,
`name` longtext COLLATE utf8_unicode_ci NOT NULL,
`hrm_number` longtext COLLATE utf8_unicode_ci NOT NULL,
`birthday` longtext COLLATE utf8_unicode_ci NOT NULL,
`sex` longtext COLLATE utf8_unicode_ci NOT NULL,
`religion` longtext COLLATE utf8_unicode_ci NOT NULL,
`blood_group` longtext COLLATE utf8_unicode_ci NOT NULL,
`address` longtext COLLATE utf8_unicode_ci NOT NULL,
`phone` longtext COLLATE utf8_unicode_ci NOT NULL,
`email` longtext COLLATE utf8_unicode_ci NOT NULL,
`facebook` longtext COLLATE utf8_unicode_ci NOT NULL,
`twitter` longtext COLLATE utf8_unicode_ci NOT NULL,
`googleplus` longtext COLLATE utf8_unicode_ci NOT NULL,
`linkedin` longtext COLLATE utf8_unicode_ci NOT NULL,
`qualification` longtext COLLATE utf8_unicode_ci NOT NULL,
`marital_status` longtext COLLATE utf8_unicode_ci NOT NULL,
`file_name` longtext COLLATE utf8_unicode_ci NOT NULL,
`password` longtext COLLATE utf8_unicode_ci NOT NULL,
`login_status` longtext COLLATE utf8_unicode_ci NOT NULL,
`school_id` int(11) NOT NULL,
`session` longtext COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `invoice`
--
DROP TABLE IF EXISTS `invoice`;
CREATE TABLE `invoice` (
`invoice_id` int(11) NOT NULL,
`student_id` int(11) NOT NULL,
`title` longtext COLLATE utf8_unicode_ci NOT NULL,
`description` longtext COLLATE utf8_unicode_ci NOT NULL,
`amount` int(11) NOT NULL,
`discount` longtext COLLATE utf8_unicode_ci NOT NULL,
`amount_paid` longtext COLLATE utf8_unicode_ci NOT NULL,
`due` longtext COLLATE utf8_unicode_ci NOT NULL,
`creation_timestamp` int(11) NOT NULL,
`payment_timestamp` longtext COLLATE utf8_unicode_ci NOT NULL,
`payment_method` longtext COLLATE utf8_unicode_ci NOT NULL,
`payment_details` longtext COLLATE utf8_unicode_ci NOT NULL,
`status` longtext COLLATE utf8_unicode_ci NOT NULL COMMENT 'paid or unpaid',
`year` longtext COLLATE utf8_unicode_ci NOT NULL,
`class_id` int(11) NOT NULL,
`section_id` int(11) NOT NULL,
`date` date NOT NULL,
`level` int(11) NOT NULL,
`status2` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `invoice`
--
INSERT INTO `invoice` (`invoice_id`, `student_id`, `title`, `description`, `amount`, `discount`, `amount_paid`, `due`, `creation_timestamp`, `payment_timestamp`, `payment_method`, `payment_details`, `status`, `year`, `class_id`, `section_id`, `date`, `level`, `status2`) VALUES
(1, 15, 'Payment', 'Acceptance Fee', 10900, '', '0', '10900', 1650996000, '', '', '', 'Unpaid', '2020-2021', 1, 1, '2022-04-27', 1, 0),
(2, 15, 'Payment', 'Parents\' Forum Dues', 909, '', '0', '909', 1650996000, '', '', '', 'Unpaid', '2020-2021', 1, 1, '2022-04-27', 1, 1),
(3, 15, 'Payment', 'Tuition', 9999, '', '9999', '0', 1650996000, '', '', '', 'paid', '2020-2021', 1, 1, '2022-04-27', 1, 1),
(4, 17, 'Payment', 'Acceptance Fee', 10900, '', '10900', '0', 1664820000, '', '', '', 'paid', '2020-2021', 1, 1, '2022-10-04', 1, 0),
(5, 17, 'Payment', 'Parents\' Forum Dues', 909, '', '0', '909', 1664820000, '', '', '', 'Unpaid', '2020-2021', 1, 1, '2022-10-04', 1, 1),
(6, 17, 'Payment', 'Tuition', 9999, '', '0', '9999', 1664820000, '', '', '', 'Unpaid', '2020-2021', 1, 1, '2022-10-04', 1, 1),
(7, 52, 'Payment', 'Acceptance Fee', 10900, '', '10900', '0', 1678298400, '', '', '', 'paid', '2020-2021', 1, 1, '2023-03-09', 1, 0),
(8, 52, 'Payment', 'Parents\' Forum Dues', 909, '', '0', '909', 1678298400, '', '', '', 'Unpaid', '2020-2021', 1, 1, '2023-03-09', 1, 1),
(9, 52, 'Payment', 'Tuition', 9999, '', '0', '9999', 1678298400, '', '', '', 'Unpaid', '2020-2021', 1, 1, '2023-03-09', 1, 1);
-- --------------------------------------------------------
--
-- Table structure for table `keygen`
--
DROP TABLE IF EXISTS `keygen`;
CREATE TABLE `keygen` (
`keygen_id` int(11) NOT NULL,
`name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`subject_id` int(11) NOT NULL,
`class_id` int(11) NOT NULL,
`section_id` int(11) NOT NULL,
`student_id` int(11) NOT NULL,
`date` int(11) NOT NULL,
`session` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `keygen`
--
INSERT INTO `keygen` (`keygen_id`, `name`, `subject_id`, `class_id`, `section_id`, `student_id`, `date`, `session`) VALUES
(1, '123456', 1, 1, 1, 1, 1562942074, ''),
(3, '123456', 1, 1, 1, 15, 1574896809, '2020-2021'),
(4, '098765', 1, 1, 2, 1, 1575476266, ''),
(6, '098765', 1, 1, 2, 15, 1584699215, ''),
(8, '123456', 1, 1, 1, 6, 1584699215, ''),
(9, '098765', 1, 1, 2, 6, 1584699215, '');
-- --------------------------------------------------------
--
-- Table structure for table `language`
--
DROP TABLE IF EXISTS `language`;
CREATE TABLE `language` (
`phrase_id` int(11) NOT NULL,
`phrase` longtext COLLATE utf8_unicode_ci NOT NULL,
`english` longtext COLLATE utf8_unicode_ci NOT NULL,
`arabic` longtext COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `language`
--
INSERT INTO `language` (`phrase_id`, `phrase`, `english`, `arabic`) VALUES
(1, 'login', 'login', 'تسجيل الدخول'),
(2, 'account_type', 'account type', 'نوع الحساب'),
(3, 'admin', 'admin', 'مشرف'),
(4, 'teacher', 'teacher', 'مدرس'),
(5, 'student', 'student', 'طالب علم'),
(6, 'parent', 'parent', 'الأبوين'),
(7, 'email', 'email', 'البريد الإلكتروني'),
(8, 'password', 'password', 'كلمه السر'),
(9, 'forgot_password ?', 'forgot password ?', 'هل نسيت كلمة المرور ؟'),
(10, 'reset_password', 'reset password', 'إعادة تعيين'),
(11, 'reset', 'reset', 'إعادة تعيين'),
(17843, 'manage_media', '', ''),
(12, 'admin_dashboard', 'admin dashboard', 'لوحة القيادة'),
(13, 'account', 'account', 'الحساب'),
(14, 'profile', 'profile', 'الملف الشخصي'),
(15, 'change_password', 'change password', 'تغيير كلمة السر'),
(16, 'logout', 'logout', 'الخروج'),
(17, 'panel', 'panel', 'فريق'),
(18, 'dashboard_help', 'dashboard help', 'مساعدة لوحة القيادة'),
(19, 'dashboard', 'dashboard', 'لوحة القيادة'),
(20, 'student_help', 'student help', 'مساعدة الطالب'),
(21, 'teacher_help', 'teacher help', 'مساعدة'),
(22, 'subject_help', 'subject help', 'مساعدة الطالب'),
(23, 'subject', 'subject', 'موضوع'),
(24, 'class_help', 'class help', 'صف دراسي'),
(18502, 'system_footer', '', ''),
(18501, 'running_session', '', ''),
(25, 'class', 'class', 'صف دراسي'),
(26, 'exam_help', 'exam help', 'مساعدة الامتحان'),
(17840, 'study_materials', '', ''),
(27, 'exam', 'exam', 'امتحان'),
(28, 'marks_help', 'marks help', 'علامات'),
(29, 'marks-attendance', 'marks-attendance', 'علامات-الحضور'),
(30, 'grade_help', 'grade help', 'درجة'),
(31, 'exam-grade', 'exam-grade', 'امتحان الصف'),
(32, 'class_routine_help', 'class routine help', 'مساعدة روتينية رفيعة المستوى'),
(33, 'class_routine', 'class routine', 'روتين الطبقة'),
(34, 'invoice_help', 'invoice help', 'مساعدة الفاتورة'),
(35, 'payment', 'payment', 'دفع'),
(36, 'book_help', 'book help', 'كتاب'),
(37, 'library', 'library', 'مكتبة'),
(38, 'transport_help', 'transport help', 'مساعدة النقل'),
(39, 'transport', 'transport', 'المواصلات'),
(40, 'dormitory_help', 'dormitory help', 'مساعدة المهجع'),
(41, 'dormitory', 'dormitory', 'سكن'),
(42, 'noticeboard_help', 'noticeboard help', 'مساعدة نوتيسيبود'),
(43, 'noticeboard-event', 'noticeboard-event', 'اللافتة الحدث'),
(44, 'bed_ward_help', 'bed ward help', 'سرير وارد مساعدة'),
(45, 'settings', 'settings', 'اعدادات النظام'),
(18511, 'click_to_change_theme', '', ''),
(18510, 'select_theme', '', ''),
(18509, 'default', '', ''),
(18508, 'select_themes', '', ''),
(18507, 'Logo Image', '', ''),
(18506, 'upload_system_logo', '', ''),
(18505, 'install_update', '', ''),
(18504, 'file', '', ''),
(18503, 'update_product', '', ''),
(47, 'manage_language', 'manage language', 'إدارة اللغة'),
(48, 'backup_restore', 'backup restore', 'اسنرجاع البيانات'),
(49, 'profile_help', 'profile help', 'الملف الشخصي'),
(50, 'manage_student', 'manage student', 'إدارة الطالب'),
(51, 'manage_teacher', 'manage teacher', 'إدارة المعلم'),
(52, 'noticeboard', 'noticeboard', 'لوح الإعلانات'),
(53, 'language', 'language', 'لغة'),
(54, 'backup', 'backup', 'دعم'),
(55, 'calendar_schedule', 'calendar schedule', 'جدول التقويم'),
(56, 'select_a_class', 'select a class', 'حدد فئة'),
(57, 'student_list', 'student list', 'قائمة الطلاب'),
(58, 'add_student', 'add student', 'إضافة طالب'),
(59, 'roll', 'roll', 'تدحرج'),
(60, 'photo', 'photo', 'صورة فوتوغرافية'),
(61, 'student_name', 'student name', 'أسم الطالب'),
(62, 'address', 'address', 'عنوان'),
(63, 'options', 'options', 'خيارات'),
(64, 'marksheet', 'marksheet', 'وضع علامة على الورقة'),
(65, 'id_card', 'id card', 'بطاقة التعريف'),
(66, 'edit', 'edit', 'تصحيح'),
(67, 'delete', 'delete', 'حذف'),
(68, 'personal_profile', 'personal profile', 'الملف الشخصي'),
(69, 'academic_result', 'academic result', 'نتيجة أكادمية'),
(70, 'name', 'name', 'اسم'),
(71, 'birthday', 'birthday', 'عيد الميلاد'),
(72, 'sex', 'sex', 'جنس'),
(73, 'male', 'male', 'الذكر'),
(74, 'female', 'female', 'إناثا'),
(75, 'religion', 'religion', 'دين'),
(76, 'blood_group', 'blood group', 'فصيلة الدم'),
(77, 'phone', 'phone', 'هاتف'),
(78, 'father_name', 'father name', 'اسم الأب'),
(79, 'mother_name', 'mother name', 'اسم الأم'),
(80, 'edit_student', 'edit student', 'تحرير الطالب'),
(18500, 'text_align', '', ''),
(81, 'teacher_list', 'teacher list', 'قائمة المعلمين'),
(82, 'add_teacher', 'add teacher', 'إضافة معلم'),
(83, 'teacher_name', 'teacher name', 'اسم المعلم'),
(84, 'edit_teacher', 'edit teacher', 'تحرير المعلم'),
(85, 'manage_parent', 'manage parent', 'إدارة الأم'),
(86, 'parent_list', 'parent list', 'قائمة الوالدين'),
(87, 'parent_name', 'parent name', 'اسم الوالدين'),
(88, 'relation_with_student', 'relation with student', 'العلاقة مع الطالب'),
(89, 'parent_email', 'parent email', 'البريد الإلكتروني الأم'),
(90, 'parent_phone', 'parent phone', 'الهاتف الأم'),
(91, 'parrent_address', 'parrent address', 'عنوان بارنت'),
(92, 'parrent_occupation', 'parrent occupation', 'الاحتلال الأم'),
(93, 'add', 'add', 'إضافة'),
(94, 'parent_of', 'parent of', 'إدارة الموضوع'),
(95, 'profession', 'profession', 'مهنة'),
(96, 'edit_parent', 'edit parent', 'تحرير الأم'),
(97, 'add_parent', 'add parent', 'إضافة الوالد'),
(98, 'manage_subject', 'manage subject', 'إدارة الموضوع'),
(99, 'subject_list', 'subject list', 'قائمة المواضيع'),
(100, 'add_subject', 'add subject', 'إضافة الموضوع'),
(101, 'subject_name', 'subject name', 'اسم الموضوع'),
(102, 'edit_subject', 'edit subject', 'تحرير الموضوع'),
(103, 'manage_class', 'manage class', 'إدارة الصف'),
(104, 'class_list', 'class list', 'قائمة الطبقة'),
(105, 'add_class', 'add class', 'إضافة فئة'),
(106, 'class_name', 'class name', 'اسم الفئة'),
(107, 'numeric_name', 'numeric name', 'اسم رقمي'),
(108, 'name_numeric', 'name numeric', 'اسم رقمي'),
(109, 'edit_class', 'edit class', 'تحرير الطبقة'),
(110, 'manage_exam', 'manage exam', 'إدارة الامتحان'),
(111, 'exam_list', 'exam list', 'قائمة الامتحانات'),
(112, 'add_exam', 'add exam', 'إضافة امتحان'),
(113, 'exam_name', 'exam name', 'اسم الامتحان'),
(114, 'date', 'date', 'تاريخ'),
(115, 'comment', 'comment', 'تعليق'),
(116, 'edit_exam', 'edit exam', 'تحرير الامتحان'),
(117, 'manage_exam_marks', 'manage exam marks', 'إدارة علامات الامتحان'),
(118, 'manage_marks', 'manage marks', 'إدارة العلامات'),
(119, 'select_exam', 'select exam', 'حدد الامتحان'),
(120, 'select_class', 'select class', 'حدد الفئة'),
(121, 'select_subject', 'select subject', 'حدد الموضوع'),
(18499, 'system_settings', '', ''),
(18498, 'preview', '', ''),
(18494, 'HOSTEL MANAGERS ID CARD', '', ''),
(18495, 'ACCOUNTANTS ID CARD', '', ''),
(18496, 'LIBRARIANS ID CARD', '', ''),
(18497, 'ID_card', '', ''),
(122, 'select_an_exam', 'select an exam', 'حدد امتحانا'),
(18493, 'STUDENTS ID CARD', '', ''),
(18492, 'Submit', '', ''),
(18491, 'select', '', ''),
(18490, 'TEACHERS ID CARD', '', ''),
(18489, 'no', '', ''),
(18488, 'yes', '', ''),
(18487, 'transportations', '', ''),
(123, 'mark_obtained', 'mark obtained', 'علامة تم الحصول عليها'),
(18486, 'section', '', ''),
(18485, 'students_information', '', ''),
(18484, 'list_classes', '', ''),
(18483, 'New_Students', '', ''),
(18482, 'Charts', '', ''),
(18481, 'all_message', '', ''),
(124, 'attendance', 'attendance', 'الحضور'),
(18480, 'all_enquiry', '', ''),
(18479, 'Accountant', '', ''),
(18478, 'all_enquiries', '', ''),
(125, 'manage_grade', 'manage grade', 'إدارة الصف'),
(18477, 'admin_users', '', ''),
(18476, 'librarian', '', ''),
(18475, 'parent_users', '', ''),
(18474, 'student_users', '', ''),
(18473, 'new_admin', '', ''),
(126, 'grade_list', 'grade list', 'الصف'),
(18472, 'admin_list', '', ''),
(18471, 'role_managements', '', ''),
(18470, 'personal_details', '', ''),
(18469, 'news_settings', '', ''),
(18468, 'system_information', '', ''),
(127, 'add_grade', 'add grade', 'إضافة الصف'),
(18467, 'manage_banners', '', ''),
(18466, 'front_end_settings', '', ''),
(18465, 'view_documentation', '', ''),
(18464, 'manage_reports', '', ''),
(18463, 'generate_reports', '', ''),
(128, 'grade_name', 'grade name', 'اسم الصف'),
(18462, 'languages', '', ''),
(18461, 'email_template', '', ''),
(18460, 'manage_database', '', ''),
(129, 'grade_point', 'grade point', 'تراكمي'),
(18459, 'manage_sms_api', '', ''),
(18458, 'manage_sidebar', '', ''),
(18457, 'general_settings', '', ''),
(18456, 'system_setting', '', ''),
(18455, 'manage_vehicle', '', ''),
(130, 'mark_from', 'mark from', 'علامة من'),
(18454, 'transport_route', '', ''),
(18453, 'transports', '', ''),
(18452, 'transportation', '', ''),
(18451, 'private_messages', '', ''),
(131, 'mark_upto', 'mark upto', 'علامة تصل إلى'),
(18450, 'manage_events', '', ''),
(18449, 'communications', '', ''),
(18448, 'hostel_room', '', ''),
(18326, 'upload', '', ''),
(18447, 'room_type', '', ''),
(132, 'edit_grade', 'edit grade', 'تحرير الصف'),
(18446, 'hostel_category', '', ''),
(18445, 'manage_hostel', '', ''),
(18444, 'hostel_information', '', ''),
(18443, 'register_student', '', ''),
(133, 'manage_class_routine', 'manage class routine', 'إدارة روتين الطبقة'),
(18442, 'book_author', '', ''),
(18441, 'book_category', '', ''),
(18440, 'book_publisher', '', ''),
(18439, 'master_data', '', ''),
(18314, 'the_address', '', ''),
(18438, 'manage_library', '', ''),
(18437, 'expense_category', '', ''),
(18436, 'expense', '', ''),
(18435, 'expenses', '', ''),
(134, 'class_routine_list', 'class routine list', 'قائمة روتينية رفيعة المستوى'),
(18434, 'manage_invoice', '', ''),
(18433, 'fees_payments', '', ''),
(18432, 'collect_fees', '', ''),
(18431, 'fee_collection', '', ''),
(18430, 'generate_report_card', '', ''),
(18429, 'send_scores_by_sms', '', ''),
(18428, 'enter_student_scores', '', ''),
(18427, 'report_cards', '', ''),
(135, 'add_class_routine', 'add class routine', 'إضافة روتين الطبقة'),
(18426, 'exam_grades', '', ''),
(18425, 'exam_questions', '', ''),
(18424, 'manage_exams', '', ''),
(18423, 'view_result', '', ''),
(18422, 'list_exams', '', ''),
(18421, 'add_exams', '', ''),
(18420, 'manage_Result_PIN', '', ''),
(136, 'day', 'day', 'يوم'),
(18419, 'daily_attendances', '', ''),
(137, 'starting_time', 'starting time', 'وقت البدء'),
(18418, 'manage_subjects', '', ''),
(18417, 'class_timetable', '', ''),
(18416, 'manage_sections', '', ''),
(18415, 'manage_classes', '', ''),
(138, 'ending_time', 'ending time', 'نهاية الوقت'),
(18414, 'class_information', '', ''),
(18413, 'librarian_ID_card', '', ''),
(18412, 'accountant_ID_card', '', ''),
(18411, 'hostel_ID_card', '', ''),
(139, 'edit_class_routine', 'edit class routine', 'تحرير الطبقة الروتينية'),
(18410, 'student_ID_card', '', ''),
(18409, 'teacher_ID_card', '', ''),
(18408, 'generate_ID_cards', '', ''),
(18407, 'loan_approval', '', ''),
(18406, 'loan_applicant', '', ''),
(18405, 'manage_loan', '', ''),
(18403, 'manage_parents', '', ''),
(18404, 'manage_alumni', '', ''),
(140, 'manage_invoice/payment', 'manage invoice/payment', 'إدارة الفاتورة / الدفع'),
(18402, 'assignments', '', ''),
(18401, 'download_page', '', ''),
(18400, 'attendance_report', '', ''),
(18399, 'student_attendance', '', ''),
(18398, 'manage_attendance', '', ''),
(18397, 'promote_students', '', ''),
(18396, 'student_details', '', ''),
(18395, 'list_students', '', ''),
(141, 'invoice/payment_list', 'invoice/payment list', 'الفاتورة / قائمة الدفع'),
(18394, 'admission_form', '', ''),
(18393, 'manage_students', '', ''),
(18392, 'hostel_manager', '', ''),
(18391, 'accountants', '', ''),
(18390, 'librarians', '', ''),
(18389, 'teachers', '', ''),
(18388, 'manage_staff', '', ''),
(142, 'add_invoice/payment', 'add invoice/payment', 'إضافة الفاتورة / الدفع'),
(18387, 'manage_help_desks', '', ''),
(18386, 'manage_help_link', '', ''),
(18385, 'academic_syllabus', '', ''),
(18384, 'moral_talk', '', ''),
(18383, 'manage_holiday', '', ''),
(18382, 'task_manager', '', ''),
(143, 'title', 'title', 'عنوان'),
(18381, 'manage_circular', '', ''),
(18380, 'school_clubs', '', ''),
(144, 'description', 'description', 'وصف'),
(18379, 'view_enquiries', '', ''),
(18378, 'enquiry_category', '', ''),
(145, 'amount', 'amount', 'كمية'),
(18377, 'manage_session', '', ''),
(18376, 'academics', '', ''),
(146, 'status', 'status', 'الحالة'),
(18374, 'forgot_your_password', '', ''),
(18375, 'home', '', ''),
(147, 'view_invoice', 'view invoice', 'عرض الفاتورة'),
(148, 'paid', 'paid', 'دفع'),
(149, 'unpaid', 'unpaid', 'غير مدفوع'),
(150, 'add_invoice', 'add invoice', 'إضافة الفاتورة'),
(151, 'payment_to', 'payment to', 'دفع ل'),
(152, 'bill_to', 'bill to', 'فاتورة الى'),
(153, 'invoice_title', 'invoice title', 'عنوان الفاتورة'),
(154, 'invoice_id', 'invoice id', 'هوية صوتية'),
(155, 'edit_invoice', 'edit invoice', 'تحرير الفاتورة'),
(156, 'manage_library_books', 'manage library books', 'فاتورة الى'),
(157, 'book_list', 'book list', 'قائمة الكتب'),
(158, 'add_book', 'add book', 'إضافة كتاب'),
(159, 'book_name', 'book name', 'اسم الكتاب'),
(160, 'author', 'author', 'مؤلف'),
(161, 'price', 'price', 'السعر'),
(162, 'available', 'available', 'متاح'),
(163, 'unavailable', 'unavailable', 'غير متوفره'),
(164, 'edit_book', 'edit book', 'تحرير الكتاب'),
(165, 'manage_transport', 'manage transport', 'السعر'),
(166, 'transport_list', 'transport list', 'قائمة النقل'),
(167, 'add_transport', 'add transport', 'إضافة النقل'),
(168, 'route_name', 'route name', 'اسم المسار'),
(169, 'number_of_vehicle', 'number of vehicle', 'عدد المركبات'),
(170, 'route_fare', 'route fare', 'الطريق الأجرة'),
(171, 'edit_transport', 'edit transport', 'تحرير النقل'),
(172, 'manage_dormitory', 'manage dormitory', 'إدارة المهجع'),
(173, 'dormitory_list', 'dormitory list', 'قائمة المهجع'),
(174, 'add_dormitory', 'add dormitory', 'إضافة عنبر'),
(175, 'dormitory_name', 'dormitory name', 'اسم المهجع'),
(176, 'number_of_room', 'number of room', 'عدد الغرف'),
(177, 'manage_noticeboard', 'manage noticeboard', 'إدارة لوحة الإعلانات'),
(178, 'noticeboard_list', 'noticeboard list', 'قائمة لوحة الإعلانات'),
(179, 'add_noticeboard', 'add noticeboard', 'إضافة لوحة الإعلانات'),
(180, 'notice', 'notice', 'تنويه'),
(181, 'add_notice', 'add notice', 'إضافة إشعار'),
(182, 'edit_noticeboard', 'edit noticeboard', 'تحرير لوحة الإعلانات'),
(183, 'system_name', 'system name', 'اسم النظام'),
(184, 'save', 'save', 'حفظ'),
(185, 'system_title', 'system title', 'عنوان النظام'),
(186, 'paypal_email', 'paypal email', 'بريد باي بال'),
(187, 'currency', 'currency', 'دقة'),
(188, 'phrase_list', 'phrase list', 'قائمة العبارات'),
(189, 'add_phrase', 'add phrase', 'إضافة عبارة'),
(190, 'add_language', 'add language', 'إضافة لغة'),
(191, 'phrase', 'phrase', 'العبارة'),
(192, 'manage_backup_restore', 'manage backup restore', 'إدارة استعادة النسخ الاحتياطي'),
(193, 'restore', 'restore', 'استعادة'),
(194, 'mark', 'mark', 'علامة'),
(195, 'grade', 'grade', 'درجة'),
(196, 'invoice', 'invoice', 'فاتورة'),
(197, 'book', 'book', 'فاتورة'),
(198, 'all', 'all', 'الكل'),
(199, 'upload_&_restore_from_backup', 'upload & restore from backup', 'تحميل واستعادة من النسخ الاحتياطي'),
(200, 'manage_profile', 'manage profile', 'إدارة الملف الشخصي'),
(201, 'update_profile', 'update profile', 'تحديث الملف'),
(202, 'new_password', 'new password', 'كلمة السر الجديدة'),
(203, 'confirm_new_password', 'confirm new password', 'تأكيد كلمة المرور الجديدة'),
(204, 'update_password', 'update password', 'تحديث كلمة المرور'),
(205, 'teacher_dashboard', 'teacher dashboard', 'المعلم، داشبوارد'),
(206, 'backup_restore_help', 'backup restore help', 'النسخ الاحتياطي استعادة المساعدة'),
(207, 'student_dashboard', 'student dashboard', 'لوحة القيادة الطالب'),
(208, 'parent_dashboard', 'parent dashboard', 'لوحة الأم'),
(209, 'view_marks', 'view marks', 'عرض علامات'),
(210, 'delete_language', 'delete language', 'حذف اللغة'),
(211, 'settings_updated', 'settings updated', 'تم تحديث الإعدادات'),
(212, 'update_phrase', 'update phrase', 'تحديث العبارة'),
(213, 'login_failed', 'login failed', 'فشل تسجيل الدخول'),
(214, 'live_chat', 'live chat', 'دردشة مباشرة'),
(215, 'client 1', 'client 1', 'العميل '),
(216, 'buyer', 'buyer', 'مشتر'),
(217, 'purchase_code', 'purchase code', 'كود شراء'),
(218, 'system_email', 'system email', 'نظام البريد الإلكتروني'),
(18512, 'welcome', '', ''),
(18513, 'manage_banar', '', ''),
(18514, 'bannar_information_page', '', ''),
(18515, 'add_new_bannar', '', ''),
(18516, 'front_end_banar', '', ''),
(18517, 'b_text_one', '', ''),
(18518, 'b_text_two', '', ''),
(18519, 'front_ends', '', ''),
(18520, 'supply_front_end_information', '', ''),
(18521, 'about_us', '', ''),
(18522, 'vision', '', ''),
(18523, 'mission', '', ''),
(18524, 'goal', '', ''),
(18525, 'services', '', ''),
(18526, 'add_banar', '', ''),
(18527, 'banner_text_1', '', ''),
(18528, 'value_required', '', ''),
(18529, 'banner_text_2', '', ''),
(18530, 'save_bannar', '', ''),
(18531, 'image', '', ''),
(18532, 'data_added_successfully', '', ''),
(18533, 'edit_bannar', '', ''),
(18534, 'update_bannar', '', ''),
(18535, 'data_updated', '', ''),
(18536, 'tawk_to_code', '', ''),
(18537, 'youtube', '', ''),
(18538, 'gender', '', ''),
(18539, 'list_teachers', '', ''),
(18540, 'clickatell_activated', '', ''),
(18541, 'sms_to_all_users', '', ''),
(18542, 'list_notice', '', ''),
(18543, 'qualification', '', ''),
(18544, 'facebok', '', ''),
(18545, 'twitter', '', ''),
(18546, 'googleplus', '', ''),
(18547, 'linkedin', '', ''),
(18548, 'Document', '', ''),
(18549, 'facebook', '', ''),
(18550, 'update_teacher', '', ''),
(18551, 'section_information', '', ''),
(18552, 'add_new_section', '', ''),
(18553, 'section_name', '', ''),
(18554, 'nick_name', '', ''),
(18555, 'add_section', '', ''),
(18556, 'select_teacher', '', ''),
(18557, 'classs', '', ''),
(18558, 'add_subjects', '', ''),
(18559, 'list_subjects', '', ''),
(18560, 'list_media', '', ''),
(18561, 'add_media', '', ''),
(18562, 'add_hostel', '', ''),
(18563, 'capacity', '', ''),
(18564, 'list_hostels', '', ''),
(18565, 'hostel_name', '', ''),
(18566, 'category', '', ''),
(18567, 'manage_news', '', ''),
(18568, 'add_news', '', ''),
(18569, 'news_title', '', ''),
(18570, 'news_content', '', ''),
(18571, 'list_news', '', ''),
(18572, 'location', '', ''),
(18573, 'send_sms_to_all', '', ''),
(18574, 'activated', '', ''),
(18575, 'edit_notice', '', ''),
(18576, 'Image', '', ''),
(18577, 'Image', '', ''),
(18578, 'Image', '', ''),
(18579, 'data_deleted', '', ''),
(18580, 'edit_news', '', ''),
(18581, 'update_news', '', ''),
(18582, 'short_content', '', ''),
(18583, 'full_content', '', ''),
(18584, 'uploader', '', ''),
(18585, 'news_intro', '', ''),
(18586, 'teacher_intro', '', ''),
(18587, 'event_intro', '', ''),
(18588, 'testimonies_intro', '', ''),
(18589, 'add_transport_route', '', ''),
(18590, 'backup_now', '', ''),
(18591, 'list_transport_route', '', ''),
(18592, 'manage_email_template', '', ''),
(18593, 'add_email_template', '', ''),
(18594, 'email_type', '', ''),
(18595, 'from_email', '', ''),
(18596, 'from_name', '', ''),
(18597, 'email_content', '', ''),
(18598, 'date_added', '', ''),
(18599, 'list_email_templates', '', ''),
(18600, 'actions', '', ''),
(18601, 'language_information_page', '', ''),
(18602, 'active_language', '', ''),
(18603, 'all_languages', '', ''),
(18604, 'manage_testimony', '', ''),
(18605, 'manage_enquiries', '', ''),
(18606, 'enquiry_information_page', '', ''),
(18607, 'mobile', '', ''),
(18608, 'purpose', '', ''),
(18609, 'who_to_visit', '', ''),
(18610, 'date_submitted', '', ''),
(18611, 'manage_club', '', ''),
(18612, 'add_club', '', ''),
(18613, 'club_name', '', ''),
(18614, 'list_club', '', ''),
(18615, 'position', '', ''),
(18616, 'content', '', ''),
(18617, 'add_testimony', '', ''),
(18618, 'list_testimony', '', ''),
(18619, 'system_map', '', ''),
(18620, 'index.php?welcome', '', ''),
(18621, 'news', '', ''),
(18622, 'contact', '', ''),
(18623, 'manage_enquiry_category', '', ''),
(18624, 'list_enquiries', '', ''),
(18625, 'add_category', '', ''),
(18626, 'add_enquiry_setting', '', ''),
(18627, 'whom', '', ''),
(18628, 'save_enquiry', '', ''),
(18629, 'edit_enquiry_category', '', ''),
(18630, 'update_enquiry', '', ''),
(18631, 'add_loan_page', '', ''),
(18632, 'add_loan', '', ''),
(18633, 'date_application', '', ''),
(18634, 'applicant_id', '', ''),
(18635, 'select_a_user', '', ''),
(18636, 'accountant', '', ''),
(18637, 'hostel', '', ''),
(18638, 'applicant_name', '', ''),
(18639, 'accountant', '', ''),
(18640, 'loan_amount', '', ''),
(18641, 'loan_duration', '', ''),
(18642, 'payment_mode', '', ''),
(18643, 'guarantor_name', '', ''),
(18644, 'relationship', '', ''),
(18645, 'guarantor_number', '', ''),
(18646, 'guarantor_address', '', ''),
(18647, 'guanrator_country', '', ''),
(18648, 'collaral_name', '', ''),
(18649, 'collaral_type', '', ''),
(18650, 'collaral_model', '', ''),
(18651, 'collaral_make', '', ''),
(18652, 'serial_number', '', ''),
(18653, 'collateral_value', '', ''),
(18654, 'condition', '', ''),
(18655, 'collateral_documents', '', ''),
(18656, 'save_loan', '', ''),
(18657, 'list_alumni', '', ''),
(18658, 'add-alumni', '', ''),
(18659, 'graduation_year', '', ''),
(18660, 'school_club', '', ''),
(18661, 'add_alumni', '', ''),
(18662, 'marital_status', '', ''),
(18663, 'graduation_date', '', ''),
(18664, 'hobbies', '', ''),
(18665, 'publisher', '', ''),
(18666, 'ISBN_number', '', ''),
(18667, 'book_edition', '', ''),
(18668, 'book_subject', '', ''),
(18669, 'book_quantity', '', ''),
(18670, 'book_image', '', ''),
(18671, 'list_books', '', ''),
(18672, 'instagram', '', ''),
(18673, 'pinterest', '', ''),
(18674, 'student_information', '', ''),
(18675, 'get_students', '', ''),
(18676, 'select_class_first', '', ''),
(18677, 'get_student_list', '', ''),
(18678, 'other_student', '', ''),
(18679, 'all_students', '', ''),
(18680, 'mother_tongue', '', ''),
(18681, 'age', '', ''),
(18682, 'all_parents', '', ''),
(18683, 'list_parents', '', ''),
(18684, 'view_teacher', '', ''),
(18685, 'exam_marks', '', ''),
(18686, 'time_table', '', ''),
(18687, 'view_news', '', ''),
(18688, 'student_payments', '', ''),
(18689, 'helpful_links', '', ''),
(18690, 'help_desks', '', ''),
(18691, 'view_library', '', ''),
(18692, 'view_holidays', '', ''),
(18693, 'view_moral_talk', '', ''),
(18694, 'Update_details', '', ''),
(18695, 'my_children_information', '', ''),
(18696, 'short_about', '', ''),
(18697, 'full_about_us', '', ''),
(18698, 'student_admission_form', '', ''),
(18699, 'multiple_students', '', ''),
(18700, 'full_name', '', ''),
(18701, 'admission_no', '', ''),
(18702, 'place_birth', '', ''),
(18703, 'city', '', ''),
(18704, 'state', '', ''),
(18705, 'nationality', '', ''),
(18706, 'previous_school_name', '', ''),
(18707, 'purpose_of_leaving', '', ''),
(18708, 'class_in_which_was_studying', '', ''),
(18709, 'date_of_leaving', '', ''),
(18710, 'admission_date', '', ''),
(18711, 'transfer_certificate', '', ''),
(18712, 'birth_certificate', '', ''),
(18713, 'any_given_marksheet', '', ''),
(18714, 'physical_handicap', '', ''),
(18715, 'save_student', '', ''),
(18716, 'manage_gallery', '', ''),
(18717, 'add_gallery', '', ''),
(18718, 'list_gallery', '', ''),
(18719, 'gallery_name', '', ''),
(18720, 'Preview Image', '', ''),
(18721, 'media_link', '', ''),
(18722, 'file_type', '', ''),
(18723, 'select_file_type', '', ''),
(18724, 'Video', '', ''),
(18725, 'footer_text', '', ''),
(18726, 'register_content', '', ''),
(18727, 'add_session', '', ''),
(18728, 'list_session', '', ''),
(18729, 'session_name', '', ''),
(18730, 'manage_task_manager', '', ''),
(18731, 'list_tasks', '', ''),
(18732, 'add_task', '', ''),
(18733, 'task_name', '', ''),
(18734, 'priority', '', ''),
(18735, 'date_assign', '', ''),
(18736, 'assign_to', '', ''),
(18737, 'task_status', '', ''),
(18738, 'manage_todays_thought', '', ''),
(18739, 'add_thoughts', '', ''),
(18740, 'thought', '', ''),
(18741, 'add_thought', '', ''),
(18742, 'list_thoughts', '', ''),
(18743, 'accountant', '', ''),
(18744, 'loan', '', ''),
(18745, 'accountant', '', ''),
(18746, 'accountant', '', ''),
(18747, 'accountant', '', ''),
(18748, 'accountant', '', ''),
(18749, 'accountant', '', ''),
(18750, 'accountant', '', ''),
(18751, 'accountant', '', ''),
(18752, 'accountant', '', ''),
(18753, 'accountant', '', ''),
(18754, 'accountant', '', ''),
(18755, 'accountant', '', ''),
(18756, 'accountant', '', ''),
(18757, 'accountant', '', ''),
(18758, 'accountant', '', ''),
(18759, 'accountant', '', ''),
(18760, 'list_database', '', ''),
(18761, 'accountant', '', ''),
(18762, 'upload_database', '', ''),
(18763, 'accountant', '', ''),
(18764, 'accountant', '', ''),
(18765, 'accountant', '', ''),
(18766, 'accountant', '', ''),
(18767, 'manage_backup_restores', '', ''),
(18768, 'accountant', '', ''),
(18769, 'accountant', '', ''),
(18770, 'accountant', '', ''),
(18771, 'accountant', '', ''),
(18772, 'accountant', '', ''),
(18773, 'accountant', '', ''),
(18774, 'deleted_successfully', '', ''),
(18775, 'accountant', '', ''),
(18776, 'accountant', '', ''),
(18777, 'accountant', '', ''),
(18778, 'accountant', '', ''),
(18779, 'accountant', '', ''),
(18780, 'accountant', '', ''),
(18781, 'accountant', '', ''),
(18782, 'accountant', '', ''),
(18783, 'import_student', '', ''),
(18784, 'select_excel_file', '', ''),
(18785, 'select_transport', '', ''),
(18786, 'update_student', '', ''),
(18787, 'private_messaging', '', ''),
(18788, 'compose_new_message', '', ''),
(18789, 'write_new_message', '', ''),
(18790, 'back_to_inbox', '', ''),
(18791, 'select_message_destination', '', ''),
(18792, 'accountant', '', ''),
(18793, 'send_message', '', ''),
(18794, 'message_sent!', '', ''),
(18795, 'all_messages', '', ''),
(18796, 'reply_message', '', ''),
(18797, 'issue_library_card_number', '', ''),
(18798, 'student_card_number', '', ''),
(18799, 'issue_date', '', ''),
(18800, 'expire_date', '', ''),
(18801, 'card_number', '', ''),
(18802, 'issue_number', '', ''),
(18803, 'create_student_payment', '', ''),
(18804, 'invoice_informations', '', ''),
(18805, 'total', '', ''),
(18806, 'enter_total_amount', '', ''),
(18807, 'enter_payment_amount', '', ''),
(18808, 'method', '', ''),
(18809, 'cash', '', ''),
(18810, 'check', '', ''),
(18811, 'card', '', ''),
(18812, 'generate_invoice', '', ''),
(18813, 'generate_mass_invoice', '', ''),
(18814, 'students', '', ''),
(18815, 'select_all', '', ''),
(18816, 'select_none', '', ''),
(18817, 'unpaid_invoice', '', ''),
(18818, 'payment_status', '', ''),
(18819, 'payment_history', '', ''),
(18820, 'payment_lists', '', ''),
(18821, 'accountant', '', ''),
(18822, 'update_class', '', ''),
(18823, 'manage_publisher', '', ''),
(18824, 'add_publisher', '', ''),
(18825, 'publisher_name', '', ''),
(18826, 'list_publisher', '', ''),
(18827, 'exam_settings', '', ''),
(18828, 'exam_class', '', ''),
(18829, 'exam_subject', '', ''),
(18830, 'exam_date', '', ''),
(18831, 'session', '', ''),
(18832, 'question_count', '', ''),
(18833, 'exam_duration', '', ''),
(18834, 'continue', '', ''),
(18835, 'accountant', '', ''),
(18836, 'accountant', '', ''),
(18837, 'manage_loan_approval', '', ''),
(18838, 'list_loans', '', ''),
(18839, 'staff_name', '', ''),
(18840, 'mode_of_payment', '', ''),
(18841, 'number', '', ''),
(18842, 'collateral_name', '', ''),
(18843, 'colateral_value', '', ''),
(18844, 'download_files', '', ''),
(18845, 'accountant', '', ''),
(18846, 'accountant', '', ''),
(18847, 'application_submitted', '', ''),
(18848, 'accountant', '', ''),
(18849, 'accountant', '', ''),
(18850, 'update_loan_approval', '', ''),
(18851, 'Approved', '', ''),
(18852, 'Disapproved', '', ''),
(18853, 'Pending', '', ''),
(18854, 'update_loan', '', ''),
(18855, 'admit_student', '', ''),
(18856, 'admit_bulk_student', '', ''),
(18857, 'student_promotion', '', ''),
(18858, 'parents', '', ''),
(18859, 'manage_loan_applicants', '', ''),
(18860, 'manage_loan_approvals', '', ''),
(18861, 'subjects', '', ''),
(18862, 'class_routines', '', ''),
(18863, 'daily_attendance', '', ''),
(18864, 'exams', '', ''),
(18865, 'manage_exam_questions', '', ''),
(18866, 'send_marks_by_sms', '', ''),
(18867, 'tabulation_sheet', '', ''),
(18868, 'accounting', '', ''),
(18869, 'libraries', '', ''),
(18870, 'dormitories', '', ''),
(18871, 'noticeboards', '', ''),
(18872, 'manage_thoughts', '', ''),
(18873, 'messages', '', ''),
(18874, 'sms_settings', '', ''),
(18875, 'language_settings', '', ''),
(18876, 'manage_account', '', ''),
(18877, 'edit_profile', '', ''),
(18878, 'System_setting', '', ''),
(18879, 'cancel', '', ''),
(18880, 'System_setting', '', ''),
(18881, 'loan_information_page', '', ''),
(18882, 'add_loan_applicant', '', ''),
(18883, 'apply_now', '', ''),
(18884, 'loan_application_submitted_successfully', '', ''),
(18885, 'System_setting', '', ''),
(18886, 'System_setting', '', ''),
(18887, 'System_setting', '', ''),
(18888, 'student_information_page', '', ''),
(18889, 'add_new_student', '', ''),
(18890, 'System_setting', '', ''),
(18891, 'System_setting', '', ''),
(18892, 'System_setting', '', ''),
(18893, 'addmission_form', '', ''),
(18894, 'add_bulk_student', '', ''),
(18895, 'System_setting', '', ''),
(18896, 'student_bulk_add_form', '', ''),
(18897, 'upload_and_import', '', ''),
(18898, 'System_setting', '', ''),
(18899, 'System_setting', '', ''),
(18900, 'System_setting', '', ''),
(18901, 'mark_sheet', '', ''),
(18902, 'System_setting', '', ''),
(18903, 'payment_information_page', '', ''),
(18904, 'create_single_invoice', '', ''),
(18905, 'create_mass_invoice', '', ''),
(18906, 'payment_informations', '', ''),
(18907, 'System_setting', '', ''),
(18908, 'study_material', '', ''),
(18909, 'online_CBT', '', ''),
(18910, 'my_CBT_results', '', ''),
(18911, 'view_media', '', ''),
(18912, 'todays_thought', '', ''),
(18913, 'holiday', '', ''),
(18914, 'message', '', ''),
(18915, 'helpful_link', '', ''),
(18916, 'System_setting', '', ''),
(18917, 'System_setting', '', ''),
(18918, 'all_invoice', '', ''),
(18919, 'System_setting', '', ''),
(18920, 'System_setting', '', ''),
(18921, 'System_setting', '', ''),
(18922, 'System_setting', '', ''),
(18923, 'System_setting', '', ''),
(18924, 'System_setting', '', ''),
(18925, 'System_setting', '', ''),
(18926, 'System_setting', '', ''),
(18927, 'System_setting', '', ''),
(18928, 'System_setting', '', ''),
(18929, 'System_setting', '', ''),
(18930, 'System_setting', '', ''),
(18931, 'System_setting', '', ''),
(18932, 'System_setting', '', ''),
(18933, 'System_setting', '', ''),
(18934, 'System_setting', '', ''),
(18935, 'System_setting', '', ''),
(18936, 'System_setting', '', ''),
(18937, 'System_setting', '', ''),
(18938, 'System_setting', '', ''),
(18939, 'System_setting', '', ''),
(18940, 'System_setting', '', ''),
(18941, 'System_setting', '', ''),
(18942, 'System_setting', '', ''),
(18943, 'System_setting', '', ''),
(18944, 'System_setting', '', ''),
(18945, 'System_setting', '', ''),
(18946, 'System_setting', '', ''),
(18947, 'System_setting', '', ''),
(18948, 'System_setting', '', ''),
(18949, 'System_setting', '', ''),
(18950, 'System_setting', '', ''),
(18951, 'System_setting', '', ''),
(18952, 'System_setting', '', ''),
(18953, 'System_setting', '', ''),
(18954, 'System_setting', '', ''),
(18955, 'System_setting', '', ''),
(18956, 'System_setting', '', ''),
(18957, 'System_setting', '', ''),
(18958, 'System_setting', '', ''),
(18959, 'System_setting', '', ''),
(18960, 'System_setting', '', ''),
(18961, 'payment_cancelled', '', ''),
(18962, 'System_setting', '', ''),
(18963, 'System_setting', '', ''),
(18964, 'System_setting', '', ''),
(18965, 'System_setting', '', ''),
(18966, 'System_setting', '', ''),
(18967, 'System_setting', '', ''),
(18968, 'System_setting', '', ''),
(18969, 'System_setting', '', ''),
(18970, 'System_setting', '', ''),
(18971, 'System_setting', '', ''),
(18972, 'student_ledger', '', ''),
(18973, 'System_setting', '', ''),
(18974, 'System_setting', '', ''),
(18975, 'System_setting', '', ''),
(18976, 'System_setting', '', ''),
(18977, 'System_setting', '', ''),
(18978, 'System_setting', '', ''),
(18979, 'list_invoices', '', ''),
(18980, 'invoice_number', '', ''),
(18981, 'patient', '', ''),
(18982, 'select_a_patient', '', ''),
(18983, 'System_setting', '', ''),
(18984, 'creation_date', '', ''),
(18985, 'due_date', '', ''),
(18986, 'vat_percentage', '', ''),
(18987, 'discount_amount', '', ''),
(18988, 'select_a_status', '', ''),
(18989, 'invoice_entry', '', ''),
(18990, 'add_invoice_entry', '', ''),
(18991, 'System_setting', '', ''),
(18992, 'System_setting', '', ''),
(18993, 'System_setting', '', ''),
(18994, 'System_setting', '', ''),
(18995, 'System_setting', '', ''),
(18996, 'news_information_page', '', ''),
(18997, 'System_setting', '', ''),
(18998, 'System_setting', '', ''),
(18999, 'System_setting', '', ''),
(19000, 'System_setting', '', ''),
(19001, 'System_setting', '', ''),
(19002, 'System_setting', '', ''),
(19003, 'item', '', ''),
(19004, 'credit', '', ''),
(19005, 'System_setting', '', ''),
(19006, 'System_setting', '', ''),
(19007, 'select_student', '', ''),
(19008, 'System_setting', '', ''),
(19009, 'ledger_number', '', ''),
(19010, 'list_student_ledger', '', ''),
(19011, 'System_setting', '', ''),
(19012, 'System_setting', '', ''),
(19013, 'System_setting', '', ''),
(19014, 'System_setting', '', ''),
(19015, 'System_setting', '', ''),
(19016, 'System_setting', '', ''),
(19017, 'System_setting', '', ''),
(19018, 'System_setting', '', ''),
(19019, 'System_setting', '', ''),
(19020, 'System_setting', '', ''),
(19021, 'invoice_added', '', ''),
(19022, 'System_setting', '', ''),
(19023, 'System_setting', '', ''),
(19024, 'System_setting', '', ''),
(19025, 'news_list', '', ''),
(19026, 'id', '', ''),
(19027, 'date_created', '', ''),
(19028, 'System_setting', '', ''),
(19029, 'System_setting', '', ''),
(19030, 'System_setting', '', ''),
(19031, 'System_setting', '', ''),
(19032, 'System_setting', '', ''),
(19033, 'System_setting', '', ''),
(19034, 'all_ledger', '', ''),
(19035, 'System_setting', '', ''),
(19036, 'System_setting', '', ''),
(19037, 'System_setting', '', ''),
(19038, 'System_setting', '', ''),
(19039, 'System_setting', '', ''),
(19040, 'System_setting', '', ''),
(19041, 'System_setting', '', ''),
(19042, 'System_setting', '', ''),
(19043, 'System_setting', '', ''),
(19044, 'System_setting', '', ''),
(19045, 'System_setting', '', ''),
(19046, 'System_setting', '', ''),
(19047, 'debit', '', ''),
(19048, 'System_setting', '', ''),
(19049, 'System_setting', '', ''),
(19050, 'System_setting', '', ''),
(19051, 'System_setting', '', ''),
(19052, 'System_setting', '', ''),
(19053, 'view_ledger_details', '', ''),
(19054, 'System_setting', '', ''),
(19055, 'System_setting', '', ''),
(19056, 'System_setting', '', ''),
(19057, 'System_setting', '', ''),
(19058, 'System_setting', '', ''),
(19059, 'print_invoice', '', ''),
(19060, 'back', '', ''),
(19061, 'legder_number', '', ''),
(19062, 'invoice_entries', '', ''),
(19063, 'entry', '', ''),
(19064, 'System_setting', '', ''),
(19065, 'System_setting', '', ''),
(19066, 'System_setting', '', ''),
(19067, 'sub_total', '', ''),
(19068, 'discount', '', ''),
(19069, 'grand_total', '', ''),
(19070, 'System_setting', '', ''),
(19071, 'System_setting', '', ''),
(19072, 'System_setting', '', ''),
(19073, 'System_setting', '', ''),
(19074, 'System_setting', '', ''),
(19075, 'System_setting', '', ''),
(19076, 'System_setting', '', ''),
(19077, 'System_setting', '', ''),
(19078, 'System_setting', '', ''),
(19079, 'System_setting', '', ''),
(19080, 'System_setting', '', ''),
(19081, 'System_setting', '', ''),
(19082, 'System_setting', '', ''),
(19083, 'System_setting', '', ''),
(19084, 'System_setting', '', ''),
(19085, 'System_setting', '', ''),
(19086, 'System_setting', '', ''),
(19087, 'System_setting', '', ''),
(19088, 'System_setting', '', ''),
(19089, 'System_setting', '', ''),
(19090, 'System_setting', '', ''),
(19091, 'System_setting', '', ''),
(19092, 'System_setting', '', ''),
(19093, 'System_setting', '', ''),
(19094, 'System_setting', '', ''),
(19095, 'System_setting', '', ''),
(19096, 'System_setting', '', ''),
(19097, 'System_setting', '', ''),
(19098, 'System_setting', '', ''),
(19099, 'System_setting', '', ''),
(19100, 'System_setting', '', ''),
(19101, 'System_setting', '', ''),
(19102, 'System_setting', '', ''),
(19103, 'System_setting', '', ''),
(19104, 'System_setting', '', ''),
(19105, 'System_setting', '', ''),
(19106, 'System_setting', '', ''),
(19107, 'System_setting', '', ''),
(19108, 'System_setting', '', ''),
(19109, 'System_setting', '', ''),
(19110, 'System_setting', '', ''),
(19111, 'System_setting', '', ''),
(19112, 'System_setting', '', ''),
(19113, 'System_setting', '', ''),
(19114, 'System_setting', '', ''),
(19115, 'System_setting', '', ''),
(19116, 'System_setting', '', ''),
(19117, 'System_setting', '', ''),
(19118, 'System_setting', '', ''),
(19119, 'balance', '', ''),
(19120, 'System_setting', '', ''),
(19121, 'System_setting', '', ''),
(19122, 'System_setting', '', ''),
(19123, 'System_setting', '', ''),
(19124, 'System_setting', '', ''),
(19125, 'System_setting', '', ''),
(19126, 'list_invoice', '', ''),
(19127, 'System_setting', '', ''),
(19128, 'System_setting', '', ''),
(19129, 'System_setting', '', ''),
(19130, 'System_setting', '', ''),
(19131, 'System_setting', '', ''),
(19132, 'System_setting', '', ''),
(19133, 'System_setting', '', ''),
(19134, 'System_setting', '', ''),
(19135, 'System_setting', '', ''),
(19136, 'System_setting', '', ''),
(19137, 'System_setting', '', ''),
(19138, 'list_all_invoices', '', ''),
(19139, 'add_new_invoice', '', ''),
(19140, 'invoice_no', '', ''),
(19141, 'vat_%', '', ''),
(19142, 'System_setting', '', ''),
(19143, 'System_setting', '', ''),
(19144, 'System_setting', '', ''),
(19145, 'System_setting', '', ''),
(19146, 'System_setting', '', ''),
(19147, 'System_setting', '', ''),
(19148, 'System_setting', '', ''),
(19149, 'view_invoice_details', '', ''),
(19150, 'System_setting', '', ''),
(19151, 'System_setting', '', ''),
(19152, 'System_setting', '', ''),
(19153, 'System_setting', '', ''),
(19154, 'System_setting', '', ''),
(19155, 'System_setting', '', ''),
(19156, 'System_setting', '', ''),
(19157, 'System_setting', '', ''),
(19158, 'System_setting', '', ''),
(19159, 'System_setting', '', ''),
(19160, 'System_setting', '', ''),
(19161, 'System_setting', '', ''),
(19162, 'System_setting', '', ''),
(19163, 'System_setting', '', ''),
(19164, 'System_setting', '', ''),
(19165, 'System_setting', '', ''),
(19166, 'add_student_ledger', '', ''),
(19167, 'System_setting', '', ''),
(19168, 'System_setting', '', ''),
(19169, 'System_setting', '', ''),
(19170, 'System_setting', '', ''),
(19171, 'System_setting', '', ''),
(19172, 'System_setting', '', ''),
(19173, 'System_setting', '', ''),
(19174, 'System_setting', '', ''),
(19175, 'add_another_student_ledger', '', ''),
(19176, 'System_setting', '', ''),
(19177, 'System_setting', '', ''),
(19178, 'select_a_student', '', ''),
(19179, 'update_invoice', '', ''),
(19180, 'invoice_info_updated_successfuly', '', ''),
(19181, 'System_setting', '', ''),
(19182, 'System_setting', '', ''),
(19183, 'System_setting', '', ''),
(19184, 'System_setting', '', ''),
(19185, 'System_setting', '', ''),
(19186, 'System_setting', '', ''),
(19187, 'System_setting', '', ''),
(19188, 'ledger_receipt', '', ''),
(19189, 'System_setting', '', ''),
(19190, 'System_setting', '', ''),
(19191, 'System_setting', '', ''),
(19192, 'System_setting', '', ''),
(19193, 'System_setting', '', ''),
(19194, 'System_setting', '', ''),
(19195, 'System_setting', '', ''),
(19196, 'System_setting', '', ''),
(19197, 'System_setting', '', ''),
(19198, 'System_setting', '', ''),
(19199, 'System_setting', '', ''),
(19200, 'System_setting', '', ''),
(19201, 'System_setting', '', ''),
(19202, 'System_setting', '', ''),
(19203, 'System_setting', '', ''),
(19204, 'System_setting', '', ''),
(19205, 'System_setting', '', ''),
(19206, 'System_setting', '', ''),
(19207, 'System_setting', '', ''),
(19208, 'System_setting', '', ''),
(19209, 'System_setting', '', ''),
(19210, 'System_setting', '', ''),
(19211, 'System_setting', '', ''),
(19212, 'theme_settings', '', ''),
(19213, 'select_a_theme_to_make_changes', '', ''),
(19214, 'System_setting', '', ''),
(19215, 'System_setting', '', ''),
(19216, 'System_setting', '', ''),
(19217, 'System_setting', '', ''),
(19218, 'System_setting', '', ''),
(19219, 'System_setting', '', ''),
(19220, 'System_setting', '', ''),
(19221, 'System_setting', '', ''),
(19222, 'System_setting', '', ''),
(19223, 'System_setting', '', ''),
(19224, 'System_setting', '', ''),
(19225, 'System_setting', '', ''),
(19226, 'System_setting', '', ''),
(19227, 'System_setting', '', ''),
(19228, 'System_setting', '', ''),
(19229, 'System_setting', '', ''),
(19230, 'System_setting', '', ''),
(19231, 'System_setting', '', ''),
(19232, 'System_setting', '', ''),
(19233, 'System_setting', '', ''),
(19234, 'System_setting', '', ''),
(19235, 'System_setting', '', ''),
(19236, 'System_setting', '', ''),
(19237, 'System_setting', '', ''),
(19238, 'System_setting', '', ''),
(19239, 'System_setting', '', ''),
(19240, 'System_setting', '', ''),
(19241, 'System_setting', '', ''),
(19242, 'System_setting', '', ''),
(19243, 'System_setting', '', ''),
(19244, 'System_setting', '', ''),
(19245, 'System_setting', '', ''),
(19246, 'System_setting', '', ''),
(19247, 'System_setting', '', ''),
(19248, 'System_setting', '', ''),
(19249, 'select_section', '', ''),
(19250, 'System_setting', '', ''),
(19251, 'System_setting', '', ''),
(19252, 'System_setting', '', ''),
(19253, 'System_setting', '', ''),
(19254, 'System_setting', '', ''),
(19255, 'System_setting', '', ''),
(19256, 'System_setting', '', ''),
(19257, 'System_setting', '', ''),
(19258, 'exam_section', '', ''),
(19259, 'questions_bank', '', ''),
(19260, 'question', '', ''),
(19261, 'answers', '', ''),
(19262, 'correct_answers', '', ''),
(19263, 'Next_Question', '', ''),
(19264, 'remove', '', ''),
(19265, 'list_all_exams', '', ''),
(19266, 'duration', '', ''),
(19267, 'view_exam', '', ''),
(19268, 'question_list', '', ''),
(19269, 'exam_setting', '', ''),
(19270, 'coreect_answer', '', ''),
(19271, 'save_now', '', ''),
(19272, 'edit_question', '', ''),
(19273, 'correct_answer', '', ''),
(19274, 'generate_key', '', ''),
(19275, 'manage_keygen', '', ''),
(19276, 'key', '', ''),
(19277, 'add_keygen', '', ''),
(19278, 'list_keygen', '', ''),
(19279, 'view_class_mate', '', ''),
(19280, 'view_subject', '', ''),
(19281, 'online_exam', '', ''),
(19282, 'view_exam_results', '', ''),
(19283, 'make_payment', '', ''),
(19284, 'view_holiday', '', ''),
(19285, 'exam_review', '', ''),
(19286, 'you_exam_resulst', '', ''),
(19287, 'marks', '', ''),
(19288, 'view_detail', '', ''),
(19289, 'exam_result', '', ''),
(19290, 'exam_results', '', ''),
(19291, 'check_results', '', ''),
(19292, 'System_setting', '', ''),
(19293, 'System_setting', '', ''),
(19294, 'System_setting', '', ''),
(19295, 'System_setting', '', ''),
(19296, 'System_setting', '', ''),
(19297, 'System_setting', '', ''),
(19298, 'check_result_with_pin', '', ''),
(19299, 'result_checker_info', '', ''),
(19300, 'how_check_result', '', ''),
(19301, 'Result_Checker', '', ''),
(19302, 'download', '', ''),
(19303, 'list_class_mate', '', ''),
(19304, 'mobile_no', '', ''),
(19305, 'browse_result', '', ''),
(19306, 'update_details', '', ''),
(19307, 'my_profile', '', ''),
(19308, 'current_password', '', ''),
(19309, 'exam_information', '', ''),
(19310, 'total_question', '', ''),
(19311, 'click_to_exam', '', ''),
(19312, 'exam_site', '', ''),
(19313, 'attemting_exam', '', ''),
(19314, 'left_time', '', ''),
(19315, 'prev', '', ''),
(19316, 'next', '', ''),
(19317, 'finish', '', ''),
(19318, 'your_exam_result', '', ''),
(19319, 'check_results_here', '', ''),
(19320, 'check_result', '', ''),
(19321, 'your_answer', '', ''),
(19322, 'result', '', ''),
(19323, 'code_error!!!', '', ''),
(19324, 'wrong_code_._check_your_code!!!', '', ''),
(19325, 'wrong_input_._check_your_code!!!', '', ''),
(19326, 'help_submitted_successfully', '', ''),
(19327, 'wrong_code_submission', '', ''),
(19328, 'System_setting', '', ''),
(19329, 'System_setting', '', ''),
(19330, 'System_setting', '', ''),
(19331, 'System_setting', '', ''),
(19332, 'System_setting', '', ''),
(19333, 'validate_exam_pin', '', ''),
(19334, 'wrong_code_submission!', '', ''),
(19335, 'System_setting', '', ''),
(19336, 'System_setting', '', ''),
(19337, 'System_setting', '', ''),
(19338, 'exam_reult', '', ''),
(19339, 'System_setting', '', ''),
(19340, 'System_setting', '', ''),
(19341, 'accountant', '', ''),
(19342, 'manage_actions', '', ''),
(19343, 'add_actions', '', ''),
(19344, 'action_name', '', ''),
(19345, 'display', '', ''),
(19346, 'parent_key', '', ''),
(19347, 'list_sidebar_actions', '', ''),
(19348, 'manage_daily_attendance', '', ''),
(19349, 'attendance_for', '', ''),
(19350, 'browse_attendance', '', ''),
(19351, 'will_be_sent_by_clickatell', '', ''),
(19352, 'System_setting', '', ''),
(19353, 'System_setting', '', ''),
(19354, 'System_setting', '', ''),
(19355, 'voguepay_ID', '', ''),
(19356, 'paystack_key', '', ''),
(19357, 'System_setting', '', ''),
(19358, 'System_setting', '', ''),
(19359, 'System_setting', '', ''),
(19360, 'System_setting', '', ''),
(19361, 'System_setting', '', ''),
(19362, 'System_setting', '', ''),
(19363, 'System_setting', '', ''),
(19364, 'System_setting', '', ''),
(19365, 'System_setting', '', ''),
(19366, 'System_setting', '', ''),
(19367, 'System_setting', '', ''),
(19368, 'System_setting', '', ''),
(19369, 'System_setting', '', ''),
(19370, 'System_setting', '', ''),
(19371, 'System_setting', '', ''),
(19372, 'System_setting', '', ''),
(19373, 'System_setting', '', ''),
(19374, 'System_setting', '', ''),
(19375, 'System_setting', '', ''),
(19376, 'System_setting', '', ''),
(19377, 'System_setting', '', ''),
(19378, 'System_setting', '', ''),
(19379, 'System_setting', '', ''),
(19380, 'System_setting', '', ''),
(19381, 'System_setting', '', ''),
(19382, 'System_setting', '', ''),
(19383, 'System_setting', '', ''),
(19384, 'System_setting', '', ''),
(19385, 'System_setting', '', ''),
(19386, 'System_setting', '', ''),
(19387, 'System_setting', '', ''),
(19388, 'System_setting', '', ''),
(19389, 'System_setting', '', ''),
(19390, 'System_setting', '', ''),
(19391, 'System_setting', '', ''),
(19392, 'System_setting', '', ''),
(19393, 'System_setting', '', ''),
(19394, 'System_setting', '', ''),
(19395, 'System_setting', '', ''),
(19396, 'System_setting', '', ''),
(19397, 'System_setting', '', ''),
(19398, 'System_setting', '', ''),
(19399, 'System_setting', '', ''),
(19400, 'System_setting', '', ''),
(19401, 'income_information_page', '', ''),
(19402, 'unpaid_invoices', '', ''),
(19403, 'System_setting', '', ''),
(19404, 'System_setting', '', ''),
(19405, 'System_setting', '', ''),
(19406, 'System_setting', '', ''),
(19407, 'System_setting', '', ''),
(19408, 'System_setting', '', ''),
(19409, 'System_setting', '', ''),
(19410, 'System_setting', '', ''),
(19411, 'System_setting', '', ''),
(19412, 'System_setting', '', ''),
(19413, 'System_setting', '', ''),
(19414, 'System_setting', '', ''),
(19415, 'System_setting', '', ''),
(19416, 'System_setting', '', ''),
(19417, 'System_setting', '', ''),
(19418, 'System_setting', '', ''),
(19419, 'System_setting', '', ''),
(19420, 'System_setting', '', ''),
(19421, 'System_setting', '', ''),
(19422, 'System_setting', '', ''),
(19423, 'System_setting', '', ''),
(19424, 'System_setting', '', ''),
(19425, 'System_setting', '', ''),
(19426, 'System_setting', '', ''),
(19427, 'System_setting', '', ''),
(19428, 'System_setting', '', ''),
(19429, 'System_setting', '', ''),
(19430, 'System_setting', '', ''),
(19431, 'System_setting', '', ''),
(19432, 'System_setting', '', ''),
(19433, 'System_setting', '', ''),
(19434, 'System_setting', '', ''),
(19435, 'System_setting', '', ''),
(19436, 'System_setting', '', ''),
(19437, 'System_setting', '', ''),
(19438, 'System_setting', '', ''),
(19439, 'System_setting', '', ''),
(19440, 'System_setting', '', ''),
(19441, 'new_message', '', ''),
(19442, 'System_setting', '', ''),
(19443, 'holidays', '', ''),
(19444, 'System_setting', '', ''),
(19445, 'System_setting', '', ''),
(19446, 'System_setting', '', ''),
(19447, 'System_setting', '', ''),
(19448, 'general_attendance_for', '', ''),
(19449, 'browse_report', '', ''),
(19450, 'System_setting', '', ''),
(19451, 'System_setting', '', ''),
(19452, 'user_account_type', '', ''),
(19453, 'doctor', '', ''),
(19454, 'nurse', '', ''),
(19455, 'pharmacist', '', ''),
(19456, 'laboratorist', '', ''),
(19457, 'accountant', '', ''),
(19458, 'receptionist', '', ''),
(19459, 'passord', '', ''),
(19460, 'remember_me', '', ''),
(19461, 'forgot_password?', '', ''),
(19462, 'log_in', '', ''),
(19463, 'accountant', '', ''),
(19464, 'back_to_login', '', ''),
(19465, 'accountant', '', ''),
(19466, 'accountant', '', ''),
(19467, 'accountant', '', ''),
(19468, 'accountant', '', ''),
(19469, 'accountant', '', ''),
(19470, 'accountant', '', ''),
(19471, 'accountant', '', ''),
(19472, 'accountant', '', ''),
(19473, 'Successfully Login', '', ''),
(19474, 'logged_out', '', ''),
(19475, 'accountant', '', ''),
(19476, 'accountant', '', ''),
(19477, 'accountant', '', ''),
(19478, 'accountant', '', ''),
(19479, 'invalid_login_details', '', ''),
(19480, 'accountant', '', ''),
(19481, 'accountant', '', ''),
(19482, 'accountant', '', ''),
(19483, 'accountant', '', ''),
(19484, 'accountant', '', ''),
(19485, 'accountant', '', ''),
(19486, 'accountant', '', ''),
(19487, 'accountant', '', ''),
(19488, 'accountant', '', ''),
(19489, 'accountant', '', ''),
(19490, 'accountant', '', ''),
(19491, 'accountant', '', ''),
(19492, 'accountant', '', ''),
(19493, 'accountant', '', ''),
(19494, 'accountant', '', ''),
(19495, 'accountant', '', ''),
(19496, 'accountant', '', ''),
(19497, 'accountant', '', ''),
(19498, 'accountant', '', ''),
(19499, 'accountant', '', ''),
(19500, 'accountant', '', ''),
(19501, 'accountant', '', ''),
(19502, 'accountant', '', ''),
(19503, 'accountant', '', ''),
(19504, 'accountant', '', ''),
(19505, 'accountant', '', ''),
(19506, 'accountant', '', ''),
(19507, 'accountant', '', ''),
(19508, 'accountant', '', ''),
(19509, 'accountant', '', ''),
(19510, 'accountant', '', ''),
(19511, 'accountant', '', ''),
(19512, 'accountant', '', ''),
(19513, 'accountant', '', ''),
(19514, 'accountant', '', ''),
(19515, 'accountant', '', ''),
(19516, 'accountant', '', ''),
(19517, 'accountant', '', ''),
(19518, 'accountant', '', ''),
(19519, 'accountant', '', ''),
(19520, 'accountant', '', ''),
(19521, 'accountant', '', ''),
(19522, 'accountant', '', ''),
(19523, 'accountant', '', ''),
(19524, 'accountant', '', ''),
(19525, 'accountant', '', ''),
(19526, 'accountant', '', ''),
(19527, 'accountant', '', ''),
(19528, 'accountant', '', ''),
(19529, 'accountant', '', ''),
(19530, 'accountant', '', ''),
(19531, 'accountant', '', ''),
(19532, 'accountant', '', ''),
(19533, 'accountant', '', ''),
(19534, 'accountant', '', ''),
(19535, 'accountant', '', ''),
(19536, 'accountant', '', ''),
(19537, 'accountant', '', ''),
(19538, 'accountant', '', ''),
(19539, 'accountant', '', ''),
(19540, 'accountant', '', ''),
(19541, 'accountant', '', ''),
(19542, 'accountant', '', ''),
(19543, 'accountant', '', ''),
(19544, 'accountant', '', ''),
(19545, 'accountant', '', ''),
(19546, 'accountant', '', ''),
(19547, 'accountant', '', ''),
(19548, 'accountant', '', ''),
(19549, 'accountant', '', ''),
(19550, 'accountant', '', ''),
(19551, 'accountant', '', ''),
(19552, 'accountant', '', ''),
(19553, 'accountant', '', ''),
(19554, 'accountant', '', ''),
(19555, 'accountant', '', ''),
(19556, 'accountant', '', ''),
(19557, 'accountant', '', ''),
(19558, 'accountant', '', ''),
(19559, 'accountant', '', ''),
(19560, 'accountant', '', ''),
(19561, 'accountant', '', ''),
(19562, 'accountant', '', ''),
(19563, 'accountant', '', ''),
(19564, 'accountant', '', ''),
(19565, 'accountant', '', ''),
(19566, 'accountant', '', ''),
(19567, 'accountant', '', ''),
(19568, 'accountant', '', ''),
(19569, 'accountant', '', ''),
(19570, 'accountant', '', ''),
(19571, 'accountant', '', ''),
(19572, 'accountant', '', ''),
(19573, 'accountant', '', ''),
(19574, 'accountant', '', ''),
(19575, 'accountant', '', ''),
(19576, 'accountant', '', ''),
(19577, 'accountant', '', ''),
(19578, 'accountant', '', ''),
(19579, 'accountant', '', ''),
(19580, 'accountant', '', ''),
(19581, 'accountant', '', ''),
(19582, 'accountant', '', ''),
(19583, 'accountant', '', ''),
(19584, 'accountant', '', ''),
(19585, 'accountant', '', ''),
(19586, 'accountant', '', ''),
(19587, 'accountant', '', ''),
(19588, 'accountant', '', ''),
(19589, 'accountant', '', ''),
(19590, 'accountant', '', ''),
(19591, 'accountant', '', ''),
(19592, 'accountant', '', ''),
(19593, 'accountant', '', ''),
(19594, 'accountant', '', ''),
(19595, 'accountant', '', ''),
(19596, 'accountant', '', ''),
(19597, 'accountant', '', '');
INSERT INTO `language` (`phrase_id`, `phrase`, `english`, `arabic`) VALUES
(19598, 'accountant', '', ''),
(19599, 'accountant', '', ''),
(19600, 'accountant', '', ''),
(19601, 'accountant', '', ''),
(19602, 'accountant', '', ''),
(19603, 'accountant', '', ''),
(19604, 'accountant', '', ''),
(19605, 'accountant', '', ''),
(19606, 'accountant', '', ''),
(19607, 'accountant', '', ''),
(19608, 'accountant', '', ''),
(19609, 'accountant', '', ''),
(19610, 'accountant', '', ''),
(19611, 'accountant', '', ''),
(19612, 'accountant', '', ''),
(19613, 'accountant', '', ''),
(19614, 'accountant', '', ''),
(19615, 'accountant', '', ''),
(19616, 'accountant', '', ''),
(19617, 'accountant', '', ''),
(19618, 'accountant', '', ''),
(19619, 'accountant', '', ''),
(19620, 'accountant', '', ''),
(19621, 'accountant', '', ''),
(19622, 'accountant', '', ''),
(19623, 'accountant', '', ''),
(19624, 'accountant', '', ''),
(19625, 'accountant', '', ''),
(19626, 'accountant', '', ''),
(19627, 'accountant', '', ''),
(19628, 'accountant', '', ''),
(19629, 'accountant', '', ''),
(19630, 'accountant', '', ''),
(19631, 'accountant', '', ''),
(19632, 'accountant', '', ''),
(19633, 'accountant', '', ''),
(19634, 'accountant', '', ''),
(19635, 'accountant', '', ''),
(19636, 'accountant', '', ''),
(19637, 'accountant', '', ''),
(19638, 'accountant', '', ''),
(19639, 'accountant', '', ''),
(19640, 'accountant', '', ''),
(19641, 'accountant', '', ''),
(19642, 'accountant', '', ''),
(19643, 'accountant', '', ''),
(19644, 'accountant', '', ''),
(19645, 'accountant', '', ''),
(19646, 'accountant', '', ''),
(19647, 'accountant', '', ''),
(19648, 'accountant', '', ''),
(19649, 'accountant', '', ''),
(19650, 'accountant', '', ''),
(19651, 'accountant', '', ''),
(19652, 'accountant', '', ''),
(19653, 'accountant', '', ''),
(19654, 'accountant', '', ''),
(19655, 'accountant', '', ''),
(19656, 'accountant', '', ''),
(19657, 'accountant', '', ''),
(19658, 'accountant', '', ''),
(19659, 'accountant', '', ''),
(19660, 'accountant', '', ''),
(19661, 'accountant', '', ''),
(19662, 'accountant', '', ''),
(19663, 'accountant', '', ''),
(19664, 'accountant', '', ''),
(19665, 'accountant', '', ''),
(19666, 'accountant', '', ''),
(19667, 'accountant', '', ''),
(19668, 'accountant', '', ''),
(19669, 'accountant', '', ''),
(19670, 'accountant', '', ''),
(19671, 'accountant', '', ''),
(19672, 'accountant', '', ''),
(19673, 'accountant', '', ''),
(19674, 'accountant', '', ''),
(19675, 'accountant', '', ''),
(19676, 'accountant', '', ''),
(19677, 'accountant', '', ''),
(19678, 'accountant', '', ''),
(19679, 'accountant', '', ''),
(19680, 'accountant', '', ''),
(19681, 'accountant', '', ''),
(19682, 'accountant', '', ''),
(19683, 'accountant', '', ''),
(19684, 'accountant', '', ''),
(19685, 'accountant', '', ''),
(19686, 'accountant', '', ''),
(19687, 'accountant', '', ''),
(19688, 'accountant', '', ''),
(19689, 'accountant', '', ''),
(19690, 'accountant', '', ''),
(19691, 'accountant', '', ''),
(19692, 'accountant', '', ''),
(19693, 'accountant', '', ''),
(19694, 'accountant', '', ''),
(19695, 'accountant', '', ''),
(19696, 'accountant', '', ''),
(19697, 'accountant', '', ''),
(19698, 'accountant', '', ''),
(19699, 'accountant', '', ''),
(19700, 'accountant', '', ''),
(19701, 'accountant', '', ''),
(19702, 'accountant', '', ''),
(19703, 'accountant', '', ''),
(19704, 'accountant', '', ''),
(19705, 'accountant', '', ''),
(19706, 'accountant', '', ''),
(19707, 'accountant', '', ''),
(19708, 'accountant', '', ''),
(19709, 'accountant', '', ''),
(19710, 'accountant', '', ''),
(19711, 'accountant', '', ''),
(19712, 'accountant', '', ''),
(19713, 'accountant', '', ''),
(19714, 'accountant', '', ''),
(19715, 'accountant', '', ''),
(19716, 'accountant', '', ''),
(19717, 'accountant', '', ''),
(19718, 'accountant', '', ''),
(19719, 'accountant', '', ''),
(19720, 'accountant', '', ''),
(19721, 'accountant', '', ''),
(19722, 'accountant', '', ''),
(19723, 'accountant', '', ''),
(19724, 'accountant', '', ''),
(19725, 'accountant', '', ''),
(19726, 'accountant', '', ''),
(19727, 'accountant', '', ''),
(19728, 'accountant', '', ''),
(19729, 'accountant', '', ''),
(19730, 'accountant', '', ''),
(19731, 'accountant', '', ''),
(19732, 'accountant', '', ''),
(19733, 'accountant', '', ''),
(19734, 'accountant', '', ''),
(19735, 'accountant', '', ''),
(19736, 'accountant', '', ''),
(19737, 'accountant', '', ''),
(19738, 'accountant', '', ''),
(19739, 'accountant', '', ''),
(19740, 'accountant', '', ''),
(19741, 'accountant', '', ''),
(19742, 'accountant', '', ''),
(19743, 'accountant', '', ''),
(19744, 'accountant', '', ''),
(19745, 'accountant', '', ''),
(19746, 'accountant', '', ''),
(19747, 'accountant', '', ''),
(19748, 'accountant', '', ''),
(19749, 'accountant', '', ''),
(19750, 'accountant', '', ''),
(19751, 'accountant', '', ''),
(19752, 'accountant', '', ''),
(19753, 'accountant', '', ''),
(19754, 'accountant', '', ''),
(19755, 'accountant', '', ''),
(19756, 'accountant', '', ''),
(19757, 'accountant', '', ''),
(19758, 'accountant', '', ''),
(19759, 'accountant', '', ''),
(19760, 'accountant', '', ''),
(19761, 'accountant', '', ''),
(19762, 'accountant', '', ''),
(19763, 'accountant', '', ''),
(19764, 'accountant', '', ''),
(19765, 'accountant', '', ''),
(19766, 'accountant', '', ''),
(19767, 'accountant', '', ''),
(19768, 'accountant', '', ''),
(19769, 'accountant', '', ''),
(19770, 'accountant', '', ''),
(19771, 'accountant', '', ''),
(19772, 'accountant', '', ''),
(19773, 'accountant', '', ''),
(19774, 'accountant', '', ''),
(19775, 'accountant', '', ''),
(19776, 'accountant', '', ''),
(19777, 'accountant', '', ''),
(19778, 'accountant', '', ''),
(19779, 'accountant', '', ''),
(19780, 'accountant', '', ''),
(19781, 'accountant', '', ''),
(19782, 'accountant', '', ''),
(19783, 'accountant', '', ''),
(19784, 'accountant', '', ''),
(19785, 'accountant', '', ''),
(19786, 'accountant', '', ''),
(19787, 'accountant', '', ''),
(19788, 'accountant', '', ''),
(19789, 'accountant', '', ''),
(19790, 'accountant', '', ''),
(19791, 'accountant', '', ''),
(19792, 'accountant', '', ''),
(19793, 'accountant', '', ''),
(19794, 'accountant', '', ''),
(19795, 'accountant', '', ''),
(19796, 'accountant', '', ''),
(19797, 'accountant', '', ''),
(19798, 'accountant', '', ''),
(19799, 'accountant', '', ''),
(19800, 'accountant', '', ''),
(19801, 'accountant', '', ''),
(19802, 'accountant', '', ''),
(19803, 'accountant', '', ''),
(19804, 'accountant', '', ''),
(19805, 'accountant', '', ''),
(19806, 'accountant', '', ''),
(19807, 'accountant', '', ''),
(19808, 'accountant', '', ''),
(19809, 'accountant', '', ''),
(19810, 'accountant', '', ''),
(19811, 'accountant', '', ''),
(19812, 'accountant', '', ''),
(19813, 'accountant', '', ''),
(19814, 'accountant', '', ''),
(19815, 'accountant', '', ''),
(19816, 'accountant', '', ''),
(19817, 'accountant', '', ''),
(19818, 'accountant', '', ''),
(19819, 'accountant', '', ''),
(19820, 'accountant', '', ''),
(19821, 'accountant', '', ''),
(19822, 'accountant', '', ''),
(19823, 'accountant', '', ''),
(19824, 'download_syllabus', '', ''),
(19825, 'all_news', '', ''),
(19826, 'view_teachers', '', ''),
(19827, 'view_subjects', '', ''),
(19828, 'loan_application', '', ''),
(19829, 'approval_status', '', ''),
(19830, 'student_marks', '', ''),
(19831, 'submit_marks', '', ''),
(19832, 'book_information', '', ''),
(19833, 'accountant', '', ''),
(19834, 'accountant', '', ''),
(19835, 'accountant', '', ''),
(19836, 'accountant', '', ''),
(19837, 'accountant', '', ''),
(19838, 'accountant', '', ''),
(19839, 'accountant', '', ''),
(19840, 'accountant', '', ''),
(19841, 'accountant', '', ''),
(19842, 'accountant', '', ''),
(19843, 'accountant', '', ''),
(19844, 'accountant', '', ''),
(19845, 'accountant', '', ''),
(19846, 'accountant', '', ''),
(19847, 'accountant', '', ''),
(19848, 'accountant', '', ''),
(19849, 'accountant', '', ''),
(19850, 'accountant', '', ''),
(19851, 'manage_doctors', '', ''),
(19852, 'add_doctors', '', ''),
(19853, 'list_doctors', '', ''),
(19854, 'manage_nurses', '', ''),
(19855, 'add_nurses', '', ''),
(19856, 'list_nurses', '', ''),
(19857, 'manage_patients', '', ''),
(19858, 'add_patients', '', ''),
(19859, 'list_patients', '', ''),
(19860, 'add_documents', '', ''),
(19861, 'list_documents', '', ''),
(19862, 'patient_document', '', ''),
(19863, 'departments', '', ''),
(19864, 'add_departments', '', ''),
(19865, 'list_department', '', ''),
(19866, 'manage_shedule', '', ''),
(19867, 'add_shedule', '', ''),
(19868, 'list_shedules', '', ''),
(19869, 'appointments', '', ''),
(19870, 'add_appointment', '', ''),
(19871, 'list_appointments', '', ''),
(19872, 'manage_beds', '', ''),
(19873, 'add_bed_ward', '', ''),
(19874, 'list_bed_ward', '', ''),
(19875, 'add_bed', '', ''),
(19876, 'list_beds', '', ''),
(19877, 'assign_bed', '', ''),
(19878, 'list_assign_bed', '', ''),
(19879, 'prescriptions', '', ''),
(19880, 'add_prescription', '', ''),
(19881, 'list_prescription', '', ''),
(19882, 'pharmacists', '', ''),
(19883, 'add_pharmacists', '', ''),
(19884, 'list_pharmacist', '', ''),
(19885, 'add_accountants', '', ''),
(19886, 'list_accountants', '', ''),
(19887, 'laboratorists', '', ''),
(19888, 'add_laboratorists', '', ''),
(19889, 'list_laboratorists', '', ''),
(19890, 'receptionists', '', ''),
(19891, 'add_receptionists', '', ''),
(19892, 'list_receptionists', '', ''),
(19893, 'manage_blood', '', ''),
(19894, 'add_donor', '', ''),
(19895, 'list_donors', '', ''),
(19896, 'add_blood', '', ''),
(19897, 'list_blood', '', ''),
(19898, 'manage_medicine', '', ''),
(19899, 'list_categories', '', ''),
(19900, 'add_medicine', '', ''),
(19901, 'list_medicines', '', ''),
(19902, 'manage_payments', '', ''),
(19903, 'list_noticeboard', '', ''),
(19904, 'send_messages', '', ''),
(19905, 'general_reports', '', ''),
(19906, 'view_payment', '', ''),
(19907, 'view_report', '', ''),
(19908, 'manage_report', '', ''),
(19909, 'change_profile', '', ''),
(19910, 'accountant', '', ''),
(19911, 'accountant', '', ''),
(19912, 'accountant', '', ''),
(19913, 'accountant', '', ''),
(19914, 'accountant', '', ''),
(19915, 'accountant', '', ''),
(19916, 'accountant', '', ''),
(19917, 'accountant', '', ''),
(19918, 'accountant', '', ''),
(19919, 'accountant', '', ''),
(19920, 'accountant', '', ''),
(19921, 'accountant', '', ''),
(19922, 'accountant', '', ''),
(19923, 'accountant', '', ''),
(19924, 'account_settings', '', ''),
(19925, 'chat_with_doctors', '', ''),
(19926, 'accountant', '', ''),
(19927, 'accountant', '', ''),
(19928, 'select_running_session', '', ''),
(19929, 'vogue_merchant_id', '', ''),
(19930, 'system_logo', '', ''),
(19931, 'browse_image', '', ''),
(19932, 'update_logo', '', ''),
(19933, 'change_login_details', '', ''),
(19934, 'accountant', '', ''),
(19935, 'accountant', '', ''),
(19936, 'accountant', '', ''),
(19937, 'accountant', '', ''),
(19938, 'accountant_dashboard', '', ''),
(19939, 'all_accountants', '', ''),
(19940, 'accountant', '', ''),
(19941, 'accountant', '', ''),
(19942, 'accountant', '', ''),
(19943, 'accountant', '', ''),
(19944, 'accountant', '', ''),
(19945, 'accountant', '', ''),
(19946, 'back_home', '', ''),
(19947, 'Manage_Profile', '', ''),
(19948, 'accountant', '', ''),
(19949, 'accountant', '', ''),
(19950, 'manage_student_marks', '', ''),
(19951, 'get_details', '', ''),
(19952, '1st score', '', ''),
(19953, '2nd score', '', ''),
(19954, '3rd score', '', ''),
(19955, '4th score', '', ''),
(19956, 'exam score', '', ''),
(19957, 'student_mark', '', ''),
(19958, 'browse_marks', '', ''),
(19959, 'enter_student_score', '', ''),
(19960, 'update_marks', '', ''),
(19961, 'student_promotion_page', '', ''),
(19962, 'manage_promotion', '', ''),
(19963, 'administrator_information_page', '', ''),
(19964, 'add_admin', '', ''),
(19965, 'all_administrator', '', ''),
(19966, 'level', '', ''),
(19967, 'passowrd', '', ''),
(19968, 'confirm_password', '', ''),
(19969, 'save_admin', '', ''),
(19970, 'librarian_dashboard', '', ''),
(19971, 'view_librarians', '', ''),
(19972, 'manage_books', '', ''),
(19973, 'manage_librarian', '', ''),
(19974, 'add_librarian', '', ''),
(19975, 'list_librarian', '', ''),
(19976, 'add_manager', '', ''),
(19977, 'list-hostels', '', ''),
(19978, 'hostel_dashboard', '', ''),
(19979, 'view_managers', '', ''),
(19980, 'search_students', '', ''),
(19981, 'select_student_first', '', ''),
(19982, 'view_exam_marks', '', ''),
(19983, 'print_report_card', '', ''),
(19984, 'get_academic_syllabus', '', ''),
(19985, 'list_academic_syllabus', '', ''),
(19986, 'file_name', '', ''),
(19987, 'download_document', '', ''),
(19988, 'add_material', '', ''),
(19989, 'add_study_material', '', ''),
(19990, 'info', '', ''),
(19991, 'doc', '', ''),
(19992, 'pdf', '', ''),
(19993, 'excel', '', ''),
(19994, 'other', '', ''),
(19995, 'list_transportation', '', ''),
(19996, 'transport_name', '', ''),
(19997, 'vehicle_name', '', ''),
(19998, 'subject_information_page', '', ''),
(19999, 'System_setting', '', ''),
(20000, 'System_setting', '', ''),
(20001, 'System_setting', '', ''),
(20002, 'class score', '', ''),
(20003, 'System_setting', '', ''),
(20004, 'System_setting', '', ''),
(20005, 'System_setting', '', ''),
(20006, 'System_setting', '', ''),
(20007, 'System_setting', '', ''),
(20008, 'System_setting', '', ''),
(20009, 'SUBJECTS', '', ''),
(20010, 'TOTALS', '', ''),
(20011, 'SUBJECTS', '', ''),
(20012, 'SUBJECTS', '', ''),
(20013, 'marksheet_for', '', ''),
(20014, 'System_setting', '', ''),
(20015, 'System_setting', '', ''),
(20016, 'System_setting', '', ''),
(20017, 'System_setting', '', ''),
(20018, 'System_setting', '', ''),
(20019, 'System_setting', '', ''),
(20020, 'System_setting', '', ''),
(20021, 'System_setting', '', ''),
(20022, 'System_setting', '', ''),
(20023, 'System_setting', '', ''),
(20024, 'System_setting', '', ''),
(20025, 'System_setting', '', ''),
(20026, 'System_setting', '', ''),
(20027, 'System_setting', '', ''),
(20028, 'System_setting', '', ''),
(20029, 'System_setting', '', ''),
(20030, 'System_setting', '', ''),
(20031, 'System_setting', '', ''),
(20032, 'System_setting', '', ''),
(20033, 'System_setting', '', ''),
(20034, 'System_setting', '', ''),
(20035, 'System_setting', '', ''),
(20036, 'System_setting', '', ''),
(20037, 'System_setting', '', ''),
(20038, 'System_setting', '', ''),
(20039, 'System_setting', '', ''),
(20040, 'System_setting', '', ''),
(20041, 'System_setting', '', ''),
(20042, 'System_setting', '', ''),
(20043, 'System_setting', '', ''),
(20044, 'System_setting', '', ''),
(20045, 'System_setting', '', ''),
(20046, 'add_time_table', '', ''),
(20047, 'list_time_table', '', ''),
(20048, 'select_day', '', ''),
(20049, 'start_time', '', ''),
(20050, 'H', '', ''),
(20051, 'M', '', ''),
(20052, 'end_time', '', ''),
(20053, 'hall_number', '', ''),
(20054, 'add_circular', 'add circular', ''),
(20055, 'circular_title', '', ''),
(20056, 'reference_no', '', ''),
(20057, 'circular_date', '', ''),
(20058, 'list_circular', '', ''),
(20059, 'add_holiday', '', ''),
(20060, 'list_holiday', '', ''),
(20061, 'manage_help_desk', '', ''),
(20062, 'add_help_desk', '', ''),
(20063, 'add_link', '', ''),
(20064, 'list_help_desk', '', ''),
(20065, 'list_exam', '', ''),
(20066, 'add_question', '', ''),
(20067, 'account_updated', '', ''),
(20068, 'list_all_teachers', '', ''),
(20069, 'update_details', '', ''),
(20070, 'update_details', '', ''),
(20071, 'accountant', '', ''),
(20072, 'students\'_report', '', ''),
(20073, 'payment_report', '', ''),
(20074, 'view_expense_report', '', ''),
(20075, 'exam_score_report', '', ''),
(20076, 'view_loan_report', '', ''),
(20077, 'chart Details', '', ''),
(20078, 'help_desk', '', ''),
(20079, 'results', '', ''),
(20080, 'enquiry', '', ''),
(20081, 'media', '', ''),
(20082, 'syllabus', '', ''),
(20083, 'exam_question', '', ''),
(20084, 'thoughts', '', ''),
(20085, 'report_card', '', ''),
(20086, 'get_student_results', '', ''),
(20087, 'student_result_details', '', ''),
(20088, 'SUBJECTS', '', ''),
(20089, 'report_card_for:', '', ''),
(20090, 'student_result', '', ''),
(20091, 'SUBJECTS', '', ''),
(20092, 'mass_report_card', '', ''),
(20093, 'SUBJECTS', '', ''),
(20094, 'SUBJECTS', '', ''),
(20095, 'SUBJECTS', '', ''),
(20096, 'SUBJECTS', '', ''),
(20097, 'SUBJECTS', '', ''),
(20098, 'SUBJECTS', '', ''),
(20099, 'SUBJECTS', '', ''),
(20100, 'SUBJECTS', '', ''),
(20101, 'SUBJECTS', '', ''),
(20102, 'SUBJECTS', '', ''),
(20103, 'SUBJECTS', '', ''),
(20104, 'SUBJECTS', '', ''),
(20105, 'SUBJECTS', '', ''),
(20106, 'SUBJECTS', '', ''),
(20107, 'SUBJECTS', '', ''),
(20108, 'SUBJECTS', '', ''),
(20109, 'SUBJECTS', '', ''),
(20110, 'SUBJECTS', '', ''),
(20111, 'SUBJECTS', '', ''),
(20112, 'SUBJECTS', '', ''),
(20113, 'SUBJECTS', '', ''),
(20114, 'SUBJECTS', '', ''),
(20115, 'SUBJECTS', '', ''),
(20116, 'SUBJECTS', '', ''),
(20117, 'SUBJECTS', '', ''),
(20118, 'SUBJECTS', '', ''),
(20119, 'SUBJECTS', '', ''),
(20120, 'SUBJECTS', '', ''),
(20121, 'SUBJECTS', '', ''),
(20122, 'SUBJECTS', '', ''),
(20123, 'SUBJECTS', '', ''),
(20124, 'SUBJECTS', '', ''),
(20125, 'SUBJECTS', '', ''),
(20126, 'print_result_sheet', '', ''),
(20127, 'SUBJECTS', '', ''),
(20128, 'SUBJECTS', '', ''),
(20129, 'SUBJECTS', '', ''),
(20130, 'SUBJECTS', '', ''),
(20131, 'SUBJECTS', '', ''),
(20132, 'SUBJECTS', '', ''),
(20133, 'SUBJECTS', '', ''),
(20134, 'SUBJECTS', '', ''),
(20135, 'next_term_begin', '', ''),
(20136, 'SUBJECTS', '', ''),
(20137, 'SUBJECTS', '', ''),
(20138, 'SUBJECTS', '', ''),
(20139, 'studentRatingPostion', '', ''),
(20140, 'Student Postion Rating', '', ''),
(20141, 'Admission Number', '', ''),
(20142, 'rate_student', '', ''),
(20143, 'update_rating', '', ''),
(20144, 'rate student', '', ''),
(20145, 'student_successfully_rated', '', ''),
(20146, 'rating_successful', '', ''),
(20147, 'rating_updated', '', ''),
(20148, 'Rate Student', '', ''),
(20149, 'Rate Student', '', ''),
(20150, 'Rate Student', '', ''),
(20151, 'Rate Student', '', ''),
(20152, 'Rate Student', '', ''),
(20153, 'Rate Student', '', ''),
(20154, 'Rate Student', '', ''),
(20155, 'Rate Student', '', ''),
(20156, 'Rate Student', '', ''),
(20157, 'Rate Student', '', ''),
(20158, 'Rate Student', '', ''),
(20159, 'Rate Student', '', ''),
(20160, 'Rate Student', '', ''),
(20161, 'Rate Student', '', ''),
(20162, 'Rate Student', '', ''),
(20163, 'Rate Student', '', ''),
(20164, 'Rate Student', '', ''),
(20165, 'Rate Student', '', ''),
(20166, 'Rate Student', '', ''),
(20167, 'Rate Student', '', ''),
(20168, 'Rate Student', '', ''),
(20169, 'Rate Student', '', ''),
(20170, 'EXCELLENT', '', ''),
(20171, 'VERY GOOD', '', ''),
(20172, 'GOOD', '', ''),
(20173, 'FAIR', '', ''),
(20174, 'POOR', '', ''),
(20175, 'Rate Student', '', ''),
(20176, 'Rate Student', '', ''),
(20177, 'Rate Student', '', ''),
(20178, 'Rate Student', '', ''),
(20179, 'Rate Student', '', ''),
(20180, 'Rate Student', '', ''),
(20181, 'Rate Student', '', ''),
(20182, 'Rate Student', '', ''),
(20183, 'Rate Student', '', ''),
(20184, 'Rate Student', '', ''),
(20185, 'Rate Student', '', ''),
(20186, 'Rate Student', '', ''),
(20187, 'Rate Student', '', ''),
(20188, 'Rate Student', '', ''),
(20189, 'Rate Student', '', ''),
(20190, 'Rate Student', '', ''),
(20191, 'Rate Student', '', ''),
(20192, 'Rate Student', '', ''),
(20193, 'Rate Student', '', ''),
(20194, 'Rate Student', '', ''),
(20195, 'VERY_GOOD', '', ''),
(20196, 'Rate Student', '', ''),
(20197, 'Rate Student', '', ''),
(20198, 'Rate Student', '', ''),
(20199, 'Rate Student', '', ''),
(20200, 'Rate Student', '', ''),
(20201, 'Rate Student', '', ''),
(20202, 'Rate Student', '', ''),
(20203, 'Rate Student', '', ''),
(20204, 'Rate Student', '', ''),
(20205, 'Rate Student', '', ''),
(20206, 'Rate Student', '', ''),
(20207, 'Rate Student', '', ''),
(20208, 'Rate Student', '', ''),
(20209, 'Rate Student', '', ''),
(20210, 'Rate Student', '', ''),
(20211, 'Rate Student', '', ''),
(20212, 'Rate Student', '', ''),
(20213, 'Rate Student', '', ''),
(20214, 'Rate Student', '', ''),
(20215, 'Rate Student', '', ''),
(20216, 'Rate Student', '', ''),
(20217, 'Rate Student', '', ''),
(20218, 'Rate Student', '', ''),
(20219, 'Rate Student', '', ''),
(20220, 'Rate Student', '', ''),
(20221, 'Rate Student', '', ''),
(20222, 'Rate Student', '', ''),
(20223, 'Rate Student', '', ''),
(20224, 'Rate Student', '', ''),
(20225, 'Rate Student', '', ''),
(20226, 'Rate Student', '', ''),
(20227, 'Rate Student', '', ''),
(20228, 'Rate Student', '', ''),
(20229, 'Rate Student', '', ''),
(20230, 'Rate Student', '', ''),
(20231, 'Rate Student', '', ''),
(20232, 'Rate Student', '', ''),
(20233, 'Rate Student', '', ''),
(20234, 'Rate Student', '', ''),
(20235, 'Rate Student', '', ''),
(20236, 'Rate Student', '', ''),
(20237, 'Rate Student', '', ''),
(20238, 'Rate Student', '', ''),
(20239, 'Rate Student', '', ''),
(20240, 'Rate Student', '', ''),
(20241, 'Rate Student', '', ''),
(20242, 'Rate Student', '', ''),
(20243, 'Rate Student', '', ''),
(20244, 'Rate Student', '', ''),
(20245, 'Rate Student', '', ''),
(20246, 'Rate Student', '', ''),
(20247, 'Rate Student', '', ''),
(20248, 'Rate Student', '', ''),
(20249, 'Rate Student', '', ''),
(20250, 'Rate Student', '', ''),
(20251, 'Rate Student', '', ''),
(20252, 'Rate Student', '', ''),
(20253, 'Rate Student', '', ''),
(20254, 'Rate Student', '', ''),
(20255, 'Rate Student', '', ''),
(20256, 'Rate Student', '', ''),
(20257, 'Rate Student', '', ''),
(20258, 'Rate Student', '', ''),
(20259, 'Rate Student', '', ''),
(20260, 'Rate Student', '', ''),
(20261, 'Rate Student', '', ''),
(20262, 'Rate Student', '', ''),
(20263, 'Rate Student', '', ''),
(20264, 'Rate Student', '', ''),
(20265, 'Rate Student', '', ''),
(20266, 'Rate Student', '', ''),
(20267, 'Rate Student', '', ''),
(20268, 'Rate Student', '', ''),
(20269, 'Rate Student', '', ''),
(20270, 'Rate Student', '', ''),
(20271, 'Rate Student', '', ''),
(20272, 'Rate Student', '', ''),
(20273, 'Rate Student', '', ''),
(20274, 'Rate Student', '', ''),
(20275, 'Rate Student', '', ''),
(20276, 'Rate Student', '', ''),
(20277, 'Rate Student', '', ''),
(20278, 'Rate Student', '', ''),
(20279, 'Rate Student', '', ''),
(20280, 'Rate Student', '', ''),
(20281, 'Rate Student', '', ''),
(20282, 'Rate Student', '', ''),
(20283, 'Rate Student', '', ''),
(20284, 'Rate Student', '', ''),
(20285, 'Rate Student', '', ''),
(20286, 'Rate Student', '', ''),
(20287, 'Rate Student', '', ''),
(20288, 'Rate Student', '', ''),
(20289, 'Rate Student', '', ''),
(20290, 'Rate Student', '', ''),
(20291, 'Rate Student', '', ''),
(20292, 'rate', '', ''),
(20293, 'Rate Student', '', ''),
(20294, 'Rate Student', '', ''),
(20295, 'Rate Student', '', ''),
(20296, 'Rate Student', '', ''),
(20297, 'Rate Student', '', ''),
(20298, 'Rate Student', '', ''),
(20299, 'Rate Student', '', ''),
(20300, 'Rate Student', '', ''),
(20301, 'Rate Student', '', ''),
(20302, 'Rate Student', '', ''),
(20303, 'Rate Student', '', ''),
(20304, 'Rate Student', '', ''),
(20305, 'Rate Student', '', ''),
(20306, 'SUBJECTS', '', ''),
(20307, 'Rate Student', '', ''),
(20308, 'Rate Student', '', ''),
(20309, 'Rate Student', '', ''),
(20310, 'Rate Student', '', ''),
(20311, 'Rate Student', '', ''),
(20312, 'Rate Student', '', ''),
(20313, 'Rate Student', '', ''),
(20314, 'Rate Student', '', ''),
(20315, 'Rate Student', '', ''),
(20316, '1ST POSITION', '', ''),
(20317, '2ND POSITION', '', ''),
(20318, '3RD POSITION', '', ''),
(20319, '4TH POSITION', '', ''),
(20320, '5TH POSITION', '', ''),
(20321, '6TH POSITION', '', ''),
(20322, '7TH POSITION', '', ''),
(20323, '8TH POSITION', '', ''),
(20324, '9TH POSITION', '', ''),
(20325, '10TH POSITION', '', ''),
(20326, '11TH POSITION', '', ''),
(20327, '12TH POSITION', '', ''),
(20328, '13TH POSITION', '', ''),
(20329, '14TH POSITION', '', ''),
(20330, '15TH POSITION', '', ''),
(20331, '16TH POSITION', '', ''),
(20332, '17TH POSITION', '', ''),
(20333, '18TH POSITION', '', ''),
(20334, '29TH POSITION', '', ''),
(20335, '20TH POSITION', '', ''),
(20336, '21ST POSITION', '', ''),
(20337, '22ND POSITION', '', ''),
(20338, '23RD POSITION', '', ''),
(20339, '24TH POSITION', '', ''),
(20340, '25TH POSITION', '', ''),
(20341, '26TH POSITION', '', ''),
(20342, '27TH POSITION', '', ''),
(20343, '28TH POSITION', '', ''),
(20344, '30TH POSITION', '', ''),
(20345, '31ST POSITION', '', ''),
(20346, '32ND POSITION', '', ''),
(20347, '33RD POSITION', '', ''),
(20348, '34TH POSITION', '', ''),
(20349, '35TH POSITION', '', ''),
(20350, '36TH POSITION', '', ''),
(20351, '37TH POSITION', '', ''),
(20352, '38TH POSITION', '', ''),
(20353, '39TH POSITION', '', ''),
(20354, '40TH POSITION', '', ''),
(20355, '41ST POSITION', '', ''),
(20356, '42ND POSITION', '', ''),
(20357, '43RD POSITION', '', ''),
(20358, '44TH POSITION', '', ''),
(20359, '45TH POSITION', '', ''),
(20360, '46TH POSITION', '', ''),
(20361, '47TH POSITION', '', ''),
(20362, '48TH POSITION', '', ''),
(20363, '49TH POSITION', '', ''),
(20364, '50TH POSITION', '', ''),
(20365, 'Rate Student', '', ''),
(20366, 'Rate Student', '', ''),
(20367, 'Rate Student', '', ''),
(20368, 'Rate Student', '', ''),
(20369, 'Rate Student', '', ''),
(20370, 'Rate Student', '', ''),
(20371, 'Rate Student', '', ''),
(20372, 'Rate Student', '', ''),
(20373, 'Rate Student', '', ''),
(20374, 'Rate Student', '', ''),
(20375, 'Rate Student', '', ''),
(20376, 'Rate Student', '', ''),
(20377, 'Rate Student', '', ''),
(20378, 'Rate Student', '', ''),
(20379, 'Rate Student', '', ''),
(20380, 'Rate Student', '', ''),
(20381, 'Rate Student', '', ''),
(20382, 'Rate Student', '', ''),
(20383, 'Rate Student', '', ''),
(20384, 'Rate Student', '', ''),
(20385, 'Rate Student', '', ''),
(20386, 'Rate Student', '', ''),
(20387, 'Rate Student', '', ''),
(20388, 'Rate Student', '', ''),
(20389, 'Rate Student', '', ''),
(20390, 'Rate Student', '', ''),
(20391, 'Rate Student', '', ''),
(20392, 'Rate Student', '', ''),
(20393, 'Rate Student', '', ''),
(20394, 'Rate Student', '', ''),
(20395, 'Rate Student', '', ''),
(20396, 'Rate Student', '', ''),
(20397, 'Rate Student', '', ''),
(20398, 'Rate Student', '', ''),
(20399, 'Rate Student', '', ''),
(20400, 'Rate Student', '', ''),
(20401, 'Rate Student', '', ''),
(20402, 'Rate Student', '', ''),
(20403, 'Rate Student', '', ''),
(20404, 'Rate Student', '', ''),
(20405, 'Rate Student', '', ''),
(20406, 'Rate Student', '', ''),
(20407, 'Rate Student', '', ''),
(20408, 'Rate Student', '', ''),
(20409, 'Rate Student', '', ''),
(20410, 'Rate Student', '', ''),
(20411, 'Rate Student', '', ''),
(20412, 'Rate Student', '', ''),
(20413, 'Rate Student', '', ''),
(20414, 'Rate Student', '', ''),
(20415, 'Rate Student', '', ''),
(20416, 'Rate Student', '', ''),
(20417, 'Rate Student', '', ''),
(20418, 'Rate Student', '', ''),
(20419, 'Rate Student', '', ''),
(20420, 'Rate Student', '', ''),
(20421, 'Rate Student', '', ''),
(20422, 'Rate Student', '', ''),
(20423, 'Rate Student', '', ''),
(20424, 'Rate Student', '', ''),
(20425, 'Rate Student', '', ''),
(20426, 'Rate Student', '', ''),
(20427, 'Rate Student', '', ''),
(20428, 'Rate Student', '', ''),
(20429, 'Rate Student', '', ''),
(20430, 'Rate Student', '', ''),
(20431, 'Rate Student', '', ''),
(20432, 'Rate Student', '', ''),
(20433, 'Rate Student', '', ''),
(20434, 'Rate Student', '', ''),
(20435, 'Rate Student', '', ''),
(20436, '5 EXCELLENT', '', ''),
(20437, '4 VERY_GOOD', '', ''),
(20438, '3 GOOD', '', ''),
(20439, '2 FAIR', '', ''),
(20440, '1 POOR', '', ''),
(20441, 'search', '', ''),
(20442, 'manage exam marks', '', ''),
(20443, 'subject_mark', '', ''),
(20444, 'class_teacher_scores', '', ''),
(20445, 'subject_teacher_scores', '', ''),
(20446, 'expenses_information_page', '', ''),
(20447, 'add_new_expense', '', ''),
(20448, 'Position', '', ''),
(20449, 'CA 1', '', ''),
(20450, 'CA 2', '', ''),
(20451, 'EXAMS', '', ''),
(20452, 'POSITION', '', ''),
(20453, 'COMMENT', '', ''),
(20454, 'EXAMS', '', ''),
(20455, 'POSITION', '', ''),
(20456, 'COMMENT', '', ''),
(20457, 'EXAMS', '', ''),
(20458, 'POSITION', '', ''),
(20459, 'COMMENT', '', ''),
(20460, 'EXAMS', '', ''),
(20461, 'POSITION', '', ''),
(20462, 'COMMENT', '', ''),
(20463, 'EXAMS', '', ''),
(20464, 'POSITION', '', ''),
(20465, 'COMMENT', '', ''),
(20466, 'EXAMS', '', ''),
(20467, 'POSITION', '', ''),
(20468, 'EXAMS', '', ''),
(20469, 'POSITION', '', ''),
(20470, 'EXAMS', '', ''),
(20471, 'POSITION', '', ''),
(20472, 'EXAMS', '', ''),
(20473, 'POSITION', '', ''),
(20474, 'Rate Student', '', ''),
(20475, 'Rate Student', '', ''),
(20476, 'Rate Student', '', ''),
(20477, 'Rate Student', '', ''),
(20478, 'Rate Student', '', ''),
(20479, 'Rate Student', '', ''),
(20480, 'Principal Signature', '', ''),
(20481, 'Rate Student', '', ''),
(20482, 'Rate Student', '', ''),
(20483, 'Rate Student', '', ''),
(20484, 'Rate Student', '', ''),
(20485, 'Rate Student', '', ''),
(20486, 'Rate Student', '', ''),
(20487, 'Rate Student', '', ''),
(20488, 'Rate Student', '', ''),
(20489, 'Rate Student', '', ''),
(20490, 'Rate Student', '', ''),
(20491, 'Rate Student', '', ''),
(20492, 'Rate Student', '', ''),
(20493, 'Rate Student', '', ''),
(20494, 'Rate Student', '', ''),
(20495, 'Rate Student', '', ''),
(20496, 'Rate Student', '', ''),
(20497, 'Rate Student', '', ''),
(20498, 'Rate Student', '', ''),
(20499, 'Rate Student', '', ''),
(20500, 'Rate Student', '', ''),
(20501, 'Rate Student', '', ''),
(20502, 'Rate Student', '', ''),
(20503, 'Rate Student', '', ''),
(20504, 'Rate Student', '', ''),
(20505, 'Rate Student', '', ''),
(20506, 'Rate Student', '', ''),
(20507, 'Rate Student', '', ''),
(20508, 'Rate Student', '', ''),
(20509, 'Rate Student', '', ''),
(20510, 'Rate Student', '', ''),
(20511, 'Rate Student', '', ''),
(20512, 'Rate Student', '', ''),
(20513, 'Rate Student', '', ''),
(20514, 'Rate Student', '', ''),
(20515, 'Rate Student', '', ''),
(20516, 'Rate Student', '', ''),
(20517, 'Rate Student', '', ''),
(20518, 'Rate Student', '', ''),
(20519, 'Rate Student', '', ''),
(20520, 'Rate Student', '', ''),
(20521, 'Rate Student', '', ''),
(20522, 'Rate Student', '', ''),
(20523, 'Rate Student', '', ''),
(20524, 'Rate Student', '', ''),
(20525, 'Rate Student', '', ''),
(20526, 'Rate Student', '', ''),
(20527, 'Rate Student', '', ''),
(20528, 'Rate Student', '', ''),
(20529, 'Rate Student', '', ''),
(20530, 'Rate Student', '', ''),
(20531, 'Rate Student', '', ''),
(20532, 'Rate Student', '', ''),
(20533, 'Rate Student', '', ''),
(20534, 'Rate Student', '', ''),
(20535, 'Rate Student', '', ''),
(20536, 'Rate Student', '', ''),
(20537, 'Rate Student', '', ''),
(20538, 'Rate Student', '', ''),
(20539, 'Rate Student', '', ''),
(20540, 'Rate Student', '', ''),
(20541, 'Rate Student', '', ''),
(20542, 'Rate Student', '', ''),
(20543, 'Rate Student', '', ''),
(20544, 'Rate Student', '', ''),
(20545, 'Rate Student', '', ''),
(20546, 'Rate Student', '', ''),
(20547, 'Rate Student', '', ''),
(20548, 'Rate Student', '', ''),
(20549, 'Rate Student', '', ''),
(20550, 'Rate Student', '', ''),
(20551, 'Rate Student', '', ''),
(20552, 'Rate Student', '', ''),
(20553, 'Rate Student', '', ''),
(20554, 'Rate Student', '', ''),
(20555, 'Rate Student', '', ''),
(20556, 'Rate Student', '', ''),
(20557, 'total_marks', '', ''),
(20558, 'average_grade_point', '', ''),
(20559, 'Rate Student', '', ''),
(20560, 'Rate Student', '', ''),
(20561, 'Rate Student', '', ''),
(20562, 'Rate Student', '', ''),
(20563, 'Rate Student', '', ''),
(20564, 'Rate Student', '', ''),
(20565, 'Rate Student', '', ''),
(20566, 'Rate Student', '', ''),
(20567, 'Rate Student', '', ''),
(20568, 'SUBJECTS', '', ''),
(20569, 'EXAMS', '', ''),
(20570, 'POSITION', '', ''),
(20571, 'SUBJECTS', '', ''),
(20572, 'SUBJECTS', '', ''),
(20573, 'SUBJECT', '', ''),
(20574, 'EXAMS', '', ''),
(20575, 'POSITION', '', ''),
(20576, 'SUBJECT', '', ''),
(20577, 'EXAMS', '', ''),
(20578, 'SUBJECT', '', ''),
(20579, 'EXAMS', '', ''),
(20580, 'SUBJECT', '', ''),
(20581, 'EXAMS', '', ''),
(20582, 'EXAMS', '', ''),
(20583, 'POSITION', '', ''),
(20584, 'EXAMS', '', ''),
(20585, 'EXAMS', '', ''),
(20586, 'SUBJECTS', '', ''),
(20587, 'manage_assignment', '', ''),
(20588, 'list_assignments', '', ''),
(20589, 'add_assignment', '', ''),
(20590, 'SUBJECTS', '', ''),
(20591, 'ss_class_report_card', '', ''),
(20592, 'primary_report_card', '', ''),
(20593, 'SUBJECTS', '', ''),
(20594, 'SUBJECTS', '', ''),
(20595, 'SUBJECTS', '', ''),
(20596, 'SUBJECTS', '', ''),
(20597, 'SUBJECTS', '', ''),
(20598, 'SUBJECTS', '', ''),
(20599, 'SUBJECTS', '', ''),
(20600, 'SUBJECTS', '', ''),
(20601, 'SUBJECTS', '', ''),
(20602, 'current_term', '', ''),
(20603, 'class_division', '', ''),
(20604, 'select_class_division', '', ''),
(20605, 'class_division_enrollment', '', ''),
(20606, 'SUBJECTS', '', ''),
(20607, 'SUBJECTS', '', ''),
(20608, 'SUBJECTS', '', ''),
(20609, 'SUBJECTS', '', ''),
(20610, 'SUBJECTS', '', ''),
(20611, 'SUBJECTS', '', ''),
(20612, 'SUBJECTS', '', ''),
(20613, 'SUBJECTS', '', ''),
(20614, 'sss_class_report_card', '', ''),
(20615, 'SUBJECTS', '', ''),
(20616, 'front_page', '', ''),
(20617, 'show_front_page', '', ''),
(20618, 'invalid_login', '', ''),
(20619, 'check_cbt_results', '', ''),
(20620, 'print_report_cards', '', ''),
(20621, 'check_CBT_results', '', ''),
(20622, 'check_CBT_results', '', ''),
(20623, 'check_CBT_results', '', ''),
(20624, 'check_CBT_results', '', ''),
(20625, 'check_CBT_results', '', ''),
(20626, 'check_CBT_results', '', ''),
(20627, 'check_CBT_results', '', ''),
(20628, 'check_CBT_results', '', ''),
(20629, 'check_CBT_results', '', ''),
(20630, 'check_CBT_results', '', ''),
(20631, 'check_CBT_results', '', ''),
(20632, 'check_CBT_results', '', ''),
(20633, 'check_CBT_results', '', ''),
(20634, 'check_CBT_results', '', ''),
(20635, 'check_CBT_results', '', ''),
(20636, 'check_CBT_results', '', ''),
(20637, 'check_CBT_results', '', ''),
(20638, 'check_CBT_results', '', ''),
(20639, 'check_CBT_results', '', ''),
(20640, 'check_CBT_results', '', ''),
(20641, 'check_CBT_results', '', ''),
(20642, 'check_CBT_results', '', ''),
(20643, 'check_CBT_results', '', ''),
(20644, 'check_CBT_results', '', ''),
(20645, 'check_CBT_results', '', ''),
(20646, 'check_CBT_results', '', ''),
(20647, 'your_pin_cannot_be_found!', '', ''),
(20648, 'check_CBT_results', '', ''),
(20649, 'check_CBT_results', '', ''),
(20650, 'check_CBT_results', '', ''),
(20651, 'check_CBT_results', '', ''),
(20652, 'check_CBT_results', '', ''),
(20653, 'check_CBT_results', '', ''),
(20654, 'check_CBT_results', '', ''),
(20655, 'check_CBT_results', '', ''),
(20656, 'check_CBT_results', '', ''),
(20657, 'check_CBT_results', '', ''),
(20658, 'check_CBT_results', '', ''),
(20659, 'check_CBT_results', '', ''),
(20660, 'check_CBT_results', '', ''),
(20661, 'check_CBT_results', '', ''),
(20662, 'check_CBT_results', '', ''),
(20663, 'check_CBT_results', '', ''),
(20664, 'check_CBT_results', '', ''),
(20665, 'check_CBT_results', '', ''),
(20666, 'check_CBT_results', '', ''),
(20667, 'check_CBT_results', '', ''),
(20668, 'check_CBT_results', '', ''),
(20669, 'check_CBT_results', '', ''),
(20670, 'check_CBT_results', '', ''),
(20671, 'check_CBT_results', '', ''),
(20672, 'check_CBT_results', '', ''),
(20673, 'check_CBT_results', '', ''),
(20674, 'check_CBT_results', '', ''),
(20675, 'check_CBT_results', '', ''),
(20676, 'check_CBT_results', '', ''),
(20677, 'check_CBT_results', '', ''),
(20678, 'check_CBT_results', '', ''),
(20679, 'check_CBT_results', '', ''),
(20680, 'check_CBT_results', '', ''),
(20681, 'check_CBT_results', '', ''),
(20682, 'check_CBT_results', '', ''),
(20683, 'check_CBT_results', '', ''),
(20684, 'check_CBT_results', '', ''),
(20685, 'check_CBT_results', '', ''),
(20686, 'check_CBT_results', '', ''),
(20687, 'check_CBT_results', '', ''),
(20688, 'check_CBT_results', '', ''),
(20689, 'check_CBT_results', '', ''),
(20690, 'check_CBT_results', '', ''),
(20691, 'check_CBT_results', '', ''),
(20692, 'check_CBT_results', '', ''),
(20693, 'check_CBT_results', '', ''),
(20694, 'check_CBT_results', '', ''),
(20695, 'check_CBT_results', '', ''),
(20696, 'check_CBT_results', '', ''),
(20697, 'check_CBT_results', '', ''),
(20698, 'check_CBT_results', '', ''),
(20699, 'check_CBT_results', '', ''),
(20700, 'check_CBT_results', '', ''),
(20701, 'check_CBT_results', '', ''),
(20702, 'check_CBT_results', '', ''),
(20703, 'check_CBT_results', '', ''),
(20704, 'check_CBT_results', '', ''),
(20705, 'class_arm', '', ''),
(20706, 'SUBJECT', '', ''),
(20707, 'EXAMS', '', ''),
(20708, 'SUBJECT', '', ''),
(20709, 'EXAMS', '', ''),
(20710, 'SUBJECT', '', ''),
(20711, 'EXAMS', '', ''),
(20712, 'SUBJECT', '', ''),
(20713, 'EXAMS', '', ''),
(20714, 'SUBJECT', '', ''),
(20715, 'EXAMS', '', ''),
(20716, 'EXAMS', '', ''),
(20717, 'EXAMS', '', ''),
(20718, 'SUBJECTS', '', ''),
(20719, 'check_CBT_results', '', ''),
(20720, 'check_CBT_results', '', ''),
(20721, 'check_CBT_results', '', ''),
(20722, 'check_CBT_results', '', ''),
(20723, 'check_CBT_results', '', ''),
(20724, 'check_CBT_results', '', ''),
(20725, 'check_CBT_results', '', ''),
(20726, 'check_CBT_results', '', ''),
(20727, 'check_CBT_results', '', ''),
(20728, 'check_CBT_results', '', ''),
(20729, 'check_CBT_results', '', ''),
(20730, 'check_CBT_results', '', ''),
(20731, 'check_CBT_results', '', ''),
(20732, 'check_CBT_results', '', ''),
(20733, 'check_CBT_results', '', ''),
(20734, 'check_CBT_results', '', ''),
(20735, 'check_CBT_results', '', ''),
(20736, 'check_CBT_results', '', ''),
(20737, 'check_CBT_results', '', ''),
(20738, 'check_CBT_results', '', ''),
(20739, 'check_CBT_results', '', ''),
(20740, 'check_CBT_results', '', ''),
(20741, 'check_CBT_results', '', ''),
(20742, 'check_CBT_results', '', ''),
(20743, 'check_CBT_results', '', ''),
(20744, 'check_CBT_results', '', ''),
(20745, 'check_CBT_results', '', ''),
(20746, 'check_CBT_results', '', ''),
(20747, 'check_CBT_results', '', ''),
(20748, 'check_CBT_results', '', ''),
(20749, 'check_CBT_results', '', ''),
(20750, 'check_CBT_results', '', ''),
(20751, 'check_CBT_results', '', ''),
(20752, 'check_CBT_results', '', ''),
(20753, 'check_CBT_results', '', ''),
(20754, 'check_CBT_results', '', ''),
(20755, 'check_CBT_results', '', ''),
(20756, 'check_CBT_results', '', ''),
(20757, 'check_CBT_results', '', ''),
(20758, 'check_CBT_results', '', ''),
(20759, 'check_CBT_results', '', ''),
(20760, 'check_CBT_results', '', ''),
(20761, 'check_CBT_results', '', ''),
(20762, 'check_CBT_results', '', ''),
(20763, 'check_CBT_results', '', ''),
(20764, 'check_CBT_results', '', ''),
(20765, 'check_CBT_results', '', ''),
(20766, 'check_CBT_results', '', ''),
(20767, 'check_CBT_results', '', ''),
(20768, 'check_CBT_results', '', ''),
(20769, 'check_CBT_results', '', ''),
(20770, 'check_CBT_results', '', ''),
(20771, 'check_CBT_results', '', ''),
(20772, 'check_CBT_results', '', ''),
(20773, 'check_CBT_results', '', ''),
(20774, 'check_CBT_results', '', ''),
(20775, 'check_CBT_results', '', ''),
(20776, 'check_CBT_results', '', ''),
(20777, 'check_CBT_results', '', ''),
(20778, 'check_CBT_results', '', ''),
(20779, 'check_CBT_results', '', ''),
(20780, 'check_CBT_results', '', ''),
(20781, 'check_CBT_results', '', ''),
(20782, 'check_CBT_results', '', ''),
(20783, 'check_CBT_results', '', ''),
(20784, 'check_CBT_results', '', ''),
(20785, 'check_CBT_results', '', ''),
(20786, 'check_CBT_results', '', ''),
(20787, 'check_CBT_results', '', ''),
(20788, 'check_CBT_results', '', ''),
(20789, 'check_CBT_results', '', ''),
(20790, 'check_CBT_results', '', ''),
(20791, 'check_CBT_results', '', ''),
(20792, 'check_CBT_results', '', ''),
(20793, 'check_CBT_results', '', ''),
(20794, 'check_CBT_results', '', ''),
(20795, 'check_CBT_results', '', ''),
(20796, 'check_CBT_results', '', ''),
(20797, 'check_CBT_results', '', ''),
(20798, 'check_CBT_results', '', ''),
(20799, 'check_CBT_results', '', ''),
(20800, 'check_CBT_results', '', ''),
(20801, 'check_CBT_results', '', ''),
(20802, 'check_CBT_results', '', ''),
(20803, 'check_CBT_results', '', ''),
(20804, 'check_CBT_results', '', ''),
(20805, 'check_CBT_results', '', ''),
(20806, 'check_CBT_results', '', ''),
(20807, 'check_CBT_results', '', ''),
(20808, 'check_CBT_results', '', ''),
(20809, 'check_CBT_results', '', ''),
(20810, 'check_CBT_results', '', ''),
(20811, 'check_CBT_results', '', ''),
(20812, 'check_CBT_results', '', ''),
(20813, 'check_CBT_results', '', ''),
(20814, 'check_CBT_results', '', ''),
(20815, 'check_CBT_results', '', ''),
(20816, 'check_CBT_results', '', ''),
(20817, 'check_CBT_results', '', ''),
(20818, 'check_CBT_results', '', ''),
(20819, 'check_CBT_results', '', ''),
(20820, 'check_CBT_results', '', ''),
(20821, 'check_CBT_results', '', ''),
(20822, 'check_CBT_results', '', ''),
(20823, 'check_CBT_results', '', ''),
(20824, 'check_CBT_results', '', ''),
(20825, 'check_CBT_results', '', ''),
(20826, 'check_CBT_results', '', ''),
(20827, 'check_CBT_results', '', ''),
(20828, 'check_CBT_results', '', ''),
(20829, 'check_CBT_results', '', ''),
(20830, 'SUBJECTS', '', ''),
(20831, 'check_CBT_results', '', ''),
(20832, 'check_CBT_results', '', ''),
(20833, 'check_CBT_results', '', ''),
(20834, 'check_CBT_results', '', ''),
(20835, 'check_CBT_results', '', ''),
(20836, 'check_CBT_results', '', ''),
(20837, 'check_CBT_results', '', ''),
(20838, 'check_CBT_results', '', ''),
(20839, 'check_CBT_results', '', ''),
(20840, 'check_CBT_results', '', ''),
(20841, 'check_CBT_results', '', ''),
(20842, 'check_CBT_results', '', ''),
(20843, 'check_CBT_results', '', ''),
(20844, 'check_CBT_results', '', ''),
(20845, 'check_CBT_results', '', ''),
(20846, 'check_CBT_results', '', ''),
(20847, 'check_CBT_results', '', ''),
(20848, 'check_CBT_results', '', ''),
(20849, 'check_CBT_results', '', ''),
(20850, 'check_CBT_results', '', ''),
(20851, 'check_CBT_results', '', ''),
(20852, 'check_CBT_results', '', ''),
(20853, 'check_CBT_results', '', ''),
(20854, 'check_CBT_results', '', ''),
(20855, 'check_CBT_results', '', ''),
(20856, 'check_CBT_results', '', ''),
(20857, 'check_CBT_results', '', ''),
(20858, 'check_CBT_results', '', ''),
(20859, 'list-materials', '', ''),
(20860, 'check_CBT_results', '', ''),
(20861, 'check_CBT_results', '', ''),
(20862, 'check_CBT_results', '', ''),
(20863, 'check_CBT_results', '', ''),
(20864, 'check_CBT_results', '', ''),
(20865, 'check_CBT_results', '', ''),
(20866, 'check_CBT_results', '', ''),
(20867, 'check_CBT_results', '', ''),
(20868, 'check_CBT_results', '', ''),
(20869, 'check_CBT_results', '', ''),
(20870, 'check_CBT_results', '', ''),
(20871, 'check_CBT_results', '', ''),
(20872, 'check_CBT_results', '', ''),
(20873, 'check_CBT_results', '', ''),
(20874, 'check_CBT_results', '', ''),
(20875, 'check_CBT_results', '', ''),
(20876, 'check_CBT_results', '', ''),
(20877, 'check_CBT_results', '', ''),
(20878, 'check_CBT_results', '', ''),
(20879, 'check_CBT_results', '', ''),
(20880, 'check_CBT_results', '', ''),
(20881, 'check_CBT_results', '', ''),
(20882, 'check_CBT_results', '', ''),
(20883, 'check_CBT_results', '', ''),
(20884, 'check_CBT_results', '', ''),
(20885, 'check_CBT_results', '', ''),
(20886, 'check_CBT_results', '', ''),
(20887, 'SUBJECT', '', ''),
(20888, 'EXAMS', '', ''),
(20889, 'SUBJECT', '', ''),
(20890, 'EXAMS', '', ''),
(20891, 'POSITION', '', ''),
(20892, 'SUBJECT', '', ''),
(20893, 'EXAMS', '', ''),
(20894, 'POSITION', '', ''),
(20895, 'SUBJECT', '', ''),
(20896, 'EXAMS', '', ''),
(20897, 'POSITION', '', ''),
(20898, 'SUBJECT', '', ''),
(20899, 'EXAMS', '', ''),
(20900, 'POSITION', '', ''),
(20901, 'SUBJECT', '', ''),
(20902, 'EXAMS', '', ''),
(20903, 'POSITION', '', ''),
(20904, 'SUBJECT', '', ''),
(20905, 'EXAMS', '', ''),
(20906, 'POSITION', '', ''),
(20907, 'EXAMS', '', ''),
(20908, 'EXAMS', '', ''),
(20909, 'POSITION', '', ''),
(20910, 'EXAMS', '', ''),
(20911, 'POSITION', '', ''),
(20912, 'EXAMS', '', ''),
(20913, 'POSITION', '', ''),
(20914, 'EXAMS', '', ''),
(20915, 'POSITION', '', ''),
(20916, 'check_CBT_results', '', ''),
(20917, 'check_CBT_results', '', ''),
(20918, 'list_links', '', ''),
(20919, 'link', '', ''),
(20920, 'select_class_for_promotion_to_and_from', '', ''),
(20921, 'add_task_manager', '', ''),
(20922, 'task_priority', '', ''),
(20923, 'task_date', '', ''),
(20924, 'task_for', '', ''),
(20925, 'accountant', '', ''),
(20926, 'save_task_manager', '', ''),
(20927, 'accountant', '', ''),
(20928, 'accountant', '', ''),
(20929, 'add_academic_syllabus', '', ''),
(20930, 'add_syllabus', '', ''),
(20931, 'required', '', ''),
(20932, 'add_links', '', ''),
(20933, 'add_help', '', ''),
(20934, 'edit_librarian', '', ''),
(20935, 'update_librarian', '', ''),
(20936, 'manage_accountant', '', ''),
(20937, 'add_accountant', '', ''),
(20938, 'list_accountant', '', ''),
(20939, 'edit_accountant', '', ''),
(20940, 'update_accountant', '', ''),
(20941, 'edit_hostel', '', ''),
(20942, 'update_hostel_manager', '', ''),
(20943, 'accountant', '', ''),
(20944, 'accountant', '', ''),
(20945, 'update_section', '', ''),
(20946, 'add_examquestion', '', ''),
(20947, 'update_question', '', ''),
(20948, 'manage_hostel_room', '', ''),
(20949, 'add_hostel_room', '', ''),
(20950, 'room_name_/_number', '', ''),
(20951, 'number_of_bed', '', ''),
(20952, 'cost_/_bed', '', ''),
(20953, 'list_hostel_rooms', '', ''),
(20954, 'room_name', '', ''),
(20955, 'SUBJECTS', '', ''),
(20956, 'SUBJECTS', '', ''),
(20957, 'return_to_login_page', '', ''),
(20958, 'back_to_login_page', '', ''),
(20959, 'please_check_your_email_for_new_password', '', ''),
(20960, 'accountant', '', ''),
(20961, 'manage_hostel_category', '', ''),
(20962, 'add_hostel_category', '', ''),
(20963, 'category_name', '', ''),
(20964, 'list_hostel_category', '', ''),
(20965, 'SUBJECTS', '', ''),
(20966, 'SUBJECT', '', ''),
(20967, 'EXAMS', '', ''),
(20968, 'POSITION', '', ''),
(20969, 'SUBJECT', '', ''),
(20970, 'EXAMS', '', ''),
(20971, 'POSITION', '', ''),
(20972, 'check_CBT_results', '', ''),
(20973, 'check_CBT_results', '', ''),
(20974, 'SUBJECTS', '', ''),
(20975, 'SUBJECTS', '', ''),
(20976, 'SUBJECTS', '', ''),
(20977, 'SUBJECTS', '', ''),
(20978, 'SUBJECTS', '', ''),
(20979, 'pre_school_report_card', '', '');
-- --------------------------------------------------------
--
-- Table structure for table `language_list`
--
DROP TABLE IF EXISTS `language_list`;
CREATE TABLE `language_list` (
`language_list_id` int(11) NOT NULL,
`name` varchar(500) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`db_field` varchar(300) DEFAULT NULL,
`status` varchar(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `language_list`
--
INSERT INTO `language_list` (`language_list_id`, `name`, `db_field`, `status`) VALUES
(1, 'English', 'english', 'ok'),
(2, 'Arabic', 'arabic', 'ok'),
(3, 'French', 'french', 'ok'),
(4, 'Korea', 'korea', 'ok'),
(5, 'Bengali', 'bengali', 'ok'),
(6, 'Urdu', 'urdu', 'ok'),
(7, 'Spanish', 'spanish', 'ok'),
(8, 'Dutch', 'dutch', 'ok'),
(9, 'Chinese', 'chinese', 'ok'),
(10, 'Latin', 'latin', 'ok'),
(11, 'Russian', 'russian', 'ok'),
(12, 'Portuguese', 'portuguese', 'ok'),
(13, 'Hindi', 'hindi', 'ok'),
(14, 'Thai', 'thai', 'ok'),
(15, 'Hungarian', 'hungarian', 'ok'),
(16, 'Turkish', 'turkish', 'ok'),
(17, 'Japanese', 'japanese', 'ok'),
(18, 'Indonesian', 'indonesian', 'ok'),
(19, 'Greek', 'greek', 'ok'),
(20, 'German', 'german', 'ok'),
(21, 'Italian', 'italian', 'ok');
-- --------------------------------------------------------
--
-- Table structure for table `leave`
--
DROP TABLE IF EXISTS `leave`;
CREATE TABLE `leave` (
`leave_id` int(11) NOT NULL,
`leave_code` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`teacher_id` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`start_date` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`end_date` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`reason` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`status` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`session` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`school_id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `ledger`
--
DROP TABLE IF EXISTS `ledger`;
CREATE TABLE `ledger` (
`ledger_id` int(11) NOT NULL,
`class_id` int(11) NOT NULL,
`student_id` int(11) NOT NULL,
`title` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`invoice_number` int(11) NOT NULL,
`c_date` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`d_date` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`vat_percentage` int(11) NOT NULL,
`discount_amount` int(11) NOT NULL,
`status` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`section_id` int(11) NOT NULL,
`invoice_entries` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `level`
--
DROP TABLE IF EXISTS `level`;
CREATE TABLE `level` (
`id` int(11) NOT NULL,
`level` varchar(255) NOT NULL,
`creationDate` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `level`
--
INSERT INTO `level` (`id`, `level`, `creationDate`) VALUES
(1, 'Level 1', '2020-06-03 14:03:20'),
(2, 'Level 2', '2020-06-03 14:03:20'),
(3, 'Level 3', '2020-06-03 14:03:32'),
(4, 'Level 4', '2020-06-03 14:03:32');
-- --------------------------------------------------------
--
-- Table structure for table `librarian`
--
DROP TABLE IF EXISTS `librarian`;
CREATE TABLE `librarian` (
`librarian_id` int(11) NOT NULL,
`name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`birthday` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`sex` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`religion` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`blood_group` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`address` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`phone` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`email` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`password` longtext CHARACTER SET utf32 COLLATE utf32_unicode_ci NOT NULL,
`authentication_key` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `librarian`
--
INSERT INTO `librarian` (`librarian_id`, `name`, `birthday`, `sex`, `religion`, `blood_group`, `address`, `phone`, `email`, `password`, `authentication_key`) VALUES
(2, 'Librarian', '07/09/2018', 'male', '', '', 'Nigeria', '011888282882', 'librarian', 'librarian', '');
-- --------------------------------------------------------
--
-- Table structure for table `library`
--
DROP TABLE IF EXISTS `library`;
CREATE TABLE `library` (
`document_id` int(11) NOT NULL,
`title` longtext COLLATE utf8_unicode_ci NOT NULL,
`description` longtext COLLATE utf8_unicode_ci NOT NULL,
`file_name` longtext COLLATE utf8_unicode_ci NOT NULL,
`file_type` longtext COLLATE utf8_unicode_ci NOT NULL,
`class_id` longtext COLLATE utf8_unicode_ci NOT NULL,
`teacher_id` int(11) NOT NULL,
`timestamp` longtext COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `library`
--
INSERT INTO `library` (`document_id`, `title`, `description`, `file_name`, `file_type`, `class_id`, `teacher_id`, `timestamp`) VALUES
(12, '', '', 'imgonline-com-ua-resize-MJ1lxze8d9WLIiwq.jpg', 'image', '', 1, '0');
-- --------------------------------------------------------
--
-- Table structure for table `live_class`
--
DROP TABLE IF EXISTS `live_class`;
CREATE TABLE `live_class` (
`live_class_id` int(11) NOT NULL,
`title` longtext CHARACTER SET utf8 NOT NULL,
`meeting_id` varchar(20) NOT NULL,
`meeting_password` longtext NOT NULL,
`class_id` int(11) NOT NULL,
`section_id` int(11) NOT NULL,
`remarks` longtext NOT NULL,
`date` date NOT NULL,
`start_time` varchar(100) NOT NULL,
`end_time` varchar(100) NOT NULL,
`created_by` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `live_class`
--
INSERT INTO `live_class` (`live_class_id`, `title`, `meeting_id`, `meeting_password`, `class_id`, `section_id`, `remarks`, `date`, `start_time`, `end_time`, `created_by`) VALUES
(12, '', '73408162747', 'sFZHqW9sT8pnt01wSB7V3z8eA1GGGy.1', 1, 2, '', '2022-12-04', '13:14', '13:14', 'teacher-1'),
(13, '', '73408162747', 'sFZHqW9sT8pnt01wSB7V3z8eA1GGGy.1', 0, 0, '', '2022-12-05', '16:30', '17:00', 'teacher-1');
-- --------------------------------------------------------
--
-- Table structure for table `loan`
--
DROP TABLE IF EXISTS `loan`;
CREATE TABLE `loan` (
`loan_id` int(11) NOT NULL,
`staff_name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`name` longtext NOT NULL,
`amount` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`purpose` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`l_duration` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`mop` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`g_name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`g_relationship` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`g_number` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`g_address` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`g_country` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`c_name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`c_type` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`model` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`make` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`serial_number` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`value` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`condition` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`date` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`status` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`file_name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `mark`
--
DROP TABLE IF EXISTS `mark`;
CREATE TABLE `mark` (
`mark_id` int(11) NOT NULL,
`student_id` int(11) NOT NULL,
`subject_id` int(11) NOT NULL,
`class_id` int(11) NOT NULL,
`exam_id` int(11) NOT NULL,
`mark_obtained` decimal(11,2) NOT NULL DEFAULT 0.00,
`cbt` double(20,2) NOT NULL,
`mark_total` decimal(11,2) NOT NULL DEFAULT 100.00,
`comment` longtext COLLATE utf8_unicode_ci NOT NULL,
`class_score` decimal(11,2) NOT NULL DEFAULT 0.00,
`class_score2` int(11) NOT NULL,
`class_score3` longtext COLLATE utf8_unicode_ci NOT NULL,
`class_score4` int(11) NOT NULL,
`subject_name` longtext COLLATE utf8_unicode_ci NOT NULL,
`running_year` longtext COLLATE utf8_unicode_ci NOT NULL,
`section_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `mark`
--
INSERT INTO `mark` (`mark_id`, `student_id`, `subject_id`, `class_id`, `exam_id`, `mark_obtained`, `cbt`, `mark_total`, `comment`, `class_score`, `class_score2`, `class_score3`, `class_score4`, `subject_name`, `running_year`, `section_id`) VALUES
(1, 15, 11, 1, 1, 47.00, 0.00, 100.00, '', 10.00, 0, '', 0, '', '2020-2021', 2),
(2, 8, 11, 1, 1, 52.00, 0.00, 100.00, '', 19.00, 0, '', 0, '', '2020-2021', 2),
(3, 2, 11, 1, 1, 47.00, 0.00, 100.00, '', 10.00, 0, '', 0, '', '2020-2021', 2),
(4, 5, 14, 1, 1, 35.00, 0.00, 100.00, '', 16.00, 0, '', 0, '', '2020-2021', 2),
(5, 8, 14, 1, 1, 43.00, 0.00, 100.00, '', 19.00, 0, '', 0, '', '2020-2021', 2),
(6, 2, 14, 1, 1, 32.00, 0.00, 100.00, '', 11.00, 0, '', 0, '', '2020-2021', 2),
(7, 8, 12, 1, 1, 47.50, 0.00, 100.00, '', 17.00, 0, '', 0, '', '2021-2022', 2),
(8, 8, 13, 1, 1, 38.76, 0.00, 100.00, '', 22.00, 0, '', 0, '', '2021-2022', 2),
(9, 15, 3, 1, 1, 0.00, 0.00, 100.00, '', 0.00, 0, '', 0, '', '2020-2021', 0);
-- --------------------------------------------------------
--
-- Table structure for table `material`
--
DROP TABLE IF EXISTS `material`;
CREATE TABLE `material` (
`material_id` int(11) NOT NULL,
`name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`class_id` int(11) NOT NULL,
`subject_id` int(11) NOT NULL,
`teacher_id` int(11) NOT NULL,
`description` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`file_name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`file_type` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`timestamp` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`school_id` int(11) NOT NULL,
`session` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `media`
--
DROP TABLE IF EXISTS `media`;
CREATE TABLE `media` (
`media_id` int(11) NOT NULL,
`title` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`description` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`file_name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`file_type` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`mlink` longtext NOT NULL,
`class_id` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`teacher_id` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`timestamp` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `media`
--
INSERT INTO `media` (`media_id`, `title`, `description`, `file_name`, `file_type`, `mlink`, `class_id`, `teacher_id`, `timestamp`) VALUES
(3, ' STEM DAY', 'Sources of energy', '', 'Video', 'https://youtu.be/3f-qEiSJYuk', '', '', '11/03/2021');
-- --------------------------------------------------------
--
-- Table structure for table `message`
--
DROP TABLE IF EXISTS `message`;
CREATE TABLE `message` (
`message_id` int(11) NOT NULL,
`message_thread_code` longtext NOT NULL,
`message` longtext NOT NULL,
`sender` longtext NOT NULL,
`timestamp` longtext NOT NULL,
`read_status` int(11) NOT NULL DEFAULT 0 COMMENT '0 unread 1 read'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `message`
--
INSERT INTO `message` (`message_id`, `message_thread_code`, `message`, `sender`, `timestamp`, `read_status`) VALUES
(40, '16c1ded5daf1371', 'Hi', 'admin-3', '1517845630', 1),
(41, 'fd31c077a53fc78', 'ASDE', 'admin-3', '1562784442', 0),
(42, 'a0f48f413178db0', 'hello', 'teacher-1', '1585131977', 0),
(43, 'd5edc0fa1c595db', 'Hello sir, when are we resuming sir?', 'student-151', '1585137347', 1),
(44, 'a0f48f413178db0', 'Hi', 'teacher-1', '1585171038', 0),
(45, '91254ddc247a345', 'hello!', 'teacher-11', '1600352217', 1),
(46, 'd84ab811c1d52a5', 'Hello, please I need a cup of coffee.', 'teacher-6', '1616577805', 1),
(47, 'acd08608c30efcc', '', 'student-267', '1616663612', 1),
(48, 'acd08608c30efcc', '', 'student-267', '1616663637', 1),
(49, 'f394b081dc1384b', 'hi', 'student-186', '1616663697', 1),
(50, '5a0bdb5d17faab6', ' ', 'student-183', '1616663795', 1),
(51, '85e9a0b71670ec6', 'Hi', 'student-186', '1616664205', 1),
(52, 'f394b081dc1384b', 'u no well\r\n', 'student-183', '1616667511', 1),
(53, 'e35d10b7a1ef160', 'HI', 'student-180', '1616757062', 1),
(54, '876b3022e372b1b', 'h', 'student-172', '1616757157', 1),
(55, '876b3022e372b1b', '', 'student-172', '1616757170', 1),
(56, 'd74e0f3c4470fa3', 'no 1 A', 'student-173', '1616757386', 1),
(57, 'd74e0f3c4470fa3', '', 'student-194', '1616757418', 1),
(58, 'd74e0f3c4470fa3', 'thank you', 'student-194', '1616757431', 1),
(59, 'd74e0f3c4470fa3', 'The operation 10%7 is what?', 'student-194', '1616757657', 1),
(60, 'd74e0f3c4470fa3', 'how far', 'student-173', '1616763531', 1),
(61, 'd74e0f3c4470fa3', 'i dey\r\n', 'student-194', '1616763741', 1),
(62, '5874f8dcdb1e1a6', '', 'student-165', '1617196400', 1),
(63, '876b3022e372b1b', 'FAR', 'student-179', '1617200182', 0),
(64, '5874f8dcdb1e1a6', 'HI', 'student-165', '1617202697', 1),
(65, '5874f8dcdb1e1a6', '', 'student-165', '1617202704', 1),
(66, '1fe84c9b03fe358', 'HI', 'student-165', '1617203607', 0),
(67, 'a35605419572e5b', 'D', 'student-179', '1617203747', 1),
(68, '5874f8dcdb1e1a6', '', 'student-165', '1617203875', 1),
(69, '5874f8dcdb1e1a6', 'U', 'student-165', '1617204051', 0),
(70, 'f11561d194130cd', 'Hi', 'student-159', '1617980921', 0),
(71, '191dd87cc9d56a7', '', 'student-210', '1622462310', 0),
(72, '191dd87cc9d56a7', '', 'student-210', '1622462323', 0),
(73, 'f25b8935a0b9a63', 'u', 'student-270', '1625828769', 1),
(74, 'db4e95ddd3478e0', '', 'student-255', '1626165255', 0),
(75, '1fe84c9b03fe358', 'Hello\r\n', 'student-165', '1626238904', 0),
(0, 'd41d8cd98f00b20', 'http://localhost/kairos/poly/meet/meet.php?r=9862', 'teacher-1', '1664822882', 0);
-- --------------------------------------------------------
--
-- Table structure for table `message_thread`
--
DROP TABLE IF EXISTS `message_thread`;
CREATE TABLE `message_thread` (
`message_thread_id` int(11) NOT NULL,
`message_thread_code` longtext COLLATE utf8_unicode_ci NOT NULL,
`sender` longtext COLLATE utf8_unicode_ci NOT NULL,
`reciever` longtext COLLATE utf8_unicode_ci NOT NULL,
`last_message_timestamp` longtext COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `message_thread`
--
INSERT INTO `message_thread` (`message_thread_id`, `message_thread_code`, `sender`, `reciever`, `last_message_timestamp`) VALUES
(0, 'd41d8cd98f00b20', 'teacher-1', 'student-6', ''),
(1, '16c1ded5daf1371', 'admin-3', 'teacher-2', ''),
(2, 'fd31c077a53fc78', 'admin-3', 'student-1', ''),
(3, 'a0f48f413178db0', 'teacher-1', 'teacher-1', ''),
(4, 'd5edc0fa1c595db', 'student-151', 'teacher-12', ''),
(5, '91254ddc247a345', 'teacher-11', 'teacher-19', ''),
(6, 'd84ab811c1d52a5', 'teacher-6', 'teacher-11', ''),
(7, 'acd08608c30efcc', 'student-267', 'student-183', ''),
(8, 'f394b081dc1384b', 'student-186', 'student-183', ''),
(9, '5a0bdb5d17faab6', 'student-183', 'student-192', ''),
(10, '85e9a0b71670ec6', 'student-186', 'student-192', ''),
(11, 'e35d10b7a1ef160', 'student-180', 'student-261', ''),
(12, '876b3022e372b1b', 'student-172', 'student-179', ''),
(13, 'd74e0f3c4470fa3', 'student-173', 'student-194', ''),
(14, '5874f8dcdb1e1a6', 'student-165', 'student-170', ''),
(15, '1fe84c9b03fe358', 'student-165', 'student-172', ''),
(16, 'a35605419572e5b', 'student-179', 'student-166', ''),
(17, 'f11561d194130cd', 'student-159', 'student-151', ''),
(18, '191dd87cc9d56a7', 'student-210', 'student-209', ''),
(19, 'f25b8935a0b9a63', 'student-270', 'student-211', ''),
(20, 'db4e95ddd3478e0', 'student-255', 'student-255', '');
-- --------------------------------------------------------
--
-- Table structure for table `news`
--
DROP TABLE IF EXISTS `news`;
CREATE TABLE `news` (
`news_id` int(11) NOT NULL,
`news_title` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`date` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`short_content` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`news_content` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`uploader` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`file_name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `news`
--
INSERT INTO `news` (`news_id`, `news_title`, `date`, `short_content`, `news_content`, `uploader`, `file_name`) VALUES
(1, 'hello', '07/31/2021', 'Hello World', 'Hello WorldHello WorldHello WorldHello WorldHello WorldHello WorldHello WorldHello World', 'Admin', 'Penguins.jpg'),
(2, 'Good and Beautiful', '08/13/2021', 'Good and Beautiful', 'Good and BeautifulGood and BeautifulGood and BeautifulGood and BeautifulGood and BeautifulGood and Beautiful', 'Principal', 'Tulips.jpg');
-- --------------------------------------------------------
--
-- Table structure for table `noticeboard`
--
DROP TABLE IF EXISTS `noticeboard`;
CREATE TABLE `noticeboard` (
`notice_id` int(11) NOT NULL,
`notice_title` longtext COLLATE utf8_unicode_ci NOT NULL,
`notice` longtext COLLATE utf8_unicode_ci NOT NULL,
`location` longtext COLLATE utf8_unicode_ci NOT NULL,
`create_timestamp` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `online_exam`
--
DROP TABLE IF EXISTS `online_exam`;
CREATE TABLE `online_exam` (
`online_exam_id` int(11) NOT NULL,
`code` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`title` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`class_id` int(11) NOT NULL,
`section_id` int(11) NOT NULL,
`subject_id` int(11) NOT NULL,
`exam_date` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`time_start` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`time_end` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`duration` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`minimum_percentage` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`instruction` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`status` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`running_year` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`school_id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `online_exam_result`
--
DROP TABLE IF EXISTS `online_exam_result`;
CREATE TABLE `online_exam_result` (
`online_exam_result_id` int(11) NOT NULL,
`online_exam_id` int(11) NOT NULL,
`student_id` int(11) NOT NULL,
`answer_script` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`obtained_mark` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`status` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`exam_started_timestamp` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`result` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `parent`
--
DROP TABLE IF EXISTS `parent`;
CREATE TABLE `parent` (
`parent_id` int(11) NOT NULL,
`name` longtext COLLATE utf8_unicode_ci NOT NULL,
`email` longtext COLLATE utf8_unicode_ci NOT NULL,
`password` longtext COLLATE utf8_unicode_ci NOT NULL,
`phone` longtext COLLATE utf8_unicode_ci NOT NULL,
`address` longtext COLLATE utf8_unicode_ci NOT NULL,
`profession` longtext COLLATE utf8_unicode_ci NOT NULL,
`authentication_key` longtext COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `parent`
--
INSERT INTO `parent` (`parent_id`, `name`, `email`, `password`, `phone`, `address`, `profession`, `authentication_key`) VALUES
(1, 'MR & MRS MOSES', 'moses', 'moses1', '123456789', 'nigeria', 'parent', '1111'),
(2, 'MR & MRS IKUMAPAYI', 'ikumapayi', 'ikumapayi1', '123456789', 'nigeria', 'parent', '1111'),
(3, 'MR & MRS DAUDA', 'dauda', 'dauda1', '123456789', 'nigeria', 'parent', '1111'),
(4, 'MR & MRS MICHAEL', 'michael', 'michael1', '123456789', 'nigeria', 'parent', '1111'),
(5, 'MR & MRS OBABORI', 'obabori', 'obabori1', '123456789', 'nigeria', 'parent', '1111');
-- --------------------------------------------------------
--
-- Table structure for table `payment`
--
DROP TABLE IF EXISTS `payment`;
CREATE TABLE `payment` (
`payment_id` int(11) NOT NULL,
`expense_category_id` int(11) NOT NULL,
`title` longtext COLLATE utf8_unicode_ci NOT NULL,
`payment_type` longtext COLLATE utf8_unicode_ci NOT NULL,
`invoice_id` int(11) NOT NULL,
`student_id` int(11) NOT NULL,
`method` longtext COLLATE utf8_unicode_ci NOT NULL,
`description` longtext COLLATE utf8_unicode_ci NOT NULL,
`amount` longtext COLLATE utf8_unicode_ci NOT NULL,
`timestamp` longtext COLLATE utf8_unicode_ci NOT NULL,
`year` longtext COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `payment`
--
INSERT INTO `payment` (`payment_id`, `expense_category_id`, `title`, `payment_type`, `invoice_id`, `student_id`, `method`, `description`, `amount`, `timestamp`, `year`) VALUES
(1, 0, 'Payment', 'income', 3, 15, 'card', 'Tuition', '9999', '1653933600', '2020-2021'),
(2, 0, 'Payment', 'income', 4, 17, 'card', 'Acceptance Fee', '10900', '1664820000', '2020-2021'),
(3, 0, 'Payment', 'income', 7, 52, 'card', 'Acceptance Fee', '10900', '1678298400', '2020-2021');
-- --------------------------------------------------------
--
-- Table structure for table `payroll`
--
DROP TABLE IF EXISTS `payroll`;
CREATE TABLE `payroll` (
`payroll_id` int(11) NOT NULL,
`payroll_code` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`user_id` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`allowances` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`deductions` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`date` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`status` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`school_id` int(11) NOT NULL,
`session` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `platform`
--
DROP TABLE IF EXISTS `platform`;
CREATE TABLE `platform` (
`user_id` int(100) NOT NULL,
`email` varchar(100) DEFAULT NULL,
`firstname` varchar(100) DEFAULT NULL,
`lastname` varchar(100) DEFAULT NULL,
`reference` varchar(100) DEFAULT NULL,
`date` varchar(100) NOT NULL,
`status` varchar(100) NOT NULL DEFAULT 'active',
`branch` varchar(100) NOT NULL DEFAULT '1',
`how` varchar(200) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `platform`
--
INSERT INTO `platform` (`user_id`, `email`, `firstname`, `lastname`, `reference`, `date`, `status`, `branch`, `how`) VALUES
(994, 'mavigoldsolutions@gmail.com', 'Babatunde', 'Victor', 'VS62233498', '02/04/2022 10:17:47 pm', 'active', '1', ''),
(995, 'olu27ng@yahoo.com', 'olumide', 'awojobi', 'VS154647439', '04/12/2022 12:34:01 am', 'active', '1', '');
-- --------------------------------------------------------
--
-- Table structure for table `publisher`
--
DROP TABLE IF EXISTS `publisher`;
CREATE TABLE `publisher` (
`publisher_id` int(11) NOT NULL,
`publisher_name` longtext NOT NULL,
`description` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `publisher`
--
INSERT INTO `publisher` (`publisher_id`, `publisher_name`, `description`) VALUES
(0, 'Microbytes Solutions', 'Microbytes Solutions');
-- --------------------------------------------------------
--
-- Table structure for table `question`
--
DROP TABLE IF EXISTS `question`;
CREATE TABLE `question` (
`question_id` int(11) NOT NULL,
`class_id` int(11) DEFAULT NULL,
`subject_id` int(11) DEFAULT NULL,
`date` date DEFAULT NULL,
`session` varchar(255) DEFAULT NULL,
`question_count` int(11) DEFAULT NULL,
`duration` int(5) DEFAULT NULL,
`question` text DEFAULT NULL,
`correct_answers` varchar(255) DEFAULT NULL,
`section_id` int(11) NOT NULL,
`teacher_id` int(11) NOT NULL,
`file_name` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `question`
--
INSERT INTO `question` (`question_id`, `class_id`, `subject_id`, `date`, `session`, `question_count`, `duration`, `question`, `correct_answers`, `section_id`, `teacher_id`, `file_name`) VALUES
(2, 2, 12, '2021-08-18', '2020-2021', 2, 10, 'hello . Thats cool. Just - _ ok.', 'D', 1, 1, ''),
(1, 2, 12, '2021-08-18', '2020-2021', 2, 10, 'Hello', 'B', 1, 1, ''),
(3, 1, 7, '2022-04-17', '2020-2021', 2, 10, 'hello world?', 'D', 7, 2, ''),
(4, 1, 7, '2022-04-17', '2020-2021', 2, 10, 'Is it ok?', 'A', 7, 2, '');
-- --------------------------------------------------------
--
-- Table structure for table `question_bank`
--
DROP TABLE IF EXISTS `question_bank`;
CREATE TABLE `question_bank` (
`question_bank_id` int(11) NOT NULL,
`online_exam_id` int(11) NOT NULL,
`question_title` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`type` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`number_of_options` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`options` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`correct_answers` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`mark` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `question_bank`
--
INSERT INTO `question_bank` (`question_bank_id`, `online_exam_id`, `question_title`, `type`, `number_of_options`, `options`, `correct_answers`, `mark`) VALUES
(1, 1, 'The name of my school is________', 'fill_in_the_blanks', '', '', '[\"amigs\",\"ilogbo\",\"ota\"]', '2'),
(2, 1, '2+2=5', 'true_false', '', '', 'false', '2'),
(3, 1, 'What is 3+3?', 'multiple_choice', '3', '[\"3\",\"5\",\"6\"]', '[\"3\"]', '1');
-- --------------------------------------------------------
--
-- Table structure for table `rating`
--
DROP TABLE IF EXISTS `rating`;
CREATE TABLE `rating` (
`rating_id` int(11) NOT NULL,
`a` longtext NOT NULL,
`b` longtext NOT NULL,
`c` longtext NOT NULL,
`d` longtext NOT NULL,
`e` longtext NOT NULL,
`f` longtext NOT NULL,
`g` longtext NOT NULL,
`h` longtext NOT NULL,
`i` longtext NOT NULL,
`j` longtext NOT NULL,
`k` longtext NOT NULL,
`l` longtext NOT NULL,
`m` longtext NOT NULL,
`n` longtext NOT NULL,
`o` longtext NOT NULL,
`p` longtext NOT NULL,
`q` longtext NOT NULL,
`position` longtext NOT NULL,
`student_id` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `registrar`
--
DROP TABLE IF EXISTS `registrar`;
CREATE TABLE `registrar` (
`registrar_id` int(11) NOT NULL,
`name` longtext COLLATE utf8_unicode_ci NOT NULL,
`birthday` longtext COLLATE utf8_unicode_ci NOT NULL,
`sex` longtext COLLATE utf8_unicode_ci NOT NULL,
`religion` longtext COLLATE utf8_unicode_ci NOT NULL,
`blood_group` longtext COLLATE utf8_unicode_ci NOT NULL,
`address` longtext COLLATE utf8_unicode_ci NOT NULL,
`phone` longtext COLLATE utf8_unicode_ci NOT NULL,
`email` longtext COLLATE utf8_unicode_ci NOT NULL,
`facebook` longtext COLLATE utf8_unicode_ci NOT NULL,
`twitter` longtext COLLATE utf8_unicode_ci NOT NULL,
`googleplus` longtext COLLATE utf8_unicode_ci NOT NULL,
`linkedin` longtext COLLATE utf8_unicode_ci NOT NULL,
`qualification` longtext COLLATE utf8_unicode_ci NOT NULL,
`file_name` longtext COLLATE utf8_unicode_ci NOT NULL,
`password` longtext COLLATE utf8_unicode_ci NOT NULL,
`authentication_key` longtext COLLATE utf8_unicode_ci NOT NULL,
`role` varchar(40) COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `registrar`
--
INSERT INTO `registrar` (`registrar_id`, `name`, `birthday`, `sex`, `religion`, `blood_group`, `address`, `phone`, `email`, `facebook`, `twitter`, `googleplus`, `linkedin`, `qualification`, `file_name`, `password`, `authentication_key`, `role`) VALUES
(1, 'Mr John Cole', '', '', '', '', '', '', 'registrar', '', '', '', '', '', '', 'registrar', '', '2');
-- --------------------------------------------------------
--
-- Table structure for table `room_type`
--
DROP TABLE IF EXISTS `room_type`;
CREATE TABLE `room_type` (
`room_type_id` int(11) NOT NULL,
`name` longtext NOT NULL,
`description` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `room_type`
--
INSERT INTO `room_type` (`room_type_id`, `name`, `description`) VALUES
(2, 'One Bed', 'This room is for one bed and one person'),
(3, 'Two Beds', 'This room is for two beds and two persons');
-- --------------------------------------------------------
--
-- Table structure for table `school`
--
DROP TABLE IF EXISTS `school`;
CREATE TABLE `school` (
`school_id` int(11) NOT NULL,
`school_code` longtext NOT NULL,
`name` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `section`
--
DROP TABLE IF EXISTS `section`;
CREATE TABLE `section` (
`section_id` int(11) NOT NULL,
`name` longtext COLLATE utf8_unicode_ci NOT NULL,
`nick_name` longtext COLLATE utf8_unicode_ci NOT NULL,
`class_id` int(11) NOT NULL,
`teacher_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `section`
--
INSERT INTO `section` (`section_id`, `name`, `nick_name`, `class_id`, `teacher_id`) VALUES
(1, 'Computer Science', 'COMP', 1, 2),
(2, 'Mathematics', 'MATH', 1, 3);
-- --------------------------------------------------------
--
-- Table structure for table `session`
--
DROP TABLE IF EXISTS `session`;
CREATE TABLE `session` (
`session_id` int(11) NOT NULL,
`name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `session`
--
INSERT INTO `session` (`session_id`, `name`) VALUES
(0, '2021-2022');
-- --------------------------------------------------------
--
-- Table structure for table `settings`
--
DROP TABLE IF EXISTS `settings`;
CREATE TABLE `settings` (
`settings_id` int(11) NOT NULL,
`type` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`description` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `settings`
--
INSERT INTO `settings` (`settings_id`, `type`, `description`) VALUES
(1, 'system_name', 'TimeOn Kairos Polytechnic'),
(2, 'system_title', 'SCHOOL PORTAL'),
(3, 'address', ' 326 Lagos-Abeokuta Expy, Abule Egba'),
(4, 'phone', '+234 1 234 5678'),
(5, 'paypal_email', ''),
(6, 'currency', 'NGN'),
(7, 'system_email', 'info@timeonkairospoly.edu.ng'),
(20, 'active_sms_service', 'sendpk'),
(11, 'language', 'english'),
(12, 'text_align', 'left-to-right'),
(13, 'clickatell_user', 'clickalttal username'),
(14, 'clickatell_password', 'password'),
(15, 'clickatell_api_id', 'clickattel api'),
(16, 'skin_colour', 'blue'),
(17, 'twilio_account_sid', 'twilio accound'),
(18, 'twilio_auth_token', 'auth token'),
(19, 'twilio_sender_phone_number', '08033527716'),
(21, 'session', '2020-2021'),
(22, 'footer', 'Developed by Microbytes Solutions. All Right Reserved (2019)'),
(23, 'smsteams_username', 'bulk_sms_username'),
(24, 'smsteams_password', 'bulk_sms_password'),
(25, 'smsteams_api_id', 'sender_id'),
(26, 'tawkto', ''),
(117, 'current_term', '1'),
(28, 'payumoney_merchant_key', 'payumoney_merchant_key'),
(29, 'voguepay', ''),
(30, 'paystack_secret_key', 'pk_test_818c7bb3012974851e94e52115c871c88b677b8d'),
(31, 'payumoney_salt_id', 'payumoney_salt_id'),
(32, 'msg91_authentication_key', 'msg91 auth'),
(33, 'msg91_sender_ID', 'msg91 sender'),
(34, 'msg91_route', 'msg91 sender'),
(35, 'msg91_country_code', 'msg91 country code'),
(37, 'stripe_publishable_key', 'stripe_publishable_key'),
(38, 'stripe_api_key', 'stripe_api_key'),
(41, 'payumoney', 'yes'),
(42, 'vogue', 'yes'),
(44, 'paypal_setting', 'yes'),
(45, 'stripe', 'yes'),
(60, 'atten1', '1'),
(46, 'cheque', 'yes'),
(47, 'bank', 'yes'),
(90, 'textlocal_username', 'textlocal_username'),
(49, 'bname', 'Bank Name.'),
(50, 'anumber', 'Account Number.'),
(51, 'scode', 'Sort Code.'),
(52, 'snumber', 'Swift Number.'),
(53, 'iban', 'Iban Number.'),
(54, 'idcard', '1'),
(56, 'smtp_settings', '{\"smtp_email\":\"Enable\",\"smtp_email_rules\":\"required\",\"smtp_host\":\"ssl:\\/\\/smtp.googlemail.com\",\"smtp_host_rules\":\"required\",\"smtp_port\":\"465\",\"smtp_port_rules\":\"required\",\"smtp_timeout\":\"30\",\"smtp_timeout_rules\":\"required\",\"smtp_user\":\"test@example.com\",\"smtp_user_rules\":\"required|valid_email\",\"smtp_pass\":\"1234\",\"smtp_pass_rules\":\"required\",\"char_set\":\"utf-8\",\"char_set_rules\":\"required\",\"new_line\":\"\\\\r\\\\n\",\"new_line_rules\":\"required\",\"mail_type\":\"html\",\"mail_type_rules\":\"required\"}'),
(58, 'frontPage', '1'),
(59, 'documentation', 'yes'),
(62, 'paypal', '[{\"active\":\"1\",\"mode\":\"sandbox\",\"sandbox_client_id\":\"8aqX3PiV8e1GWU6liB2CUXlkA59kJXE7M6R\",\"production_client_id\":\"clientProduction.\"}]'),
(63, 'stripe_keys', '[{\"active\":\"0\",\"testmode\":\"on\",\"public_key\":\"pk_test_c6VvBEbwHFdulFZ62q1IQrar\",\"secret_key\":\"sk_test_9IMkiM6Ykxr1LCe2dJ3PgaxS\",\"public_live_key\":\"pk_live_xxxxxxxxxxxxxxxxxxxxxxxx\",\"secret_live_key\":\"sk_live_xxxxxxxxxxxxxxxxxxxxxxxx\"}]'),
(64, 'google', ''),
(65, 'recaptcha_site_key', '6LcCuk0UAAAAAAYgWyeqKcQk2vW2M6TvCds7UWxj'),
(66, 'noti', 'yes'),
(67, 'mobileApi', '6LcCuk0UAAAAAC8z0piU7xBnX95S1kCCXpv4eHe9'),
(68, 'cbt', 'a'),
(69, 'formPayment', '5000'),
(114, 'instamojo_token', 'instamojo_tokey'),
(71, 'version', '6.5'),
(113, 'instamojo_api_key', 'instamojo_api_key'),
(74, 'chashfree_app_id', 'Account Number.'),
(75, 'chashfree_secret_key', 'Sort Code.'),
(76, 'ccva_merchant_id', 'ccva_merchant_id'),
(77, 'ccva_access_code', 'ccva_access_code'),
(78, 'ccva_working_key', 'ccva_working_key'),
(112, 'instamojo', 'yes'),
(79, 'paytm_merchant_key', 'paytm_merchant_key'),
(80, 'paytm_merchant_mid', 'paytm_merchant_mid'),
(81, 'paytm_merchant_website', 'paytm_merchant_website'),
(82, 'paystack_setting', 'yes'),
(84, 'c2_user', 'publishable_key'),
(85, 'c2_secret', 'private_secret_key'),
(86, 'cashfree', 'yes'),
(87, 'ccavenue', 'yes'),
(88, 'paytm', 'yes'),
(89, 'twocheck', 'yes'),
(91, 'textlocal_setting', 'india'),
(92, 'textlocal_api_key', 'textlocal_api_key'),
(93, 'nexmo_api_key', 'nexmo_api_key'),
(94, 'nexmo_secret_key', 'nexmo_secret_key'),
(95, 'nexmo_registered_number', 'nexmo_registered_number'),
(96, 'ssl_store_id', 'ssl_store_id'),
(97, 'ssl_store_passwd', 'ssl_store_password'),
(98, 'ssl_type', 'live'),
(99, 'ssl_type_setting', 'yes'),
(100, 'smart_api_token', 'smart_api_token'),
(101, 'smart_api_secret', 'smart_api_secret'),
(102, 'smart_registered_number', 'smart_registered_number'),
(115, 'instamojo_salt', 'instamojo_salt'),
(104, 'hajana_api_secret', 'hajana_api_secret'),
(105, 'hajana_username', 'hajana_username'),
(106, 'hajana_registered_number', 'hajana_registered_number'),
(107, 'sendpk_username', 'sendpk_username'),
(108, 'sendpk_password', 'sendpk_password'),
(109, 'sendpk_regstered_number', 'sendpk_registered_number'),
(116, 'nextterm', '04/26/2021'),
(120, 'motto2', 'Education at the right moment'),
(121, 'motto', 'Education at the right moment'),
(122, 'paystack', 'pk_test_818c7bb3012974851e94e52115c871c88b677b8d'),
(130, 'zoom_api_key', 'hYbrqU254j7pFm51bV3mfeB265BC3D4VQEvB'),
(131, 'zoom_api_secret_key', 'pSAOvazs1O6DRYhM0FcWvuGZYlqw9xYmudxD'),
(132, 'use_teacher_api', '0'),
(133, 'use_zoom_app', '0'),
(134, 'use_zoom_app_user', '0'),
(135, 'max_credit', '12');
-- --------------------------------------------------------
--
-- Table structure for table `sms_settings`
--
DROP TABLE IF EXISTS `sms_settings`;
CREATE TABLE `sms_settings` (
`sms_setting_id` int(11) NOT NULL,
`type` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`info` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`school_id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `sms_settings`
--
INSERT INTO `sms_settings` (`sms_setting_id`, `type`, `info`, `school_id`) VALUES
(12, 'msg91_sender_id', 'sender id', 0),
(11, 'msg91_authentication_key', 'msg91 auth key', 0),
(10, 'clickatell_apikey', 'clickattel api', 0),
(9, 'clickatell_password', 'clickattel paasword', 0),
(8, 'clickatell_username', 'clickattel username', 0),
(13, 'msg91_route', 'route', 0),
(14, 'msg91_country_code', 'country code', 0),
(15, 'active_sms_gateway', 'msg91', 0);
-- --------------------------------------------------------
--
-- Table structure for table `social_category`
--
DROP TABLE IF EXISTS `social_category`;
CREATE TABLE `social_category` (
`social_category_id` int(11) NOT NULL,
`name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`colour` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`icon` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`description` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`school_id` int(11) NOT NULL,
`session` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `student`
--
DROP TABLE IF EXISTS `student`;
CREATE TABLE `student` (
`student_id` int(11) NOT NULL,
`name` longtext COLLATE utf8_unicode_ci NOT NULL,
`birthday` longtext COLLATE utf8_unicode_ci DEFAULT NULL,
`sex` longtext COLLATE utf8_unicode_ci DEFAULT NULL,
`religion` longtext COLLATE utf8_unicode_ci DEFAULT NULL,
`blood_group` longtext COLLATE utf8_unicode_ci DEFAULT NULL,
`address` longtext COLLATE utf8_unicode_ci DEFAULT NULL,
`nationality` longtext COLLATE utf8_unicode_ci DEFAULT NULL,
`phone` longtext COLLATE utf8_unicode_ci DEFAULT NULL,
`email` longtext COLLATE utf8_unicode_ci NOT NULL,
`password` longtext COLLATE utf8_unicode_ci NOT NULL,
`class_id` longtext COLLATE utf8_unicode_ci NOT NULL,
`section_id` int(11) NOT NULL,
`roll` longtext COLLATE utf8_unicode_ci DEFAULT NULL,
`session` longtext COLLATE utf8_unicode_ci NOT NULL,
`status` int(11) NOT NULL,
`level` int(11) NOT NULL,
`jamb_number` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`jamb_score` int(11) NOT NULL,
`hod_id` int(11) NOT NULL,
`dean_id` int(11) NOT NULL,
`parent_id` int(11) NOT NULL,
`m_tongue` varchar(11) COLLATE utf8_unicode_ci NOT NULL,
`age` varchar(12) COLLATE utf8_unicode_ci NOT NULL,
`transport_id` int(11) NOT NULL,
`dormitory_id` int(11) NOT NULL,
`class_division` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `student`
--
INSERT INTO `student` (`student_id`, `name`, `birthday`, `sex`, `religion`, `blood_group`, `address`, `nationality`, `phone`, `email`, `password`, `class_id`, `section_id`, `roll`, `session`, `status`, `level`, `jamb_number`, `jamb_score`, `hod_id`, `dean_id`, `parent_id`, `m_tongue`, `age`, `transport_id`, `dormitory_id`, `class_division`) VALUES
(34, 'Adedeji Oluwaseun', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'gfcisolution@gmail.com', '777888', '0', 0, NULL, '2020-2021', 1, 0, '', 0, 0, 0, 0, '', '', 0, 0, 0),
(35, 'Adeyanju Moses Adeolu', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'adeyanjumoses21@gmail.com', 'adeyanju74579', '0', 0, NULL, '2020-2021', 1, 0, '', 0, 0, 0, 0, '', '', 0, 0, 0),
(52, 'Student One', '', '', '', NULL, '', NULL, '', 'olu@olu.com', 'olu', '1', 1, '', '2020-2021', 1, 1, 'SAW39839383', 310, 0, 0, 0, '', '', 0, 0, 0),
(53, 'Adebisi oluwatosin omolara', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'ayadebisiomlara123@gmail.com', 'EKUNDAYO123', '0', 0, NULL, '2020-2021', 1, 0, '', 0, 0, 0, 0, '', '', 0, 0, 0),
(54, 'faloni kolade', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'kayodeyinka12@gmail.com', '123456789', '0', 0, NULL, '2020-2021', 1, 0, '', 0, 0, 0, 0, '', '', 0, 0, 0),
(55, 'Tajudeen Abdur-Razaq Adegbemi ', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'tajudeen627@gmail.com', '123456', '0', 0, NULL, '2020-2021', 1, 0, '', 0, 0, 0, 0, '', '', 0, 0, 0),
(56, 'Tope', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'topejohnson2017@yahoo.com', 'tope', '0', 0, NULL, '2020-2021', 3, 0, '', 0, 0, 0, 0, '', '', 0, 0, 0),
(57, 'Oyinade Bejide', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'koladeadenike145@gmail.com', '12345678', '0', 0, NULL, '2020-2021', 3, 0, '', 0, 0, 0, 0, '', '', 0, 0, 0),
(58, 'Adedeji Oluwaseun', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'gfcisolution@gmail.com', '777888', '0', 0, NULL, '2020-2021', 3, 0, '', 0, 0, 0, 0, '', '', 0, 0, 0),
(59, 'Adedeji Oluwaseun', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'gfcisolution@gmail.com', '777888', '0', 0, NULL, '2020-2021', 3, 0, '', 0, 0, 0, 0, '', '', 0, 0, 0),
(60, 'Stella Madu', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'stellamadu2@gmail.com', 'Charisma3', '0', 0, NULL, '2020-2021', 3, 0, '', 0, 0, 0, 0, '', '', 0, 0, 0),
(61, 'Stella Madu', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'stellamadu2@gmail.com', 'Charisma3', '0', 0, NULL, '2020-2021', 3, 0, '', 0, 0, 0, 0, '', '', 0, 0, 0),
(62, 'Stella Madu', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'stellamadu2@gmail.com', 'Charisma3', '0', 0, NULL, '2020-2021', 3, 0, '', 0, 0, 0, 0, '', '', 0, 0, 0),
(63, 'Siji Oluwadamilare', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'dreyspencer43@gmail.com', 'Imagination@2013', '0', 0, NULL, '2020-2021', 3, 0, '', 0, 0, 0, 0, '', '', 0, 0, 0),
(64, 'Joseph ', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'josephustin105@gmail.com', 'Godisgre8t', '0', 0, NULL, '2020-2021', 3, 0, '', 0, 0, 0, 0, '', '', 0, 0, 0),
(65, 'Balogun Fausat Oluwaseun', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'aladaseun@gmail.com', 'Olumideseun@1', '0', 0, NULL, '2020-2021', 3, 0, '', 0, 0, 0, 0, '', '', 0, 0, 0);
-- --------------------------------------------------------
--
-- Table structure for table `student_category`
--
DROP TABLE IF EXISTS `student_category`;
CREATE TABLE `student_category` (
`student_category_id` int(11) NOT NULL,
`name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`description` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`school_id` int(11) NOT NULL,
`session` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `subject`
--
DROP TABLE IF EXISTS `subject`;
CREATE TABLE `subject` (
`subject_id` int(11) NOT NULL,
`name` longtext COLLATE utf8_unicode_ci NOT NULL,
`class_id` int(11) NOT NULL,
`teacher_id` int(11) DEFAULT NULL,
`section_id` int(11) NOT NULL,
`course_unit` int(11) NOT NULL,
`course_code` text COLLATE utf8_unicode_ci NOT NULL,
`dean_id` int(11) NOT NULL,
`hod_id` int(11) NOT NULL,
`prereq` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `subject`
--
INSERT INTO `subject` (`subject_id`, `name`, `class_id`, `teacher_id`, `section_id`, `course_unit`, `course_code`, `dean_id`, `hod_id`, `prereq`) VALUES
(3, 'Economics', 1, 1, 1, 4, 'ECO 201', 1, 0, 0),
(7, 'Introduction To Mathematics', 1, 2, 1, 8, 'MTH 101', 1, 1, 0),
(9, 'General Mathematics', 1, 2, 1, 4, 'MTH 111', 1, 1, 7),
(11, 'Intro To Programming', 1, 1, 1, 3, 'COS 100', 1, 2, 0),
(12, 'AAA', 1, 3, 1, 1, 'aaa', 1, 2, 0),
(13, 'bbbb', 1, 4, 1, 2, 'bb', 1, 2, 12),
(14, 'Yoruba Language', 1, 4, 1, 3, 'yor', 1, 2, 12);
-- --------------------------------------------------------
--
-- Table structure for table `subscriber_table`
--
DROP TABLE IF EXISTS `subscriber_table`;
CREATE TABLE `subscriber_table` (
`subscriber_id` int(11) NOT NULL,
`email` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`school_id` int(11) NOT NULL,
`session` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `table 104`
--
DROP TABLE IF EXISTS `table 104`;
CREATE TABLE `table 104` (
`COL 1` varchar(9) DEFAULT NULL,
`COL 2` varchar(8) DEFAULT NULL,
`COL 3` varchar(8) DEFAULT NULL,
`COL 4` varchar(9) DEFAULT NULL,
`COL 5` varchar(5) DEFAULT NULL,
`COL 6` varchar(7) DEFAULT NULL,
`COL 7` varchar(10) DEFAULT NULL,
`COL 8` varchar(18) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `table 104`
--
INSERT INTO `table 104` (`COL 1`, `COL 2`, `COL 3`, `COL 4`, `COL 5`, `COL 6`, `COL 7`, `COL 8`) VALUES
('parent_id', 'name', 'email', 'password', 'phone', 'address', 'profession', 'authentication_key'),
('1', 'smith', 'smith', 'smith2', 'phone', 'address', 'profession', 'authentication_key'),
('2', 'kolawole', 'kolawole', 'kolawole2', '', '', '', ''),
('3', 'adedeji', 'adedeji', 'adedeji2', '', '', '', ''),
('4', 'awonuga', 'awonuga', 'awonuga2', '', '', '', ''),
('5', 'eze', 'eze', 'eze2', '', '', '', ''),
('6', 'abubakar', 'abubakar', 'abubakar2', '', '', '', ''),
('7', 'ifeoluwa', 'ifeoluwa', 'ifeoluwa2', '', '', '', ''),
('8', 'oladapo', 'oladapo', 'oladapo2', '', '', '', ''),
('9', 'anosike', 'anosike', 'anosike2', '', '', '', ''),
('10', 'gold', 'gold', 'gold2', '', '', '', ''),
('11', 'sadiq', 'sadiq', 'sadiq2', '', '', '', ''),
('12', 'walter', 'walter', 'walter2', '', '', '', ''),
('13', 'adeboye', 'adeboye', 'adeboye2', '', '', '', ''),
('14', 'opeoluwa', 'opeoluwa', 'opeoluwa2', '', '', '', ''),
('15', 'ekwueme', 'ekwueme', 'ekwueme2', '', '', '', ''),
('16', 'atiku', 'atiku', 'atiku2', '', '', '', ''),
('17', 'afolabi', 'afolabi', 'afolabi2', '', '', '', ''),
('18', 'afolabi', 'afolabi', 'afolabi2', '', '', '', ''),
('19', 'ibrahim', 'ibrahim', 'ibrahim2', '', '', '', ''),
('20', 'opaleye', 'opaleye', 'opaleye2', '', '', '', ''),
('21', 'amaechi', 'amaechi', 'amaechi2', '', '', '', '');
-- --------------------------------------------------------
--
-- Table structure for table `table 105`
--
DROP TABLE IF EXISTS `table 105`;
CREATE TABLE `table 105` (
`parent_id` int(2) DEFAULT NULL,
`name` varchar(8) DEFAULT NULL,
`email` varchar(8) DEFAULT NULL,
`password` varchar(9) DEFAULT NULL,
`phone` varchar(5) DEFAULT NULL,
`address` varchar(7) DEFAULT NULL,
`profession` varchar(10) DEFAULT NULL,
`authentication_key` varchar(18) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `table 105`
--
INSERT INTO `table 105` (`parent_id`, `name`, `email`, `password`, `phone`, `address`, `profession`, `authentication_key`) VALUES
(1, 'smith', 'smith', 'smith2', 'phone', 'address', 'profession', 'authentication_key'),
(2, 'kolawole', 'kolawole', 'kolawole2', '', '', '', ''),
(3, 'adedeji', 'adedeji', 'adedeji2', '', '', '', ''),
(4, 'awonuga', 'awonuga', 'awonuga2', '', '', '', ''),
(5, 'eze', 'eze', 'eze2', '', '', '', ''),
(6, 'abubakar', 'abubakar', 'abubakar2', '', '', '', ''),
(7, 'ifeoluwa', 'ifeoluwa', 'ifeoluwa2', '', '', '', ''),
(8, 'oladapo', 'oladapo', 'oladapo2', '', '', '', ''),
(9, 'anosike', 'anosike', 'anosike2', '', '', '', ''),
(10, 'gold', 'gold', 'gold2', '', '', '', ''),
(11, 'sadiq', 'sadiq', 'sadiq2', '', '', '', ''),
(12, 'walter', 'walter', 'walter2', '', '', '', ''),
(13, 'adeboye', 'adeboye', 'adeboye2', '', '', '', ''),
(14, 'opeoluwa', 'opeoluwa', 'opeoluwa2', '', '', '', ''),
(15, 'ekwueme', 'ekwueme', 'ekwueme2', '', '', '', ''),
(16, 'atiku', 'atiku', 'atiku2', '', '', '', ''),
(17, 'afolabi', 'afolabi', 'afolabi2', '', '', '', ''),
(18, 'afolabi', 'afolabi', 'afolabi2', '', '', '', ''),
(19, 'ibrahim', 'ibrahim', 'ibrahim2', '', '', '', ''),
(20, 'opaleye', 'opaleye', 'opaleye2', '', '', '', ''),
(21, 'amaechi', 'amaechi', 'amaechi2', '', '', '', '');
-- --------------------------------------------------------
--
-- Table structure for table `task_manager`
--
DROP TABLE IF EXISTS `task_manager`;
CREATE TABLE `task_manager` (
`task_manager_id` int(11) NOT NULL,
`name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`description` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`priority` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`date` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`user` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`status` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `tblproduct`
--
DROP TABLE IF EXISTS `tblproduct`;
CREATE TABLE `tblproduct` (
`id` int(8) NOT NULL,
`name` varchar(255) NOT NULL,
`code` varchar(255) NOT NULL,
`image` text NOT NULL,
`price` varchar(100) NOT NULL,
`offer` varchar(100) NOT NULL DEFAULT '50,000.00',
`amount` varchar(100) NOT NULL DEFAULT '19,999.00',
`amountghs` varchar(100) NOT NULL DEFAULT '299',
`amountusd` varchar(100) NOT NULL DEFAULT '50'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `tblproduct`
--
INSERT INTO `tblproduct` (`id`, `name`, `code`, `image`, `price`, `offer`, `amount`, `amountghs`, `amountusd`) VALUES
(1, 'Inventory Management Sytem', '3DcAM01', 'inventory.jpg', '69999.00', '20,000.00', '30999.00', '299', '56');
-- --------------------------------------------------------
--
-- Table structure for table `teacher`
--
DROP TABLE IF EXISTS `teacher`;
CREATE TABLE `teacher` (
`teacher_id` int(11) NOT NULL,
`name` longtext COLLATE utf8_unicode_ci NOT NULL,
`birthday` longtext COLLATE utf8_unicode_ci NOT NULL,
`sex` longtext COLLATE utf8_unicode_ci NOT NULL,
`religion` longtext COLLATE utf8_unicode_ci NOT NULL,
`blood_group` longtext COLLATE utf8_unicode_ci NOT NULL,
`address` longtext COLLATE utf8_unicode_ci NOT NULL,
`phone` longtext COLLATE utf8_unicode_ci NOT NULL,
`email` longtext COLLATE utf8_unicode_ci NOT NULL,
`facebook` longtext COLLATE utf8_unicode_ci NOT NULL,
`twitter` longtext COLLATE utf8_unicode_ci NOT NULL,
`googleplus` longtext COLLATE utf8_unicode_ci NOT NULL,
`linkedin` longtext COLLATE utf8_unicode_ci NOT NULL,
`qualification` longtext COLLATE utf8_unicode_ci NOT NULL,
`file_name` longtext COLLATE utf8_unicode_ci NOT NULL,
`password` longtext COLLATE utf8_unicode_ci NOT NULL,
`authentication_key` longtext COLLATE utf8_unicode_ci NOT NULL,
`role` varchar(40) COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `teacher`
--
INSERT INTO `teacher` (`teacher_id`, `name`, `birthday`, `sex`, `religion`, `blood_group`, `address`, `phone`, `email`, `facebook`, `twitter`, `googleplus`, `linkedin`, `qualification`, `file_name`, `password`, `authentication_key`, `role`) VALUES
(1, 'MR AKINLABI', '06/21/1900', 'male', '', '', 'lagos', '291202910', 'teacher', '', '', '', '', '', '', 'teacher', '', '2'),
(2, 'MRS OLATUNDE', '', 'female', '', '', '', '', 'olatunde', '', '', '', '', '', '', 'olatunde', '', '2'),
(3, 'MRS ADEDAYO', '', 'female', '', '', '', '', 'adedayo', '', '', '', '', '', '', 'adedayo', '', '2'),
(4, 'MISS ADEOLA', '06/21/1900', 'female', '', '', 'ikeja', '484984874', 'adeola', '', '', '', '', '', '', 'adeola', '', '2'),
(5, 'MR JOHN', '', 'male', '', '', '', '', 'john', '', '', '', '', '', '', 'john', '', '2'),
(6, 'MRS ALEKE', '', 'female', '', '', '', '', 'aleke', '', '', '', '', '', '', 'aleke', '', '2');
-- --------------------------------------------------------
--
-- Table structure for table `testimony`
--
DROP TABLE IF EXISTS `testimony`;
CREATE TABLE `testimony` (
`testimony_id` int(11) NOT NULL,
`name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`position` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`content` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `testimony`
--
INSERT INTO `testimony` (`testimony_id`, `name`, `position`, `content`) VALUES
(1, 'Mr Johnson', 'Education Officer', 'The school is one of the best in the state.'),
(2, 'Kunlex Xue Lee', 'Teacher', 'I really love this school. It has been one of the best school so far. We love working with you. Thanks and God bless all of us. Amen'),
(3, 'Microbytes Solutions', 'Admin', 'We really love this school. It has been one of the best school so far. We love working with you. Thanks and God bless all of us. Amen'),
(4, 'Mrs Alika', 'Parent', 'I am happy my child is part of the school. Good works. Keep it up.');
-- --------------------------------------------------------
--
-- Table structure for table `testimony_table`
--
DROP TABLE IF EXISTS `testimony_table`;
CREATE TABLE `testimony_table` (
`testimony_id` int(11) NOT NULL,
`parent_id` int(11) NOT NULL,
`content` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`status` longtext NOT NULL,
`school_id` int(11) NOT NULL,
`session` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `todays_thought`
--
DROP TABLE IF EXISTS `todays_thought`;
CREATE TABLE `todays_thought` (
`tthought_id` int(11) NOT NULL,
`thought` longtext NOT NULL,
`date` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `todays_thought`
--
INSERT INTO `todays_thought` (`tthought_id`, `thought`, `date`) VALUES
(1, 'today\'s thought', '2021-08-14 13:46:04'),
(2, 'today\'s thought.', '2021-08-14 13:46:44');
-- --------------------------------------------------------
--
-- Table structure for table `transport`
--
DROP TABLE IF EXISTS `transport`;
CREATE TABLE `transport` (
`transport_id` int(11) NOT NULL,
`name` longtext COLLATE utf8_unicode_ci NOT NULL,
`transport_route_id` int(11) NOT NULL,
`vehicle_id` int(11) NOT NULL,
`number_of_vehicle` longtext COLLATE utf8_unicode_ci NOT NULL,
`description` longtext COLLATE utf8_unicode_ci NOT NULL,
`route_fare` longtext COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `transport_route`
--
DROP TABLE IF EXISTS `transport_route`;
CREATE TABLE `transport_route` (
`transport_route_id` int(11) NOT NULL,
`name` longtext NOT NULL,
`description` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `vacancy`
--
DROP TABLE IF EXISTS `vacancy`;
CREATE TABLE `vacancy` (
`vacancy_id` int(11) NOT NULL,
`name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`number_of_vacancies` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`last_date` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`school_id` int(11) NOT NULL,
`session` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `vehicle`
--
DROP TABLE IF EXISTS `vehicle`;
CREATE TABLE `vehicle` (
`vehicle_id` int(11) NOT NULL,
`vehicle_no` longtext NOT NULL,
`vehicle_model` longtext NOT NULL,
`year_made` longtext NOT NULL,
`driver_name` longtext NOT NULL,
`driver_license` longtext NOT NULL,
`driver_contact` longtext NOT NULL,
`status` longtext NOT NULL,
`description` longtext NOT NULL,
`name` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `website_settings`
--
DROP TABLE IF EXISTS `website_settings`;
CREATE TABLE `website_settings` (
`id` int(11) NOT NULL,
`type` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`description` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `website_settings`
--
INSERT INTO `website_settings` (`id`, `type`, `description`) VALUES
(1, 'about_us', '<p>The Company offers a vision for the future & a practical insight with great knowledge & expertise in finding IT solutions. Our team experts works closely with clients to identify their requirements & thereby develop & implement system automation.</p>\r\n<p><br /> <strong>Our Vision</strong><br /> To develop in a sustained manner & grow as a major IT solution provider for our valuable clients. We converts clients business ideas into new products and applications for their increased productivity & efficiency of managing business process.</p>\r\n<p><br /> <strong>Core Ideas</strong><br /> We plan our tasks to deliver beyond our clients expectations because we believe that information technology should not be limited with mere data entry & information display, instead it should also act as a perfect place for decision making & platform of time saving.</p>\r\n<p><br /> <strong>1. Web experiences.</strong><br /> Website designing requires expertise in designing foundation.</p>\r\n<p><br /> <strong>2. Powerful options.</strong><br /> Your website needs to be more than just an online brochure; it must be a one –stop introduction of your business.</p>\r\n<p><br /> <strong>3. Easy customization.</strong><br /> All our sofrware are powered by a team of technical engineers proactively ensure smooth, and easy to customised software.<br /> We convert clients’ business ideas into new products & application for their increased productivity & efficiency of the office/ management staff.<br /> Our ultimate goal is our customer satisfaction to the extent to which customers are happy with the products & services provided by us.</p>'),
(2, 'video_link', 'https://www.youtube.com/watch?v=CPfCjdPXs8I'),
(3, 'mission', 'Mission Here'),
(4, 'vission', 'Vision here'),
(5, 'name', ''),
(6, 'testimony_message', 'Testimony here'),
(7, 'map_code', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d15833.51073243513!2d3.4504242!3d7.1976769!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x889602d56f8c46ef!2sOptimum%20Linkup%20Computers!5e0!3m2!1sen!2sng!4v1579274552904!5m2!1sen!2sng\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(8, 'facebook_like_code', 'https://www.facebook.com/optimumlinkup'),
(9, 'contact_message', 'We are home to 1,500 students (aged 12 to 16) and 100 expert faculty and staff community representing over 40 different nations. We are proud of our international and multi-cultural ethos, the way our community collaborates to make a difference. Our world-renowned curriculum is built on the best. NEW'),
(10, 'goal', 'Goal Here');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `2answer`
--
ALTER TABLE `2answer`
ADD PRIMARY KEY (`answer_id`);
--
-- Indexes for table `2question`
--
ALTER TABLE `2question`
ADD PRIMARY KEY (`question_id`);
--
-- Indexes for table `academic_syllabus`
--
ALTER TABLE `academic_syllabus`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `accountant`
--
ALTER TABLE `accountant`
ADD PRIMARY KEY (`accountant_id`);
--
-- Indexes for table `accountant2`
--
ALTER TABLE `accountant2`
ADD PRIMARY KEY (`accountant_id`);
--
-- Indexes for table `actions`
--
ALTER TABLE `actions`
ADD PRIMARY KEY (`action_id`);
--
-- Indexes for table `activity`
--
ALTER TABLE `activity`
ADD PRIMARY KEY (`activity_id`);
--
-- Indexes for table `admin`
--
ALTER TABLE `admin`
ADD PRIMARY KEY (`admin_id`);
--
-- Indexes for table `admin_permission`
--
ALTER TABLE `admin_permission`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `admin_role`
--
ALTER TABLE `admin_role`
ADD PRIMARY KEY (`admin_role_id`);
--
-- Indexes for table `alumni`
--
ALTER TABLE `alumni`
ADD PRIMARY KEY (`alumni_id`);
--
-- Indexes for table `answer`
--
ALTER TABLE `answer`
ADD PRIMARY KEY (`answer_id`);
--
-- Indexes for table `application`
--
ALTER TABLE `application`
ADD PRIMARY KEY (`application_id`);
--
-- Indexes for table `assignment`
--
ALTER TABLE `assignment`
ADD PRIMARY KEY (`assignment_id`);
--
-- Indexes for table `assignment_submit`
--
ALTER TABLE `assignment_submit`
ADD PRIMARY KEY (`assignment_id`);
--
-- Indexes for table `attendance`
--
ALTER TABLE `attendance`
ADD PRIMARY KEY (`attendance_id`);
--
-- Indexes for table `author`
--
ALTER TABLE `author`
ADD PRIMARY KEY (`author_id`);
--
-- Indexes for table `award`
--
ALTER TABLE `award`
ADD PRIMARY KEY (`award_id`);
--
-- Indexes for table `backup`
--
ALTER TABLE `backup`
ADD PRIMARY KEY (`backup_id`);
--
-- Indexes for table `banar`
--
ALTER TABLE `banar`
ADD PRIMARY KEY (`banar_id`);
--
-- Indexes for table `bank`
--
ALTER TABLE `bank`
ADD PRIMARY KEY (`bank_id`);
--
-- Indexes for table `banner_table`
--
ALTER TABLE `banner_table`
ADD PRIMARY KEY (`banner_id`);
--
-- Indexes for table `book`
--
ALTER TABLE `book`
ADD PRIMARY KEY (`book_id`);
--
-- Indexes for table `book_category`
--
ALTER TABLE `book_category`
ADD PRIMARY KEY (`book_category_id`);
--
-- Indexes for table `book_request`
--
ALTER TABLE `book_request`
ADD PRIMARY KEY (`book_request_id`);
--
-- Indexes for table `circular`
--
ALTER TABLE `circular`
ADD PRIMARY KEY (`circular_id`);
--
-- Indexes for table `ci_sessions`
--
ALTER TABLE `ci_sessions`
ADD PRIMARY KEY (`id`),
ADD KEY `ci_sessions_timestamp` (`timestamp`);
--
-- Indexes for table `class`
--
ALTER TABLE `class`
ADD PRIMARY KEY (`class_id`);
--
-- Indexes for table `class_diploma`
--
ALTER TABLE `class_diploma`
ADD PRIMARY KEY (`diploma_id`);
--
-- Indexes for table `class_routine`
--
ALTER TABLE `class_routine`
ADD PRIMARY KEY (`class_routine_id`);
--
-- Indexes for table `club`
--
ALTER TABLE `club`
ADD PRIMARY KEY (`club_id`);
--
-- Indexes for table `contact_table`
--
ALTER TABLE `contact_table`
ADD PRIMARY KEY (`contact_id`);
--
-- Indexes for table `courseenrolls`
--
ALTER TABLE `courseenrolls`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `dean`
--
ALTER TABLE `dean`
ADD PRIMARY KEY (`dean_id`);
--
-- Indexes for table `dean_permission`
--
ALTER TABLE `dean_permission`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `department`
--
ALTER TABLE `department`
ADD PRIMARY KEY (`department_id`);
--
-- Indexes for table `designation`
--
ALTER TABLE `designation`
ADD PRIMARY KEY (`designation_id`);
--
-- Indexes for table `document`
--
ALTER TABLE `document`
ADD PRIMARY KEY (`document_id`);
--
-- Indexes for table `dormitory`
--
ALTER TABLE `dormitory`
ADD PRIMARY KEY (`dormitory_id`);
--
-- Indexes for table `email_template`
--
ALTER TABLE `email_template`
ADD PRIMARY KEY (`email_template_id`);
--
-- Indexes for table `employee`
--
ALTER TABLE `employee`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `enquiry`
--
ALTER TABLE `enquiry`
ADD PRIMARY KEY (`enquiry_id`);
--
-- Indexes for table `enquiry_category`
--
ALTER TABLE `enquiry_category`
ADD PRIMARY KEY (`enquirycat_id`);
--
-- Indexes for table `enroll`
--
ALTER TABLE `enroll`
ADD PRIMARY KEY (`enroll_id`);
--
-- Indexes for table `exam`
--
ALTER TABLE `exam`
ADD PRIMARY KEY (`exam_id`);
--
-- Indexes for table `examquestion`
--
ALTER TABLE `examquestion`
ADD PRIMARY KEY (`examquestion_id`);
--
-- Indexes for table `exam_question`
--
ALTER TABLE `exam_question`
ADD PRIMARY KEY (`exam_question_id`);
--
-- Indexes for table `exam_result`
--
ALTER TABLE `exam_result`
ADD PRIMARY KEY (`result_id`),
ADD UNIQUE KEY `student_id` (`student_id`,`question_id`),
ADD UNIQUE KEY `student_id_2` (`student_id`,`question_id`);
--
-- Indexes for table `expense_category`
--
ALTER TABLE `expense_category`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `expense_expense`
--
ALTER TABLE `expense_expense`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `expense_income`
--
ALTER TABLE `expense_income`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `expense_income_category`
--
ALTER TABLE `expense_income_category`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `fees`
--
ALTER TABLE `fees`
ADD PRIMARY KEY (`fee_id`);
--
-- Indexes for table `front_end`
--
ALTER TABLE `front_end`
ADD PRIMARY KEY (`front_id`);
--
-- Indexes for table `gallery`
--
ALTER TABLE `gallery`
ADD PRIMARY KEY (`gallery_id`);
--
-- Indexes for table `general_message`
--
ALTER TABLE `general_message`
ADD PRIMARY KEY (`general_message_id`);
--
-- Indexes for table `grade`
--
ALTER TABLE `grade`
ADD PRIMARY KEY (`grade_id`);
--
-- Indexes for table `group_message`
--
ALTER TABLE `group_message`
ADD PRIMARY KEY (`group_message_id`);
--
-- Indexes for table `group_message_thread`
--
ALTER TABLE `group_message_thread`
ADD PRIMARY KEY (`group_message_thread_id`);
--
-- Indexes for table `help_desk`
--
ALTER TABLE `help_desk`
ADD PRIMARY KEY (`helpdesk_id`);
--
-- Indexes for table `help_link`
--
ALTER TABLE `help_link`
ADD PRIMARY KEY (`helplink_id`);
--
-- Indexes for table `hod`
--
ALTER TABLE `hod`
ADD PRIMARY KEY (`hod_id`);
--
-- Indexes for table `holiday`
--
ALTER TABLE `holiday`
ADD PRIMARY KEY (`holiday_id`);
--
-- Indexes for table `hostel`
--
ALTER TABLE `hostel`
ADD PRIMARY KEY (`hostel_id`);
--
-- Indexes for table `hostel_category`
--
ALTER TABLE `hostel_category`
ADD PRIMARY KEY (`hostel_category_id`);
--
-- Indexes for table `hostel_room`
--
ALTER TABLE `hostel_room`
ADD PRIMARY KEY (`hostel_room_id`);
--
-- Indexes for table `house`
--
ALTER TABLE `house`
ADD PRIMARY KEY (`house_id`);
--
-- Indexes for table `hrm`
--
ALTER TABLE `hrm`
ADD PRIMARY KEY (`hrm_id`);
--
-- Indexes for table `invoice`
--
ALTER TABLE `invoice`
ADD PRIMARY KEY (`invoice_id`);
--
-- Indexes for table `keygen`
--
ALTER TABLE `keygen`
ADD PRIMARY KEY (`keygen_id`);
--
-- Indexes for table `language`
--
ALTER TABLE `language`
ADD PRIMARY KEY (`phrase_id`);
--
-- Indexes for table `language_list`
--
ALTER TABLE `language_list`
ADD PRIMARY KEY (`language_list_id`);
--
-- Indexes for table `leave`
--
ALTER TABLE `leave`
ADD PRIMARY KEY (`leave_id`);
--
-- Indexes for table `ledger`
--
ALTER TABLE `ledger`
ADD PRIMARY KEY (`ledger_id`);
--
-- Indexes for table `level`
--
ALTER TABLE `level`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `librarian`
--
ALTER TABLE `librarian`
ADD PRIMARY KEY (`librarian_id`);
--
-- Indexes for table `library`
--
ALTER TABLE `library`
ADD PRIMARY KEY (`document_id`);
--
-- Indexes for table `live_class`
--
ALTER TABLE `live_class`
ADD PRIMARY KEY (`live_class_id`);
--
-- Indexes for table `loan`
--
ALTER TABLE `loan`
ADD PRIMARY KEY (`loan_id`);
--
-- Indexes for table `mark`
--
ALTER TABLE `mark`
ADD PRIMARY KEY (`mark_id`);
--
-- Indexes for table `material`
--
ALTER TABLE `material`
ADD PRIMARY KEY (`material_id`);
--
-- Indexes for table `media`
--
ALTER TABLE `media`
ADD PRIMARY KEY (`media_id`);
--
-- Indexes for table `message`
--
ALTER TABLE `message`
ADD PRIMARY KEY (`message_id`);
--
-- Indexes for table `message_thread`
--
ALTER TABLE `message_thread`
ADD PRIMARY KEY (`message_thread_id`);
--
-- Indexes for table `news`
--
ALTER TABLE `news`
ADD PRIMARY KEY (`news_id`);
--
-- Indexes for table `noticeboard`
--
ALTER TABLE `noticeboard`
ADD PRIMARY KEY (`notice_id`);
--
-- Indexes for table `online_exam`
--
ALTER TABLE `online_exam`
ADD PRIMARY KEY (`online_exam_id`);
--
-- Indexes for table `online_exam_result`
--
ALTER TABLE `online_exam_result`
ADD PRIMARY KEY (`online_exam_result_id`);
--
-- Indexes for table `parent`
--
ALTER TABLE `parent`
ADD PRIMARY KEY (`parent_id`);
--
-- Indexes for table `payment`
--
ALTER TABLE `payment`
ADD PRIMARY KEY (`payment_id`);
--
-- Indexes for table `payroll`
--
ALTER TABLE `payroll`
ADD PRIMARY KEY (`payroll_id`);
--
-- Indexes for table `platform`
--
ALTER TABLE `platform`
ADD PRIMARY KEY (`user_id`);
--
-- Indexes for table `publisher`
--
ALTER TABLE `publisher`
ADD PRIMARY KEY (`publisher_id`);
--
-- Indexes for table `question`
--
ALTER TABLE `question`
ADD PRIMARY KEY (`question_id`);
--
-- Indexes for table `question_bank`
--
ALTER TABLE `question_bank`
ADD PRIMARY KEY (`question_bank_id`);
--
-- Indexes for table `rating`
--
ALTER TABLE `rating`
ADD PRIMARY KEY (`rating_id`);
--
-- Indexes for table `registrar`
--
ALTER TABLE `registrar`
ADD PRIMARY KEY (`registrar_id`);
--
-- Indexes for table `room_type`
--
ALTER TABLE `room_type`
ADD PRIMARY KEY (`room_type_id`);
--
-- Indexes for table `school`
--
ALTER TABLE `school`
ADD PRIMARY KEY (`school_id`);
--
-- Indexes for table `section`
--
ALTER TABLE `section`
ADD PRIMARY KEY (`section_id`);
--
-- Indexes for table `session`
--
ALTER TABLE `session`
ADD PRIMARY KEY (`session_id`);
--
-- Indexes for table `settings`
--
ALTER TABLE `settings`
ADD PRIMARY KEY (`settings_id`);
--
-- Indexes for table `sms_settings`
--
ALTER TABLE `sms_settings`
ADD PRIMARY KEY (`sms_setting_id`);
--
-- Indexes for table `social_category`
--
ALTER TABLE `social_category`
ADD PRIMARY KEY (`social_category_id`);
--
-- Indexes for table `student`
--
ALTER TABLE `student`
ADD PRIMARY KEY (`student_id`);
--
-- Indexes for table `student_category`
--
ALTER TABLE `student_category`
ADD PRIMARY KEY (`student_category_id`);
--
-- Indexes for table `subject`
--
ALTER TABLE `subject`
ADD PRIMARY KEY (`subject_id`);
--
-- Indexes for table `subscriber_table`
--
ALTER TABLE `subscriber_table`
ADD PRIMARY KEY (`subscriber_id`);
--
-- Indexes for table `task_manager`
--
ALTER TABLE `task_manager`
ADD PRIMARY KEY (`task_manager_id`);
--
-- Indexes for table `tblproduct`
--
ALTER TABLE `tblproduct`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `product_code` (`code`);
--
-- Indexes for table `teacher`
--
ALTER TABLE `teacher`
ADD PRIMARY KEY (`teacher_id`);
--
-- Indexes for table `testimony`
--
ALTER TABLE `testimony`
ADD PRIMARY KEY (`testimony_id`);
--
-- Indexes for table `testimony_table`
--
ALTER TABLE `testimony_table`
ADD PRIMARY KEY (`testimony_id`);
--
-- Indexes for table `todays_thought`
--
ALTER TABLE `todays_thought`
ADD PRIMARY KEY (`tthought_id`);
--
-- Indexes for table `transport`
--
ALTER TABLE `transport`
ADD PRIMARY KEY (`transport_id`);
--
-- Indexes for table `transport_route`
--
ALTER TABLE `transport_route`
ADD PRIMARY KEY (`transport_route_id`);
--
-- Indexes for table `vacancy`
--
ALTER TABLE `vacancy`
ADD PRIMARY KEY (`vacancy_id`);
--
-- Indexes for table `vehicle`
--
ALTER TABLE `vehicle`
ADD PRIMARY KEY (`vehicle_id`);
--
-- Indexes for table `website_settings`
--
ALTER TABLE `website_settings`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `2answer`
--
ALTER TABLE `2answer`
MODIFY `answer_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `2question`
--
ALTER TABLE `2question`
MODIFY `question_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `academic_syllabus`
--
ALTER TABLE `academic_syllabus`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `accountant`
--
ALTER TABLE `accountant`
MODIFY `accountant_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `accountant2`
--
ALTER TABLE `accountant2`
MODIFY `accountant_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `actions`
--
ALTER TABLE `actions`
MODIFY `action_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=145;
--
-- AUTO_INCREMENT for table `activity`
--
ALTER TABLE `activity`
MODIFY `activity_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `admin`
--
ALTER TABLE `admin`
MODIFY `admin_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
--
-- AUTO_INCREMENT for table `admin_permission`
--
ALTER TABLE `admin_permission`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `admin_role`
--
ALTER TABLE `admin_role`
MODIFY `admin_role_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;
--
-- AUTO_INCREMENT for table `alumni`
--
ALTER TABLE `alumni`
MODIFY `alumni_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `answer`
--
ALTER TABLE `answer`
MODIFY `answer_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=39;
--
-- AUTO_INCREMENT for table `application`
--
ALTER TABLE `application`
MODIFY `application_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `assignment`
--
ALTER TABLE `assignment`
MODIFY `assignment_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `assignment_submit`
--
ALTER TABLE `assignment_submit`
MODIFY `assignment_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `attendance`
--
ALTER TABLE `attendance`
MODIFY `attendance_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `author`
--
ALTER TABLE `author`
MODIFY `author_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `award`
--
ALTER TABLE `award`
MODIFY `award_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `backup`
--
ALTER TABLE `backup`
MODIFY `backup_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `banar`
--
ALTER TABLE `banar`
MODIFY `banar_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `bank`
--
ALTER TABLE `bank`
MODIFY `bank_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `banner_table`
--
ALTER TABLE `banner_table`
MODIFY `banner_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `book`
--
ALTER TABLE `book`
MODIFY `book_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `book_category`
--
ALTER TABLE `book_category`
MODIFY `book_category_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `book_request`
--
ALTER TABLE `book_request`
MODIFY `book_request_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `circular`
--
ALTER TABLE `circular`
MODIFY `circular_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `class`
--
ALTER TABLE `class`
MODIFY `class_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;
--
-- AUTO_INCREMENT for table `class_diploma`
--
ALTER TABLE `class_diploma`
MODIFY `diploma_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `class_routine`
--
ALTER TABLE `class_routine`
MODIFY `class_routine_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `club`
--
ALTER TABLE `club`
MODIFY `club_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `contact_table`
--
ALTER TABLE `contact_table`
MODIFY `contact_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `courseenrolls`
--
ALTER TABLE `courseenrolls`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;
--
-- AUTO_INCREMENT for table `dean`
--
ALTER TABLE `dean`
MODIFY `dean_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `dean_permission`
--
ALTER TABLE `dean_permission`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `department`
--
ALTER TABLE `department`
MODIFY `department_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `designation`
--
ALTER TABLE `designation`
MODIFY `designation_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;
--
-- AUTO_INCREMENT for table `document`
--
ALTER TABLE `document`
MODIFY `document_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;
--
-- AUTO_INCREMENT for table `dormitory`
--
ALTER TABLE `dormitory`
MODIFY `dormitory_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
--
-- AUTO_INCREMENT for table `email_template`
--
ALTER TABLE `email_template`
MODIFY `email_template_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `employee`
--
ALTER TABLE `employee`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `enquiry`
--
ALTER TABLE `enquiry`
MODIFY `enquiry_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;
--
-- AUTO_INCREMENT for table `enquiry_category`
--
ALTER TABLE `enquiry_category`
MODIFY `enquirycat_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `enroll`
--
ALTER TABLE `enroll`
MODIFY `enroll_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=211;
--
-- AUTO_INCREMENT for table `exam`
--
ALTER TABLE `exam`
MODIFY `exam_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `examquestion`
--
ALTER TABLE `examquestion`
MODIFY `examquestion_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `exam_question`
--
ALTER TABLE `exam_question`
MODIFY `exam_question_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `exam_result`
--
ALTER TABLE `exam_result`
MODIFY `result_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `expense_category`
--
ALTER TABLE `expense_category`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
--
-- AUTO_INCREMENT for table `expense_expense`
--
ALTER TABLE `expense_expense`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `expense_income`
--
ALTER TABLE `expense_income`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
--
-- AUTO_INCREMENT for table `expense_income_category`
--
ALTER TABLE `expense_income_category`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
--
-- AUTO_INCREMENT for table `fees`
--
ALTER TABLE `fees`
MODIFY `fee_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29;
--
-- AUTO_INCREMENT for table `front_end`
--
ALTER TABLE `front_end`
MODIFY `front_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;
--
-- AUTO_INCREMENT for table `gallery`
--
ALTER TABLE `gallery`
MODIFY `gallery_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
--
-- AUTO_INCREMENT for table `general_message`
--
ALTER TABLE `general_message`
MODIFY `general_message_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=213;
--
-- AUTO_INCREMENT for table `grade`
--
ALTER TABLE `grade`
MODIFY `grade_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- AUTO_INCREMENT for table `group_message`
--
ALTER TABLE `group_message`
MODIFY `group_message_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `group_message_thread`
--
ALTER TABLE `group_message_thread`
MODIFY `group_message_thread_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `help_desk`
--
ALTER TABLE `help_desk`
MODIFY `helpdesk_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `help_link`
--
ALTER TABLE `help_link`
MODIFY `helplink_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `hod`
--
ALTER TABLE `hod`
MODIFY `hod_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `holiday`
--
ALTER TABLE `holiday`
MODIFY `holiday_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `hostel`
--
ALTER TABLE `hostel`
MODIFY `hostel_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `hostel_category`
--
ALTER TABLE `hostel_category`
MODIFY `hostel_category_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `hostel_room`
--
ALTER TABLE `hostel_room`
MODIFY `hostel_room_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `house`
--
ALTER TABLE `house`
MODIFY `house_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `hrm`
--
ALTER TABLE `hrm`
MODIFY `hrm_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `invoice`
--
ALTER TABLE `invoice`
MODIFY `invoice_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- AUTO_INCREMENT for table `keygen`
--
ALTER TABLE `keygen`
MODIFY `keygen_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- AUTO_INCREMENT for table `language`
--
ALTER TABLE `language`
MODIFY `phrase_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20980;
--
-- AUTO_INCREMENT for table `language_list`
--
ALTER TABLE `language_list`
MODIFY `language_list_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;
--
-- AUTO_INCREMENT for table `leave`
--
ALTER TABLE `leave`
MODIFY `leave_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `ledger`
--
ALTER TABLE `ledger`
MODIFY `ledger_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `level`
--
ALTER TABLE `level`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `librarian`
--
ALTER TABLE `librarian`
MODIFY `librarian_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `library`
--
ALTER TABLE `library`
MODIFY `document_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
--
-- AUTO_INCREMENT for table `live_class`
--
ALTER TABLE `live_class`
MODIFY `live_class_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;
--
-- AUTO_INCREMENT for table `loan`
--
ALTER TABLE `loan`
MODIFY `loan_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `mark`
--
ALTER TABLE `mark`
MODIFY `mark_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- AUTO_INCREMENT for table `material`
--
ALTER TABLE `material`
MODIFY `material_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `media`
--
ALTER TABLE `media`
MODIFY `media_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `payment`
--
ALTER TABLE `payment`
MODIFY `payment_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `platform`
--
ALTER TABLE `platform`
MODIFY `user_id` int(100) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=996;
--
-- AUTO_INCREMENT for table `registrar`
--
ALTER TABLE `registrar`
MODIFY `registrar_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `section`
--
ALTER TABLE `section`
MODIFY `section_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `student`
--
ALTER TABLE `student`
MODIFY `student_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=66;
--
-- AUTO_INCREMENT for table `subject`
--
ALTER TABLE `subject`
MODIFY `subject_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;
--
-- AUTO_INCREMENT for table `tblproduct`
--
ALTER TABLE `tblproduct`
MODIFY `id` int(8) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
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 */;