Linux host40.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
: 68.65.120.213 | : 216.73.216.131
Cant Read [ /etc/named.conf ]
7.4.33
trade
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
trade /
clinic.tradesense.co.ke /
uploads /
[ HOME SHELL ]
Name
Size
Permission
Action
accountant_image
[ DIR ]
drwxr-xr-x
admin_image
[ DIR ]
drwxr-xr-x
diagnosis_report
[ DIR ]
drwxr-xr-x
doctor_image
[ DIR ]
drwxr-xr-x
laboratorist_image
[ DIR ]
drwxr-xr-x
nurse_image
[ DIR ]
drwxr-xr-x
patient_image
[ DIR ]
drwxr-xr-x
pharmacist_image
[ DIR ]
drwxr-xr-x
receptionist_image
[ DIR ]
drwxr-xr-x
.DS_Store
8
KB
-rw-r--r--
install.sql
26.13
KB
-rw-r--r--
language.sql
53.04
KB
-rw-r--r--
user.jpg
4.66
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : install.sql
-- phpMyAdmin SQL Dump -- version 4.4.14 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Dec 07, 2015 at 09:09 AM -- Server version: 5.6.26 -- PHP Version: 5.6.12 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; 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: `creativeitem_bayanno_install` -- -- -------------------------------------------------------- -- -- Table structure for table `accountant` -- DROP TABLE IF EXISTS `accountant`; CREATE TABLE IF NOT EXISTS `accountant` ( `accountant_id` int(11) NOT NULL, `name` 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, `address` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `phone` 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 IF NOT EXISTS `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 ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `admin` -- INSERT INTO `admin` (`admin_id`, `name`, `email`, `password`) VALUES (1, 'Mr. Admin', 'admin@ekattor.com', '7110eda4d09e062aa5e4a390b0a572ac0d2c0220'); -- -------------------------------------------------------- -- -- Table structure for table `appointment` -- DROP TABLE IF EXISTS `appointment`; CREATE TABLE IF NOT EXISTS `appointment` ( `appointment_id` int(11) NOT NULL, `timestamp` longtext COLLATE utf8_unicode_ci NOT NULL, `doctor_id` int(11) NOT NULL, `patient_id` int(11) NOT NULL, `status` longtext COLLATE utf8_unicode_ci NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `bed` -- DROP TABLE IF EXISTS `bed`; CREATE TABLE IF NOT EXISTS `bed` ( `bed_id` int(11) NOT NULL, `bed_number` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `type` longtext NOT NULL COMMENT 'ward,cabin,ICU', `status` int(11) NOT NULL DEFAULT '0' COMMENT '0=unalloted;1=alloted', `description` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `bed_allotment` -- DROP TABLE IF EXISTS `bed_allotment`; CREATE TABLE IF NOT EXISTS `bed_allotment` ( `bed_allotment_id` int(11) NOT NULL, `bed_id` int(11) NOT NULL, `patient_id` int(11) NOT NULL, `allotment_timestamp` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `discharge_timestamp` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `blood_bank` -- DROP TABLE IF EXISTS `blood_bank`; CREATE TABLE IF NOT EXISTS `blood_bank` ( `blood_group_id` int(11) NOT NULL, `blood_group` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `status` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `blood_donor` -- DROP TABLE IF EXISTS `blood_donor`; CREATE TABLE IF NOT EXISTS `blood_donor` ( `blood_donor_id` int(11) NOT NULL, `name` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `blood_group` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `sex` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `age` int(11) 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, `last_donation_timestamp` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `ci_sessions` -- DROP TABLE IF EXISTS `ci_sessions`; CREATE TABLE IF NOT EXISTS `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` blob NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `currency` -- DROP TABLE IF EXISTS `currency`; CREATE TABLE IF NOT EXISTS `currency` ( `currency_id` int(11) NOT NULL, `currency_code` longtext COLLATE utf8_unicode_ci NOT NULL, `currency_symbol` longtext COLLATE utf8_unicode_ci NOT NULL, `currency_name` longtext COLLATE utf8_unicode_ci NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `department` -- DROP TABLE IF EXISTS `department`; CREATE TABLE IF NOT EXISTS `department` ( `department_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 ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `diagnosis_report` -- DROP TABLE IF EXISTS `diagnosis_report`; CREATE TABLE IF NOT EXISTS `diagnosis_report` ( `diagnosis_report_id` int(11) NOT NULL, `report_type` longtext COLLATE utf8_unicode_ci NOT NULL COMMENT 'xray,blood test', `document_type` longtext COLLATE utf8_unicode_ci NOT NULL COMMENT 'text,photo', `file_name` longtext COLLATE utf8_unicode_ci NOT NULL, `prescription_id` int(11) NOT NULL, `description` longtext COLLATE utf8_unicode_ci NOT NULL, `timestamp` int(11) NOT NULL, `laboratorist_id` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `doctor` -- DROP TABLE IF EXISTS `doctor`; CREATE TABLE IF NOT EXISTS `doctor` ( `doctor_id` int(11) NOT NULL, `name` 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, `address` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `phone` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `department_id` int(11) NOT NULL, `profile` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `email_template` -- DROP TABLE IF EXISTS `email_template`; CREATE TABLE IF NOT EXISTS `email_template` ( `email_template_id` int(11) NOT NULL, `task` longtext COLLATE utf8_unicode_ci NOT NULL, `subject` longtext COLLATE utf8_unicode_ci NOT NULL, `body` longtext COLLATE utf8_unicode_ci NOT NULL, `instruction` longtext COLLATE utf8_unicode_ci NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `form_element` -- DROP TABLE IF EXISTS `form_element`; CREATE TABLE IF NOT EXISTS `form_element` ( `form_element_id` int(11) NOT NULL, `type` longtext COLLATE utf8_unicode_ci NOT NULL, `html` 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 IF NOT EXISTS `invoice` ( `invoice_id` int(11) NOT NULL, `invoice_number` longtext COLLATE utf8_unicode_ci NOT NULL, `patient_id` int(11) NOT NULL, `title` longtext COLLATE utf8_unicode_ci NOT NULL, `invoice_entries` longtext COLLATE utf8_unicode_ci NOT NULL, `creation_timestamp` longtext COLLATE utf8_unicode_ci NOT NULL, `due_timestamp` longtext COLLATE utf8_unicode_ci NOT NULL, `status` longtext COLLATE utf8_unicode_ci NOT NULL COMMENT 'paid or unpaid', `vat_percentage` longtext COLLATE utf8_unicode_ci NOT NULL, `discount_amount` longtext COLLATE utf8_unicode_ci NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `laboratorist` -- DROP TABLE IF EXISTS `laboratorist`; CREATE TABLE IF NOT EXISTS `laboratorist` ( `laboratorist_id` int(11) NOT NULL, `name` 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, `address` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `phone` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `language` -- DROP TABLE IF EXISTS `language`; CREATE TABLE IF NOT EXISTS `language` ( `phrase_id` int(11) NOT NULL, `phrase` longtext COLLATE utf8_unicode_ci NOT NULL, `english` longtext COLLATE utf8_unicode_ci NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `medicine` -- DROP TABLE IF EXISTS `medicine`; CREATE TABLE IF NOT EXISTS `medicine` ( `medicine_id` int(11) NOT NULL, `name` longtext COLLATE utf8_unicode_ci NOT NULL, `medicine_category_id` int(11) NOT NULL, `description` longtext COLLATE utf8_unicode_ci NOT NULL, `price` longtext COLLATE utf8_unicode_ci NOT NULL, `manufacturing_company` longtext COLLATE utf8_unicode_ci NOT NULL, `status` longtext COLLATE utf8_unicode_ci NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `medicine_category` -- DROP TABLE IF EXISTS `medicine_category`; CREATE TABLE IF NOT EXISTS `medicine_category` ( `medicine_category_id` int(11) NOT NULL, `name` 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 `message` -- DROP TABLE IF EXISTS `message`; CREATE TABLE IF NOT EXISTS `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; -- -------------------------------------------------------- -- -- Table structure for table `message_thread` -- DROP TABLE IF EXISTS `message_thread`; CREATE TABLE IF NOT EXISTS `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; -- -------------------------------------------------------- -- -- Table structure for table `note` -- DROP TABLE IF EXISTS `note`; CREATE TABLE IF NOT EXISTS `note` ( `note_id` int(11) NOT NULL, `note` longtext COLLATE utf8_unicode_ci NOT NULL, `user_type` longtext COLLATE utf8_unicode_ci NOT NULL, `user_id` int(11) NOT NULL, `color` longtext COLLATE utf8_unicode_ci NOT NULL, `timestamp_create` longtext COLLATE utf8_unicode_ci NOT NULL, `timestamp_last_update` longtext COLLATE utf8_unicode_ci NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `notice` -- DROP TABLE IF EXISTS `notice`; CREATE TABLE IF NOT EXISTS `notice` ( `notice_id` int(11) NOT NULL, `title` longtext COLLATE utf8_unicode_ci NOT NULL, `description` longtext COLLATE utf8_unicode_ci NOT NULL, `start_timestamp` longtext COLLATE utf8_unicode_ci NOT NULL, `end_timestamp` longtext COLLATE utf8_unicode_ci NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `noticeboard` -- DROP TABLE IF EXISTS `noticeboard`; CREATE TABLE IF NOT EXISTS `noticeboard` ( `notice_id` int(11) NOT NULL, `notice_title` longtext COLLATE utf8_unicode_ci NOT NULL, `notice` 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 `nurse` -- DROP TABLE IF EXISTS `nurse`; CREATE TABLE IF NOT EXISTS `nurse` ( `nurse_id` int(11) NOT NULL, `name` 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, `address` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `phone` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `patient` -- DROP TABLE IF EXISTS `patient`; CREATE TABLE IF NOT EXISTS `patient` ( `patient_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, `address` longtext COLLATE utf8_unicode_ci NOT NULL, `phone` longtext COLLATE utf8_unicode_ci NOT NULL, `sex` longtext COLLATE utf8_unicode_ci NOT NULL, `birth_date` longtext COLLATE utf8_unicode_ci NOT NULL, `age` int(11) NOT NULL, `blood_group` longtext COLLATE utf8_unicode_ci NOT NULL, `account_opening_timestamp` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `payment` -- DROP TABLE IF EXISTS `payment`; CREATE TABLE IF NOT EXISTS `payment` ( `payment_id` int(11) NOT NULL, `type` longtext COLLATE utf8_unicode_ci NOT NULL COMMENT 'income expense', `amount` longtext COLLATE utf8_unicode_ci NOT NULL, `title` longtext COLLATE utf8_unicode_ci NOT NULL, `description` longtext COLLATE utf8_unicode_ci NOT NULL, `payment_method` longtext COLLATE utf8_unicode_ci NOT NULL, `invoice_number` longtext COLLATE utf8_unicode_ci NOT NULL, `timestamp` longtext COLLATE utf8_unicode_ci NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `pharmacist` -- DROP TABLE IF EXISTS `pharmacist`; CREATE TABLE IF NOT EXISTS `pharmacist` ( `pharmacist_id` int(11) NOT NULL, `name` 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, `address` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `phone` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `prescription` -- DROP TABLE IF EXISTS `prescription`; CREATE TABLE IF NOT EXISTS `prescription` ( `prescription_id` int(11) NOT NULL, `timestamp` longtext COLLATE utf8_unicode_ci NOT NULL, `doctor_id` int(11) NOT NULL, `patient_id` int(11) NOT NULL, `case_history` longtext COLLATE utf8_unicode_ci NOT NULL, `medication` longtext COLLATE utf8_unicode_ci NOT NULL, `note` longtext COLLATE utf8_unicode_ci NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `receptionist` -- DROP TABLE IF EXISTS `receptionist`; CREATE TABLE IF NOT EXISTS `receptionist` ( `receptionist_id` int(11) NOT NULL, `name` 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, `address` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `phone` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `report` -- DROP TABLE IF EXISTS `report`; CREATE TABLE IF NOT EXISTS `report` ( `report_id` int(11) NOT NULL, `type` longtext COLLATE utf8_unicode_ci NOT NULL COMMENT 'operation,birth,death', `description` longtext COLLATE utf8_unicode_ci NOT NULL, `timestamp` longtext COLLATE utf8_unicode_ci NOT NULL, `doctor_id` int(11) NOT NULL, `patient_id` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `settings` -- DROP TABLE IF EXISTS `settings`; CREATE TABLE IF NOT EXISTS `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 AUTO_INCREMENT=17 DEFAULT CHARSET=latin1; -- -- Dumping data for table `settings` -- INSERT INTO `settings` (`settings_id`, `type`, `description`) VALUES (1, 'system_name', 'Bayanno Hospital Management System'), (2, 'system_title', 'Bayanno Hospital Management System'), (3, 'address', 'Dhaka, Bangladesh'), (4, 'phone', '+8012654159'), (5, 'paypal_email', 'payment@creativeitem.com'), (6, 'currency', 'usd'), (7, 'system_email', 'admin@example.com'), (8, 'buyer', '[ your-codecanyon-username-here ]'), (9, 'purchase_code', '[ your-purchase-code-here ]'), (11, 'language', 'english'), (12, 'text_align', 'left-to-right'), (13, 'system_currency_id', '1'), (14, 'clickatell_user', '[YOUR CLICKATELL USERNAME]'), (15, 'clickatell_password', '[YOUR CLICKATELL PASSWORD]'), (16, 'clickatell_api_id', '[YOUR CLICKATELL API ID]'); -- -- Indexes for dumped tables -- -- -- Indexes for table `accountant` -- ALTER TABLE `accountant` ADD PRIMARY KEY (`accountant_id`); -- -- Indexes for table `admin` -- ALTER TABLE `admin` ADD PRIMARY KEY (`admin_id`); -- -- Indexes for table `appointment` -- ALTER TABLE `appointment` ADD PRIMARY KEY (`appointment_id`); -- -- Indexes for table `bed` -- ALTER TABLE `bed` ADD PRIMARY KEY (`bed_id`); -- -- Indexes for table `bed_allotment` -- ALTER TABLE `bed_allotment` ADD PRIMARY KEY (`bed_allotment_id`); -- -- Indexes for table `blood_bank` -- ALTER TABLE `blood_bank` ADD PRIMARY KEY (`blood_group_id`); -- -- Indexes for table `blood_donor` -- ALTER TABLE `blood_donor` ADD PRIMARY KEY (`blood_donor_id`); -- -- Indexes for table `ci_sessions` -- ALTER TABLE `ci_sessions` ADD PRIMARY KEY (`id`), ADD KEY `ci_sessions_timestamp` (`timestamp`); -- -- Indexes for table `currency` -- ALTER TABLE `currency` ADD PRIMARY KEY (`currency_id`); -- -- Indexes for table `department` -- ALTER TABLE `department` ADD PRIMARY KEY (`department_id`); -- -- Indexes for table `diagnosis_report` -- ALTER TABLE `diagnosis_report` ADD PRIMARY KEY (`diagnosis_report_id`); -- -- Indexes for table `doctor` -- ALTER TABLE `doctor` ADD PRIMARY KEY (`doctor_id`); -- -- Indexes for table `email_template` -- ALTER TABLE `email_template` ADD PRIMARY KEY (`email_template_id`); -- -- Indexes for table `form_element` -- ALTER TABLE `form_element` ADD PRIMARY KEY (`form_element_id`); -- -- Indexes for table `invoice` -- ALTER TABLE `invoice` ADD PRIMARY KEY (`invoice_id`); -- -- Indexes for table `laboratorist` -- ALTER TABLE `laboratorist` ADD PRIMARY KEY (`laboratorist_id`); -- -- Indexes for table `language` -- ALTER TABLE `language` ADD PRIMARY KEY (`phrase_id`); -- -- Indexes for table `medicine` -- ALTER TABLE `medicine` ADD PRIMARY KEY (`medicine_id`); -- -- Indexes for table `medicine_category` -- ALTER TABLE `medicine_category` ADD PRIMARY KEY (`medicine_category_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 `note` -- ALTER TABLE `note` ADD PRIMARY KEY (`note_id`); -- -- Indexes for table `notice` -- ALTER TABLE `notice` ADD PRIMARY KEY (`notice_id`); -- -- Indexes for table `noticeboard` -- ALTER TABLE `noticeboard` ADD PRIMARY KEY (`notice_id`); -- -- Indexes for table `nurse` -- ALTER TABLE `nurse` ADD PRIMARY KEY (`nurse_id`); -- -- Indexes for table `patient` -- ALTER TABLE `patient` ADD PRIMARY KEY (`patient_id`); -- -- Indexes for table `payment` -- ALTER TABLE `payment` ADD PRIMARY KEY (`payment_id`); -- -- Indexes for table `pharmacist` -- ALTER TABLE `pharmacist` ADD PRIMARY KEY (`pharmacist_id`); -- -- Indexes for table `prescription` -- ALTER TABLE `prescription` ADD PRIMARY KEY (`prescription_id`); -- -- Indexes for table `receptionist` -- ALTER TABLE `receptionist` ADD PRIMARY KEY (`receptionist_id`); -- -- Indexes for table `report` -- ALTER TABLE `report` ADD PRIMARY KEY (`report_id`); -- -- Indexes for table `settings` -- ALTER TABLE `settings` ADD PRIMARY KEY (`settings_id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `accountant` -- ALTER TABLE `accountant` MODIFY `accountant_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `admin` -- ALTER TABLE `admin` MODIFY `admin_id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `appointment` -- ALTER TABLE `appointment` MODIFY `appointment_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `bed` -- ALTER TABLE `bed` MODIFY `bed_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `bed_allotment` -- ALTER TABLE `bed_allotment` MODIFY `bed_allotment_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `blood_bank` -- ALTER TABLE `blood_bank` MODIFY `blood_group_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `blood_donor` -- ALTER TABLE `blood_donor` MODIFY `blood_donor_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `currency` -- ALTER TABLE `currency` MODIFY `currency_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 for table `diagnosis_report` -- ALTER TABLE `diagnosis_report` MODIFY `diagnosis_report_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `doctor` -- ALTER TABLE `doctor` MODIFY `doctor_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `email_template` -- ALTER TABLE `email_template` MODIFY `email_template_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `form_element` -- ALTER TABLE `form_element` MODIFY `form_element_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 for table `laboratorist` -- ALTER TABLE `laboratorist` MODIFY `laboratorist_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `language` -- ALTER TABLE `language` MODIFY `phrase_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `medicine` -- ALTER TABLE `medicine` MODIFY `medicine_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `medicine_category` -- ALTER TABLE `medicine_category` MODIFY `medicine_category_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `message` -- ALTER TABLE `message` MODIFY `message_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `message_thread` -- ALTER TABLE `message_thread` MODIFY `message_thread_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `note` -- ALTER TABLE `note` MODIFY `note_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `notice` -- ALTER TABLE `notice` MODIFY `notice_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `noticeboard` -- ALTER TABLE `noticeboard` MODIFY `notice_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `nurse` -- ALTER TABLE `nurse` MODIFY `nurse_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `patient` -- ALTER TABLE `patient` MODIFY `patient_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `payment` -- ALTER TABLE `payment` MODIFY `payment_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `pharmacist` -- ALTER TABLE `pharmacist` MODIFY `pharmacist_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `prescription` -- ALTER TABLE `prescription` MODIFY `prescription_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `receptionist` -- ALTER TABLE `receptionist` MODIFY `receptionist_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `report` -- ALTER TABLE `report` MODIFY `report_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `settings` -- ALTER TABLE `settings` MODIFY `settings_id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=17; /*!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 */;
Close