One Hat Cyber Team
Your IP :
216.73.216.240
Server IP :
162.240.106.28
Server :
Linux server.ganesand.com 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64
Server Software :
Apache
PHP Version :
7.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
thoa
/
www
/
admin
/
support
/
Edit File:
newchat.sql
-- phpMyAdmin SQL Dump -- version 3.2.0.1 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Nov 09, 2010 at 11:16 AM -- Server version: 5.1.37 -- PHP Version: 5.3.0 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!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 utf8 */; -- -- Database: `newchat` -- -- -------------------------------------------------------- -- -- Table structure for table `archive` -- CREATE TABLE IF NOT EXISTS `archive` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(100) NOT NULL, `message` varchar(2000) NOT NULL, `user` varchar(100) NOT NULL, `convoID` int(11) NOT NULL, `time` varchar(100) NOT NULL, `class` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `archive` -- -- -------------------------------------------------------- -- -- Table structure for table `config` -- CREATE TABLE IF NOT EXISTS `config` ( `id` int(11) NOT NULL, `email` varchar(200) NOT NULL, `clientRefresh` int(5) NOT NULL DEFAULT '2000', `adminRefresh` int(5) NOT NULL DEFAULT '2000', `convoRefresh` int(5) NOT NULL DEFAULT '3500', `inactive` int(5) NOT NULL DEFAULT '3000', `end` int(5) NOT NULL DEFAULT '3000', `remove` int(5) NOT NULL DEFAULT '3000', `title` varchar(200) NOT NULL, `offlineMessage` varchar(1000) NOT NULL, `loginMessage` varchar(1000) NOT NULL, `welcome` varchar(500) NOT NULL, `leaveAMessage` varchar(1000) NOT NULL, `thankYouMessage` varchar(1000) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `config` -- INSERT INTO `config` (`id`, `email`, `clientRefresh`, `adminRefresh`, `convoRefresh`, `inactive`, `end`, `remove`, `title`, `offlineMessage`, `loginMessage`, `welcome`, `leaveAMessage`, `thankYouMessage`) VALUES (0, 'unset', 5000, 3000, 5000, 600, 300, 3000, 'Live Support Chat!', 'None of our representatives are available right now, although you are welcome to leave a message!', 'Please type your name to begin. Entering your email address is optional, although if you would like to be contacted in the future, please add your email address and tick the checkbox before starting your session.', 'Welcome, A representative will be with you shortly', 'None of our representatives are currently available. Please use the form below to send us an email.', 'Thank you for your message. We will be in touch as soon as possible!'); -- -------------------------------------------------------- -- -- Table structure for table `leads` -- CREATE TABLE IF NOT EXISTS `leads` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(100) NOT NULL, `email` varchar(100) NOT NULL, `transcript` varchar(10000) NOT NULL, `date` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `leads` -- -- -------------------------------------------------------- -- -- Table structure for table `sessions` -- CREATE TABLE IF NOT EXISTS `sessions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `userID` varchar(200) NOT NULL, `convoID` int(11) NOT NULL, `name` varchar(100) NOT NULL, `email` varchar(100) NOT NULL, `initiated` int(11) NOT NULL, `status` varchar(20) NOT NULL, `ended` int(11) NOT NULL, `updated` int(11) NOT NULL, `answered` int(11) NOT NULL, `contact` varchar(3) NOT NULL DEFAULT 'no', `hide` varchar(3) NOT NULL DEFAULT 'no', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ; -- -- Dumping data for table `sessions` -- -- -------------------------------------------------------- -- -- Table structure for table `transcript` -- CREATE TABLE IF NOT EXISTS `transcript` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(100) NOT NULL, `message` varchar(2000) NOT NULL, `user` varchar(100) NOT NULL, `convoID` int(11) NOT NULL, `time` varchar(100) NOT NULL, `class` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=45 ; -- -- Dumping data for table `transcript` -- INSERT INTO `transcript` (`id`, `name`, `message`, `user`, `convoID`, `time`, `class`) VALUES (24, 'hai ', 'This session has expired.', 'hai ::1495', 0, '12:34 pm', 'notice'); -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE IF NOT EXISTS `users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(100) NOT NULL, `password` varchar(200) NOT NULL, `username` varchar(100) NOT NULL, `email` varchar(100) NOT NULL, `admin` varchar(3) NOT NULL, `available` varchar(3) NOT NULL DEFAULT 'no', `keepAlive` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `users` -- INSERT INTO `users` (`id`, `name`, `password`, `username`, `email`, `admin`, `available`, `keepAlive`) VALUES (1, 'shiva', '848b186485107266a3807096d328690f86a22c05', 'shiva', 'gsrlingam@gmail.com', 'yes', 'no', 1288692039); /*!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 */;
Simpan