Вы находитесь на странице: 1из 18

-- phpMyAdmin SQL Dump

-- version 3.4.7.1
-- http://www.phpmyadmin.net
--- Servidor: localhost
-- Tempo de Gerao: 19/12/2011 s 00h32min
-- Verso do Servidor: 5.1.56
-- Verso do PHP: 5.2.6
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101
/*!40101
/*!40101
/*!40101

SET
SET
SET
SET

@OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
@OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
NAMES utf8 */;

--- Banco de Dados: `eloshost_Atendimento`


--- ---------------------------------------------------------- Estrutura da tabela `chatcanned`
-CREATE TABLE IF NOT EXISTS `chatcanned` (
`cannedID` int(10) unsigned NOT NULL AUTO_INCREMENT,
`userID` int(10) unsigned NOT NULL DEFAULT '0',
`deptID` int(10) unsigned NOT NULL DEFAULT '0',
`type` char(1) NOT NULL DEFAULT '',
`name` varchar(20) NOT NULL DEFAULT '',
`message` mediumtext NOT NULL,
PRIMARY KEY (`cannedID`),
KEY `userID` (`userID`),
KEY `type` (`type`),
KEY `deptID` (`deptID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
-- ---------------------------------------------------------- Estrutura da tabela `chatclicks`
-CREATE TABLE IF NOT EXISTS `chatclicks` (
`trackID` int(10) unsigned NOT NULL DEFAULT '0',
`statdate` int(10) unsigned NOT NULL DEFAULT '0',
`aspID` int(10) unsigned NOT NULL DEFAULT '0',
`clicks` int(10) unsigned NOT NULL DEFAULT '0',
KEY `aspID` (`aspID`),
KEY `trackID` (`trackID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- ---------------------------------------------------------- Estrutura da tabela `chatclicktracking`

-CREATE TABLE IF NOT EXISTS `chatclicktracking` (


`trackID` int(10) unsigned NOT NULL AUTO_INCREMENT,
`unique_key` tinyint(2) NOT NULL DEFAULT '0',
`created` int(10) unsigned NOT NULL DEFAULT '0',
`aspID` int(10) unsigned NOT NULL DEFAULT '0',
`color` varchar(7) NOT NULL DEFAULT '',
`name` varchar(50) NOT NULL DEFAULT '',
`landing_url` varchar(200) NOT NULL DEFAULT '',
PRIMARY KEY (`trackID`),
KEY `aspID` (`aspID`),
KEY `unique_key` (`unique_key`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
-- ---------------------------------------------------------- Estrutura da tabela `chatdepartments`
-CREATE TABLE IF NOT EXISTS `chatdepartments` (
`deptID` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(30) NOT NULL DEFAULT '',
`visible` tinyint(1) NOT NULL DEFAULT '1',
`transcript_save` tinyint(1) NOT NULL DEFAULT '0',
`transcript_share` tinyint(1) NOT NULL DEFAULT '0',
`transcript_expire_string` varchar(10) NOT NULL DEFAULT '',
`transcript_expire` int(10) NOT NULL DEFAULT '0',
`show_que` tinyint(1) NOT NULL DEFAULT '0',
`email` varchar(150) NOT NULL DEFAULT '',
`aspID` int(10) unsigned NOT NULL DEFAULT '1',
`initiate_chat` tinyint(1) NOT NULL DEFAULT '0',
`email_trans` tinyint(1) NOT NULL DEFAULT '1',
`status_image_offline` varchar(20) NOT NULL DEFAULT '',
`status_image_online` varchar(20) NOT NULL DEFAULT '',
`status_image_away` varchar(20) NOT NULL DEFAULT '',
`message` mediumtext NOT NULL,
`away_message` mediumtext NOT NULL,
`greeting` text NOT NULL,
PRIMARY KEY (`deptID`),
KEY `aspID` (`aspID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
--- Extraindo dados da tabela `chatdepartments`
-INSERT INTO `chatdepartments` (`deptID`, `name`, `visible`, `transcript_save`, `
transcript_share`, `transcript_expire_string`, `transcript_expire`, `show_que`,
`email`, `aspID`, `initiate_chat`, `email_trans`, `status_image_offline`, `statu
s_image_online`, `status_image_away`, `message`, `away_message`, `greeting`) VAL
UES
(1, 'Suporte', 1, 1, 1, '1<:>3', 861235200, 1, 'hostmaster@eloshost.com.br', 1,
1, 1, '', '', '', 'Departamento indisponivel. Por favor deixe mensagem.', '', 'O
l&aacute; %%user%%!\r\nSeja bem vindo ao nosso atendimento online. Por favor agu
arde alguns instantes enquanto conectamos a um de nossos operadores.');
-- --------------------------------------------------------

--- Estrutura da tabela `chatfootprints`


-CREATE TABLE IF NOT EXISTS `chatfootprints` (
`printID` int(10) unsigned NOT NULL AUTO_INCREMENT,
`ip` varchar(20) NOT NULL DEFAULT '',
`created` int(10) unsigned NOT NULL DEFAULT '0',
`url` varchar(255) NOT NULL DEFAULT '',
`aspID` int(10) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`printID`),
KEY `ip` (`ip`),
KEY `created` (`created`),
KEY `aspID` (`aspID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3286 ;
-- ---------------------------------------------------------- Estrutura da tabela `chatfootprintstats`
-CREATE TABLE IF NOT EXISTS `chatfootprintstats` (
`aspID` int(10) unsigned NOT NULL DEFAULT '0',
`statdate` int(10) unsigned NOT NULL DEFAULT '0',
`created` int(10) unsigned NOT NULL DEFAULT '0',
`pageviews` int(10) unsigned NOT NULL DEFAULT '0',
`uniquevisits` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`aspID`,`statdate`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Extraindo dados da tabela `chatfootprintstats`
-INSERT INTO `chatfootprintstats` (`aspID`, `statdate`, `created`, `pageviews`, `
uniquevisits`) VALUES
(1, 1298516400, 1298676593, 12, 1),
(1, 1298602800, 1298732436, 6, 1),
(1, 1298689200, 1298917985, 2, 1),
(1, 1298775600, 1298917988, 0, 0),
(1, 1298862000, 1324217274, 1, 1),
(1, 1298948400, 1324217276, 0, 0),
(1, 1299034800, 1324217278, 0, 0),
(1, 1299121200, 1324217280, 0, 0),
(1, 1299207600, 1324217286, 0, 0),
(1, 1299294000, 1324217287, 0, 0),
(1, 1299380400, 1324217289, 0, 0),
(1, 1299466800, 1324217291, 0, 0),
(1, 1299553200, 1324217293, 0, 0),
(1, 1299639600, 1324217295, 0, 0),
(1, 1299726000, 1324217297, 0, 0),
(1, 1299812400, 1324217300, 0, 0),
(1, 1299898800, 1324217301, 0, 0),
(1, 1299985200, 1324217303, 0, 0),
(1, 1300071600, 1324217305, 0, 0),
(1, 1300158000, 1324217307, 0, 0),
(1, 1300244400, 1324217309, 0, 0),
(1, 1300330800, 1324217311, 0, 0),
(1, 1300417200, 1324217313, 0, 0),

(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,

1300503600,
1300590000,
1300676400,
1300762800,
1300849200,
1300935600,
1301022000,
1301108400,
1301194800,
1301281200,
1301367600,
1301454000,
1301540400,
1301626800,
1301713200,
1301799600,
1301886000,
1301972400,
1302058800,
1302145200,
1302231600,
1302318000,
1302404400,
1302490800,
1302577200,
1302663600,
1302750000,
1302836400,
1302922800,
1303009200,
1303095600,
1303182000,
1303268400,
1303354800,
1303441200,
1303527600,
1303614000,
1303700400,
1303786800,
1303873200,
1303959600,
1304046000,
1304132400,
1304218800,
1304305200,
1304391600,
1304478000,
1304564400,
1304650800,
1304737200,
1304823600,
1304910000,
1304996400,
1305082800,
1305169200,
1305255600,
1305342000,
1305428400,
1305514800,
1305601200,

1324217316,
1324217318,
1324217320,
1324217322,
1324217323,
1324217325,
1324217327,
1324217329,
1324217331,
1324217334,
1324217336,
1324217338,
1324217340,
1324217342,
1324217345,
1324217347,
1324217349,
1324217351,
1324217353,
1324217355,
1324217357,
1324217360,
1324217362,
1324217365,
1324217368,
1324217370,
1324217372,
1324217374,
1324217376,
1324217378,
1324217381,
1324217383,
1324217384,
1324217386,
1324217389,
1324217391,
1324217394,
1324217396,
1324217397,
1324217399,
1324217404,
1324217406,
1324217408,
1324217410,
1324217412,
1324217414,
1324217417,
1324217420,
1324217422,
1324217424,
1324217426,
1324217428,
1324217431,
1324217433,
1324217435,
1324217437,
1324217440,
1324217442,
1324217444,
1324217446,

0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,

0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),

(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,

1305687600,
1305774000,
1305860400,
1305946800,
1306033200,
1306119600,
1306206000,
1306292400,
1306378800,
1306465200,
1306551600,
1306638000,
1306724400,
1306810800,
1306897200,
1306983600,
1307070000,
1307156400,
1307242800,
1307329200,
1307415600,
1307502000,
1307588400,
1307674800,
1307761200,
1307847600,
1307934000,
1308020400,
1308106800,
1308193200,
1308279600,
1308366000,
1308452400,
1308538800,
1308625200,
1308711600,
1308798000,
1308884400,
1308970800,
1309057200,
1309143600,
1309230000,
1309316400,
1309402800,
1309489200,
1309575600,
1309662000,
1309748400,
1309834800,
1309921200,
1310007600,
1310094000,
1310180400,
1310266800,
1310353200,
1310439600,
1310526000,
1310612400,
1310698800,
1310785200,

1324217449,
1324217451,
1324217453,
1324217455,
1324217457,
1324217459,
1324217461,
1324217463,
1324217465,
1324217467,
1324217469,
1324217471,
1324217473,
1324217475,
1324217477,
1324217479,
1324217482,
1324217484,
1324217485,
1324217488,
1324217490,
1324217492,
1324217494,
1324217496,
1324217498,
1324217500,
1324217502,
1324217504,
1324217505,
1324217507,
1324217509,
1324217511,
1324217513,
1324217515,
1324217517,
1324217519,
1324217522,
1324217524,
1324217526,
1324217529,
1324217531,
1324217651,
1324217653,
1324217655,
1324217657,
1324217659,
1324217661,
1324217663,
1324217665,
1324217667,
1324217669,
1324217671,
1324217673,
1324217674,
1324217676,
1324217678,
1324217680,
1324217682,
1324217684,
1324217686,

0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,

0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),

(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,

1310871600,
1310958000,
1311044400,
1311130800,
1311217200,
1311303600,
1311390000,
1311476400,
1311562800,
1311649200,
1311735600,
1311822000,
1311908400,
1311994800,
1312081200,
1312167600,
1312254000,
1312340400,
1312426800,
1312513200,
1312599600,
1312686000,
1312772400,
1312858800,
1312945200,
1313031600,
1313118000,
1313204400,
1313290800,
1313377200,
1313463600,
1313550000,
1313636400,
1313722800,
1313809200,
1313895600,
1313982000,
1314068400,
1314154800,
1314241200,
1314327600,
1314414000,
1314500400,
1314586800,
1314673200,
1314759600,
1314846000,
1314932400,
1315018800,
1315105200,
1315191600,
1315278000,
1315364400,
1315450800,
1315537200,
1315623600,
1315710000,
1315796400,
1315882800,
1315969200,

1324217687,
1324217689,
1324217691,
1324217693,
1324217695,
1324217696,
1324217698,
1324217700,
1324217702,
1324217704,
1324217706,
1324217708,
1324217710,
1324217712,
1324217714,
1324217716,
1324217718,
1324217719,
1324217721,
1324217723,
1324217725,
1324217727,
1324217729,
1324217731,
1324217733,
1324217734,
1324217736,
1324217738,
1324217740,
1324217742,
1324217743,
1324217745,
1324217747,
1324217749,
1324217751,
1324217752,
1324217755,
1324217757,
1324217759,
1324217761,
1324217763,
1324217764,
1324217766,
1324217768,
1324217770,
1324217772,
1324217774,
1324217776,
1324217778,
1324217780,
1324217781,
1324217783,
1324217785,
1324217787,
1324217789,
1324217791,
1324217793,
1324217795,
1324217797,
1324217799,

0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,

0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),

(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,

1316055600,
1316142000,
1316228400,
1316314800,
1316401200,
1316487600,
1316574000,
1316660400,
1316746800,
1316833200,
1316919600,
1317006000,
1317092400,
1317178800,
1317265200,
1317351600,
1317438000,
1317524400,
1317610800,
1317697200,
1317783600,
1317870000,
1317956400,
1318042800,
1318129200,
1318215600,
1318302000,
1318388400,
1318474800,
1318561200,
1318647600,
1318734000,
1318816800,
1318903200,
1318989600,
1319076000,
1319162400,
1319248800,
1319335200,
1319421600,
1319508000,
1319594400,
1319680800,
1319767200,
1319853600,
1319940000,
1320026400,
1320112800,
1320199200,
1320285600,
1320372000,
1320458400,
1320544800,
1320631200,
1320717600,
1320804000,
1320890400,
1320976800,
1321063200,
1321149600,

1324217802,
1324217803,
1324217805,
1324217807,
1324217809,
1324217811,
1324217813,
1324217815,
1324217816,
1324217818,
1324217820,
1324217822,
1324217824,
1324217826,
1324217827,
1324217829,
1324217831,
1324217833,
1324217835,
1324217837,
1324217839,
1324217841,
1324217842,
1324217844,
1324217846,
1324217848,
1324217850,
1324217852,
1324217853,
1324217855,
1324217857,
1324217859,
1324217861,
1324217863,
1324217865,
1324217867,
1324217869,
1324217871,
1324217873,
1324217875,
1324217877,
1324217878,
1324217880,
1324217882,
1324217884,
1324217886,
1324217888,
1324217890,
1324217892,
1324217894,
1324217896,
1324217898,
1324217899,
1324217901,
1324217903,
1324217905,
1324217907,
1324217909,
1324217911,
1324217912,

0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,

0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),

(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,
(1,

1321236000,
1321322400,
1321408800,
1321495200,
1321581600,
1321668000,
1321754400,
1321840800,
1321927200,
1322013600,
1322100000,
1322186400,
1322272800,
1322359200,
1322445600,
1322532000,
1322618400,
1322704800,
1322791200,
1322877600,
1322964000,
1323050400,
1323136800,
1323223200,
1323309600,
1323396000,
1323482400,
1323568800,
1323655200,
1323741600,
1323828000,
1323914400,
1324000800,
1324087200,
1324173600,

1324217916,
1324217917,
1324217919,
1324217921,
1324217923,
1324217925,
1324217927,
1324217929,
1324217931,
1324217933,
1324217935,
1324217937,
1324217939,
1324217940,
1324217943,
1324217944,
1324217946,
1324217948,
1324217950,
1324217952,
1324217954,
1324217955,
1324217957,
1324217959,
1324217961,
1324217963,
1324217964,
1324217966,
1324217969,
1324217971,
1324217973,
1324217975,
1324217976,
1324217978,
1324261581,

0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,

0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0),
0);

-- ---------------------------------------------------------- Estrutura da tabela `chatfootprintsunique`


-CREATE TABLE IF NOT EXISTS `chatfootprintsunique` (
`ip` varchar(20) NOT NULL DEFAULT '',
`created` int(10) unsigned NOT NULL DEFAULT '0',
`updated` int(10) unsigned NOT NULL DEFAULT '0',
`url` varchar(255) NOT NULL DEFAULT '',
`aspID` int(10) unsigned NOT NULL DEFAULT '1',
`deptID` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`ip`,`aspID`),
KEY `deptID` (`deptID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- ---------------------------------------------------------- Estrutura da tabela `chatfootprinturlstats`
-CREATE TABLE IF NOT EXISTS `chatfootprinturlstats` (

`statID` int(10) unsigned NOT NULL AUTO_INCREMENT,


`aspID` int(10) unsigned NOT NULL DEFAULT '0',
`statdate` int(10) unsigned NOT NULL DEFAULT '0',
`created` int(10) unsigned NOT NULL DEFAULT '0',
`url` char(255) NOT NULL DEFAULT '',
`clicks` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`statID`),
KEY `aspID` (`aspID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;
--- Extraindo dados da tabela `chatfootprinturlstats`
-INSERT INTO `chatfootprinturlstats` (`statID`, `aspID`, `statdate`, `created`, `
url`, `clicks`) VALUES
(1, 1, 1298516400, 1298676593, 'http://demo.kb-info.net/atendimento/setup/code.p
hp?action=generate&deptid=0', 11),
(2, 1, 1298516400, 1298676593, 'http://demo.kb-info.net/atendimento/setup/code.p
hp?action=generate&deptid=1&', 1),
(3, 1, 1298602800, 1298732436, 'http://demo.kb-info.net/atendimento/setup/code.p
hp?action=generate&deptid=0', 6),
(4, 1, 1298689200, 1298917985, 'http://demo.kb-info.net/atendimento/setup/code.p
hp?action=generate&deptid=1&', 1),
(5, 1, 1298689200, 1298917985, 'http://demo.kb-info.net/atendimento/setup/code.p
hp?action=generate&deptid=0', 1),
(6, 1, 1298862000, 1324217274, 'http://demo.kb-info.net/atendimento/setup/code.p
hp?action=generate&deptid=0', 1);
-- ---------------------------------------------------------- Estrutura da tabela `chatkbcats`
-CREATE TABLE IF NOT EXISTS `chatkbcats` (
`catID` int(10) unsigned NOT NULL AUTO_INCREMENT,
`aspID` int(10) unsigned NOT NULL DEFAULT '0',
`deptID` int(10) unsigned NOT NULL DEFAULT '0',
`catID_parent` int(10) unsigned NOT NULL DEFAULT '0',
`display_order` mediumint(3) unsigned NOT NULL DEFAULT '1',
`name` char(255) NOT NULL DEFAULT '',
PRIMARY KEY (`catID`),
KEY `aspID` (`aspID`),
KEY `deptID` (`deptID`),
KEY `catID_parent` (`catID_parent`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
-- ---------------------------------------------------------- Estrutura da tabela `chatkbquestions`
-CREATE TABLE IF NOT EXISTS `chatkbquestions` (
`questID` int(10) unsigned NOT NULL AUTO_INCREMENT,
`aspID` int(10) unsigned NOT NULL DEFAULT '0',
`catID` int(10) unsigned NOT NULL DEFAULT '0',
`deptID` int(10) unsigned NOT NULL DEFAULT '0',
`points` int(10) NOT NULL DEFAULT '0',

`clicks` int(10) unsigned NOT NULL DEFAULT '0',


`question` varchar(255) NOT NULL DEFAULT '',
`answer` text NOT NULL,
PRIMARY KEY (`questID`),
KEY `points` (`points`),
KEY `deptID` (`deptID`),
KEY `aspID` (`aspID`),
KEY `catID` (`catID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
-- ---------------------------------------------------------- Estrutura da tabela `chatkbratings`
-CREATE TABLE IF NOT EXISTS `chatkbratings` (
`aspID` int(10) unsigned NOT NULL DEFAULT '0',
`questID` int(10) unsigned NOT NULL DEFAULT '0',
`catID` int(10) unsigned NOT NULL DEFAULT '0',
`rating` tinyint(1) NOT NULL DEFAULT '0',
`created` int(10) unsigned NOT NULL DEFAULT '0',
`ip` char(25) NOT NULL DEFAULT '',
PRIMARY KEY (`questID`,`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- ---------------------------------------------------------- Estrutura da tabela `chatkbsearchterms`
-CREATE TABLE IF NOT EXISTS `chatkbsearchterms` (
`searchID` int(10) unsigned NOT NULL AUTO_INCREMENT,
`aspID` int(10) unsigned NOT NULL DEFAULT '0',
`counter` int(10) unsigned NOT NULL DEFAULT '0',
`searchterm` varchar(255) NOT NULL DEFAULT '',
`correction` varchar(255) NOT NULL DEFAULT '',
`related` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`searchID`),
KEY `aspID` (`aspID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
-- ---------------------------------------------------------- Estrutura da tabela `chatrefer`
-CREATE TABLE IF NOT EXISTS `chatrefer` (
`aspID` int(10) unsigned NOT NULL DEFAULT '0',
`created` int(10) unsigned NOT NULL DEFAULT '0',
`trackID` int(10) unsigned NOT NULL DEFAULT '0',
`ip` char(20) NOT NULL DEFAULT '',
`refer_url` char(255) NOT NULL DEFAULT '',
PRIMARY KEY (`aspID`,`ip`),
KEY `created` (`created`),
KEY `trackID` (`trackID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- ---------------------------------------------------------- Estrutura da tabela `chatrequestlogs`


-CREATE TABLE IF NOT EXISTS `chatrequestlogs` (
`chat_session` int(10) NOT NULL DEFAULT '0',
`userID` int(10) unsigned NOT NULL DEFAULT '0',
`deptID` int(10) NOT NULL DEFAULT '0',
`surveyID` int(10) unsigned NOT NULL DEFAULT '0',
`ip` char(20) NOT NULL DEFAULT '',
`hostname` char(150) NOT NULL DEFAULT '',
`display_resolution` char(20) NOT NULL DEFAULT '',
`browser_os` char(60) NOT NULL DEFAULT '',
`created` int(10) unsigned NOT NULL DEFAULT '0',
`status` tinyint(1) NOT NULL DEFAULT '0',
`url` char(255) NOT NULL DEFAULT '',
`aspID` int(10) unsigned NOT NULL DEFAULT '1',
KEY `userID` (`userID`),
KEY `created` (`created`),
KEY `aspID` (`aspID`),
KEY `chat_session` (`chat_session`),
KEY `status` (`status`),
KEY `deptID` (`deptID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Extraindo dados da tabela `chatrequestlogs`
-INSERT INTO `chatrequestlogs` (`chat_session`, `userID`, `deptID`, `surveyID`, `
ip`, `hostname`, `display_resolution`, `browser_os`, `created`, `status`, `url`,
`aspID`) VALUES
(1298587429, 1, 1, 0, '187.44.6.127', '187-44-6-127.cpe.moc.mastercabo.com.br',
'1280 x 770', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.2.13)', 12
98587424, 0, 'http://demo.kb-info.net/atendimento/setup/code.php?action=generate
&deptid=1&', 1),
(1298587501, 1, 1, 0, '187.44.6.127', '187-44-6-127.cpe.moc.mastercabo.com.br',
'1280 x 770', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.2.13)', 12
98587496, 1, 'http://demo.kb-info.net/atendimento/setup/code.php?action=generate
&deptid=1&', 1),
(1298763177, 1, 1, 0, '187.44.6.127', '187-44-6-127.cpe.moc.mastercabo.com.br',
'1280 x 770', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.2.13)', 12
98763172, 0, 'http://demo.kb-info.net/atendimento/setup/code.php?action=generate
&deptid=0', 1),
(1298763238, 1, 1, 0, '187.44.6.127', '187-44-6-127.cpe.moc.mastercabo.com.br',
'1280 x 770', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.2.13)', 12
98763233, 1, 'http://demo.kb-info.net/atendimento/setup/code.php?action=generate
&deptid=0', 1),
(1298918161, 1, 1, 0, '187.44.6.127', '187.44.6.127', '1280 x 770', 'Mozilla/5.0
(Windows; U; Windows NT 5.1; pt-BR; rv:1.9.2.13)', 1298918156, 1, 'http://demo.
kb-info.net/atendimento/setup/code.php?action=generate&deptid=0', 1);
-- ---------------------------------------------------------- Estrutura da tabela `chatrequests`
--

CREATE TABLE IF NOT EXISTS `chatrequests` (


`requestID` int(10) unsigned NOT NULL AUTO_INCREMENT,
`userID` int(10) NOT NULL DEFAULT '0',
`deptID` int(10) NOT NULL DEFAULT '0',
`aspID` int(10) unsigned NOT NULL DEFAULT '0',
`from_screen_name` varchar(50) NOT NULL DEFAULT '',
`sessionID` int(10) unsigned NOT NULL DEFAULT '0',
`surveyID` int(10) unsigned NOT NULL DEFAULT '0',
`created` int(10) unsigned NOT NULL DEFAULT '0',
`status` tinyint(1) NOT NULL DEFAULT '1',
`tstatus` tinyint(2) unsigned NOT NULL DEFAULT '0',
`tflag` tinyint(1) NOT NULL DEFAULT '0',
`ip_address` varchar(20) NOT NULL DEFAULT '',
`browser_type` varchar(60) NOT NULL DEFAULT '',
`display_resolution` varchar(20) NOT NULL DEFAULT '',
`visitor_time` varchar(30) NOT NULL DEFAULT '',
`email` varchar(150) NOT NULL DEFAULT '',
`url` varchar(255) NOT NULL DEFAULT '',
`question` text NOT NULL,
PRIMARY KEY (`requestID`),
KEY `sessionID` (`sessionID`),
KEY `deptID` (`deptID`),
KEY `aspID` (`aspID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;
-- ---------------------------------------------------------- Estrutura da tabela `chatsessionlist`
-CREATE TABLE IF NOT EXISTS `chatsessionlist` (
`sessionID` int(10) unsigned NOT NULL DEFAULT '0',
`screen_name` char(50) NOT NULL DEFAULT '',
`updated` int(10) unsigned NOT NULL DEFAULT '0',
KEY `sessionID` (`sessionID`),
KEY `userID` (`screen_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- ---------------------------------------------------------- Estrutura da tabela `chatsessions`
-CREATE TABLE IF NOT EXISTS `chatsessions` (
`sessionID` int(10) unsigned NOT NULL DEFAULT '0',
`screen_name` char(50) NOT NULL DEFAULT '',
`created` int(10) unsigned NOT NULL DEFAULT '0',
`initiate` char(15) NOT NULL DEFAULT '',
PRIMARY KEY (`sessionID`),
KEY `userID` (`screen_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- ---------------------------------------------------------- Estrutura da tabela `chatsp`
--

CREATE TABLE IF NOT EXISTS `chatsp` (


`spID` int(10) unsigned NOT NULL AUTO_INCREMENT,
`aspID` int(10) unsigned NOT NULL DEFAULT '0',
`email` varchar(160) NOT NULL DEFAULT '',
`enotify` tinyint(1) NOT NULL DEFAULT '0',
`name` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`spID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
-- ---------------------------------------------------------- Estrutura da tabela `chatspamips`
-CREATE TABLE IF NOT EXISTS `chatspamips` (
`aspID` int(10) unsigned NOT NULL DEFAULT '0',
`ip` varchar(20) NOT NULL DEFAULT '',
`created` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`aspID`,`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- ---------------------------------------------------------- Estrutura da tabela `chatspfootprints`
-CREATE TABLE IF NOT EXISTS `chatspfootprints` (
`spID` int(10) unsigned NOT NULL DEFAULT '0',
`created` int(10) unsigned NOT NULL DEFAULT '0',
`aspID` int(10) unsigned NOT NULL DEFAULT '0',
`url` varchar(255) NOT NULL DEFAULT '',
KEY `spID` (`spID`),
KEY `created` (`created`),
KEY `aspID` (`aspID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- ---------------------------------------------------------- Estrutura da tabela `chatsprefer`
-CREATE TABLE IF NOT EXISTS `chatsprefer` (
`spID` int(10) unsigned NOT NULL AUTO_INCREMENT,
`aspID` int(10) unsigned NOT NULL DEFAULT '0',
`created` int(10) unsigned NOT NULL DEFAULT '0',
`trackID` int(10) unsigned NOT NULL DEFAULT '0',
`chat_session` int(10) unsigned NOT NULL DEFAULT '0',
`numfootprints` int(10) unsigned NOT NULL DEFAULT '0',
`ip` varchar(20) NOT NULL DEFAULT '',
`refer_url` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`spID`),
KEY `aspID` (`aspID`),
KEY `created` (`created`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------

--- Estrutura da tabela `chatsurveylogs`


-CREATE TABLE IF NOT EXISTS `chatsurveylogs` (
`aspID` int(10) unsigned NOT NULL DEFAULT '0',
`surveyID` int(10) unsigned NOT NULL DEFAULT '0',
`rejected` tinyint(1) NOT NULL DEFAULT '0',
`s_c1` int(10) unsigned NOT NULL DEFAULT '0',
`s_c2` int(10) unsigned NOT NULL DEFAULT '0',
`s_c3` int(10) unsigned NOT NULL DEFAULT '0',
`s_c4` int(10) unsigned NOT NULL DEFAULT '0',
`s_c5` int(10) unsigned NOT NULL DEFAULT '0',
`created` int(10) unsigned NOT NULL DEFAULT '0',
`ip` varchar(20) NOT NULL DEFAULT '',
`q_open` text NOT NULL,
PRIMARY KEY (`ip`,`aspID`,`surveyID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- ---------------------------------------------------------- Estrutura da tabela `chatsurveys`
-CREATE TABLE IF NOT EXISTS `chatsurveys` (
`surveyID` int(10) unsigned NOT NULL AUTO_INCREMENT,
`aspID` int(10) unsigned NOT NULL DEFAULT '0',
`deptID` int(10) unsigned NOT NULL DEFAULT '0',
`isactive` tinyint(1) unsigned NOT NULL DEFAULT '0',
`created` int(10) NOT NULL DEFAULT '0',
`s_totaltaken` int(10) unsigned NOT NULL DEFAULT '0',
`s_c1` int(10) unsigned NOT NULL DEFAULT '0',
`s_c2` int(10) unsigned NOT NULL DEFAULT '0',
`s_c3` int(10) unsigned NOT NULL DEFAULT '0',
`s_c4` int(10) unsigned NOT NULL DEFAULT '0',
`s_c5` int(10) unsigned NOT NULL DEFAULT '0',
`name` varchar(60) NOT NULL DEFAULT '',
`survey_data` text NOT NULL,
PRIMARY KEY (`surveyID`),
UNIQUE KEY `name` (`name`),
KEY `aspID` (`aspID`),
KEY `deptID` (`deptID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
-- ---------------------------------------------------------- Estrutura da tabela `chattranscripts`
-CREATE TABLE IF NOT EXISTS `chattranscripts` (
`chat_session` varchar(20) NOT NULL DEFAULT '',
`userID` int(10) unsigned NOT NULL DEFAULT '0',
`from_screen_name` varchar(50) NOT NULL DEFAULT '',
`email` varchar(150) NOT NULL DEFAULT '',
`created` int(10) unsigned NOT NULL DEFAULT '0',
`deptID` int(10) NOT NULL DEFAULT '0',
`plain` text NOT NULL,
`formatted` text NOT NULL,

`aspID` int(10) unsigned NOT NULL DEFAULT '1',


PRIMARY KEY (`chat_session`),
KEY `deptID` (`deptID`),
KEY `userID` (`userID`),
KEY `aspID` (`aspID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Extraindo dados da tabela `chattranscripts`
-INSERT INTO `chattranscripts` (`chat_session`, `userID`, `from_screen_name`, `em
ail`, `created`, `deptID`, `plain`, `formatted`, `aspID`) VALUES
('1298763238', 1, '<o1298763233>Carlos', 'contato@tech-developer.com', 129876323
9, 1, 'Carlos: asdf Prezado(a) Carlos. Voc est falando com Suporte do departamento
de Suporte. em que posso ajud&aacute;-lo(a). ', '<p class="notice"><o1298763233
>Carlos<ts (08:33:53 pm) ts>: <question>asdf</question> </p><br1298763238><p cla
ss="notice">Prezado(a) Carlos. Voc est falando com <b>Suporte</b> do departamento
de <b>Suporte</b>. em que posso ajud&aacute;-lo(a). <ts (08:33:59 pm) ts></p><br
1298763238>', 1),
('1298918161', 1, '<o1298918156>teste', 'teste@teste.com', 1298918207, 1, 'teste
: Ola !!! Prezado(a) teste. Voc est falando com Suporte do departamento de Suporte
. em que posso ajud&aacute;-lo(a). Your party has left this session.', '<p class
="notice"><o1298918156>teste<ts (03:35:56 pm) ts>: <question>Ola !!!</question>
</p><br1298918161><p class="notice">Prezado(a) teste. Voc est falando com <b>Supor
te</b> do departamento de <b>Suporte</b>. em que posso ajud&aacute;-lo(a). <ts (
03:36:00 pm) ts></p><br1298918161><p class="alert">Your party has left this sess
ion.<ts (03:36:47 pm) ts></p><br1298918161>', 1);
-- ---------------------------------------------------------- Estrutura da tabela `chatuserdeptlist`
-CREATE TABLE IF NOT EXISTS `chatuserdeptlist` (
`userID` int(10) unsigned NOT NULL DEFAULT '0',
`deptID` int(10) unsigned NOT NULL DEFAULT '0',
`ordernum` mediumint(3) unsigned NOT NULL DEFAULT '1',
`last_active` int(10) unsigned NOT NULL DEFAULT '0',
KEY `userID` (`userID`),
KEY `deptID` (`deptID`),
KEY `ordernum` (`ordernum`),
KEY `last_active_time` (`last_active`),
KEY `last_active` (`last_active`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Extraindo dados da tabela `chatuserdeptlist`
-INSERT INTO `chatuserdeptlist` (`userID`, `deptID`, `ordernum`, `last_active`) V
ALUES
(1, 1, 1, 1298918160);
-- ---------------------------------------------------------- Estrutura da tabela `chat_admin`
--

CREATE TABLE IF NOT EXISTS `chat_admin` (


`userID` int(10) unsigned NOT NULL AUTO_INCREMENT,
`login` varchar(15) NOT NULL DEFAULT '',
`password` varchar(32) NOT NULL DEFAULT '',
`name` varchar(50) NOT NULL DEFAULT '',
`email` varchar(150) NOT NULL DEFAULT '',
`available_status` tinyint(1) NOT NULL DEFAULT '0',
`last_active_time` int(10) unsigned NOT NULL DEFAULT '0',
`utrigger` tinyint(1) NOT NULL DEFAULT '1',
`console_close_min` mediumint(3) unsigned NOT NULL DEFAULT '10',
`session_sid` int(10) unsigned NOT NULL DEFAULT '0',
`created` int(10) unsigned NOT NULL DEFAULT '0',
`aspID` int(10) unsigned NOT NULL DEFAULT '1',
`signal` tinyint(1) NOT NULL DEFAULT '0',
`rateme` tinyint(1) NOT NULL DEFAULT '0',
`rate_sum` int(10) unsigned NOT NULL DEFAULT '0',
`rate_total` int(10) unsigned NOT NULL DEFAULT '0',
`rate_ave` tinyint(2) NOT NULL DEFAULT '0',
`op2op` tinyint(4) NOT NULL DEFAULT '1',
`console_refresh` mediumint(9) NOT NULL DEFAULT '10',
`pic` varchar(25) NOT NULL DEFAULT '',
`theme` varchar(25) NOT NULL DEFAULT '',
PRIMARY KEY (`userID`),
KEY `created` (`created`),
KEY `aspID` (`aspID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
--- Extraindo dados da tabela `chat_admin`
-INSERT INTO `chat_admin` (`userID`, `login`, `password`, `name`, `email`, `avail
able_status`, `last_active_time`, `utrigger`, `console_close_min`, `session_sid`
, `created`, `aspID`, `signal`, `rateme`, `rate_sum`, `rate_total`, `rate_ave`,
`op2op`, `console_refresh`, `pic`, `theme`) VALUES
(1, 'admin', '21232f297a57a5a743894a0e4a801fc3', 'admin', 'hostmaster@eloshost.c
om.br', 0, 1324261378, 1, 10, 1324261073, 1252412649, 1, 0, 1, 0, 0, 0, 1, 10, '
', 'ocre');
-- ---------------------------------------------------------- Estrutura da tabela `chat_adminrate`
-CREATE TABLE IF NOT EXISTS `chat_adminrate` (
`userID` int(10) unsigned NOT NULL DEFAULT '0',
`sessionID` int(10) unsigned NOT NULL DEFAULT '0',
`rating` int(10) unsigned NOT NULL DEFAULT '0',
`deptID` int(10) unsigned NOT NULL DEFAULT '0',
`created` int(10) unsigned NOT NULL DEFAULT '0',
`aspID` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`sessionID`),
KEY `userID` (`userID`),
KEY `deptID` (`deptID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------

--- Estrutura da tabela `chat_adminstatus`


-CREATE TABLE IF NOT EXISTS `chat_adminstatus` (
`logID` int(10) unsigned NOT NULL AUTO_INCREMENT,
`userID` int(10) unsigned NOT NULL DEFAULT '0',
`created` int(10) unsigned NOT NULL DEFAULT '0',
`status` tinyint(2) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`logID`),
KEY `userID` (`userID`),
KEY `created` (`created`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=20 ;
--- Extraindo dados da tabela `chat_adminstatus`
-INSERT INTO `chat_adminstatus` (`logID`, `userID`, `created`, `status`) VALUES
(1, 1, 1298559999, 1),
(2, 1, 1298560282, 0),
(3, 1, 1298560945, 1),
(4, 1, 1298560955, 1),
(5, 1, 1298561007, 0),
(6, 1, 1298561109, 0),
(7, 1, 1298587256, 1),
(8, 1, 1298587327, 0),
(9, 1, 1298587369, 1),
(10, 1, 1298588449, 0),
(11, 1, 1298684727, 0),
(12, 1, 1298762968, 1),
(13, 1, 1298763467, 0),
(14, 1, 1298763500, 0),
(15, 1, 1298918026, 1),
(16, 1, 1298918282, 0),
(17, 1, 1324261133, 1),
(18, 1, 1324261376, 1),
(19, 1, 1324261406, 0);
-- ---------------------------------------------------------- Estrutura da tabela `chat_asp`
-CREATE TABLE IF NOT EXISTS `chat_asp` (
`aspID` int(10) unsigned NOT NULL AUTO_INCREMENT,
`login` varchar(25) NOT NULL DEFAULT '',
`password` varchar(15) NOT NULL DEFAULT '',
`company` varchar(50) NOT NULL DEFAULT '',
`contact_name` varchar(50) NOT NULL DEFAULT '',
`contact_email` varchar(160) NOT NULL DEFAULT '',
`max_dept` mediumint(3) NOT NULL DEFAULT '0',
`max_users` mediumint(3) NOT NULL DEFAULT '0',
`footprints` tinyint(1) NOT NULL DEFAULT '0',
`created` int(10) unsigned NOT NULL DEFAULT '0',
`last_login` int(10) unsigned NOT NULL DEFAULT '0',
`active_status` tinyint(1) NOT NULL DEFAULT '0',
`initiate_chat` tinyint(1) NOT NULL DEFAULT '0',
`admin_polling_type` tinyint(1) NOT NULL DEFAULT '0',

`knowledgebase` tinyint(1) NOT NULL DEFAULT '1',


`trans_message` varchar(255) NOT NULL DEFAULT '',
`trans_email` text NOT NULL,
PRIMARY KEY (`aspID`),
KEY `created` (`created`),
KEY `max_dept` (`max_dept`),
KEY `max_users` (`max_users`),
KEY `active_status` (`active_status`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
--- Extraindo dados da tabela `chat_asp`
-INSERT INTO `chat_asp` (`aspID`, `login`, `password`, `company`, `contact_name`,
`contact_email`, `max_dept`, `max_users`, `footprints`, `created`, `last_login`
, `active_status`, `initiate_chat`, `admin_polling_type`, `knowledgebase`, `tran
s_message`, `trans_email`) VALUES
(1, 'admin', 'admin', 'Elos Host', 'Elos Host', 'hostmaster@eloshost.com.br', 15
, 100, 1, 1248439888, 0, 1, 1, 0, 0, '(opcional) Se voce deseja receber uma copi
a deste bate-papo, por favor insira o seu email abaixo e clique em enviar.', 'Ol
a %%username%%,\r\n\r\nSegue abaixo a copia da sua conversa de chat:\r\n\r\n===\
r\n%%transcript%%\r\n===\r\n\r\nMuito Obrigado.\r\n\r\n');
/*!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 */;

Вам также может понравиться