jingobd

INDIAN Gov Database Dumped By JingoBD!!

Dec 30th, 2012
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 321.01 KB | None | 0 0
  1. INDIAN Gov Database Dumped By JingoBD!!
  2. http://jingobd.blogspot.com
  3.  
  4. Site: http://jharkhandcomtax.gov.in/
  5. Login: http://jharkhandcomtax.gov.in/support/upload/scp/
  6. Username: admin
  7. Password: admin123
  8.  
  9.  
  10.  
  11.  
  12. Database... :D
  13. ========================================+
  14. -- phpMyAdmin SQL Dump
  15. -- version 2.11.5
  16. -- http://www.phpmyadmin.net
  17. --
  18. -- Host: localhost
  19. -- Server version: 5.0.51
  20. -- PHP Version: 5.2.5
  21.  
  22. SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
  23.  
  24. --
  25. -- Database: `support`
  26. --
  27.  
  28. -- --------------------------------------------------------
  29.  
  30. --
  31. -- Table structure for table `ost_api_key`
  32. --
  33.  
  34. CREATE TABLE `ost_api_key` (
  35. `id` int(10) unsigned NOT NULL auto_increment,
  36. `isactive` tinyint(1) NOT NULL default '1',
  37. `ipaddr` varchar(16) NOT NULL,
  38. `apikey` varchar(255) NOT NULL,
  39. `updated` datetime NOT NULL default '0000-00-00 00:00:00',
  40. `created` datetime NOT NULL default '0000-00-00 00:00:00',
  41. PRIMARY KEY (`id`),
  42. UNIQUE KEY `ipaddr` (`ipaddr`)
  43. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
  44.  
  45. --
  46. -- Dumping data for table `ost_api_key`
  47. --
  48.  
  49. INSERT INTO `ost_api_key` (`id`, `isactive`, `ipaddr`, `apikey`, `updated`, `created`) VALUES
  50. (1, 1, '192.168.1.5', 'siri!', '2011-08-24 11:55:16', '2011-08-24 11:55:16');
  51.  
  52. -- --------------------------------------------------------
  53.  
  54. --
  55. -- Table structure for table `ost_circle`
  56. --
  57.  
  58. CREATE TABLE `ost_circle` (
  59. `id` int(6) NOT NULL,
  60. `circle_code` char(6) NOT NULL,
  61. `div_code` char(3) NOT NULL,
  62. `circle_name` varchar(100) NOT NULL,
  63. `div_name` varchar(50) NOT NULL
  64. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  65.  
  66. --
  67. -- Dumping data for table `ost_circle`
  68. --
  69.  
  70. INSERT INTO `ost_circle` (`id`, `circle_code`, `div_code`, `circle_name`, `div_name`) VALUES
  71. (1, 'RNS', 'R', 'South Circle, Ranchi', 'Ranchi'),
  72. (2, 'RNE', 'R', 'East Circle, Ranchi', 'Ranchi'),
  73. (3, 'RNW', 'R', 'West Circle, Ranchi', 'Ranchi'),
  74. (4, 'RNSL', 'R', 'Special Circle, Ranchi', 'Ranchi'),
  75. (5, 'PL', 'R', 'Palamu Circle, Daltonganj', 'Ranchi'),
  76. (6, 'GL', 'R', 'Gumla Circle, Gumla', 'Ranchi'),
  77. (7, 'LD', 'R', 'Lohardaga Circle, Lohardaga', 'Ranchi'),
  78. (8, 'JR', 'J', 'Jamshedpur Circle, Jamshedpur', 'Jamshedpur'),
  79. (9, 'AP', 'J', 'Adityapur Circle, Jamshedpur', 'Jamshedpur'),
  80. (10, 'JU', 'J', 'Urban Circle, Jamshedpur', 'Jamshedpur'),
  81. (11, 'SG', 'J', 'Singhbhum Circle, Jamshedpur', 'Jamshedpur'),
  82. (12, 'CB', 'J', 'Chaibasa Circle, Chaibasa', 'Jamshedpur'),
  83. (13, 'PK', 'S', 'Pakur Circle,Pakur', 'S''paragna'),
  84. (14, 'BK', 'D', 'Bokaro Circle, Bokaro', 'Dhanbad'),
  85. (15, 'KT', 'D', 'Katras Circle, Katras', 'Dhanbad'),
  86. (16, 'DU', 'D', 'Urban Circle, Dhanbad', 'Dhanbad'),
  87. (17, 'DH', 'D', 'Dhanbad Circle, Dhanbad', 'Dhanbad'),
  88. (18, 'JH', 'D', 'Jharia Circle, Jharia', 'Dhanbad'),
  89. (19, 'RG', 'H', 'Ramgarh Circle,Ramgarh', 'Hazaribagh'),
  90. (20, 'CK', 'D', 'Chirkunda Circle, Chirkunda', 'Dhanbad'),
  91. (21, 'HZ', 'H', 'Hazaribagh Circle, Hazaribagh', 'Hazaribagh'),
  92. (22, 'TG', 'H', 'Tenughat Circle, Tenughat', 'Hazaribagh'),
  93. (23, 'GD', 'H', 'Giridih Circle, Giridih', 'Hazaribagh'),
  94. (24, 'KD', 'H', 'Koderma Circle, Koderma', 'Hazaribagh'),
  95. (25, 'GA', 'S', 'Godda Circle, Godda', 'S''paragna'),
  96. (26, 'DG', 'S', 'Deoghar Circle, Deoghar', 'S''paragna'),
  97. (27, 'SBG', 'S', 'Sahebganj Circle, Sahebganj', 'S''paragna'),
  98. (28, 'DM', 'S', 'Dumka Circle, Dumka', 'S''paragna'),
  99. (99, '0', 'ALL', 'All Circle', 'All');
  100.  
  101. -- --------------------------------------------------------
  102.  
  103. --
  104. -- Table structure for table `ost_config`
  105. --
  106.  
  107. CREATE TABLE `ost_config` (
  108. `id` tinyint(1) unsigned NOT NULL auto_increment,
  109. `isonline` tinyint(1) unsigned NOT NULL default '0',
  110. `timezone_offset` float(3,1) NOT NULL default '0.0',
  111. `enable_daylight_saving` tinyint(1) unsigned NOT NULL default '0',
  112. `staff_ip_binding` tinyint(1) unsigned NOT NULL default '1',
  113. `staff_max_logins` tinyint(3) unsigned NOT NULL default '4',
  114. `staff_login_timeout` int(10) unsigned NOT NULL default '2',
  115. `staff_session_timeout` int(10) unsigned NOT NULL default '30',
  116. `client_max_logins` tinyint(3) unsigned NOT NULL default '4',
  117. `client_login_timeout` int(10) unsigned NOT NULL default '2',
  118. `client_session_timeout` int(10) unsigned NOT NULL default '30',
  119. `max_page_size` tinyint(3) unsigned NOT NULL default '25',
  120. `max_open_tickets` tinyint(3) unsigned NOT NULL default '0',
  121. `max_file_size` int(11) unsigned NOT NULL default '1048576',
  122. `autolock_minutes` tinyint(3) unsigned NOT NULL default '3',
  123. `overdue_grace_period` int(10) unsigned NOT NULL default '0',
  124. `alert_email_id` tinyint(4) unsigned NOT NULL default '0',
  125. `default_email_id` tinyint(4) unsigned NOT NULL default '0',
  126. `default_dept_id` tinyint(3) unsigned NOT NULL default '0',
  127. `default_priority_id` tinyint(2) unsigned NOT NULL default '2',
  128. `default_template_id` tinyint(4) unsigned NOT NULL default '1',
  129. `default_smtp_id` tinyint(4) unsigned NOT NULL default '0',
  130. `spoof_default_smtp` tinyint(1) unsigned NOT NULL default '0',
  131. `clickable_urls` tinyint(1) unsigned NOT NULL default '1',
  132. `allow_priority_change` tinyint(1) unsigned NOT NULL default '0',
  133. `use_email_priority` tinyint(1) unsigned NOT NULL default '0',
  134. `enable_captcha` tinyint(1) unsigned NOT NULL default '0',
  135. `enable_auto_cron` tinyint(1) unsigned NOT NULL default '0',
  136. `enable_mail_fetch` tinyint(1) unsigned NOT NULL default '0',
  137. `enable_email_piping` tinyint(1) unsigned NOT NULL default '0',
  138. `send_sql_errors` tinyint(1) unsigned NOT NULL default '1',
  139. `send_mailparse_errors` tinyint(1) unsigned NOT NULL default '1',
  140. `send_login_errors` tinyint(1) unsigned NOT NULL default '1',
  141. `save_email_headers` tinyint(1) unsigned NOT NULL default '1',
  142. `strip_quoted_reply` tinyint(1) unsigned NOT NULL default '1',
  143. `log_ticket_activity` tinyint(1) unsigned NOT NULL default '1',
  144. `ticket_autoresponder` tinyint(1) unsigned NOT NULL default '0',
  145. `message_autoresponder` tinyint(1) unsigned NOT NULL default '0',
  146. `ticket_notice_active` tinyint(1) unsigned NOT NULL default '0',
  147. `ticket_alert_active` tinyint(1) unsigned NOT NULL default '0',
  148. `ticket_alert_admin` tinyint(1) unsigned NOT NULL default '1',
  149. `ticket_alert_dept_manager` tinyint(1) unsigned NOT NULL default '1',
  150. `ticket_alert_dept_members` tinyint(1) unsigned NOT NULL default '0',
  151. `message_alert_active` tinyint(1) unsigned NOT NULL default '0',
  152. `message_alert_laststaff` tinyint(1) unsigned NOT NULL default '1',
  153. `message_alert_assigned` tinyint(1) unsigned NOT NULL default '1',
  154. `message_alert_dept_manager` tinyint(1) unsigned NOT NULL default '0',
  155. `note_alert_active` tinyint(1) unsigned NOT NULL default '0',
  156. `note_alert_laststaff` tinyint(1) unsigned NOT NULL default '1',
  157. `note_alert_assigned` tinyint(1) unsigned NOT NULL default '1',
  158. `note_alert_dept_manager` tinyint(1) unsigned NOT NULL default '0',
  159. `overdue_alert_active` tinyint(1) unsigned NOT NULL default '0',
  160. `overdue_alert_assigned` tinyint(1) unsigned NOT NULL default '1',
  161. `overdue_alert_dept_manager` tinyint(1) unsigned NOT NULL default '1',
  162. `overdue_alert_dept_members` tinyint(1) unsigned NOT NULL default '0',
  163. `auto_assign_reopened_tickets` tinyint(1) unsigned NOT NULL default '1',
  164. `show_assigned_tickets` tinyint(1) unsigned NOT NULL default '0',
  165. `show_answered_tickets` tinyint(1) NOT NULL default '0',
  166. `hide_staff_name` tinyint(1) unsigned NOT NULL default '0',
  167. `overlimit_notice_active` tinyint(1) unsigned NOT NULL default '0',
  168. `email_attachments` tinyint(1) unsigned NOT NULL default '1',
  169. `allow_attachments` tinyint(1) unsigned NOT NULL default '0',
  170. `allow_email_attachments` tinyint(1) unsigned NOT NULL default '0',
  171. `allow_online_attachments` tinyint(1) unsigned NOT NULL default '0',
  172. `allow_online_attachments_onlogin` tinyint(1) unsigned NOT NULL default '0',
  173. `random_ticket_ids` tinyint(1) unsigned NOT NULL default '1',
  174. `log_level` tinyint(1) unsigned NOT NULL default '2',
  175. `log_graceperiod` int(10) unsigned NOT NULL default '12',
  176. `upload_dir` varchar(255) NOT NULL default '',
  177. `allowed_filetypes` varchar(255) NOT NULL default '.doc, .pdf',
  178. `time_format` varchar(32) NOT NULL default ' h:i A',
  179. `date_format` varchar(32) NOT NULL default 'm/d/Y',
  180. `datetime_format` varchar(60) NOT NULL default 'm/d/Y g:i a',
  181. `daydatetime_format` varchar(60) NOT NULL default 'D, M j Y g:ia',
  182. `reply_separator` varchar(60) NOT NULL default '-- do not edit --',
  183. `admin_email` varchar(125) NOT NULL default '',
  184. `helpdesk_title` varchar(255) NOT NULL default 'osTicket Support Ticket System',
  185. `helpdesk_url` varchar(255) NOT NULL default '',
  186. `api_passphrase` varchar(125) NOT NULL default '',
  187. `ostversion` varchar(16) NOT NULL default '',
  188. `updated` timestamp NOT NULL default CURRENT_TIMESTAMP,
  189. PRIMARY KEY (`id`),
  190. KEY `isoffline` (`isonline`)
  191. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
  192.  
  193. --
  194. -- Dumping data for table `ost_config`
  195. --
  196.  
  197. INSERT INTO `ost_config` (`id`, `isonline`, `timezone_offset`, `enable_daylight_saving`, `staff_ip_binding`, `staff_max_logins`, `staff_login_timeout`, `staff_session_timeout`, `client_max_logins`, `client_login_timeout`, `client_session_timeout`, `max_page_size`, `max_open_tickets`, `max_file_size`, `autolock_minutes`, `overdue_grace_period`, `alert_email_id`, `default_email_id`, `default_dept_id`, `default_priority_id`, `default_template_id`, `default_smtp_id`, `spoof_default_smtp`, `clickable_urls`, `allow_priority_change`, `use_email_priority`, `enable_captcha`, `enable_auto_cron`, `enable_mail_fetch`, `enable_email_piping`, `send_sql_errors`, `send_mailparse_errors`, `send_login_errors`, `save_email_headers`, `strip_quoted_reply`, `log_ticket_activity`, `ticket_autoresponder`, `message_autoresponder`, `ticket_notice_active`, `ticket_alert_active`, `ticket_alert_admin`, `ticket_alert_dept_manager`, `ticket_alert_dept_members`, `message_alert_active`, `message_alert_laststaff`, `message_alert_assigned`, `message_alert_dept_manager`, `note_alert_active`, `note_alert_laststaff`, `note_alert_assigned`, `note_alert_dept_manager`, `overdue_alert_active`, `overdue_alert_assigned`, `overdue_alert_dept_manager`, `overdue_alert_dept_members`, `auto_assign_reopened_tickets`, `show_assigned_tickets`, `show_answered_tickets`, `hide_staff_name`, `overlimit_notice_active`, `email_attachments`, `allow_attachments`, `allow_email_attachments`, `allow_online_attachments`, `allow_online_attachments_onlogin`, `random_ticket_ids`, `log_level`, `log_graceperiod`, `upload_dir`, `allowed_filetypes`, `time_format`, `date_format`, `datetime_format`, `daydatetime_format`, `reply_separator`, `admin_email`, `helpdesk_title`, `helpdesk_url`, `api_passphrase`, `ostversion`, `updated`) VALUES
  198. (1, 1, 5.5, 0, 1, 4, 2, 30, 4, 2, 30, 25, 50, 1048576, 0, 1, 0, 1, 1, 2, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 2, 12, 'C:\\wamp\\www\\support\\attachement', '.doc,.pdf,.docx', ' h:i A', 'd/m/Y', 'd/m/Y g:i a', 'D, M j Y g:ia', '-- do not edit --', 'dc-ctax-jhr@nic.in', 'Commercial Tax Dept. :: Support Desk ', 'http://localhost/support/upload/', '', '1.6 ST', '2011-08-24 11:55:17');
  199.  
  200. -- --------------------------------------------------------
  201.  
  202. --
  203. -- Table structure for table `ost_department`
  204. --
  205.  
  206. CREATE TABLE `ost_department` (
  207. `dept_id` int(11) unsigned NOT NULL auto_increment,
  208. `tpl_id` int(10) unsigned NOT NULL default '0',
  209. `email_id` int(10) unsigned NOT NULL default '0',
  210. `autoresp_email_id` int(10) unsigned NOT NULL default '0',
  211. `manager_id` int(10) unsigned NOT NULL default '0',
  212. `dept_name` varchar(32) NOT NULL default '',
  213. `dept_signature` tinytext NOT NULL,
  214. `ispublic` tinyint(1) unsigned NOT NULL default '1',
  215. `ticket_auto_response` tinyint(1) NOT NULL default '1',
  216. `message_auto_response` tinyint(1) NOT NULL default '0',
  217. `can_append_signature` tinyint(1) NOT NULL default '1',
  218. `updated` datetime NOT NULL default '0000-00-00 00:00:00',
  219. `created` datetime NOT NULL default '0000-00-00 00:00:00',
  220. PRIMARY KEY (`dept_id`),
  221. UNIQUE KEY `dept_name` (`dept_name`),
  222. KEY `manager_id` (`manager_id`),
  223. KEY `autoresp_email_id` (`autoresp_email_id`),
  224. KEY `tpl_id` (`tpl_id`)
  225. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;
  226.  
  227. --
  228. -- Dumping data for table `ost_department`
  229. --
  230.  
  231. INSERT INTO `ost_department` (`dept_id`, `tpl_id`, `email_id`, `autoresp_email_id`, `manager_id`, `dept_name`, `dept_signature`, `ispublic`, `ticket_auto_response`, `message_auto_response`, `can_append_signature`, `updated`, `created`) VALUES
  232. (1, 0, 1, 0, 34, 'Support', 'Support Desk', 1, 1, 1, 1, '2012-02-23 12:17:33', '2011-08-24 11:55:16');
  233.  
  234. -- --------------------------------------------------------
  235.  
  236. --
  237. -- Table structure for table `ost_email`
  238. --
  239.  
  240. CREATE TABLE `ost_email` (
  241. `email_id` int(11) unsigned NOT NULL auto_increment,
  242. `noautoresp` tinyint(1) unsigned NOT NULL default '0',
  243. `priority_id` tinyint(3) unsigned NOT NULL default '2',
  244. `dept_id` tinyint(3) unsigned NOT NULL default '0',
  245. `email` varchar(125) NOT NULL default '',
  246. `name` varchar(32) NOT NULL default '',
  247. `userid` varchar(125) NOT NULL,
  248. `userpass` varchar(125) NOT NULL,
  249. `mail_active` tinyint(1) NOT NULL default '0',
  250. `mail_host` varchar(125) NOT NULL,
  251. `mail_protocol` enum('POP','IMAP') NOT NULL default 'POP',
  252. `mail_encryption` enum('NONE','SSL') NOT NULL,
  253. `mail_port` int(6) default NULL,
  254. `mail_fetchfreq` tinyint(3) NOT NULL default '5',
  255. `mail_fetchmax` tinyint(4) NOT NULL default '30',
  256. `mail_delete` tinyint(1) NOT NULL default '0',
  257. `mail_errors` tinyint(3) NOT NULL default '0',
  258. `mail_lasterror` datetime default NULL,
  259. `mail_lastfetch` datetime default NULL,
  260. `smtp_active` tinyint(1) default '0',
  261. `smtp_host` varchar(125) NOT NULL,
  262. `smtp_port` int(6) default NULL,
  263. `smtp_secure` tinyint(1) NOT NULL default '1',
  264. `smtp_auth` tinyint(1) NOT NULL default '1',
  265. `created` datetime NOT NULL default '0000-00-00 00:00:00',
  266. `updated` datetime NOT NULL default '0000-00-00 00:00:00',
  267. PRIMARY KEY (`email_id`),
  268. UNIQUE KEY `email` (`email`),
  269. KEY `priority_id` (`priority_id`),
  270. KEY `dept_id` (`dept_id`)
  271. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;
  272.  
  273. --
  274. -- Dumping data for table `ost_email`
  275. --
  276.  
  277. INSERT INTO `ost_email` (`email_id`, `noautoresp`, `priority_id`, `dept_id`, `email`, `name`, `userid`, `userpass`, `mail_active`, `mail_host`, `mail_protocol`, `mail_encryption`, `mail_port`, `mail_fetchfreq`, `mail_fetchmax`, `mail_delete`, `mail_errors`, `mail_lasterror`, `mail_lastfetch`, `smtp_active`, `smtp_host`, `smtp_port`, `smtp_secure`, `smtp_auth`, `created`, `updated`) VALUES
  278. (1, 0, 2, 1, 'support.ctax-jhr@nic.in', 'Dept. of commercial taxes,Jharkh', 'support.ctax-jhr@nic.in', 'Vz#$5d9*pnK', 1, 'mail.nic.in', 'POP', 'SSL', 995, 5, 30, 0, 0, '2012-02-18 12:11:25', '2012-06-22 05:29:30', 1, 'ssl://mail.nic.in', 465, 1, 1, '2011-08-24 11:55:17', '2012-06-22 05:15:32');
  279.  
  280. -- --------------------------------------------------------
  281.  
  282. --
  283. -- Table structure for table `ost_email_banlist`
  284. --
  285.  
  286. CREATE TABLE `ost_email_banlist` (
  287. `id` int(11) NOT NULL auto_increment,
  288. `email` varchar(255) NOT NULL default '',
  289. `submitter` varchar(126) NOT NULL default '',
  290. `added` datetime NOT NULL default '0000-00-00 00:00:00',
  291. PRIMARY KEY (`id`),
  292. UNIQUE KEY `email` (`email`)
  293. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
  294.  
  295. --
  296. -- Dumping data for table `ost_email_banlist`
  297. --
  298.  
  299. INSERT INTO `ost_email_banlist` (`id`, `email`, `submitter`, `added`) VALUES
  300. (1, 'test@example.com', 'System', '2011-08-24 11:55:16');
  301.  
  302. -- --------------------------------------------------------
  303.  
  304. --
  305. -- Table structure for table `ost_email_template`
  306. --
  307.  
  308. CREATE TABLE `ost_email_template` (
  309. `tpl_id` int(11) NOT NULL auto_increment,
  310. `cfg_id` int(10) unsigned NOT NULL default '0',
  311. `name` varchar(32) NOT NULL default '',
  312. `notes` text,
  313. `ticket_autoresp_subj` varchar(255) NOT NULL default '',
  314. `ticket_autoresp_body` text NOT NULL,
  315. `ticket_notice_subj` varchar(255) NOT NULL,
  316. `ticket_notice_body` text NOT NULL,
  317. `ticket_alert_subj` varchar(255) NOT NULL default '',
  318. `ticket_alert_body` text NOT NULL,
  319. `message_autoresp_subj` varchar(255) NOT NULL default '',
  320. `message_autoresp_body` text NOT NULL,
  321. `message_alert_subj` varchar(255) NOT NULL default '',
  322. `message_alert_body` text NOT NULL,
  323. `note_alert_subj` varchar(255) NOT NULL,
  324. `note_alert_body` text NOT NULL,
  325. `assigned_alert_subj` varchar(255) NOT NULL default '',
  326. `assigned_alert_body` text NOT NULL,
  327. `ticket_overdue_subj` varchar(255) NOT NULL default '',
  328. `ticket_overdue_body` text NOT NULL,
  329. `ticket_overlimit_subj` varchar(255) NOT NULL default '',
  330. `ticket_overlimit_body` text NOT NULL,
  331. `ticket_reply_subj` varchar(255) NOT NULL default '',
  332. `ticket_reply_body` text NOT NULL,
  333. `created` datetime NOT NULL default '0000-00-00 00:00:00',
  334. `updated` datetime NOT NULL default '0000-00-00 00:00:00',
  335. PRIMARY KEY (`tpl_id`),
  336. KEY `cfg_id` (`cfg_id`),
  337. FULLTEXT KEY `message_subj` (`ticket_reply_subj`)
  338. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;
  339.  
  340. --
  341. -- Dumping data for table `ost_email_template`
  342. --
  343.  
  344. INSERT INTO `ost_email_template` (`tpl_id`, `cfg_id`, `name`, `notes`, `ticket_autoresp_subj`, `ticket_autoresp_body`, `ticket_notice_subj`, `ticket_notice_body`, `ticket_alert_subj`, `ticket_alert_body`, `message_autoresp_subj`, `message_autoresp_body`, `message_alert_subj`, `message_alert_body`, `note_alert_subj`, `note_alert_body`, `assigned_alert_subj`, `assigned_alert_body`, `ticket_overdue_subj`, `ticket_overdue_body`, `ticket_overlimit_subj`, `ticket_overlimit_body`, `ticket_reply_subj`, `ticket_reply_body`, `created`, `updated`) VALUES
  345. (1, 1, 'osTicket Default Template', 'Default osTicket templates', 'Support Complaint Opened [#%ticket],Support Desk,Department of Commercial Taxes,Jharkhand', 'Dear %name,\r\n\r\nA request for support has been created and assigned complaint #%ticket. A representative will follow-up with you as soon as possible.\r\n\r\nYou can view this complaint''s progress online here: %url/view.php?e=%email&t=%ticket.\r\n\r\nIf you wish to send additional comments or information regarding this issue, please don''t open a new complaint. Simply login using the link above and update the complaint.\r\n\r\n%signature\r\nDepartment of Commercial Taxes,\r\nGovt. of Jharkhand', '[#%ticket] %subject,Support Desk,Department of Commercial Taxes,Jharkhand ', 'Dear %name,\r\n\r\nOur customer care team has created a Complaint, #%ticket on your behalf, with the following message.\r\n\r\n%message\r\n\r\nIf you wish to provide additional comments or information regarding this issue, please don''t open a new complaint. You can update or view this ticket''s progress online here: %url/view.php?e=%email&t=%ticket.\r\n\r\n%signature\r\nDepartment of Commercial Taxes,\r\nGovt. of Jharkhand', 'New Complaint Alert', '%staff,\r\n\r\nNew complaint #%ticket created.\r\n-------------------\r\nName: %name\r\nEmail: %email\r\nDept: %dept\r\n\r\n%message\r\n-------------------\r\n\r\nTo view/respond to the complaint, please login to the Support Desk System.\r\n\r\n- Your friendly Support Desk System \r\n- powered by Department of Commercial Taxes,Govt. of Jharkhand', '[#%ticket] Message Added,Support Desk,Department of Commercial Taxes,Jharkhand', 'Dear %name,\r\n\r\nYour reply to support request #%ticket has been noted.\r\n\r\nYou can view this support request progress online here: %url/view.php?e=%email&t=%ticket.\r\n\r\n%signature\r\nDepartment of Commercial Taxes,\r\nGovt. of Jharkhand', 'New Message Alert', 'Dear %staff,\r\n\r\nNew message appended to complaint #%ticket\r\n\r\n----------------------\r\nName: %name\r\nEmail: %email\r\nDept: %dept\r\n\r\n%message\r\n-------------------\r\n\r\nTo view/respond to the complaint, please login to the Support Desk System.\r\n\r\n- Your friendly Support Desk System\r\n- powered by Department of Commercial Taxes,Govt. of Jharkhand', 'New Internal Note Alert', 'Dear %staff,\r\n\r\nInternal note appended to complaint #%ticket\r\n\r\n----------------------\r\nName: %name\r\n\r\n%note\r\n-------------------\r\n\r\nTo view/respond to the complaint, please login to the support desk system.\r\n\r\n- Your friendly Support Desk System \r\n- powered by Department of Commercial Taxes,Govt. of Jharkhand', 'Complaint #%ticket Assigned to you', 'Dear %assignee,\r\n\r\n%assigner has assigned complaint #%ticket to you!\r\n\r\n%message\r\n\r\nTo view complete details, simply login to the Support Desk System.\r\n\r\n- Your friendly Support Desk System \r\n- powered by Department of Commercial Taxes,Govt. of Jharkhand', 'Stale Complaint Alert', 'Dear %staff,\r\n\r\nA complaint, #%ticket assigned to you or in your department is seriously overdue.\r\n\r\n%url/scp/tickets.php?id=%id\r\n\r\nWe should all work hard to guarantee that all complaint are being addressed in a timely manner. Enough baby talk...please address the issue or you will hear from me again.\r\n\r\n\r\n- Your friendly (although with limited patience) Support Desk System \r\n- powered by Department of Commercial Taxes,Govt. of Jharkhand', 'Support Complaint Denied,Support Desk,Department of Commercial Taxes,Jharkhand', 'Dear %name\r\n\r\nNo support complaint has been created. You''ve exceeded maximum number of open complaints allowed.\r\n\r\nThis is a temporary block. To be able to open another complaint, one of your pending complaints must be closed. To update or add comments to an open complaint simply login using the link below.\r\n\r\n%url/view.php?e=%email\r\n\r\nThank you.\r\n\r\nSupport Desk System,\r\nDepartment of Commercial Taxes,\r\nGovt. of Jharkhand', '[#%ticket] %subject,Support Desk,Department of Commercial Taxes,Jharkhand', 'Dear %name,\r\n\r\nA customer support staff member has replied to your support request, #%ticket with the following response:\r\n\r\n%response\r\n\r\nWe hope this response has sufficiently answered your questions. If not, please do not send another email. Instead, reply to this email or login to your account for a complete archive of all your support requests and responses.\r\n\r\n%url/view.php?e=%email&t=%ticket\r\n\r\n%signature\r\nDepartment of Commercial Taxes,\r\nGovt. of Jharkhand', '2011-08-24 11:55:16', '2011-12-23 15:32:56');
  346.  
  347. -- --------------------------------------------------------
  348.  
  349. --
  350. -- Table structure for table `ost_groups`
  351. --
  352.  
  353. CREATE TABLE `ost_groups` (
  354. `group_id` int(10) unsigned NOT NULL auto_increment,
  355. `group_enabled` tinyint(1) unsigned NOT NULL default '1',
  356. `group_name` varchar(50) NOT NULL default '',
  357. `dept_access` varchar(255) NOT NULL default '',
  358. `can_create_tickets` tinyint(1) unsigned NOT NULL default '1',
  359. `can_edit_tickets` tinyint(1) unsigned NOT NULL default '1',
  360. `can_delete_tickets` tinyint(1) unsigned NOT NULL default '0',
  361. `can_close_tickets` tinyint(1) unsigned NOT NULL default '0',
  362. `can_transfer_tickets` tinyint(1) unsigned NOT NULL default '1',
  363. `can_ban_emails` tinyint(1) unsigned NOT NULL default '0',
  364. `can_manage_kb` tinyint(1) unsigned NOT NULL default '0',
  365. `created` datetime NOT NULL default '0000-00-00 00:00:00',
  366. `updated` datetime NOT NULL default '0000-00-00 00:00:00',
  367. PRIMARY KEY (`group_id`),
  368. KEY `group_active` (`group_enabled`)
  369. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;
  370.  
  371. --
  372. -- Dumping data for table `ost_groups`
  373. --
  374.  
  375. INSERT INTO `ost_groups` (`group_id`, `group_enabled`, `group_name`, `dept_access`, `can_create_tickets`, `can_edit_tickets`, `can_delete_tickets`, `can_close_tickets`, `can_transfer_tickets`, `can_ban_emails`, `can_manage_kb`, `created`, `updated`) VALUES
  376. (1, 1, 'VAT Admins', '1', 1, 1, 1, 1, 1, 1, 1, '2011-08-24 11:55:17', '2011-12-24 11:22:00'),
  377. (2, 1, 'Managers', '1', 1, 1, 0, 1, 1, 1, 1, '2011-08-24 11:55:17', '2012-01-09 15:01:57'),
  378. (3, 1, 'Staff', '1', 1, 0, 0, 0, 0, 0, 0, '2011-08-24 11:55:17', '2011-08-24 11:55:17'),
  379. (4, 1, 'Manager(treasury)', '1', 0, 0, 0, 0, 0, 0, 0, '2011-12-24 11:22:43', '2011-12-24 11:22:43'),
  380. (5, 1, 'Circle Incharge', '1', 0, 0, 0, 0, 0, 0, 0, '2011-12-24 11:23:12', '2011-12-24 11:23:12');
  381.  
  382. -- --------------------------------------------------------
  383.  
  384. --
  385. -- Table structure for table `ost_help_topic`
  386. --
  387.  
  388. CREATE TABLE `ost_help_topic` (
  389. `topic_id` int(11) unsigned NOT NULL auto_increment,
  390. `isactive` tinyint(1) unsigned NOT NULL default '1',
  391. `noautoresp` tinyint(3) unsigned NOT NULL default '0',
  392. `priority_id` tinyint(3) unsigned NOT NULL default '0',
  393. `dept_id` tinyint(3) unsigned NOT NULL default '0',
  394. `topic` varchar(32) NOT NULL default '',
  395. `created` datetime NOT NULL default '0000-00-00 00:00:00',
  396. `updated` datetime NOT NULL default '0000-00-00 00:00:00',
  397. PRIMARY KEY (`topic_id`),
  398. UNIQUE KEY `topic` (`topic`),
  399. KEY `priority_id` (`priority_id`),
  400. KEY `dept_id` (`dept_id`)
  401. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;
  402.  
  403. --
  404. -- Dumping data for table `ost_help_topic`
  405. --
  406.  
  407. INSERT INTO `ost_help_topic` (`topic_id`, `isactive`, `noautoresp`, `priority_id`, `dept_id`, `topic`, `created`, `updated`) VALUES
  408. (1, 1, 0, 2, 1, 'E_Registration', '2011-08-24 11:55:17', '2011-09-22 14:26:42'),
  409. (3, 1, 0, 2, 1, 'E_Payments', '2011-09-22 14:26:54', '2011-09-22 14:26:54'),
  410. (4, 1, 0, 2, 1, 'E_Returns', '2011-09-22 14:27:03', '2011-09-22 14:27:03'),
  411. (5, 1, 0, 2, 1, 'Others', '2011-09-22 14:27:29', '2011-09-22 14:27:29');
  412.  
  413. -- --------------------------------------------------------
  414.  
  415. --
  416. -- Table structure for table `ost_kb_premade`
  417. --
  418.  
  419. CREATE TABLE `ost_kb_premade` (
  420. `premade_id` int(10) unsigned NOT NULL auto_increment,
  421. `dept_id` int(10) unsigned NOT NULL default '0',
  422. `isenabled` tinyint(1) unsigned NOT NULL default '1',
  423. `title` varchar(125) NOT NULL default '',
  424. `answer` text NOT NULL,
  425. `created` datetime NOT NULL default '0000-00-00 00:00:00',
  426. `updated` datetime NOT NULL default '0000-00-00 00:00:00',
  427. PRIMARY KEY (`premade_id`),
  428. UNIQUE KEY `title_2` (`title`),
  429. KEY `dept_id` (`dept_id`),
  430. KEY `active` (`isenabled`),
  431. FULLTEXT KEY `title` (`title`,`answer`)
  432. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;
  433.  
  434. --
  435. -- Dumping data for table `ost_kb_premade`
  436. --
  437.  
  438. INSERT INTO `ost_kb_premade` (`premade_id`, `dept_id`, `isenabled`, `title`, `answer`, `created`, `updated`) VALUES
  439. (1, 0, 1, 'What is Support Desk System?', 'Support Desk System is a widely-used complaint readressal system, an attractive alternative to higher-cost and complex customer support systems - simple, lightweight, reliable, open source, web-based and easy to setup and use.', '2011-08-24 11:55:17', '2011-08-24 11:55:17'),
  440. (2, 0, 1, 'Sample (with variables)', '%name,\r\n\r\nYour complaint #%ticket created on %createdate is in %dept department.\r\n\r\n', '2011-08-24 11:55:17', '2011-08-24 11:55:17'),
  441. (3, 1, 1, 'your request has been completely solved', 'your request# %ticket has been completely solved', '2011-09-07 11:33:03', '2011-09-07 11:33:03');
  442.  
  443. -- --------------------------------------------------------
  444.  
  445. --
  446. -- Table structure for table `ost_staff`
  447. --
  448.  
  449. CREATE TABLE `ost_staff` (
  450. `staff_id` int(11) unsigned NOT NULL auto_increment,
  451. `group_id` int(10) unsigned NOT NULL default '0',
  452. `dept_id` int(10) unsigned NOT NULL default '0',
  453. `circle_id` int(10) NOT NULL,
  454. `div_id` char(3) NOT NULL,
  455. `username` varchar(32) NOT NULL default '',
  456. `firstname` varchar(32) default NULL,
  457. `lastname` varchar(32) default NULL,
  458. `passwd` varchar(128) default NULL,
  459. `email` varchar(128) default NULL,
  460. `phone` varchar(24) NOT NULL default '',
  461. `phone_ext` varchar(6) default NULL,
  462. `mobile` varchar(24) NOT NULL default '',
  463. `signature` tinytext NOT NULL,
  464. `isactive` tinyint(1) NOT NULL default '1',
  465. `isadmin` tinyint(1) NOT NULL default '0',
  466. `isvisible` tinyint(1) unsigned NOT NULL default '1',
  467. `onvacation` tinyint(1) unsigned NOT NULL default '0',
  468. `daylight_saving` tinyint(1) unsigned NOT NULL default '0',
  469. `append_signature` tinyint(1) unsigned NOT NULL default '0',
  470. `change_passwd` tinyint(1) unsigned NOT NULL default '0',
  471. `timezone_offset` float(3,1) NOT NULL default '0.0',
  472. `max_page_size` int(11) unsigned NOT NULL default '0',
  473. `auto_refresh_rate` int(10) unsigned NOT NULL default '0',
  474. `created` datetime NOT NULL default '0000-00-00 00:00:00',
  475. `lastlogin` datetime default NULL,
  476. `updated` datetime NOT NULL default '0000-00-00 00:00:00',
  477. PRIMARY KEY (`staff_id`),
  478. UNIQUE KEY `username` (`username`),
  479. KEY `dept_id` (`dept_id`),
  480. KEY `issuperuser` (`isadmin`),
  481. KEY `group_id` (`group_id`,`staff_id`)
  482. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=36 ;
  483.  
  484. --
  485. -- Dumping data for table `ost_staff`
  486. --
  487.  
  488. INSERT INTO `ost_staff` (`staff_id`, `group_id`, `dept_id`, `circle_id`, `div_id`, `username`, `firstname`, `lastname`, `passwd`, `email`, `phone`, `phone_ext`, `mobile`, `signature`, `isactive`, `isadmin`, `isvisible`, `onvacation`, `daylight_saving`, `append_signature`, `change_passwd`, `timezone_offset`, `max_page_size`, `auto_refresh_rate`, `created`, `lastlogin`, `updated`) VALUES
  489. (1, 1, 1, 99, 'ALL', 'admin', 'Mrs. Neelam', 'Gupta', '0192023a7bbd73250516f069df18b500', 'dc-ctax-jhr@nic.in', '0326-1234567', '', '8797779525', 'Dy.Commissioner', 1, 1, 1, 0, 0, 0, 0, 5.5, 25, 0, '2011-08-24 11:55:17', '2012-02-23 12:19:36', '2011-12-29 12:46:03'),
  490. (6, 5, 1, 1, 'R', 'inc-ctax-sth-ran-jhr', 'Sri V.K.', 'Dubey', '516534efbd5ae8cf9e356069810320a0', 'inc-ctax-sthran-jhr@nic.in', '', '', '', 'Circle Incharge,South Circle Ranchi', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-24 12:39:32', NULL, '2011-12-28 01:25:05'),
  491. (7, 5, 1, 4, 'R', 'inc-ctax-spe-ran-jhr', 'Sri U.K.', 'Nand', '8c1b2571b0872570eb4e46dcf1fd40f3', 'inc-ctax-speran-jhr@nic.in', '', '', '', 'Circle Incharge,Special Circle,Ranchi ', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-28 12:03:15', NULL, '2011-12-28 13:01:12'),
  492. (8, 5, 1, 3, 'R', 'inc-ctax-wst-ran-jhr', 'Sri G.K.', 'Tiwary', '8c1b2571b0872570eb4e46dcf1fd40f3', 'inc-ctax-speran-jhr@nic.in', '', '', '', 'Circle Incharge,West Circle,Ranchi ', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-28 12:05:16', NULL, '2011-12-28 12:47:46'),
  493. (9, 5, 1, 2, 'R', 'inc-ctax-est-ran-jhr', 'Sri R.P.', 'Barnwal', '8c1b2571b0872570eb4e46dcf1fd40f3', 'inc-ctax-estran-jhr@nic.in', '', '', '', 'Circle Incharge,East Ranchi Circle \r\n', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-28 12:06:30', NULL, '2011-12-28 12:46:08'),
  494. (10, 5, 1, 5, 'R', 'inc-ctax-pal-jhr', 'Sri Bhupendra', 'Kumar', '8c1b2571b0872570eb4e46dcf1fd40f3', 'inc-ctax-pal-jhr@nic.in', '', '', '', 'Circle Incharge,Palamu,daltonganj Circle \r\n', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-28 12:08:55', NULL, '2011-12-28 15:38:02'),
  495. (11, 5, 1, 6, 'R', 'inc-ctax-gum-jhr', 'Sri Jairam', 'Mahto', '8c1b2571b0872570eb4e46dcf1fd40f3', 'inc-ctax-gum-jhr@nic.in', '', '', '', 'Circle Incharge ,Gumla Circle\r\n', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-28 12:10:57', NULL, '2011-12-28 13:00:08'),
  496. (12, 5, 1, 7, 'R', 'inc-ctax-loh-jhr', 'Sri R.K.', 'Verma', '8c1b2571b0872570eb4e46dcf1fd40f3', 'inc-ctax-loh-jhr@nic.in', '', '', '', 'Circle Incharge,Lohardaga Circle \r\n', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-28 12:12:00', NULL, '2011-12-28 12:47:05'),
  497. (13, 5, 1, 8, 'J', 'inc-ctax-jam-jhr', 'Sri Ranjan Kumar', 'Sinha', '8c1b2571b0872570eb4e46dcf1fd40f3', 'inc-ctax-jam-jhr@nic.in', '', '', '', 'Circle Incharge,Jamshedpur Circle \r\n', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-28 12:13:14', NULL, '2011-12-28 12:48:24'),
  498. (14, 5, 1, 10, 'J', 'inc-ctax-ubn-jam-jhr', 'Sri Bhawani', 'Shankar', '8c1b2571b0872570eb4e46dcf1fd40f3', 'inc-ctax-ubnjam-jhr@nic.in', '', '', '', 'Circle Incharge,Urban Circle,Jamshedpur\r\n', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-28 12:14:10', NULL, '2011-12-28 12:50:21'),
  499. (15, 5, 1, 11, 'J', 'inc-ctax-sing-jhr', 'Sri Piter', 'Khalkho', '8c1b2571b0872570eb4e46dcf1fd40f3', 'inc-ctax-sing-jhr@nic.in', '', '', '', 'Circle Incharge,Singhbhum Circle,Jamshedpur ', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-28 12:15:06', NULL, '2011-12-28 12:59:05'),
  500. (16, 5, 1, 9, 'J', 'inc-ctax-adit-jhr', 'Sri Ajay Kr.', 'Sinha', '8c1b2571b0872570eb4e46dcf1fd40f3', 'inc-ctax-adit-jhr@nic.in', '', '', '', 'Circle Incharge,Adityapur Circle \r\n', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-28 12:16:04', NULL, '2011-12-28 12:49:28'),
  501. (17, 5, 1, 12, 'J', 'inc-ctax-chai-jhr', 'Sri Sitaram', '', '8c1b2571b0872570eb4e46dcf1fd40f3', 'inc-ctax-chai-jhr@nic.in', '', '', '', 'Circle Incharge,Chaibasa Circle \r\n', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-28 12:18:08', NULL, '2011-12-28 13:41:02'),
  502. (18, 5, 1, 19, 'H', 'inc-ctax-ram-jhr', 'Sri Dharmdev', 'Minc', '8c1b2571b0872570eb4e46dcf1fd40f3', 'inc-ctax-ram-jhr@nic.in', '', '', '', 'Circle Incharge,Ramgarh Circle \r\n', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-28 12:19:32', NULL, '2011-12-28 13:00:43'),
  503. (19, 5, 1, 21, 'H', 'inc-ctax-haz-jhr', 'Sri C.B.', 'Sinha', '8c1b2571b0872570eb4e46dcf1fd40f3', 'inc-ctax-haz-jhr@nic.in', '', '', '', 'Circle Incharge,Hazaribagh Circle \r\n', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-28 12:21:12', NULL, '2011-12-28 12:48:47'),
  504. (20, 5, 1, 22, 'H', 'inc-ctax-ten-jhr', 'Sri K.N.', 'Somera', '8c1b2571b0872570eb4e46dcf1fd40f3', 'inc-ctax-ten-jhr@nic.in', '', '', '', 'Circle Incharge,Tenughat Circle \r\n', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-28 12:24:47', NULL, '2011-12-28 12:48:06'),
  505. (21, 5, 1, 23, 'H', 'inc-ctax-gir-jhr', 'Sri Jaishankar', 'Singh', '9976a0112eda410fc36ddee9798cc9c6', 'inc-ctax-gir-jhr@nic.in', '', '', '', 'Circle Incharge,Giridih Circle \r\n', 1, 0, 1, 0, 0, 0, 0, 0.0, 0, 0, '2011-12-28 12:26:57', '2012-02-23 12:17:59', '2012-02-23 11:35:32'),
  506. (22, 5, 1, 24, 'H', 'inc-ctax-kod-jhr', 'Sri D.M.', 'Bhagat', '8c1b2571b0872570eb4e46dcf1fd40f3', 'inc-ctax-kod-jhr@nic.in', '', '', '', 'Circle Incharge,Koderma Circle \r\n', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-28 12:29:38', NULL, '2011-12-28 12:29:38'),
  507. (23, 5, 1, 14, 'D', 'inc-ctax-bok-jhr', 'Sri S.S.', 'Singh', '8c1b2571b0872570eb4e46dcf1fd40f3', 'inc-ctax-bok-jhr@nic.in', '', '', '', 'Circle Incharge,Bokaro Circle\r\n', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-28 12:30:49', NULL, '2011-12-28 12:30:49'),
  508. (24, 5, 1, 16, 'D', 'inc-ctax-ubn-dhn-jhr', 'Sri P.N.', 'Hembrum', '8c1b2571b0872570eb4e46dcf1fd40f3', 'inc-ctax-ubndhn-jhr@nic.in', '', '', '', 'Circle Incharge,Urban Circle,Dhanbad ', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-28 12:31:46', NULL, '2011-12-28 12:57:48'),
  509. (25, 5, 1, 17, 'D', 'inc-ctax-dhn-jhr', 'Sri Mukesh', 'Kumar', '8c1b2571b0872570eb4e46dcf1fd40f3', 'inc-ctax-dhn-jhr@nic.in', '', '', '', 'Circle Incharge,Dhanbad Circle \r\n', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-28 12:33:08', NULL, '2011-12-28 12:33:08'),
  510. (26, 5, 1, 18, 'D', 'inc-ctax-jha-jhr', 'Sri Mahendra', 'Prasad', '8c1b2571b0872570eb4e46dcf1fd40f3', 'inc-ctax-jha-jhr@nic.in', '', '', '', 'Circle Incharge,Jharia Circle\r\n', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-28 12:34:13', NULL, '2011-12-28 12:34:13'),
  511. (27, 5, 1, 15, 'D', 'inc-ctax-kat-jhr', 'Sri A.K.', 'Jaiswal ', '8c1b2571b0872570eb4e46dcf1fd40f3', 'inc-ctax-kat-jhr@nic.in', '', '', '', 'Circle Incharge,Katras Circle \r\n', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-28 12:36:03', NULL, '2011-12-28 12:36:03'),
  512. (28, 5, 1, 20, 'D', 'inc-ctax-chir-jhr', 'Sri Suresh', 'Prasad', '8c1b2571b0872570eb4e46dcf1fd40f3', 'inc-ctax-chir-jhr@nic.in', '', '', '', 'Circle Incharge,Chirkunda Circle\r\n', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-28 12:37:06', NULL, '2011-12-28 12:37:36'),
  513. (29, 5, 1, 25, 'S', 'inc-ctax-god-jhr', 'Sri G.P.', 'Rout', '8c1b2571b0872570eb4e46dcf1fd40f3', 'inc-ctax-god-jhr@nic.in', '', '', '', 'Circle Incharge,Godda Circle \r\n', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-28 12:39:43', NULL, '2011-12-28 13:29:53'),
  514. (30, 5, 1, 26, 'S', 'inc-ctax-deo-jhr', 'Sri. Polus', 'Dhan', '8c1b2571b0872570eb4e46dcf1fd40f3', 'inc-ctax-deo-jhr@nic.in', '', '', '', 'Circle Incharge,Deoghar Circle \r\n', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-28 12:40:47', NULL, '2011-12-28 12:40:47'),
  515. (31, 5, 1, 28, 'S', 'inc-ctax-dum-jhr', 'Sri Sanjay', 'Kumar', '8c1b2571b0872570eb4e46dcf1fd40f3', 'inc-ctax-dum-jhr@nic.in', '', '', '', 'Circle Incharge,Dumka Circle \r\n', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-28 12:42:03', NULL, '2011-12-28 12:42:03'),
  516. (32, 5, 1, 27, 'S', 'inc-ctax-sah-jhr', 'Sri D.N.', 'Ram', '8c1b2571b0872570eb4e46dcf1fd40f3', 'inc-ctax-sah-jhr@nic.in', '', '', '', 'Circle Incharge,Sahebganj Circle \r\n', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-28 12:44:07', NULL, '2011-12-28 12:44:07'),
  517. (33, 5, 1, 13, 'S', 'inc-ctax-pak-jhr', 'Sri Yugal', 'Kishore', '8c1b2571b0872570eb4e46dcf1fd40f3', 'inc-ctax-pak-jhr@nic.in', '', '', '', 'Circle Incharge,Pakur Circle \r\n', 1, 0, 1, 0, 0, 0, 1, 0.0, 0, 0, '2011-12-28 12:45:13', NULL, '2011-12-28 12:45:13'),
  518. (34, 2, 1, 99, 'ALL', 'rupesh', 'Rupesh', 'Kumar', 'c61598b307b111db287a9770ec526856', 'inf.ctax-jhr@nic.in', '', '', '', 'Help Desk Staff', 1, 0, 1, 0, 0, 0, 0, 0.0, 0, 0, '2011-12-29 11:19:30', '2012-01-18 12:28:11', '2012-06-22 05:22:37'),
  519. (35, 2, 1, 99, 'ALL', 'akhshay', 'Akhshay', 'Ray', 'c7a17c87dfac332d08d14f3d4002f213', 'help.ctax-jhr@nic.in', '', '', '', 'Help Desk Staff', 1, 0, 1, 0, 0, 0, 0, 0.0, 0, 0, '2011-12-29 11:21:17', '2012-02-23 12:19:06', '2012-02-23 11:51:25');
  520.  
  521. -- --------------------------------------------------------
  522.  
  523. --
  524. -- Table structure for table `ost_syslog`
  525. --
  526.  
  527. CREATE TABLE `ost_syslog` (
  528. `log_id` int(11) unsigned NOT NULL auto_increment,
  529. `log_type` enum('Debug','Warning','Error') NOT NULL,
  530. `title` varchar(255) NOT NULL,
  531. `log` text NOT NULL,
  532. `logger` varchar(64) NOT NULL,
  533. `ip_address` varchar(16) NOT NULL,
  534. `created` datetime NOT NULL default '0000-00-00 00:00:00',
  535. `updated` datetime NOT NULL default '0000-00-00 00:00:00',
  536. PRIMARY KEY (`log_id`),
  537. KEY `log_type` (`log_type`)
  538. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=733 ;
  539.  
  540. --
  541. -- Dumping data for table `ost_syslog`
  542. --
  543.  
  544. INSERT INTO `ost_syslog` (`log_id`, `log_type`, `title`, `log`, `logger`, `ip_address`, `created`, `updated`) VALUES
  545. (1, 'Debug', 'osTicket installed!', 'Congratulations osTicket basic installation completed!\n\nThank you for choosing osTicket!', '', '127.0.0.1', '2011-08-24 11:55:17', '2011-08-24 11:55:17'),
  546. (2, 'Warning', 'mcrypt missing', 'Cryptography extension mcrypt is not enabled or installed. IMAP/POP passwords are being stored as plain text in database.', '', '10.134.9.21', '2011-08-25 11:52:13', '2011-08-25 11:52:13'),
  547. (3, 'Warning', 'mcrypt missing', 'Cryptography extension mcrypt is not enabled or installed. IMAP/POP passwords are being stored as plain text in database.', '', '10.134.9.21', '2011-08-25 12:34:01', '2011-08-25 12:34:01'),
  548. (4, 'Warning', 'mcrypt missing', 'Cryptography extension mcrypt is not enabled or installed. IMAP/POP passwords are being stored as plain text in database.', '', '127.0.0.1', '2011-08-25 12:56:22', '2011-08-25 12:56:22'),
  549. (5, 'Warning', 'mcrypt missing', 'Cryptography extension mcrypt is not enabled or installed. IMAP/POP passwords are being stored as plain text in database.', '', '127.0.0.1', '2011-08-25 12:58:24', '2011-08-25 12:58:24'),
  550. (6, 'Warning', 'mcrypt missing', 'Cryptography extension mcrypt is not enabled or installed. IMAP/POP passwords are being stored as plain text in database.', '', '127.0.0.1', '2011-08-25 12:58:28', '2011-08-25 12:58:28'),
  551. (7, 'Warning', 'mcrypt missing', 'Cryptography extension mcrypt is not enabled or installed. IMAP/POP passwords are being stored as plain text in database.', '', '127.0.0.1', '2011-08-25 12:59:23', '2011-08-25 12:59:23'),
  552. (8, 'Warning', 'mcrypt missing', 'Cryptography extension mcrypt is not enabled or installed. IMAP/POP passwords are being stored as plain text in database.', '', '127.0.0.1', '2011-08-25 13:11:34', '2011-08-25 13:11:34'),
  553. (9, 'Warning', 'mcrypt missing', 'Cryptography extension mcrypt is not enabled or installed. IMAP/POP passwords are being stored as plain text in database.', '', '127.0.0.1', '2011-08-25 13:12:57', '2011-08-25 13:12:57'),
  554. (10, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-08-25 13:19:21', '2011-08-25 13:19:21'),
  555. (11, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-08-26 10:18:16', '2011-08-26 10:18:16'),
  556. (12, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-08-26 10:18:51', '2011-08-26 10:18:51'),
  557. (13, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-08-26 13:12:30', '2011-08-26 13:12:30'),
  558. (14, 'Error', 'DB Error #1064', '[SELECT category_id,category FROM ost_help_category WHERE ORDER BY category_id]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY category_id'' at line 1', '', '127.0.0.1', '2011-08-26 13:12:47', '2011-08-26 13:12:47'),
  559. (15, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-08-26 13:13:05', '2011-08-26 13:13:05'),
  560. (16, 'Error', 'DB Error #1064', '[SELECT category_id,category FROM ost_help_category WHERE ORDER BY category_id]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY category_id'' at line 1', '', '127.0.0.1', '2011-08-26 13:13:22', '2011-08-26 13:13:22'),
  561. (17, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-08-26 13:15:15', '2011-08-26 13:15:15'),
  562. (18, 'Error', 'DB Error #1064', '[SELECT category_id,category FROM ost_help_category WHERE ORDER BY category_id]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY category_id'' at line 1', '', '127.0.0.1', '2011-08-26 13:15:32', '2011-08-26 13:15:32'),
  563. (19, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-08-27 12:21:31', '2011-08-27 12:21:31'),
  564. (20, 'Warning', 'Failed login attempt (staff)', 'Username: sunil\nIP: 127.0.0.1\nTIME: Aug 29, 2011, 5:24 am UTC\n\nAttempts #2', '', '127.0.0.1', '2011-08-29 10:54:31', '2011-08-29 10:54:31'),
  565. (21, 'Warning', 'Failed login attempt (staff)', 'Username: anil\nIP: 127.0.0.1\nTIME: Aug 29, 2011, 5:24 am UTC\n\nAttempts #4', '', '127.0.0.1', '2011-08-29 10:54:45', '2011-08-29 10:54:45'),
  566. (22, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-08-29 10:55:15', '2011-08-29 10:55:15'),
  567. (23, 'Error', 'Excessive login attempts (staff)', 'Excessive login attempts by a staff member?\nUsername: sunil\nIP: 127.0.0.1\nTIME: Aug 29, 2011, 5:24 am UTC\n\nAttempts #5\nTimeout: 2 minutes \n\n', '', '127.0.0.1', '2011-08-29 10:55:32', '2011-08-29 10:55:32'),
  568. (24, 'Warning', 'Failed login attempt (staff)', 'Username: Anil\nIP: 127.0.0.1\nTIME: Aug 29, 2011, 5:27 am UTC\n\nAttempts #2', '', '127.0.0.1', '2011-08-29 10:57:23', '2011-08-29 10:57:23'),
  569. (25, 'Warning', 'Failed login attempt (staff)', 'Username: Anil\nIP: 127.0.0.1\nTIME: Aug 29, 2011, 5:27 am UTC\n\nAttempts #4', '', '127.0.0.1', '2011-08-29 10:57:47', '2011-08-29 10:57:47'),
  570. (26, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-08-29 10:59:14', '2011-08-29 10:59:14'),
  571. (27, 'Warning', 'Failed login attempt (staff)', 'Username: sunil\nIP: 10.134.9.64\nTIME: Aug 29, 2011, 7:57 am UTC\n\nAttempts #2', '', '10.134.9.64', '2011-08-29 13:27:32', '2011-08-29 13:27:32'),
  572. (28, 'Warning', 'Failed login attempt (staff)', 'Username: sunil\nIP: 10.134.9.64\nTIME: Aug 30, 2011, 5:36 am UTC\n\nAttempts #2', '', '10.134.9.64', '2011-08-30 11:06:22', '2011-08-30 11:06:22'),
  573. (29, 'Warning', 'Failed login attempt (staff)', 'Username: sunil\nIP: 10.134.9.64\nTIME: Aug 30, 2011, 5:36 am UTC\n\nAttempts #4', '', '10.134.9.64', '2011-08-30 11:06:47', '2011-08-30 11:06:47'),
  574. (30, 'Error', 'Excessive login attempts (staff)', 'Excessive login attempts by a staff member?\nUsername: anil\nIP: 10.134.9.64\nTIME: Aug 30, 2011, 5:37 am UTC\n\nAttempts #5\nTimeout: 2 minutes \n\n', '', '10.134.9.64', '2011-08-30 11:07:01', '2011-08-30 11:07:01'),
  575. (31, 'Warning', 'Failed login attempt (staff)', 'Username: anil\nIP: 10.134.9.64\nTIME: Aug 30, 2011, 5:37 am UTC\n\nAttempts #6', '', '10.134.9.64', '2011-08-30 11:07:16', '2011-08-30 11:07:16'),
  576. (32, 'Warning', 'Failed login attempt (staff)', 'Username: anil\nIP: 10.134.9.64\nTIME: Aug 30, 2011, 5:37 am UTC\n\nAttempts #8', '', '10.134.9.64', '2011-08-30 11:07:42', '2011-08-30 11:07:42'),
  577. (33, 'Warning', 'Failed login attempt (staff)', 'Username: anil\nIP: 10.134.9.64\nTIME: Aug 30, 2011, 5:38 am UTC\n\nAttempts #10', '', '10.134.9.64', '2011-08-30 11:08:09', '2011-08-30 11:08:09'),
  578. (34, 'Warning', 'Failed login attempt (client)', 'Email: rituraj00@gmil.com\nTicket #: 772129\nIP: 10.134.9.64\nTIME: Aug 30, 2011, 5:45 am UTC\n\nAttempts #2', '', '10.134.9.64', '2011-08-30 11:15:31', '2011-08-30 11:15:31'),
  579. (35, 'Warning', 'Failed login attempt (client)', 'Email: rituraj00@gmil.com\nTicket #: 772129\nIP: 10.134.9.64\nTIME: Aug 30, 2011, 5:45 am UTC\n\nAttempts #4', '', '10.134.9.64', '2011-08-30 11:15:58', '2011-08-30 11:15:58'),
  580. (36, 'Error', 'Excessive login attempts (client)', 'Excessive login attempts by a client?\nEmail: rituraj00@gmil.com\nTicket#: 772129\nIP: 10.134.9.64\nTime:Aug 30, 2011, 5:45 am UTC\n\nAttempts #5', '', '10.134.9.64', '2011-08-30 11:15:59', '2011-08-30 11:15:59'),
  581. (37, 'Warning', 'Failed login attempt (client)', 'Email: rituraj00@gmil.com\nTicket #: 772129\nIP: 10.134.9.64\nTIME: Aug 30, 2011, 5:47 am UTC\n\nAttempts #6', '', '10.134.9.64', '2011-08-30 11:17:18', '2011-08-30 11:17:18'),
  582. (38, 'Warning', 'Failed login attempt (client)', 'Email: rituraj00\nTicket #: 772129\nIP: 10.134.9.64\nTIME: Aug 30, 2011, 5:47 am UTC\n\nAttempts #8', '', '10.134.9.64', '2011-08-30 11:17:50', '2011-08-30 11:17:50'),
  583. (39, 'Warning', 'Failed login attempt (staff)', 'Username: sunail\nIP: 127.0.0.1\nTIME: Aug 30, 2011, 6:07 am UTC\n\nAttempts #2', '', '127.0.0.1', '2011-08-30 11:37:03', '2011-08-30 11:37:03'),
  584. (40, 'Error', 'DB Error #1064', '[SELECT category_id,category FROM ost_help_category where category_id ={$ticket->getCategory_id()}]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''>getCategory_id()}'' at line 1', '', '127.0.0.1', '2011-08-30 14:14:18', '2011-08-30 14:14:18'),
  585. (41, 'Error', 'DB Error #1064', '[SELECT category_id,category FROM ost_help_category where category_id ={$ticket->getCategory_id()}]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''>getCategory_id()}'' at line 1', '', '127.0.0.1', '2011-08-30 14:14:20', '2011-08-30 14:14:20'),
  586. (42, 'Error', 'DB Error #1064', '[SELECT category_id,category FROM ost_help_category where category_id ={$ticket->getCategory_id()}]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''>getCategory_id()}'' at line 1', '', '127.0.0.1', '2011-08-30 14:14:22', '2011-08-30 14:14:22'),
  587. (43, 'Error', 'DB Error #1064', '[SELECT category_id,category FROM ost_help_category where category_id ={$ticket->getCategory_id()}]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''>getCategory_id()}'' at line 1', '', '127.0.0.1', '2011-08-30 14:14:35', '2011-08-30 14:14:35'),
  588. (44, 'Error', 'DB Error #1064', '[SELECT category_id,category FROM ost_help_category where category_id ={$ticket->getCategory_id()}]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''>getCategory_id()}'' at line 1', '', '127.0.0.1', '2011-08-30 14:15:10', '2011-08-30 14:15:10'),
  589. (45, 'Error', 'DB Error #1064', '[SELECT category_id,category FROM ost_help_category where category_id ={$ticket->getCategory_id()}]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''>getCategory_id()}'' at line 1', '', '127.0.0.1', '2011-08-30 14:15:15', '2011-08-30 14:15:15'),
  590. (46, 'Error', 'DB Error #1064', '[SELECT category_id,category FROM ost_help_category where category_id ={$cat_var}]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''}'' at line 1', '', '127.0.0.1', '2011-08-30 14:16:10', '2011-08-30 14:16:10'),
  591. (47, 'Error', 'DB Error #1064', '[SELECT category_id,category FROM ost_help_category where category_id ={$cat_var}]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''}'' at line 1', '', '127.0.0.1', '2011-08-30 14:16:33', '2011-08-30 14:16:33'),
  592. (48, 'Error', 'DB Error #1064', '[SELECT category_id,category FROM ost_help_category where category_id ={$cat_var}]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''}'' at line 1', '', '127.0.0.1', '2011-08-30 14:16:45', '2011-08-30 14:16:45'),
  593. (49, 'Error', 'DB Error #1064', '[SELECT category_id,category FROM ost_help_category where category_id ={$cat_var}]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''}'' at line 1', '', '127.0.0.1', '2011-08-30 14:17:39', '2011-08-30 14:17:39'),
  594. (50, 'Error', 'DB Error #1064', '[SELECT category_id,category FROM ost_help_category where category_id ={$cat_var}]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''}'' at line 1', '', '127.0.0.1', '2011-08-30 14:18:09', '2011-08-30 14:18:09'),
  595. (51, 'Error', 'DB Error #1064', '[SELECT category_id,category FROM ost_help_category where category_id ={$cat_var}]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''}'' at line 1', '', '127.0.0.1', '2011-08-30 14:18:14', '2011-08-30 14:18:14'),
  596. (52, 'Error', 'DB Error #1064', '[SELECT category_id,category FROM ost_help_category where category_id ={$cat_var}]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''}'' at line 1', '', '127.0.0.1', '2011-08-30 14:18:19', '2011-08-30 14:18:19'),
  597. (53, 'Error', 'DB Error #1064', '[SELECT category FROM ost_help_category where category_id ={$cat_var}]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''}'' at line 1', '', '127.0.0.1', '2011-08-30 14:19:05', '2011-08-30 14:19:05'),
  598. (54, 'Error', 'DB Error #1064', '[SELECT category FROM ost_help_category where category_id ={$cat_var}]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''}'' at line 1', '', '127.0.0.1', '2011-08-30 14:19:12', '2011-08-30 14:19:12'),
  599. (55, 'Error', 'DB Error #1064', '[SELECT category FROM ost_help_category where category_id ={$cat_var}]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''}'' at line 1', '', '127.0.0.1', '2011-08-30 14:19:54', '2011-08-30 14:19:54'),
  600. (56, 'Error', 'DB Error #1064', '[SELECT category FROM ost_help_category where category_id ={$cat_var}]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''}'' at line 1', '', '127.0.0.1', '2011-08-30 14:20:57', '2011-08-30 14:20:57'),
  601. (57, 'Error', 'DB Error #1064', '[SELECT category FROM ost_help_category where category_id ={$cat_var}]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''}'' at line 1', '', '127.0.0.1', '2011-08-30 14:21:29', '2011-08-30 14:21:29'),
  602. (58, 'Error', 'DB Error #1064', '[SELECT category FROM ost_help_category where category_id ={$cat_var}]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''}'' at line 1', '', '127.0.0.1', '2011-08-30 14:23:29', '2011-08-30 14:23:29'),
  603. (59, 'Error', 'DB Error #1064', '[SELECT category FROM ost_help_category where category_id ={$cat_var}]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''}'' at line 1', '', '127.0.0.1', '2011-08-30 14:23:44', '2011-08-30 14:23:44'),
  604. (60, 'Error', 'DB Error #1064', '[SELECT category FROM ost_help_category where category_id ={$cat_var}]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''}'' at line 1', '', '127.0.0.1', '2011-08-30 14:28:17', '2011-08-30 14:28:17'),
  605. (61, 'Error', 'DB Error #1064', '[SELECT category FROM ost_help_category where category_id ={$cat_var}]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''}'' at line 1', '', '127.0.0.1', '2011-08-30 14:28:37', '2011-08-30 14:28:37'),
  606. (62, 'Error', 'DB Error #1064', '[SELECT category FROM ost_help_category where category_id ={$cat_var}]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''}'' at line 1', '', '127.0.0.1', '2011-08-30 14:29:02', '2011-08-30 14:29:02'),
  607. (63, 'Error', 'DB Error #1054', '[SELECT category FROM ost_help_category where category_id =$cat_var]\n\nUnknown column ''$cat_var'' in ''where clause''', '', '127.0.0.1', '2011-08-30 14:29:30', '2011-08-30 14:29:30'),
  608. (64, 'Error', 'DB Error #1054', '[SELECT category FROM ost_help_category where category_id =$cat_var]\n\nUnknown column ''$cat_var'' in ''where clause''', '', '127.0.0.1', '2011-08-30 14:30:12', '2011-08-30 14:30:12'),
  609. (65, 'Error', 'DB Error #1064', '[SELECT category FROM ost_help_category where category_id ={$cat_var} ]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''}'' at line 1', '', '127.0.0.1', '2011-08-30 14:31:02', '2011-08-30 14:31:02'),
  610. (66, 'Error', 'DB Error #1054', '[SELECT category FROM ost_help_category where category_id =$cat_var ]\n\nUnknown column ''$cat_var'' in ''where clause''', '', '127.0.0.1', '2011-08-30 14:48:35', '2011-08-30 14:48:35'),
  611. (67, 'Error', 'DB Error #1054', '[SELECT topic_id,topic FROM ost_help_topic WHERE isactive=1 and topic=Support]\n\nUnknown column ''Support'' in ''where clause''', '', '127.0.0.1', '2011-08-30 14:59:38', '2011-08-30 14:59:38'),
  612. (68, 'Error', 'DB Error #1064', '[SELECT topic_id,topic FROM ost_help_topic WHERE isactive=1and topic_id=1]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''topic_id=1'' at line 1', '', '127.0.0.1', '2011-08-30 15:02:25', '2011-08-30 15:02:25'),
  613. (69, 'Error', 'DB Error #1064', '[SELECT topic_id,topic FROM ost_help_topic WHERE isactive=1and topic_id=1]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''topic_id=1'' at line 1', '', '127.0.0.1', '2011-08-30 15:06:13', '2011-08-30 15:06:13'),
  614. (70, 'Warning', 'Failed login attempt (staff)', 'Username: sunail\nIP: 10.134.9.48\nTIME: Sep 2, 2011, 6:00 am UTC\n\nAttempts #2', '', '10.134.9.48', '2011-09-02 11:30:04', '2011-09-02 11:30:04'),
  615. (71, 'Warning', 'Failed login attempt (client)', 'Email: rituraj00@gmail.com\nTicket #: 695323\nIP: 10.134.9.48\nTIME: Sep 2, 2011, 6:02 am UTC\n\nAttempts #2', '', '10.134.9.48', '2011-09-02 11:32:02', '2011-09-02 11:32:02'),
  616. (72, 'Warning', 'Failed login attempt (client)', 'Email: rituraj00@gmail.com\nTicket #: 695323\nIP: 10.134.9.48\nTIME: Sep 2, 2011, 6:02 am UTC\n\nAttempts #4', '', '10.134.9.48', '2011-09-02 11:32:05', '2011-09-02 11:32:05'),
  617. (73, 'Warning', 'Failed login attempt (staff)', 'Username: sunil\nIP: 10.134.9.48\nTIME: Sep 2, 2011, 6:47 am UTC\n\nAttempts #2', '', '10.134.9.48', '2011-09-02 12:17:19', '2011-09-02 12:17:19'),
  618. (74, 'Warning', 'mcrypt missing', 'Cryptography extension mcrypt is not enabled or installed. IMAP/POP passwords are being stored as plain text in database.', '', '10.134.9.21', '2011-09-02 12:21:04', '2011-09-02 12:21:04'),
  619. (75, 'Warning', 'Failed login attempt (staff)', 'Username: dasda\nIP: 10.134.9.48\nTIME: Sep 2, 2011, 7:00 am UTC\n\nAttempts #2', '', '10.134.9.48', '2011-09-02 12:30:41', '2011-09-02 12:30:41'),
  620. (76, 'Warning', 'Failed login attempt (staff)', 'Username: dasda\nIP: 10.134.9.48\nTIME: Sep 2, 2011, 7:03 am UTC\n\nAttempts #4', '', '10.134.9.48', '2011-09-02 12:33:41', '2011-09-02 12:33:41'),
  621. (77, 'Warning', 'mcrypt missing', 'Cryptography extension mcrypt is not enabled or installed. IMAP/POP passwords are being stored as plain text in database.', '', '10.134.9.21', '2011-09-02 12:36:20', '2011-09-02 12:36:20'),
  622. (78, 'Error', 'Excessive login attempts (staff)', 'Excessive login attempts by a staff member?\nUsername: dasda\nIP: 10.134.9.48\nTIME: Sep 2, 2011, 7:06 am UTC\n\nAttempts #5\nTimeout: 2 minutes \n\n', '', '10.134.9.48', '2011-09-02 12:36:44', '2011-09-02 12:36:44'),
  623. (79, 'Warning', 'Failed login attempt (staff)', 'Username: dasda\nIP: 10.134.9.48\nTIME: Sep 2, 2011, 7:07 am UTC\n\nAttempts #6', '', '10.134.9.48', '2011-09-02 12:37:18', '2011-09-02 12:37:18'),
  624. (80, 'Warning', 'Failed login attempt (client)', 'Email: rituraj00@redifmail.com\nTicket #: 695323\nIP: 10.134.9.48\nTIME: Sep 2, 2011, 8:03 am UTC\n\nAttempts #2', '', '10.134.9.48', '2011-09-02 13:33:24', '2011-09-02 13:33:24'),
  625. (81, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-09-02 15:42:55', '2011-09-02 15:42:55'),
  626. (82, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-09-02 16:11:09', '2011-09-02 16:11:09'),
  627. (83, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-09-02 16:11:13', '2011-09-02 16:11:13'),
  628. (84, 'Warning', 'Failed login attempt (client)', 'Email: rituraj00@gmail.com\nTicket #: 695323\nIP: 10.134.9.64\nTIME: Sep 3, 2011, 6:12 am UTC\n\nAttempts #2', '', '10.134.9.64', '2011-09-03 11:42:04', '2011-09-03 11:42:04'),
  629. (85, 'Error', 'DB Error #1054', '[SELECT category FROM ost_help_category where category_id =$cat_var ]\n\nUnknown column ''$cat_var'' in ''where clause''', '', '10.134.9.64', '2011-09-03 13:45:59', '2011-09-03 13:45:59'),
  630. (86, 'Error', 'DB Error #1054', '[SELECT category FROM ost_help_category where category_id =$cat_var ]\n\nUnknown column ''$cat_var'' in ''where clause''', '', '10.134.9.64', '2011-09-03 13:46:52', '2011-09-03 13:46:52'),
  631. (87, 'Error', 'DB Error #1054', '[SELECT category FROM ost_help_category where category_id =$cat_var ]\n\nUnknown column ''$cat_var'' in ''where clause''', '', '10.134.9.64', '2011-09-03 13:47:56', '2011-09-03 13:47:56'),
  632. (88, 'Error', 'DB Error #1054', '[SELECT count(DISTINCT ticket.ticket_id) FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_category cat ON ticket.category_id=cat.caregory_id WHERE 1 AND status=''open'']\n\nUnknown column ''cat.caregory_id'' in ''on clause''', '', '10.134.9.64', '2011-09-03 16:07:30', '2011-09-03 16:07:30'),
  633. (89, 'Error', 'DB Error #1054', '[SELECT DISTINCT ticket.ticket_id,lock_id,ticketID,ticket.dept_id,ticket.staff_id,subject,name,email,dept_name,category ,ticket.status,ticket.source,isoverdue,isanswered,ticket.created,pri.* ,count(attach.attach_id) as attachments ,count(attach.attach_id) as attachments, IF(ticket.reopened is NULL,ticket.created,ticket.reopened) as effective_date FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_category cat ON ticket.category_id=cat.caregory_id LEFT JOIN ost_ticket_priority pri ON ticket.priority_id=pri.priority_id LEFT JOIN ost_ticket_lock tlock ON ticket.ticket_id=tlock.ticket_id AND tlock.expire>NOW() LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE 1 AND status=''open'' GROUP BY ticket.ticket_id ORDER BY priority_urgency,effective_date DESC ,ticket.created DESC LIMIT 0,25]\n\nUnknown column ''cat.caregory_id'' in ''on clause''', '', '10.134.9.64', '2011-09-03 16:07:30', '2011-09-03 16:07:30'),
  634. (90, 'Warning', 'Failed login attempt (client)', 'Email: rituraj00@gmail.com\nTicket #: 970569\nIP: 10.134.9.64\nTIME: Sep 5, 2011, 6:27 am UTC\n\nAttempts #2', '', '10.134.9.64', '2011-09-05 11:57:34', '2011-09-05 11:57:34'),
  635. (91, 'Warning', 'Failed login attempt (client)', 'Email: rituraj00@gmail.com\nTicket #: 991661\nIP: 10.134.9.64\nTIME: Sep 5, 2011, 6:27 am UTC\n\nAttempts #4', '', '10.134.9.64', '2011-09-05 11:57:50', '2011-09-05 11:57:50'),
  636. (92, 'Error', 'Excessive login attempts (client)', 'Excessive login attempts by a client?\nEmail: rituraj00@gmail.com\nTicket#: 991661\nIP: 10.134.9.64\nTime:Sep 5, 2011, 6:27 am UTC\n\nAttempts #5', '', '10.134.9.64', '2011-09-05 11:57:53', '2011-09-05 11:57:53'),
  637. (93, 'Warning', 'Failed login attempt (client)', 'Email: rituraj00@rediffmail.com\nTicket #: 991661\nIP: 10.134.9.64\nTIME: Sep 5, 2011, 6:28 am UTC\n\nAttempts #6', '', '10.134.9.64', '2011-09-05 11:58:02', '2011-09-05 11:58:02'),
  638. (94, 'Warning', 'Failed login attempt (client)', 'Email: rituraj00@gmail.com\nTicket #: 695323\nIP: 10.134.9.64\nTIME: Sep 5, 2011, 6:28 am UTC\n\nAttempts #8', '', '10.134.9.64', '2011-09-05 11:58:24', '2011-09-05 11:58:24'),
  639. (95, 'Warning', 'Failed login attempt (client)', 'Email: rituraj00@gmail.com\nTicket #: 695323\nIP: 10.134.9.64\nTIME: Sep 5, 2011, 6:28 am UTC\n\nAttempts #10', '', '10.134.9.64', '2011-09-05 11:58:25', '2011-09-05 11:58:25'),
  640. (96, 'Warning', 'Failed login attempt (client)', 'Email: rituraj00@gmail.com\nTicket #: 695323\nIP: 10.134.9.64\nTIME: Sep 5, 2011, 6:28 am UTC\n\nAttempts #12', '', '10.134.9.64', '2011-09-05 11:58:26', '2011-09-05 11:58:26'),
  641. (97, 'Warning', 'Failed login attempt (client)', 'Email: rituraj00@gmail.com\nTicket #: 627685\nIP: 10.134.9.64\nTIME: Sep 5, 2011, 6:29 am UTC\n\nAttempts #2', '', '10.134.9.64', '2011-09-05 11:59:59', '2011-09-05 11:59:59'),
  642. (98, 'Warning', 'Failed login attempt (client)', 'Email: rituraj00@gmail.com\nTicket #: 627685\nIP: 10.134.9.64\nTIME: Sep 5, 2011, 6:30 am UTC\n\nAttempts #4', '', '10.134.9.64', '2011-09-05 12:00:19', '2011-09-05 12:00:19'),
  643. (99, 'Error', 'DB Error #1052', '[SELECT ticket.ticket_id,ticket.ticketID,ticket.dept_id,isanswered,ispublic,subject,name,email ,dept_name,category,status,source,priority_id ,ticket.created ,count(attach_id) as attachments FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_category cat ON ticket.category_id=cat.category_id LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE email=''rituraj00@rediffmail.com'' GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,20]\n\nColumn ''priority_id'' in field list is ambiguous', '', '10.134.9.64', '2011-09-05 12:10:49', '2011-09-05 12:10:49'),
  644. (100, 'Error', 'DB Error #1052', '[SELECT ticket.ticket_id,ticket.ticketID,ticket.dept_id,isanswered,ispublic,subject,name,email ,dept_name,category,status,source,priority_id ,ticket.created ,count(attach_id) as attachments FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_category cat ON ticket.category_id=cat.category_id LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE email=''rituraj00@rediffmail.com'' GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,20]\n\nColumn ''priority_id'' in field list is ambiguous', '', '10.134.9.64', '2011-09-05 12:13:57', '2011-09-05 12:13:57'),
  645. (101, 'Error', 'DB Error #1052', '[SELECT ticket.ticket_id,ticket.ticketID,ticket.dept_id,isanswered,ispublic,subject,name,email ,dept_name,category,status,source,priority_id ,ticket.created ,count(attach_id) as attachments FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_category cat ON ticket.category_id=cat.category_id LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE email=''rituraj00@rediffmail.com'' GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,20]\n\nColumn ''priority_id'' in field list is ambiguous', '', '10.134.9.64', '2011-09-05 12:14:03', '2011-09-05 12:14:03'),
  646. (102, 'Error', 'DB Error #1052', '[SELECT ticket.ticket_id,ticket.ticketID,ticket.dept_id,isanswered,ispublic,subject,name,email ,dept_name,category,status,source,priority_id ,ticket.created ,count(attach_id) as attachments FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_category cat ON ticket.category_id=cat.category_id LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE email=''rituraj00@rediffmail.com'' GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,20]\n\nColumn ''priority_id'' in field list is ambiguous', '', '10.134.9.64', '2011-09-05 12:22:28', '2011-09-05 12:22:28'),
  647. (103, 'Error', 'DB Error #1052', '[SELECT ticket.ticket_id,ticket.ticketID,ticket.dept_id,isanswered,ispublic,subject,name,email ,dept_name,category,status,source,priority_id ,ticket.created ,count(attach_id) as attachments FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_category cat ON ticket.category_id=cat.category_id LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE email=''rituraj00@rediffmail.com'' GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,20]\n\nColumn ''priority_id'' in field list is ambiguous', '', '10.134.9.64', '2011-09-05 12:27:04', '2011-09-05 12:27:04'),
  648. (104, 'Error', 'DB Error #1052', '[SELECT ticket.ticket_id,ticket.ticketID,ticket.dept_id,isanswered,ispublic,subject,name,email ,dept_name,category,status,source,priority_id ,ticket.created ,count(attach_id) as attachments FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_category cat ON ticket.category_id=cat.category_id LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE email=''rituraj00@rediffmail.com'' GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,20]\n\nColumn ''priority_id'' in field list is ambiguous', '', '10.134.9.64', '2011-09-05 12:32:54', '2011-09-05 12:32:54'),
  649. (105, 'Error', 'DB Error #1052', '[SELECT ticket.ticket_id,ticket.ticketID,ticket.dept_id,isanswered,ispublic,subject,name,email ,dept_name,category,status,source,priority_id ,ticket.created ,count(attach_id) as attachments FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_category cat ON ticket.category_id=cat.category_id LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE email=''rituraj00@rediffmail.com'' GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,20]\n\nColumn ''priority_id'' in field list is ambiguous', '', '10.134.9.64', '2011-09-05 12:32:54', '2011-09-05 12:32:54'),
  650. (106, 'Error', 'DB Error #1052', '[SELECT ticket.ticket_id,ticket.ticketID,ticket.dept_id,isanswered,ispublic,subject,name,email,category ,dept_name,status,source,priority_id ,ticket.created ,count(attach_id) as attachments FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_category cat ON ticket.category_id=cat.category_id LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE email=''rituraj00@rediffmail.com'' GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,20]\n\nColumn ''priority_id'' in field list is ambiguous', '', '10.134.9.64', '2011-09-05 12:35:23', '2011-09-05 12:35:23'),
  651. (107, 'Error', 'DB Error #1052', '[SELECT ticket.ticket_id,ticket.ticketID,ticket.dept_id,isanswered,ispublic,subject,name,email,category ,dept_name,status,source,priority_id ,ticket.created ,count(attach_id) as attachments FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_category cat ON ticket.category_id=cat.category_id LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE email=''rituraj00@rediffmail.com'' GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,20]\n\nColumn ''priority_id'' in field list is ambiguous', '', '10.134.9.64', '2011-09-05 12:36:51', '2011-09-05 12:36:51'),
  652. (108, 'Error', 'DB Error #1052', '[SELECT ticket.ticket_id,ticket.ticketID,ticket.dept_id,isanswered,ispublic,subject,name,email,category ,dept_name,status,source,priority_id ,ticket.created ,count(attach_id) as attachments FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_category cat ON ticket.category_id=cat.category_id LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE email=''rituraj00@rediffmail.com'' GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,20]\n\nColumn ''priority_id'' in field list is ambiguous', '', '10.134.9.64', '2011-09-05 12:37:11', '2011-09-05 12:37:11'),
  653. (109, 'Error', 'DB Error #1052', '[SELECT ticket.ticket_id,ticket.ticketID,ticket.dept_id,ticket.category_id,isanswered,ispublic,subject,name,email,category ,dept_name,status,source,priority_id ,ticket.created ,count(attach_id) as attachments FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_category cat ON ticket.category_id=cat.category_id LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE email=''rituraj00@rediffmail.com'' GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,20]\n\nColumn ''priority_id'' in field list is ambiguous', '', '10.134.9.64', '2011-09-05 12:39:35', '2011-09-05 12:39:35'),
  654. (110, 'Error', 'DB Error #1052', '[SELECT ticket.ticket_id,ticket.ticketID,ticket.dept_id,ticket.category_id,isanswered,ispublic,subject,name,email,category ,dept_name,status,source,priority_id ,ticket.created ,count(attach_id) as attachments FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_category cat ON ticket.category_id=cat.category_id LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE email=''rituraj00@rediffmail.com'' GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,20]\n\nColumn ''priority_id'' in field list is ambiguous', '', '10.134.9.64', '2011-09-05 12:42:41', '2011-09-05 12:42:41'),
  655. (111, 'Error', 'DB Error #1052', '[SELECT ticket.ticket_id,ticket.ticketID,ticket.dept_id,ticket.category_id,isanswered,ispublic,subject,name,email,dept_name,status,source,priority_id ,ticket.created ,count(attach_id) as attachments FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_category cat ON ticket.category_id=cat.category_id LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE email=''rituraj00@rediffmail.com'' GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,20]\n\nColumn ''priority_id'' in field list is ambiguous', '', '10.134.9.64', '2011-09-05 12:44:42', '2011-09-05 12:44:42'),
  656. (112, 'Error', 'DB Error #1054', '[SELECT ticket.ticket_id,ticket.ticketID,ticket.dept_id,ticket.category_id,isanswered,ispublic,subject,name,email,caregory,dept_name,status,source,priority_id ,ticket.created ,count(attach_id) as attachments FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_category cat ON ticket.category_id=cat.category_id LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE email=''rituraj00@rediffmail.com'' GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,20]\n\nUnknown column ''caregory'' in ''field list''', '', '10.134.9.64', '2011-09-05 12:45:44', '2011-09-05 12:45:44'),
  657. (113, 'Error', 'DB Error #1052', '[SELECT ticket.ticket_id,ticket.ticketID,ticket.dept_id,ticket.category_id,isanswered,ispublic,subject,name,email,category,dept_name,status,source,priority_id ,ticket.created ,count(attach_id) as attachments FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_category cat ON ticket.category_id=cat.category_id LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE email=''rituraj00@rediffmail.com'' GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,20]\n\nColumn ''priority_id'' in field list is ambiguous', '', '10.134.9.64', '2011-09-05 12:46:12', '2011-09-05 12:46:12'),
  658. (114, 'Error', 'DB Error #1052', '[SELECT ticket.ticket_id,ticket.ticketID,ticket.dept_id,ticket.category_id,isanswered,ispublic,subject,name,email,category,dept_name,status,source,priority_id ,ticket.created ,count(attach_id) as attachments FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_category cat ON ticket.category_id=cat.category_id LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE email=''rituraj00@rediffmail.com'' GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,20]\n\nColumn ''priority_id'' in field list is ambiguous', '', '10.134.9.64', '2011-09-05 12:46:14', '2011-09-05 12:46:14'),
  659. (115, 'Error', 'DB Error #1052', '[SELECT ticket.ticket_id,ticket.ticketID,ticket.dept_id,ticket.category_id,isanswered,ispublic,subject,name,email,category,dept_name,status,source,priority_id ,ticket.created ,count(attach_id) as attachments FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_category cat ON ticket.category_id=cat.category_id LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE email=''rituraj00@rediffmail.com'' GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,20]\n\nColumn ''priority_id'' in field list is ambiguous', '', '10.134.9.64', '2011-09-05 12:46:14', '2011-09-05 12:46:14'),
  660. (116, 'Error', 'DB Error #1052', '[SELECT ticket.ticket_id,ticket.ticketID,ticket.dept_id,ticket.category_id,isanswered,ispublic,subject,name,email,category ,dept_name,status,source,priority_id ,ticket.created ,count(attach_id) as attachments FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_category cat ON ticket.category_id=cat.category_id LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE email=''rituraj00@rediffmail.com'' GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,20]\n\nColumn ''priority_id'' in field list is ambiguous', '', '10.134.9.64', '2011-09-05 12:50:03', '2011-09-05 12:50:03'),
  661. (117, 'Error', 'DB Error #1052', '[ SELECT ticket.ticket_id,ticket.ticketID,ticket.dept_id,ticket.category_id,isanswered,ispublic,subject,name,email,category ,dept_name,status,source,priority_id ,ticket.created ,count(attach_id) as attachments FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_category cat ON ticket.category_id=cat.category_id LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE email=''rituraj00@rediffmail.com'' GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,20]\n\nColumn ''priority_id'' in field list is ambiguous', '', '10.134.9.64', '2011-09-05 12:50:41', '2011-09-05 12:50:41'),
  662. (118, 'Error', 'DB Error #1052', '[ SELECT DISTINCT ticket.ticket_id,ticket.ticketID,ticket.dept_id,ticket.category_id,isanswered,ispublic,subject,name,email,category ,dept_name,status,source,priority_id ,ticket.created ,count(attach_id) as attachments FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_category cat ON ticket.category_id=cat.category_id LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE email=''rituraj00@rediffmail.com'' GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,20]\n\nColumn ''priority_id'' in field list is ambiguous', '', '10.134.9.64', '2011-09-05 12:56:07', '2011-09-05 12:56:07'),
  663. (119, 'Error', 'DB Error #1054', '[ SELECT ticket.ticket_id,ticket.ticketID,ticket.dept_id,ticket.category_id,isanswered,ispublic,subject,name,email,category ,dept_name,status,source,priority_id ,ticket.created ,count(attach_id) as attachments FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE email=''rituraj00@rediffmail.com'' GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,20]\n\nUnknown column ''category'' in ''field list''', '', '10.134.9.64', '2011-09-05 12:56:28', '2011-09-05 12:56:28'),
  664. (120, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.\r\n (code: -1, response: )]\n', '', '10.134.9.64', '2011-09-07 11:47:35', '2011-09-07 11:47:35'),
  665. (121, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\n authentication failure [SMTP: Invalid response code received from server (code: 454, response: 4.7.0 Authentication server unavailable (Remote authentication server unavailable).)]\n', '', '10.134.9.64', '2011-09-07 11:56:34', '2011-09-07 11:56:34'),
  666. (122, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-09-09 10:37:13', '2011-09-09 10:37:13'),
  667. (123, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-09-09 10:37:48', '2011-09-09 10:37:48'),
  668. (124, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-09-09 10:38:22', '2011-09-09 10:38:22'),
  669. (125, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-09-09 10:38:57', '2011-09-09 10:38:57'),
  670. (126, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-09-09 10:39:31', '2011-09-09 10:39:31'),
  671. (127, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-09-09 10:53:03', '2011-09-09 10:53:03'),
  672. (128, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-09-09 10:53:38', '2011-09-09 10:53:38'),
  673. (129, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-09-09 11:47:42', '2011-09-09 11:47:42'),
  674. (130, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-09-09 11:48:16', '2011-09-09 11:48:16'),
  675. (131, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-09-09 11:54:34', '2011-09-09 11:54:34'),
  676. (132, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-09-09 11:55:09', '2011-09-09 11:55:09'),
  677. (133, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-09-09 11:55:43', '2011-09-09 11:55:43'),
  678. (134, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-09-09 11:56:18', '2011-09-09 11:56:18');
  679. INSERT INTO `ost_syslog` (`log_id`, `log_type`, `title`, `log`, `logger`, `ip_address`, `created`, `updated`) VALUES
  680. (135, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-09-09 11:56:52', '2011-09-09 11:56:52'),
  681. (136, 'Warning', 'Failed login attempt (client)', 'Email: 802413\nTicket #: skumar052002@yahoo.com\nIP: 127.0.0.1\nTIME: Sep 13, 2011, 5:31 am UTC\n\nAttempts #2', '', '127.0.0.1', '2011-09-13 11:01:00', '2011-09-13 11:01:00'),
  682. (137, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-09-22 14:24:42', '2011-09-22 14:24:42'),
  683. (138, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-09-22 14:24:44', '2011-09-22 14:24:44'),
  684. (139, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-09-22 14:24:45', '2011-09-22 14:24:45'),
  685. (140, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-09-22 14:24:46', '2011-09-22 14:24:46'),
  686. (141, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-09-22 14:28:22', '2011-09-22 14:28:22'),
  687. (142, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-09-22 14:28:24', '2011-09-22 14:28:24'),
  688. (143, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-09-22 14:35:18', '2011-09-22 14:35:18'),
  689. (144, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-09-22 14:42:33', '2011-09-22 14:42:33'),
  690. (145, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created="$curr" ,ticketID=169579,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''ritu raj'',tinno=11111111111,mob=2212121311,subject=''E_Registration'',helptopic=''E_Registration'',phone="1234567",phone_ext=,ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''127.0.0.1'',source=''Web'''' at line 1', '', '127.0.0.1', '2011-09-23 15:00:01', '2011-09-23 15:00:01'),
  691. (146, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created="$curr" ,ticketID=920919,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''ritu raj'',tinno=11111111111,mob=2212121311,subject=''E_Registration'',helptopic=''E_Registration'',phone="1234567",phone_ext=,ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''127.0.0.1'',source=''Web'''' at line 1', '', '127.0.0.1', '2011-09-23 15:00:20', '2011-09-23 15:00:20'),
  692. (147, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created="$curr" ,ticketID=744451,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''ritu raj'',tinno=11111111111,mob=2212121311,subject=''E_Registration'',helptopic=''E_Registration'',phone="1234567",phone_ext=,ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''127.0.0.1'',source=''Web'''' at line 1', '', '127.0.0.1', '2011-09-23 15:00:27', '2011-09-23 15:00:27'),
  693. (148, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=$curr ,ticketID=893855,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''ritu raj'',tinno=11111111111,mob=2212121311,subject=''E_Registration'',helptopic=''E_Registration'',phone="1234567",phone_ext=,ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''127.0.0.1'',source=''Web'''' at line 1', '', '127.0.0.1', '2011-09-23 15:01:08', '2011-09-23 15:01:08'),
  694. (149, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=2011-09-23 09:32:28,ticketID=464149,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''ritu raj'',tinno=11111111111,mob=2212121311,subject=''E_Registration'',helptopic=''E_Registration'',phone="1234567",phone_ext=,ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''09:32:28,ticketID=464149,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gma'' at line 1', '', '127.0.0.1', '2011-09-23 15:02:30', '2011-09-23 15:02:30'),
  695. (150, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=719595,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''ritu raj'',tinno=11111111111,mob=2212121311,subject=''E_Registration'',helptopic=''E_Registration'',phone="1234567",phone_ext=,ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''127.0.0.1'',source=''Web'''' at line 1', '', '127.0.0.1', '2011-09-23 16:46:34', '2011-09-23 16:46:34'),
  696. (151, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=865000,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''ritu raj'',tinno=11111111111,mob=2212121311,subject=''E_Registration'',helptopic=''E_Registration'',phone="1234567",phone_ext=,ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''127.0.0.1'',source=''Web'''' at line 1', '', '127.0.0.1', '2011-09-23 16:47:06', '2011-09-23 16:47:06'),
  697. (152, 'Error', 'DB Error #1064', '[DELETE FROM ost_ticket WHERE ticket_id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-09-24 13:41:55', '2011-09-24 13:41:55'),
  698. (153, 'Error', 'DB Error #1064', '[DELETE FROM ost_ticket WHERE ticket_id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-09-24 13:41:55', '2011-09-24 13:41:55'),
  699. (154, 'Error', 'DB Error #1064', '[DELETE FROM ost_ticket WHERE ticket_id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-09-24 13:41:56', '2011-09-24 13:41:56'),
  700. (155, 'Error', 'DB Error #1064', '[DELETE FROM ost_ticket WHERE ticket_id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-09-24 13:41:56', '2011-09-24 13:41:56'),
  701. (156, 'Error', 'DB Error #1064', '[DELETE FROM ost_ticket WHERE ticket_id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-09-24 13:41:57', '2011-09-24 13:41:57'),
  702. (157, 'Error', 'DB Error #1064', '[DELETE FROM ost_ticket WHERE ticket_id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-09-24 13:41:57', '2011-09-24 13:41:57'),
  703. (158, 'Error', 'DB Error #1064', '[DELETE FROM ost_ticket WHERE ticket_id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-09-24 13:41:58', '2011-09-24 13:41:58'),
  704. (159, 'Error', 'DB Error #1064', '[DELETE FROM ost_ticket WHERE ticket_id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-09-24 13:41:58', '2011-09-24 13:41:58'),
  705. (160, 'Error', 'DB Error #1064', '[DELETE FROM ost_ticket WHERE ticket_id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-09-24 13:41:59', '2011-09-24 13:41:59'),
  706. (161, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=828798,dept_id=1,topic_id=1,priority_id=2,email=''kunaljsr@gmail.com'',name=''KUanl Sinha'',tinno=99999999999,mob='''',subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext=,ip_address=''10.134.9.46'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''10.134.9.46'',source=''Web'''' at line 1', '', '10.134.9.46', '2011-11-05 13:52:40', '2011-11-05 13:52:40'),
  707. (162, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=540516,dept_id=1,topic_id=1,priority_id=2,email=''kunaljsr@gmail.com'',name=''KUanl Sinha'',tinno=99999999999,mob='''',subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext=,ip_address=''10.134.9.46'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''10.134.9.46'',source=''Web'''' at line 1', '', '10.134.9.46', '2011-11-05 13:53:05', '2011-11-05 13:53:05'),
  708. (163, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=634274,dept_id=1,topic_id=1,priority_id=2,email=''kunaljsr@gmail.com'',name=''KUanl Sinha'',tinno=99999999999,mob='''',subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext=,ip_address=''10.134.9.46'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''10.134.9.46'',source=''Web'''' at line 1', '', '10.134.9.46', '2011-11-05 13:53:20', '2011-11-05 13:53:20'),
  709. (164, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=505467,dept_id=1,topic_id=1,priority_id=2,email=''rituraj19@in.com'',name=''ritu raj shriwastaw'',tinno='''',mob='''',subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext=,ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''127.0.0.1'',source=''Web'''' at line 1', '', '127.0.0.1', '2011-11-05 13:55:06', '2011-11-05 13:55:06'),
  710. (165, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=778876,dept_id=1,topic_id=1,priority_id=2,email=''rituraj19@in.com'',name=''ritu raj shriwastaw'',tinno='''',mob='''',subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext=,ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''127.0.0.1'',source=''Web'''' at line 1', '', '127.0.0.1', '2011-11-05 13:57:07', '2011-11-05 13:57:07'),
  711. (166, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=413501,dept_id=1,topic_id=1,priority_id=2,email=''kunaljsr@gmail.com'',name=''Kunal Sinha'',tinno='''',mob=9835539225,subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext=,ip_address=''10.134.9.46'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''10.134.9.46'',source=''Web'''' at line 1', '', '10.134.9.46', '2011-11-05 13:57:41', '2011-11-05 13:57:41'),
  712. (167, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=141717,dept_id=1,topic_id=1,priority_id=2,email=''kunaljsr@gmail.com'',name=''Kunal Sinha'',tinno='''',mob=9835539225,subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext=,ip_address=''10.134.9.46'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''10.134.9.46'',source=''Web'''' at line 1', '', '10.134.9.46', '2011-11-05 13:58:22', '2011-11-05 13:58:22'),
  713. (168, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=944930,dept_id=1,topic_id=3,priority_id=2,email=''rituraj19@in.com'',name=''RWSERWR'',tinno='''',mob='''',subject=''E_Payments'',helptopic=''E_Payments'',phone="",phone_ext=,ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''127.0.0.1'',source=''Web'''' at line 1', '', '127.0.0.1', '2011-11-05 13:59:26', '2011-11-05 13:59:26'),
  714. (169, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=409098,dept_id=1,topic_id=1,priority_id=2,email=''rituraj19@in.com'',name=''rajritushri'',tinno='''',mob='''',subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext=,ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''127.0.0.1'',source=''Web'''' at line 1', '', '127.0.0.1', '2011-11-05 14:02:47', '2011-11-05 14:02:47'),
  715. (170, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=464149,dept_id=1,topic_id=1,priority_id=2,email=''rituraj19@in.com'',name=''rajritushri'',tinno=12345679866,mob='''',subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext=,ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''127.0.0.1'',source=''Web'''' at line 1', '', '127.0.0.1', '2011-11-05 14:03:23', '2011-11-05 14:03:23'),
  716. (171, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=857431,dept_id=1,topic_id=1,priority_id=2,email=''rituraj19@in.com'',name=''rajritushri'',tinno=12345679866,mob='''',subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext=,ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''127.0.0.1'',source=''Web'''' at line 1', '', '127.0.0.1', '2011-11-05 14:03:51', '2011-11-05 14:03:51'),
  717. (172, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=253304,dept_id=1,topic_id=1,priority_id=2,email=''kunaljsr@gmail.com'',name=''kunal Sinha'',tinno='''',mob=9835539225,subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext=,ip_address=''10.134.9.46'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''10.134.9.46'',source=''Web'''' at line 1', '', '10.134.9.46', '2011-11-05 14:10:27', '2011-11-05 14:10:27'),
  718. (173, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=147996,dept_id=1,topic_id=1,priority_id=2,email=''kunaljsr@gmail.com'',name=''kunal Sinha'',tinno='''',mob=9835539225,subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext=,ip_address=''10.134.9.46'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''10.134.9.46'',source=''Web'''' at line 1', '', '10.134.9.46', '2011-11-05 14:10:51', '2011-11-05 14:10:51'),
  719. (174, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=812345,dept_id=1,topic_id=1,priority_id=2,email=''kunaljsr@gmail.com'',name=''kunal Sinha'',tinno=12333333333,mob=9835539225,subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext=,ip_address=''10.134.9.46'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''10.134.9.46'',source=''Web'''' at line 1', '', '10.134.9.46', '2011-11-05 14:11:15', '2011-11-05 14:11:15'),
  720. (175, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=276678,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''ritu'',tinno=12345678901,mob=9798315441,subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext=,ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''127.0.0.1'',source=''Web'''' at line 1', '', '127.0.0.1', '2011-11-08 11:34:19', '2011-11-08 11:34:19'),
  721. (176, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=505467,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''ritu'',tinno=12345678901,mob=9798315441,subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext=,ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''127.0.0.1'',source=''Web'''' at line 1', '', '127.0.0.1', '2011-11-08 11:37:15', '2011-11-08 11:37:15'),
  722. (177, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=557480,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''ritu'',tinno=12345678901,mob=9798315441,subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext=,ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''127.0.0.1'',source=''Web'''' at line 1', '', '127.0.0.1', '2011-11-08 11:57:22', '2011-11-08 11:57:22'),
  723. (178, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=687870,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''ritu'',tinno=12345678901,mob=9798315441,subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext=,ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''127.0.0.1'',source=''Web'''' at line 1', '', '127.0.0.1', '2011-11-08 12:00:52', '2011-11-08 12:00:52'),
  724. (179, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=695603,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''ritu'',tinno=12345678901,mob=9798315441,subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext=,ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''127.0.0.1'',source=''Web'''' at line 1', '', '127.0.0.1', '2011-11-08 12:12:23', '2011-11-08 12:12:23'),
  725. (180, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=991345,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''ritu'',tinno=12345678901,mob=9798315441,subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext=,ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''127.0.0.1'',source=''Web'''' at line 1', '', '127.0.0.1', '2011-11-08 12:17:25', '2011-11-08 12:17:25'),
  726. (181, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=818176,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''ritu'',tinno=12345678901,mob=9798315441,subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext=,ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''127.0.0.1'',source=''Web'''' at line 1', '', '127.0.0.1', '2011-11-08 12:17:42', '2011-11-08 12:17:42'),
  727. (182, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=985304,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@in.com'',name=''rirtet'',tinno=13122131313,mob=9786464646,subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext=,ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''127.0.0.1'',source=''Web'''' at line 1', '', '127.0.0.1', '2011-11-08 12:19:36', '2011-11-08 12:19:36'),
  728. (183, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=497005,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@in.com'',name=''rirtet'',tinno=13122131313,mob=9786464646,subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext=,ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''127.0.0.1'',source=''Web'''' at line 1', '', '127.0.0.1', '2011-11-08 12:21:01', '2011-11-08 12:21:01'),
  729. (184, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=304833,dept_id=1,topic_id=3,priority_id=2,email=''rituraj00@gmail.com'',name=''ritu'',tinno=31431442424,mob=6868686865,subject=''E_Payments'',helptopic=''E_Payments'',phone="",phone_ext=,ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''127.0.0.1'',source=''Web'''' at line 1', '', '127.0.0.1', '2011-11-08 12:26:37', '2011-11-08 12:26:37'),
  730. (185, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=524154,dept_id=1,topic_id=3,priority_id=2,email=''rituraj00@gmail.com'',name=''ritu'',tinno=31431442424,mob=6868686865,subject=''E_Payments'',helptopic=''E_Payments'',phone="",phone_ext=,ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ip_address=''127.0.0.1'',source=''Web'''' at line 1', '', '127.0.0.1', '2011-11-08 12:48:23', '2011-11-08 12:48:23'),
  731. (186, 'Warning', 'Failed login attempt (client)', 'Email: kunaljsr@gmail.com \nComplaint #: 19968\nIP: 127.0.0.1\nTIME: Nov 29, 2011, 7:38 am UTC\n\nAttempts #2', '', '127.0.0.1', '2011-11-29 13:08:40', '2011-11-29 13:08:40'),
  732. (187, 'Warning', 'Failed login attempt (client)', 'Email: kunaljsr@gmail.com \nComplaint #: 199698\nIP: 127.0.0.1\nTIME: Nov 29, 2011, 7:39 am UTC\n\nAttempts #4', '', '127.0.0.1', '2011-11-29 13:09:17', '2011-11-29 13:09:17'),
  733. (188, 'Error', 'Excessive login attempts (client)', 'Excessive login attempts by a client?\nEmail: kunaljsr@gmail.com \nComplaint#: 1996198\nIP: 127.0.0.1\nTime:Nov 29, 2011, 7:39 am UTC\n\nAttempts #5', '', '127.0.0.1', '2011-11-29 13:09:21', '2011-11-29 13:09:21'),
  734. (189, 'Warning', 'Failed login attempt (client)', 'Email: kunaljsr@gmail.com \nComplaint #: 1996198\nIP: 127.0.0.1\nTIME: Nov 29, 2011, 7:39 am UTC\n\nAttempts #6', '', '127.0.0.1', '2011-11-29 13:09:23', '2011-11-29 13:09:23'),
  735. (190, 'Warning', 'Failed login attempt (client)', 'Email: kunaljsr@gmail.com \nComplaint #: 196998\nIP: 127.0.0.1\nTIME: Nov 29, 2011, 7:40 am UTC\n\nAttempts #8', '', '127.0.0.1', '2011-11-29 13:10:08', '2011-11-29 13:10:08'),
  736. (191, 'Warning', 'Failed login attempt (client)', 'Email: rituraj00@gmail.com\nComplaint #: 783943\nIP: 127.0.0.1\nTIME: Nov 29, 2011, 7:41 am UTC\n\nAttempts #10', '', '127.0.0.1', '2011-11-29 13:11:00', '2011-11-29 13:11:00'),
  737. (192, 'Warning', 'Failed login attempt (client)', 'Email: rituraj00@gmail.com\nComplaint #: 783943\nIP: 127.0.0.1\nTIME: Nov 29, 2011, 7:41 am UTC\n\nAttempts #12', '', '127.0.0.1', '2011-11-29 13:11:03', '2011-11-29 13:11:03'),
  738. (193, 'Warning', 'Failed login attempt (client)', 'Email: rituraj00@gmail.com\nComplaint #: 783943\nIP: 127.0.0.1\nTIME: Nov 29, 2011, 7:41 am UTC\n\nAttempts #14', '', '127.0.0.1', '2011-11-29 13:11:05', '2011-11-29 13:11:05'),
  739. (194, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=409098,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''RITU RAJ SHRIWASTAW'',tinno=12345678900,mob=9835234348,add=''engineering building,block2,dhurwa,ranchi,jharkhand'',subject=''E_Registration'',helptopic=''E_Registration'',phone="1234567",phone_ext=''0326'',ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add=''engineering building,block2,dhurwa,ranchi,jharkhand'',subject=''E_Registratio'' at line 1', '', '127.0.0.1', '2011-11-29 14:34:43', '2011-11-29 14:34:43'),
  740. (195, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=634274,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''RITU RAJ SHRIWASTAW'',tinno=12345678900,mob=9835234348,add=''engineering building, block2,dhurwa,ranchi,jharkhand'',subject=''E_Registration'',helptopic=''E_Registration'',phone="1234567",phone_ext=''0326'',ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add=''engineering building, block2,dhurwa,ranchi,jharkhand'',subject=''E_Registrati'' at line 1', '', '127.0.0.1', '2011-11-29 14:38:29', '2011-11-29 14:38:29'),
  741. (196, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=744451,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''RITU RAJ SHRIWASTAW'',tinno=12345678900,mob=9835234348,add=''jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj'',subject=''E_Registration'',helptopic=''E_Registration'',phone="1234567",phone_ext=''0326'',ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add=''jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj'' at line 1', '', '127.0.0.1', '2011-11-29 14:42:05', '2011-11-29 14:42:05'),
  742. (197, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=846306,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''RITU RAJ SHRIWASTAW'',tinno=12345678900,mob=9835234348,add=''Engineering building block 2, dhurwa,goal chakkar, ranchi,jharkhand'',subject=''E_Registration'',helptopic=''E_Registration'',phone="1234567",phone_ext=''0326'',ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add=''Engineering building block 2, dhurwa,goal chakkar, ranchi,jharkhand'',subje'' at line 1', '', '127.0.0.1', '2011-11-29 14:50:51', '2011-11-29 14:50:51'),
  743. (198, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=826440,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''RITU RAJ SHRIWASTAW'',tinno=12345678900,mob=9835234348,add=''Engineering building block 2, dhurwa,goal chakkar, ranchi,jharkhand'',subject=''E_Registration'',helptopic=''E_Registration'',phone="1234567",phone_ext=''0326'',ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add=''Engineering building block 2, dhurwa,goal chakkar, ranchi,jharkhand'',subje'' at line 1', '', '127.0.0.1', '2011-11-29 14:51:10', '2011-11-29 14:51:10'),
  744. (199, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=503145,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''RITU RAJ SHRIWASTAW'',tinno=12345678900,mob=9835234348,add=''Engineering building block 2 dhurwa goal chakkar, ranchi jharkhand'',subject=''E_Registration'',helptopic=''E_Registration'',phone="1234567",phone_ext=''0326'',ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add=''Engineering building block 2 dhurwa goal chakkar, ranchi jharkhand'',subjec'' at line 1', '', '127.0.0.1', '2011-11-29 14:54:30', '2011-11-29 14:54:30'),
  745. (200, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=524154,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''RITU RAJ SHRIWASTAW'',tinno=12345678900,mob=9835234348,add=''Engineering building block 2 dhurwa goal chakkar, ranchi jharkhand'',subject=''E_Registration'',helptopic=''E_Registration'',phone="1234567",phone_ext=''0326'',ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add=''Engineering building block 2 dhurwa goal chakkar, ranchi jharkhand'',subjec'' at line 1', '', '127.0.0.1', '2011-11-29 14:55:14', '2011-11-29 14:55:14'),
  746. (201, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=634274,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''RITU RAJ SHRIWASTAW'',tinno=12345678900,mob=9835234348,add=''Engineering building block 2 dhurwa goal chakkar, ranchi jharkhand'',subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext='''',ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add=''Engineering building block 2 dhurwa goal chakkar, ranchi jharkhand'',subjec'' at line 1', '', '127.0.0.1', '2011-11-29 15:13:03', '2011-11-29 15:13:03'),
  747. (202, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=985304,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''fbfhf'',tinno='''',mob='''',add=''gdgdgdgdgdgsdgdg'',subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext='''',ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add=''gdgdgdgdgdgsdgdg'',subject=''E_Registration'',helptopic=''E_Registration'',phone'' at line 1', '', '127.0.0.1', '2011-11-29 15:26:55', '2011-11-29 15:26:55'),
  748. (203, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=131979,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''fbfhf'',tinno='''',mob='''',add=''gdgdgdgdgdgsdgdg'',subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext='''',ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add=''gdgdgdgdgdgsdgdg'',subject=''E_Registration'',helptopic=''E_Registration'',phone'' at line 1', '', '127.0.0.1', '2011-11-29 15:51:46', '2011-11-29 15:51:46'),
  749. (204, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=387952,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''fbfhf'',tinno='''',mob='''',add=''gdgdgdgdgdgsdgdg'',subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext='''',ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add=''gdgdgdgdgdgsdgdg'',subject=''E_Registration'',helptopic=''E_Registration'',phone'' at line 1', '', '127.0.0.1', '2011-11-29 15:52:30', '2011-11-29 15:52:30'),
  750. (205, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=754296,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''fbfhf'',tinno='''',mob='''',add=''gdgdgdgdgdgsdgdg'',subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext='''',ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add=''gdgdgdgdgdgsdgdg'',subject=''E_Registration'',helptopic=''E_Registration'',phone'' at line 1', '', '127.0.0.1', '2011-11-29 16:06:22', '2011-11-29 16:06:22'),
  751. (206, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=406018,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''fbfhf'',tinno='''',mob='''',add=''gdgdgdgdgdgsdgdg'',subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext='''',ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add=''gdgdgdgdgdgsdgdg'',subject=''E_Registration'',helptopic=''E_Registration'',phone'' at line 1', '', '127.0.0.1', '2011-11-29 16:12:24', '2011-11-29 16:12:24'),
  752. (207, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=160240,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''fbfhf'',tinno='''',mob='''',add=''gdgdgdgdgdgsdgdg'',subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext='''',ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add=''gdgdgdgdgdgsdgdg'',subject=''E_Registration'',helptopic=''E_Registration'',phone'' at line 1', '', '127.0.0.1', '2011-11-29 16:19:38', '2011-11-29 16:19:38'),
  753. (208, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=282431,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''fbfhf'',tinno='''',mob='''',add=''gdgdgdgdgdgsdgdg'',subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext='''',ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add=''gdgdgdgdgdgsdgdg'',subject=''E_Registration'',helptopic=''E_Registration'',phone'' at line 1', '', '127.0.0.1', '2011-11-29 16:34:52', '2011-11-29 16:34:52'),
  754. (209, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=496701,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''fbfhf'',tinno='''',mob='''',add=''gdgdgdgdgdgsdgdg'',subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext='''',ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add=''gdgdgdgdgdgsdgdg'',subject=''E_Registration'',helptopic=''E_Registration'',phone'' at line 1', '', '127.0.0.1', '2011-11-29 16:38:28', '2011-11-29 16:38:28'),
  755. (210, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=259403,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''fbfhf'',tinno='''',mob='''',add=''gdgdgdgdgdgsdgdg'',subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext='''',ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add=''gdgdgdgdgdgsdgdg'',subject=''E_Registration'',helptopic=''E_Registration'',phone'' at line 1', '', '127.0.0.1', '2011-11-29 16:57:19', '2011-11-29 16:57:19'),
  756. (211, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=162066,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''fbfhf'',tinno='''',mob='''',add=''gdgdgdgdgdgsdgdg'',add=gdgdgdgdgdgsdgdg,subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext='''',ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add=''gdgdgdgdgdgsdgdg'',add=gdgdgdgdgdgsdgdg,subject=''E_Registration'',helptopic='''' at line 1', '', '127.0.0.1', '2011-11-29 16:59:44', '2011-11-29 16:59:44'),
  757. (212, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=368387,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''fbfhf'',tinno='''',mob='''',add=''gdgdgdgdgdgsdgdg'',subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext='''',ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add=''gdgdgdgdgdgsdgdg'',subject=''E_Registration'',helptopic=''E_Registration'',phone'' at line 1', '', '127.0.0.1', '2011-11-29 17:01:52', '2011-11-29 17:01:52'),
  758. (213, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=687870,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''fbfhf'',tinno='''',mob='''',add=''gdgdgdgdgdgsdgdg'',subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext='''',ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add=''gdgdgdgdgdgsdgdg'',subject=''E_Registration'',helptopic=''E_Registration'',phone'' at line 1', '', '127.0.0.1', '2011-11-29 17:17:50', '2011-11-29 17:17:50'),
  759. (214, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=187417,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''fbfhf'',tinno='''',mob='''',add=''gdgdgdgdgdgsdgdg'',subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext='''',ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add=''gdgdgdgdgdgsdgdg'',subject=''E_Registration'',helptopic=''E_Registration'',phone'' at line 1', '', '127.0.0.1', '2011-11-29 17:20:13', '2011-11-29 17:20:13'),
  760. (215, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=201274,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''ritu'',tinno='''',mob='''',add=''deo public school '',subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext='''',ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add=''deo public school '',subject=''E_Registration'',helptopic=''E_Registration'',pho'' at line 1', '', '127.0.0.1', '2011-11-30 10:54:05', '2011-11-30 10:54:05'),
  761. (216, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=398862,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''ritu'',tinno='''',mob='''',add=''deo public school '',subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext='''',ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add=''deo public school '',subject=''E_Registration'',helptopic=''E_Registration'',pho'' at line 1', '', '127.0.0.1', '2011-11-30 11:40:46', '2011-11-30 11:40:46'),
  762. (217, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=496701,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''ritu'',tinno='''',mob='''',add=''deo public school '',subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext='''',ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add=''deo public school '',subject=''E_Registration'',helptopic=''E_Registration'',pho'' at line 1', '', '127.0.0.1', '2011-11-30 11:43:29', '2011-11-30 11:43:29'),
  763. (218, 'Error', 'DB Error #1064', '[INSERT INTO ost_ticket SET created=NOW() ,ticketID=703782,dept_id=1,topic_id=1,priority_id=2,email=''rituraj00@gmail.com'',name=''ritu'',tinno='''',mob='''',add=''deo public school '',subject=''E_Registration'',helptopic=''E_Registration'',phone="",phone_ext='''',ip_address=''127.0.0.1'',source=''Web'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add=''deo public school '',subject=''E_Registration'',helptopic=''E_Registration'',pho'' at line 1', '', '127.0.0.1', '2011-11-30 12:03:37', '2011-11-30 12:03:37'),
  764. (219, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=85 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=85 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-30 12:10:45', '2011-11-30 12:10:45'),
  765. (220, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=236155 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=236155 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-30 12:10:46', '2011-11-30 12:10:46'),
  766. (221, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=85 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=85 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-30 12:10:46', '2011-11-30 12:10:46'),
  767. (222, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=236155 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=236155 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-30 12:10:47', '2011-11-30 12:10:47'),
  768. (223, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=236155 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=236155 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-30 12:11:06', '2011-11-30 12:11:06'),
  769. (224, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=85 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=85 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-30 12:11:12', '2011-11-30 12:11:12'),
  770. (225, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=236155 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=236155 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-30 12:11:13', '2011-11-30 12:11:13'),
  771. (226, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=85 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=85 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-30 12:11:14', '2011-11-30 12:11:14'),
  772. (227, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=236155 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=236155 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-30 12:11:15', '2011-11-30 12:11:15'),
  773. (228, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=85 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=85 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-30 12:12:01', '2011-11-30 12:12:01'),
  774. (229, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=236155 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=236155 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-30 12:12:01', '2011-11-30 12:12:01'),
  775. (230, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=85 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=85 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-30 12:12:02', '2011-11-30 12:12:02'),
  776. (231, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=236155 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=236155 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-30 12:12:03', '2011-11-30 12:12:03');
  777. INSERT INTO `ost_syslog` (`log_id`, `log_type`, `title`, `log`, `logger`, `ip_address`, `created`, `updated`) VALUES
  778. (232, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=236155 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=236155 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-30 12:12:17', '2011-11-30 12:12:17'),
  779. (233, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=85 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=85 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-30 12:12:24', '2011-11-30 12:12:24'),
  780. (234, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=236155 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=236155 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-30 12:12:24', '2011-11-30 12:12:24'),
  781. (235, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=85 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=85 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-30 12:12:25', '2011-11-30 12:12:25'),
  782. (236, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=236155 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=236155 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-30 12:12:26', '2011-11-30 12:12:26'),
  783. (237, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to add recipient: rituraj00@gmail.con [SMTP: Invalid response code received from server (code: 550, response: 5.1.2 unknown host or domain: rituraj00@gmail.con)]\n', '', '10.134.9.64', '2011-11-18 12:18:20', '2011-11-18 12:18:20'),
  784. (238, 'Warning', 'Failed login attempt (client)', 'Email: rituraj00@gmail.com\nComplaint #: 236155\nIP: 10.134.9.64\nTIME: Nov 18, 2011, 7:00 am UTC\n\nAttempts #2', '', '10.134.9.64', '2011-11-18 12:30:31', '2011-11-18 12:30:31'),
  785. (239, 'Warning', 'Failed login attempt (client)', 'Email: rituraj00@gmail.com\nComplaint #: 236155\nIP: 10.134.9.64\nTIME: Nov 18, 2011, 7:00 am UTC\n\nAttempts #4', '', '10.134.9.64', '2011-11-18 12:30:32', '2011-11-18 12:30:32'),
  786. (240, 'Error', 'Excessive login attempts (client)', 'Excessive login attempts by a client?\nEmail: rituraj00@gmail.com\nComplaint#: 236155\nIP: 10.134.9.64\nTime:Nov 18, 2011, 7:00 am UTC\n\nAttempts #5', '', '10.134.9.64', '2011-11-18 12:30:33', '2011-11-18 12:30:33'),
  787. (241, 'Warning', 'Failed login attempt (client)', 'Email: rituraj00@gmail.com\nComplaint #: 236155\nIP: 10.134.9.64\nTIME: Nov 18, 2011, 7:00 am UTC\n\nAttempts #6', '', '10.134.9.64', '2011-11-18 12:30:35', '2011-11-18 12:30:35'),
  788. (242, 'Warning', 'Failed login attempt (client)', 'Email: rituraj00@gmail.com\nComplaint #: 236155\nIP: 10.134.9.64\nTIME: Nov 18, 2011, 7:00 am UTC\n\nAttempts #8', '', '10.134.9.64', '2011-11-18 12:30:36', '2011-11-18 12:30:36'),
  789. (243, 'Warning', 'Failed login attempt (client)', 'Email: rituraj00@gmail.com\nComplaint #: 236155\nIP: 10.134.9.64\nTIME: Nov 18, 2011, 7:01 am UTC\n\nAttempts #10', '', '10.134.9.64', '2011-11-18 12:31:13', '2011-11-18 12:31:13'),
  790. (244, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [punit.verma@nic.in]\n\nFailed to add recipient: rituraj00@gmail.con [SMTP: Invalid response code received from server (code: 550, response: 5.1.2 unknown host or domain: rituraj00@gmail.con)]\n', '', '127.0.0.1', '2011-11-18 12:40:44', '2011-11-18 12:40:44'),
  791. (245, 'Error', 'DB Error #1064', '[DELETE FROM ost_ticket WHERE ticket_id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-11-18 12:51:48', '2011-11-18 12:51:48'),
  792. (246, 'Error', 'DB Error #1064', '[DELETE FROM ost_ticket WHERE ticket_id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-11-18 12:51:48', '2011-11-18 12:51:48'),
  793. (247, 'Error', 'DB Error #1064', '[DELETE FROM ost_ticket WHERE ticket_id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-11-18 12:51:49', '2011-11-18 12:51:49'),
  794. (248, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=89 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=89 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-18 12:52:23', '2011-11-18 12:52:23'),
  795. (249, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=187417 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=187417 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-18 12:52:23', '2011-11-18 12:52:23'),
  796. (250, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=89 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=89 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-18 12:52:24', '2011-11-18 12:52:24'),
  797. (251, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=187417 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=187417 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-18 12:52:25', '2011-11-18 12:52:25'),
  798. (252, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=187417 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=187417 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-18 12:52:54', '2011-11-18 12:52:54'),
  799. (253, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=89 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=89 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-18 12:53:00', '2011-11-18 12:53:00'),
  800. (254, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=187417 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=187417 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-18 12:53:01', '2011-11-18 12:53:01'),
  801. (255, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=89 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=89 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-18 12:53:02', '2011-11-18 12:53:02'),
  802. (256, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=187417 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=187417 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-18 12:53:03', '2011-11-18 12:53:03'),
  803. (257, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=89 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=89 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-18 12:53:18', '2011-11-18 12:53:18'),
  804. (258, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=187417 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=187417 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-18 12:53:19', '2011-11-18 12:53:19'),
  805. (259, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=89 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=89 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-18 12:53:19', '2011-11-18 12:53:19'),
  806. (260, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=187417 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=187417 AND email=''rituraj00@gmail.com'''' at line 1', '', '10.134.9.64', '2011-11-18 12:53:20', '2011-11-18 12:53:20'),
  807. (261, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=89 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=89 AND email=''rituraj00@gmail.com'''' at line 1', '', '127.0.0.1', '2011-11-18 12:59:30', '2011-11-18 12:59:30'),
  808. (262, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=187417 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=187417 AND email=''rituraj00@gmail.com'''' at line 1', '', '127.0.0.1', '2011-11-18 12:59:31', '2011-11-18 12:59:31'),
  809. (263, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=89 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=89 AND email=''rituraj00@gmail.com'''' at line 1', '', '127.0.0.1', '2011-11-18 12:59:31', '2011-11-18 12:59:31'),
  810. (264, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=187417 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=187417 AND email=''rituraj00@gmail.com'''' at line 1', '', '127.0.0.1', '2011-11-18 12:59:32', '2011-11-18 12:59:32'),
  811. (265, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=187417 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=187417 AND email=''rituraj00@gmail.com'''' at line 1', '', '127.0.0.1', '2011-11-18 13:01:20', '2011-11-18 13:01:20'),
  812. (266, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=89 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=89 AND email=''rituraj00@gmail.com'''' at line 1', '', '127.0.0.1', '2011-11-18 13:01:30', '2011-11-18 13:01:30'),
  813. (267, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=187417 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=187417 AND email=''rituraj00@gmail.com'''' at line 1', '', '127.0.0.1', '2011-11-18 13:01:31', '2011-11-18 13:01:31'),
  814. (268, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=89 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=89 AND email=''rituraj00@gmail.com'''' at line 1', '', '127.0.0.1', '2011-11-18 13:01:31', '2011-11-18 13:01:31'),
  815. (269, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=187417 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=187417 AND email=''rituraj00@gmail.com'''' at line 1', '', '127.0.0.1', '2011-11-18 13:01:32', '2011-11-18 13:01:32'),
  816. (270, 'Error', 'DB Error #1064', '[SELECT ticket_id,ticketID,name,email,topic_id,mob,tinno,phone,phone_ext,add FROM ost_ticket WHERE ticketID=187417 AND email=''rituraj00@gmail.com'']\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''add FROM ost_ticket WHERE ticketID=187417 AND email=''rituraj00@gmail.com'''' at line 1', '', '127.0.0.1', '2011-11-18 13:01:37', '2011-11-18 13:01:37'),
  817. (271, 'Warning', 'Failed login attempt (staff)', 'Username: admin\nIP: 10.134.9.62\nTIME: Nov 28, 2011, 10:51 am UTC\n\nAttempts #2', '', '10.134.9.62', '2011-11-28 16:21:42', '2011-11-28 16:21:42'),
  818. (272, 'Warning', 'Failed login attempt (staff)', 'Username: admin\nIP: 10.134.9.62\nTIME: Nov 28, 2011, 10:52 am UTC\n\nAttempts #4', '', '10.134.9.62', '2011-11-28 16:22:03', '2011-11-28 16:22:03'),
  819. (273, 'Error', 'Excessive login attempts (staff)', 'Excessive login attempts by a staff member?\nUsername: admin123\nIP: 10.134.9.62\nTIME: Nov 28, 2011, 10:52 am UTC\n\nAttempts #5\nTimeout: 2 minutes \n\n', '', '10.134.9.62', '2011-11-28 16:22:11', '2011-11-28 16:22:11'),
  820. (274, 'Warning', 'Failed login attempt (staff)', 'Username: admin\nIP: 10.134.9.62\nTIME: Nov 28, 2011, 10:52 am UTC\n\nAttempts #6', '', '10.134.9.62', '2011-11-28 16:22:19', '2011-11-28 16:22:19'),
  821. (275, 'Warning', 'Failed login attempt (staff)', 'Username: admin123\nIP: 10.134.9.62\nTIME: Nov 28, 2011, 10:52 am UTC\n\nAttempts #8', '', '10.134.9.62', '2011-11-28 16:22:50', '2011-11-28 16:22:50'),
  822. (276, 'Warning', 'Failed login attempt (staff)', 'Username: admin\nIP: 127.0.0.1\nTIME: Nov 28, 2011, 10:53 am UTC\n\nAttempts #2', '', '127.0.0.1', '2011-11-28 16:23:03', '2011-11-28 16:23:03'),
  823. (277, 'Warning', 'Failed login attempt (staff)', 'Username: admin\nIP: 127.0.0.1\nTIME: Nov 28, 2011, 10:53 am UTC\n\nAttempts #4', '', '127.0.0.1', '2011-11-28 16:23:32', '2011-11-28 16:23:32'),
  824. (278, 'Error', 'Excessive login attempts (staff)', 'Excessive login attempts by a staff member?\nUsername: admin\nIP: 127.0.0.1\nTIME: Nov 28, 2011, 10:53 am UTC\n\nAttempts #5\nTimeout: 2 minutes \n\n', '', '127.0.0.1', '2011-11-28 16:23:42', '2011-11-28 16:23:42'),
  825. (279, 'Warning', 'Failed login attempt (staff)', 'Username: admin\nIP: 127.0.0.1\nTIME: Nov 28, 2011, 10:54 am UTC\n\nAttempts #2', '', '127.0.0.1', '2011-11-28 16:24:06', '2011-11-28 16:24:06'),
  826. (280, 'Warning', 'Failed login attempt (staff)', 'Username: admin\nIP: 127.0.0.1\nTIME: Nov 28, 2011, 10:54 am UTC\n\nAttempts #4', '', '127.0.0.1', '2011-11-28 16:24:23', '2011-11-28 16:24:23'),
  827. (281, 'Error', 'Excessive login attempts (staff)', 'Excessive login attempts by a staff member?\nUsername: admin\nIP: 127.0.0.1\nTIME: Nov 28, 2011, 10:54 am UTC\n\nAttempts #5\nTimeout: 2 minutes \n\n', '', '127.0.0.1', '2011-11-28 16:24:36', '2011-11-28 16:24:36'),
  828. (282, 'Warning', 'Failed login attempt (staff)', 'Username: admin\nIP: 127.0.0.1\nTIME: Nov 28, 2011, 10:54 am UTC\n\nAttempts #6', '', '127.0.0.1', '2011-11-28 16:24:45', '2011-11-28 16:24:45'),
  829. (283, 'Warning', 'Failed login attempt (staff)', 'Username: admin\nIP: 127.0.0.1\nTIME: Nov 28, 2011, 10:55 am UTC\n\nAttempts #8', '', '127.0.0.1', '2011-11-28 16:25:09', '2011-11-28 16:25:09'),
  830. (284, 'Warning', 'Failed login attempt (staff)', 'Username: Admin\nIP: 127.0.0.1\nTIME: Nov 28, 2011, 10:56 am UTC\n\nAttempts #2', '', '127.0.0.1', '2011-11-28 16:26:59', '2011-11-28 16:26:59'),
  831. (285, 'Warning', 'Failed login attempt (staff)', 'Username: admin\nIP: 127.0.0.1\nTIME: Nov 28, 2011, 10:58 am UTC\n\nAttempts #2', '', '127.0.0.1', '2011-11-28 16:28:47', '2011-11-28 16:28:47'),
  832. (286, 'Warning', 'Failed login attempt (staff)', 'Username: admin\nIP: 127.0.0.1\nTIME: Nov 28, 2011, 10:59 am UTC\n\nAttempts #4', '', '127.0.0.1', '2011-11-28 16:29:05', '2011-11-28 16:29:05'),
  833. (287, 'Error', 'Excessive login attempts (staff)', 'Excessive login attempts by a staff member?\nUsername: admin\nIP: 127.0.0.1\nTIME: Nov 28, 2011, 10:59 am UTC\n\nAttempts #5\nTimeout: 2 minutes \n\n', '', '127.0.0.1', '2011-11-28 16:29:13', '2011-11-28 16:29:13'),
  834. (288, 'Warning', 'Failed login attempt (staff)', 'Username: admin123\nIP: 127.0.0.1\nTIME: Nov 28, 2011, 10:59 am UTC\n\nAttempts #6', '', '127.0.0.1', '2011-11-28 16:29:21', '2011-11-28 16:29:21'),
  835. (289, 'Warning', 'Failed login attempt (staff)', 'Username: ritu\nIP: 127.0.0.1\nTIME: Nov 28, 2011, 10:59 am UTC\n\nAttempts #8', '', '127.0.0.1', '2011-11-28 16:29:55', '2011-11-28 16:29:55'),
  836. (290, 'Warning', 'Failed login attempt (staff)', 'Username: ritu\nIP: 127.0.0.1\nTIME: Nov 28, 2011, 11:00 am UTC\n\nAttempts #10', '', '127.0.0.1', '2011-11-28 16:30:07', '2011-11-28 16:30:07'),
  837. (291, 'Warning', 'Failed login attempt (staff)', 'Username: sunil\nIP: 127.0.0.1\nTIME: Nov 28, 2011, 11:00 am UTC\n\nAttempts #4', '', '127.0.0.1', '2011-11-28 16:30:15', '2011-11-28 16:30:15'),
  838. (292, 'Warning', 'Failed login attempt (staff)', 'Username: Admin\nIP: 127.0.0.1\nTIME: Nov 28, 2011, 11:01 am UTC\n\nAttempts #2', '', '127.0.0.1', '2011-11-28 16:31:16', '2011-11-28 16:31:16'),
  839. (293, 'Warning', 'Failed login attempt (staff)', 'Username: sunil\nIP: 127.0.0.1\nTIME: Nov 28, 2011, 11:01 am UTC\n\nAttempts #4', '', '127.0.0.1', '2011-11-28 16:31:49', '2011-11-28 16:31:49'),
  840. (294, 'Error', 'Excessive login attempts (staff)', 'Excessive login attempts by a staff member?\nUsername: Admin\nIP: 127.0.0.1\nTIME: Nov 28, 2011, 11:02 am UTC\n\nAttempts #5\nTimeout: 2 minutes \n\n', '', '127.0.0.1', '2011-11-28 16:32:45', '2011-11-28 16:32:45'),
  841. (295, 'Warning', 'Failed login attempt (staff)', 'Username: Admin\nIP: 127.0.0.1\nTIME: Nov 28, 2011, 11:03 am UTC\n\nAttempts #6', '', '127.0.0.1', '2011-11-28 16:33:16', '2011-11-28 16:33:16'),
  842. (296, 'Warning', 'Failed login attempt (staff)', 'Username: Admin\nIP: 127.0.0.1\nTIME: Nov 28, 2011, 11:03 am UTC\n\nAttempts #8', '', '127.0.0.1', '2011-11-28 16:33:38', '2011-11-28 16:33:38'),
  843. (297, 'Warning', 'Failed login attempt (staff)', 'Username: Admin\nIP: 127.0.0.1\nTIME: Nov 28, 2011, 11:04 am UTC\n\nAttempts #10', '', '127.0.0.1', '2011-11-28 16:34:27', '2011-11-28 16:34:27'),
  844. (298, 'Warning', 'mcrypt missing', 'Cryptography extension mcrypt is not enabled or installed. IMAP/POP passwords are being stored as plain text in database.', '', '127.0.0.1', '2011-12-03 12:24:42', '2011-12-03 12:24:42'),
  845. (299, 'Warning', 'mcrypt missing', 'Cryptography extension mcrypt is not enabled or installed. IMAP/POP passwords are being stored as plain text in database.', '', '127.0.0.1', '2011-12-03 12:28:53', '2011-12-03 12:28:53'),
  846. (300, 'Warning', 'Failed login attempt (staff)', 'Username: Admin\nIP: 127.0.0.1\nTIME: Dec 8, 2011, 2:48 am UTC\n\nAttempts #2', '', '127.0.0.1', '2011-12-08 08:18:45', '2011-12-08 08:18:45'),
  847. (301, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: rituraj00@gmail.con [SMTP: Invalid response code received from server (code: 550, response: 5.1.2 unknown host or domain: rituraj00@gmail.con)]\n', '', '127.0.0.1', '2011-12-08 08:27:38', '2011-12-08 08:27:38'),
  848. (302, 'Warning', 'mcrypt missing', 'Cryptography extension mcrypt is not enabled or installed. IMAP/POP passwords are being stored as plain text in database.', '', '127.0.0.1', '2011-12-08 14:33:38', '2011-12-08 14:33:38'),
  849. (303, 'Warning', 'Failed login attempt (staff)', 'Username: admin\nIP: 127.0.0.1\nTIME: Dec 23, 2011, 7:14 am UTC\n\nAttempts #2', '', '127.0.0.1', '2011-12-23 12:44:53', '2011-12-23 12:44:53'),
  850. (304, 'Warning', 'Failed login attempt (staff)', 'Username: admin\nIP: 127.0.0.1\nTIME: Dec 23, 2011, 7:15 am UTC\n\nAttempts #4', '', '127.0.0.1', '2011-12-23 12:45:05', '2011-12-23 12:45:05'),
  851. (305, 'Error', 'Excessive login attempts (staff)', 'Excessive login attempts by a staff member?\nUsername: admin\nIP: 127.0.0.1\nTIME: Dec 23, 2011, 7:15 am UTC\n\nAttempts #5\nTimeout: 2 minutes \n\n', '', '127.0.0.1', '2011-12-23 12:45:21', '2011-12-23 12:45:21'),
  852. (306, 'Warning', 'Failed login attempt (staff)', 'Username: Admin]\nIP: 127.0.0.1\nTIME: Dec 23, 2011, 7:15 am UTC\n\nAttempts #6', '', '127.0.0.1', '2011-12-23 12:45:32', '2011-12-23 12:45:32'),
  853. (307, 'Warning', 'Failed login attempt (staff)', 'Username: admin\nIP: 127.0.0.1\nTIME: Dec 23, 2011, 7:16 am UTC\n\nAttempts #8', '', '127.0.0.1', '2011-12-23 12:46:24', '2011-12-23 12:46:24'),
  854. (308, 'Warning', 'Failed login attempt (staff)', 'Username: admin\nIP: 127.0.0.1\nTIME: Dec 23, 2011, 7:16 am UTC\n\nAttempts #10', '', '127.0.0.1', '2011-12-23 12:46:37', '2011-12-23 12:46:37'),
  855. (309, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-24 12:53:33', '2011-12-24 12:53:33'),
  856. (310, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 5 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-24 12:53:34', '2011-12-24 12:53:34'),
  857. (311, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-24 12:56:54', '2011-12-24 12:56:54'),
  858. (312, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 6 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-24 12:56:55', '2011-12-24 12:56:55'),
  859. (313, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-24 13:10:00', '2011-12-24 13:10:00'),
  860. (314, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 7 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-24 13:10:00', '2011-12-24 13:10:00'),
  861. (315, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-24 13:41:03', '2011-12-24 13:41:03'),
  862. (316, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 8 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-24 13:41:04', '2011-12-24 13:41:04'),
  863. (317, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-24 13:41:12', '2011-12-24 13:41:12'),
  864. (318, 'Error', 'DB Error #1146', '[SELECT circle_id,circle_name FROM circle]\n\nTable ''osticket.circle'' doesn''t exist', '', '127.0.0.1', '2011-12-24 13:41:13', '2011-12-24 13:41:13'),
  865. (319, 'Error', 'DB Error #1146', '[SELECT circle_id,circle_name FROM circle]\n\nTable ''osticket.circle'' doesn''t exist', '', '127.0.0.1', '2011-12-24 13:42:51', '2011-12-24 13:42:51'),
  866. (320, 'Error', 'DB Error #1146', '[SELECT circle_id,circle_name FROM circle]\n\nTable ''osticket.circle'' doesn''t exist', '', '127.0.0.1', '2011-12-24 14:08:56', '2011-12-24 14:08:56'),
  867. (321, 'Error', 'DB Error #1146', '[SELECT id,circle_name FROM circle]\n\nTable ''osticket.circle'' doesn''t exist', '', '127.0.0.1', '2011-12-26 12:36:05', '2011-12-26 12:36:05'),
  868. (322, 'Error', 'DB Error #1146', '[SELECT id,circle_name FROM circle]\n\nTable ''osticket.circle'' doesn''t exist', '', '127.0.0.1', '2011-12-26 12:36:06', '2011-12-26 12:36:06'),
  869. (323, 'Error', 'DB Error #1146', '[SELECT id,circle_name FROM circle]\n\nTable ''osticket.circle'' doesn''t exist', '', '127.0.0.1', '2011-12-26 12:37:44', '2011-12-26 12:37:44'),
  870. (324, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:40', '2011-12-27 13:51:40'),
  871. (325, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:41', '2011-12-27 13:51:41'),
  872. (326, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:41', '2011-12-27 13:51:41'),
  873. (327, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:42', '2011-12-27 13:51:42'),
  874. (328, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:42', '2011-12-27 13:51:42'),
  875. (329, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:43', '2011-12-27 13:51:43'),
  876. (330, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:43', '2011-12-27 13:51:43'),
  877. (331, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:44', '2011-12-27 13:51:44'),
  878. (332, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:45', '2011-12-27 13:51:45'),
  879. (333, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:45', '2011-12-27 13:51:45'),
  880. (334, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:46', '2011-12-27 13:51:46'),
  881. (335, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:46', '2011-12-27 13:51:46'),
  882. (336, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:47', '2011-12-27 13:51:47'),
  883. (337, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:47', '2011-12-27 13:51:47'),
  884. (338, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:48', '2011-12-27 13:51:48'),
  885. (339, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:49', '2011-12-27 13:51:49'),
  886. (340, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:49', '2011-12-27 13:51:49'),
  887. (341, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:50', '2011-12-27 13:51:50'),
  888. (342, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:50', '2011-12-27 13:51:50'),
  889. (343, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:51', '2011-12-27 13:51:51'),
  890. (344, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:52', '2011-12-27 13:51:52'),
  891. (345, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:52', '2011-12-27 13:51:52'),
  892. (346, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:53', '2011-12-27 13:51:53'),
  893. (347, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:53', '2011-12-27 13:51:53'),
  894. (348, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:54', '2011-12-27 13:51:54'),
  895. (349, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:54', '2011-12-27 13:51:54'),
  896. (350, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:55', '2011-12-27 13:51:55'),
  897. (351, 'Error', 'DB Error #1054', '[SELECT div_code,div_name FROM ost_circle where id=$id]\n\nUnknown column ''$id'' in ''where clause''', '', '127.0.0.1', '2011-12-27 13:51:56', '2011-12-27 13:51:56'),
  898. (352, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-27 21:08:57', '2011-12-27 21:08:57'),
  899. (353, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 5 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-27 21:08:58', '2011-12-27 21:08:58'),
  900. (354, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-27 21:13:26', '2011-12-27 21:13:26'),
  901. (355, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 6 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-27 21:13:27', '2011-12-27 21:13:27'),
  902. (356, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-27 21:19:54', '2011-12-27 21:19:54'),
  903. (357, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 7 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-27 21:19:55', '2011-12-27 21:19:55'),
  904. (358, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-27 21:30:37', '2011-12-27 21:30:37'),
  905. (359, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 8 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-27 21:30:38', '2011-12-27 21:30:38'),
  906. (360, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-27 21:39:09', '2011-12-27 21:39:09'),
  907. (361, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 9 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-27 21:39:10', '2011-12-27 21:39:10'),
  908. (362, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-27 21:48:29', '2011-12-27 21:48:29'),
  909. (363, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 10 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-27 21:48:30', '2011-12-27 21:48:30'),
  910. (364, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-27 21:55:43', '2011-12-27 21:55:43'),
  911. (365, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 11 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-27 21:55:44', '2011-12-27 21:55:44'),
  912. (366, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-27 22:16:21', '2011-12-27 22:16:21'),
  913. (367, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 12 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-27 22:16:22', '2011-12-27 22:16:22'),
  914. (368, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-27 22:33:48', '2011-12-27 22:33:48'),
  915. (369, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 13 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-27 22:33:49', '2011-12-27 22:33:49'),
  916. (370, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-27 22:49:00', '2011-12-27 22:49:00'),
  917. (371, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 14 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-27 22:49:01', '2011-12-27 22:49:01'),
  918. (372, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-27 22:55:54', '2011-12-27 22:55:54'),
  919. (373, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 15 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-27 22:55:55', '2011-12-27 22:55:55'),
  920. (374, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-27 23:01:38', '2011-12-27 23:01:38'),
  921. (375, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 16 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-27 23:01:39', '2011-12-27 23:01:39'),
  922. (376, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-27 23:11:08', '2011-12-27 23:11:08'),
  923. (377, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 17 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-27 23:11:09', '2011-12-27 23:11:09'),
  924. (378, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-27 23:30:50', '2011-12-27 23:30:50'),
  925. (379, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 18 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-27 23:30:51', '2011-12-27 23:30:51'),
  926. (380, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-27 23:39:23', '2011-12-27 23:39:23'),
  927. (381, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 19 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-27 23:39:24', '2011-12-27 23:39:24'),
  928. (382, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-27 23:46:25', '2011-12-27 23:46:25'),
  929. (383, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 20 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-27 23:46:26', '2011-12-27 23:46:26'),
  930. (384, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-27 23:52:05', '2011-12-27 23:52:05'),
  931. (385, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 21 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-27 23:52:06', '2011-12-27 23:52:06'),
  932. (386, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-27 23:57:40', '2011-12-27 23:57:40'),
  933. (387, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 22 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-27 23:57:41', '2011-12-27 23:57:41'),
  934. (388, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 00:04:06', '2011-12-28 00:04:06');
  935. INSERT INTO `ost_syslog` (`log_id`, `log_type`, `title`, `log`, `logger`, `ip_address`, `created`, `updated`) VALUES
  936. (389, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 23 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-28 00:04:07', '2011-12-28 00:04:07'),
  937. (390, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 00:11:47', '2011-12-28 00:11:47'),
  938. (391, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 24 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-28 00:11:48', '2011-12-28 00:11:48'),
  939. (392, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 00:21:30', '2011-12-28 00:21:30'),
  940. (393, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 25 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-28 00:21:31', '2011-12-28 00:21:31'),
  941. (394, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 00:46:51', '2011-12-28 00:46:51'),
  942. (395, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 26 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-28 00:46:52', '2011-12-28 00:46:52'),
  943. (396, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 00:58:26', '2011-12-28 00:58:26'),
  944. (397, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 27 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-28 00:58:27', '2011-12-28 00:58:27'),
  945. (398, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:04:52', '2011-12-28 01:04:52'),
  946. (399, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 28 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-28 01:04:53', '2011-12-28 01:04:53'),
  947. (400, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:12:31', '2011-12-28 01:12:31'),
  948. (401, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 29 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-28 01:12:32', '2011-12-28 01:12:32'),
  949. (402, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:24:50', '2011-12-28 01:24:50'),
  950. (403, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 30 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-28 01:24:51', '2011-12-28 01:24:51'),
  951. (404, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:40:49', '2011-12-28 01:40:49'),
  952. (405, 'Error', 'DB Error #1064', '[select circle_name from ost_circle where id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:40:50', '2011-12-28 01:40:50'),
  953. (406, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:40:50', '2011-12-28 01:40:50'),
  954. (407, 'Error', 'DB Error #1064', '[select div_name from ost_circle where div_code=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:40:51', '2011-12-28 01:40:51'),
  955. (408, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:40:51', '2011-12-28 01:40:51'),
  956. (409, 'Error', 'DB Error #1064', '[select circle_name from ost_circle where id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:40:52', '2011-12-28 01:40:52'),
  957. (410, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:40:52', '2011-12-28 01:40:52'),
  958. (411, 'Error', 'DB Error #1064', '[select div_name from ost_circle where div_code=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:40:53', '2011-12-28 01:40:53'),
  959. (412, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:40:55', '2011-12-28 01:40:55'),
  960. (413, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 31 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-28 01:40:56', '2011-12-28 01:40:56'),
  961. (414, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:41:02', '2011-12-28 01:41:02'),
  962. (415, 'Error', 'DB Error #1064', '[select circle_name from ost_circle where id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:41:03', '2011-12-28 01:41:03'),
  963. (416, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:41:03', '2011-12-28 01:41:03'),
  964. (417, 'Error', 'DB Error #1064', '[select div_name from ost_circle where div_code=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:41:04', '2011-12-28 01:41:04'),
  965. (418, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:41:04', '2011-12-28 01:41:04'),
  966. (419, 'Error', 'DB Error #1064', '[select circle_name from ost_circle where id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:41:05', '2011-12-28 01:41:05'),
  967. (420, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:41:05', '2011-12-28 01:41:05'),
  968. (421, 'Error', 'DB Error #1064', '[select div_name from ost_circle where div_code=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:41:06', '2011-12-28 01:41:06'),
  969. (422, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:45:14', '2011-12-28 01:45:14'),
  970. (423, 'Error', 'DB Error #1064', '[select circle_name from ost_circle where id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:45:15', '2011-12-28 01:45:15'),
  971. (424, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:45:15', '2011-12-28 01:45:15'),
  972. (425, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:45:16', '2011-12-28 01:45:16'),
  973. (426, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:45:16', '2011-12-28 01:45:16'),
  974. (427, 'Error', 'DB Error #1064', '[select div_name from ost_circle where div_code=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:45:17', '2011-12-28 01:45:17'),
  975. (428, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:45:17', '2011-12-28 01:45:17'),
  976. (429, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:45:18', '2011-12-28 01:45:18'),
  977. (430, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:45:18', '2011-12-28 01:45:18'),
  978. (431, 'Error', 'DB Error #1064', '[select circle_name from ost_circle where id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:45:19', '2011-12-28 01:45:19'),
  979. (432, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:45:19', '2011-12-28 01:45:19'),
  980. (433, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:45:20', '2011-12-28 01:45:20'),
  981. (434, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:45:20', '2011-12-28 01:45:20'),
  982. (435, 'Error', 'DB Error #1064', '[select div_name from ost_circle where div_code=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:45:21', '2011-12-28 01:45:21'),
  983. (436, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:45:21', '2011-12-28 01:45:21'),
  984. (437, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:45:22', '2011-12-28 01:45:22'),
  985. (438, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:46:41', '2011-12-28 01:46:41'),
  986. (439, 'Error', 'DB Error #1064', '[select circle_name from ost_circle where id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:46:42', '2011-12-28 01:46:42'),
  987. (440, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:46:42', '2011-12-28 01:46:42'),
  988. (441, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:46:44', '2011-12-28 01:46:44'),
  989. (442, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:46:44', '2011-12-28 01:46:44'),
  990. (443, 'Error', 'DB Error #1064', '[select div_name from ost_circle where div_code=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:46:45', '2011-12-28 01:46:45'),
  991. (444, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:46:45', '2011-12-28 01:46:45'),
  992. (445, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:46:46', '2011-12-28 01:46:46'),
  993. (446, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:46:46', '2011-12-28 01:46:46'),
  994. (447, 'Error', 'DB Error #1064', '[select circle_name from ost_circle where id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:46:47', '2011-12-28 01:46:47'),
  995. (448, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:46:47', '2011-12-28 01:46:47'),
  996. (449, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:46:48', '2011-12-28 01:46:48'),
  997. (450, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:46:48', '2011-12-28 01:46:48'),
  998. (451, 'Error', 'DB Error #1064', '[select div_name from ost_circle where div_code=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:46:49', '2011-12-28 01:46:49'),
  999. (452, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:46:49', '2011-12-28 01:46:49'),
  1000. (453, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:46:50', '2011-12-28 01:46:50'),
  1001. (454, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:50:50', '2011-12-28 01:50:50'),
  1002. (455, 'Error', 'DB Error #1064', '[select circle_name from ost_circle where id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:50:51', '2011-12-28 01:50:51'),
  1003. (456, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:50:51', '2011-12-28 01:50:51'),
  1004. (457, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:50:52', '2011-12-28 01:50:52'),
  1005. (458, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:50:52', '2011-12-28 01:50:52'),
  1006. (459, 'Error', 'DB Error #1064', '[select div_name from ost_circle where div_code=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:50:53', '2011-12-28 01:50:53'),
  1007. (460, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:50:53', '2011-12-28 01:50:53'),
  1008. (461, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:50:54', '2011-12-28 01:50:54'),
  1009. (462, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:50:54', '2011-12-28 01:50:54'),
  1010. (463, 'Error', 'DB Error #1064', '[select circle_name from ost_circle where id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:50:55', '2011-12-28 01:50:55'),
  1011. (464, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:50:55', '2011-12-28 01:50:55'),
  1012. (465, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:50:56', '2011-12-28 01:50:56'),
  1013. (466, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:50:56', '2011-12-28 01:50:56'),
  1014. (467, 'Error', 'DB Error #1064', '[select div_name from ost_circle where div_code=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:50:57', '2011-12-28 01:50:57'),
  1015. (468, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:50:57', '2011-12-28 01:50:57'),
  1016. (469, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:50:58', '2011-12-28 01:50:58'),
  1017. (470, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:50:58', '2011-12-28 01:50:58'),
  1018. (471, 'Error', 'DB Error #1064', '[select circle_name from ost_circle where id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:50:59', '2011-12-28 01:50:59'),
  1019. (472, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:50:59', '2011-12-28 01:50:59'),
  1020. (473, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:51:00', '2011-12-28 01:51:00'),
  1021. (474, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:00', '2011-12-28 01:51:00'),
  1022. (475, 'Error', 'DB Error #1064', '[select div_name from ost_circle where div_code=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:51:01', '2011-12-28 01:51:01'),
  1023. (476, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:02', '2011-12-28 01:51:02'),
  1024. (477, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:51:03', '2011-12-28 01:51:03'),
  1025. (478, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:03', '2011-12-28 01:51:03'),
  1026. (479, 'Error', 'DB Error #1064', '[select circle_name from ost_circle where id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:51:04', '2011-12-28 01:51:04'),
  1027. (480, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:04', '2011-12-28 01:51:04'),
  1028. (481, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:51:05', '2011-12-28 01:51:05'),
  1029. (482, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:05', '2011-12-28 01:51:05'),
  1030. (483, 'Error', 'DB Error #1064', '[select div_name from ost_circle where div_code=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:51:06', '2011-12-28 01:51:06'),
  1031. (484, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:06', '2011-12-28 01:51:06'),
  1032. (485, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:51:07', '2011-12-28 01:51:07'),
  1033. (486, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:07', '2011-12-28 01:51:07'),
  1034. (487, 'Error', 'DB Error #1064', '[select circle_name from ost_circle where id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:51:08', '2011-12-28 01:51:08'),
  1035. (488, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:08', '2011-12-28 01:51:08'),
  1036. (489, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:51:09', '2011-12-28 01:51:09'),
  1037. (490, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:09', '2011-12-28 01:51:09'),
  1038. (491, 'Error', 'DB Error #1064', '[select div_name from ost_circle where div_code=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:51:10', '2011-12-28 01:51:10'),
  1039. (492, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:10', '2011-12-28 01:51:10'),
  1040. (493, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:51:11', '2011-12-28 01:51:11'),
  1041. (494, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:11', '2011-12-28 01:51:11'),
  1042. (495, 'Error', 'DB Error #1064', '[select circle_name from ost_circle where id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:51:12', '2011-12-28 01:51:12'),
  1043. (496, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:12', '2011-12-28 01:51:12'),
  1044. (497, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:51:13', '2011-12-28 01:51:13'),
  1045. (498, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:13', '2011-12-28 01:51:13'),
  1046. (499, 'Error', 'DB Error #1064', '[select div_name from ost_circle where div_code=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:51:14', '2011-12-28 01:51:14'),
  1047. (500, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:14', '2011-12-28 01:51:14'),
  1048. (501, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:51:15', '2011-12-28 01:51:15'),
  1049. (502, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:15', '2011-12-28 01:51:15'),
  1050. (503, 'Error', 'DB Error #1064', '[select circle_name from ost_circle where id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:51:16', '2011-12-28 01:51:16'),
  1051. (504, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:16', '2011-12-28 01:51:16'),
  1052. (505, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:51:17', '2011-12-28 01:51:17'),
  1053. (506, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:17', '2011-12-28 01:51:17'),
  1054. (507, 'Error', 'DB Error #1064', '[select div_name from ost_circle where div_code=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:51:18', '2011-12-28 01:51:18'),
  1055. (508, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:18', '2011-12-28 01:51:18'),
  1056. (509, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:51:19', '2011-12-28 01:51:19'),
  1057. (510, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:19', '2011-12-28 01:51:19'),
  1058. (511, 'Error', 'DB Error #1064', '[select circle_name from ost_circle where id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:51:20', '2011-12-28 01:51:20'),
  1059. (512, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:20', '2011-12-28 01:51:20'),
  1060. (513, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:51:21', '2011-12-28 01:51:21'),
  1061. (514, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:21', '2011-12-28 01:51:21'),
  1062. (515, 'Error', 'DB Error #1064', '[select div_name from ost_circle where div_code=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:51:22', '2011-12-28 01:51:22'),
  1063. (516, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:22', '2011-12-28 01:51:22'),
  1064. (517, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:51:23', '2011-12-28 01:51:23'),
  1065. (518, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:23', '2011-12-28 01:51:23'),
  1066. (519, 'Error', 'DB Error #1064', '[select circle_name from ost_circle where id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:51:24', '2011-12-28 01:51:24'),
  1067. (520, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:24', '2011-12-28 01:51:24'),
  1068. (521, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:51:25', '2011-12-28 01:51:25'),
  1069. (522, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:25', '2011-12-28 01:51:25'),
  1070. (523, 'Error', 'DB Error #1064', '[select div_name from ost_circle where div_code=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:51:26', '2011-12-28 01:51:26'),
  1071. (524, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:26', '2011-12-28 01:51:26'),
  1072. (525, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:51:27', '2011-12-28 01:51:27'),
  1073. (526, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:27', '2011-12-28 01:51:27'),
  1074. (527, 'Error', 'DB Error #1064', '[select circle_name from ost_circle where id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:51:28', '2011-12-28 01:51:28'),
  1075. (528, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:28', '2011-12-28 01:51:28'),
  1076. (529, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:51:29', '2011-12-28 01:51:29'),
  1077. (530, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:30', '2011-12-28 01:51:30'),
  1078. (531, 'Error', 'DB Error #1064', '[select div_name from ost_circle where div_code=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:51:31', '2011-12-28 01:51:31'),
  1079. (532, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:31', '2011-12-28 01:51:31'),
  1080. (533, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:51:32', '2011-12-28 01:51:32'),
  1081. (534, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:32', '2011-12-28 01:51:32'),
  1082. (535, 'Error', 'DB Error #1064', '[select circle_name from ost_circle where id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:51:33', '2011-12-28 01:51:33'),
  1083. (536, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:33', '2011-12-28 01:51:33'),
  1084. (537, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:51:34', '2011-12-28 01:51:34'),
  1085. (538, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:34', '2011-12-28 01:51:34'),
  1086. (539, 'Error', 'DB Error #1064', '[select div_name from ost_circle where div_code=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:51:35', '2011-12-28 01:51:35'),
  1087. (540, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:35', '2011-12-28 01:51:35'),
  1088. (541, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:51:36', '2011-12-28 01:51:36'),
  1089. (542, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:36', '2011-12-28 01:51:36'),
  1090. (543, 'Error', 'DB Error #1064', '[select circle_name from ost_circle where id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:51:37', '2011-12-28 01:51:37'),
  1091. (544, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:37', '2011-12-28 01:51:37'),
  1092. (545, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:51:38', '2011-12-28 01:51:38'),
  1093. (546, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:38', '2011-12-28 01:51:38'),
  1094. (547, 'Error', 'DB Error #1064', '[select div_name from ost_circle where div_code=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:51:39', '2011-12-28 01:51:39'),
  1095. (548, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:39', '2011-12-28 01:51:39'),
  1096. (549, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:51:40', '2011-12-28 01:51:40'),
  1097. (550, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:42', '2011-12-28 01:51:42'),
  1098. (551, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 32 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-28 01:51:43', '2011-12-28 01:51:43'),
  1099. (552, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:49', '2011-12-28 01:51:49');
  1100. INSERT INTO `ost_syslog` (`log_id`, `log_type`, `title`, `log`, `logger`, `ip_address`, `created`, `updated`) VALUES
  1101. (553, 'Error', 'DB Error #1064', '[select circle_name from ost_circle where id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:51:50', '2011-12-28 01:51:50'),
  1102. (554, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:50', '2011-12-28 01:51:50'),
  1103. (555, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:51:51', '2011-12-28 01:51:51'),
  1104. (556, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:51', '2011-12-28 01:51:51'),
  1105. (557, 'Error', 'DB Error #1064', '[select div_name from ost_circle where div_code=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:51:52', '2011-12-28 01:51:52'),
  1106. (558, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:52', '2011-12-28 01:51:52'),
  1107. (559, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:51:53', '2011-12-28 01:51:53'),
  1108. (560, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:53', '2011-12-28 01:51:53'),
  1109. (561, 'Error', 'DB Error #1064', '[select circle_name from ost_circle where id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:51:54', '2011-12-28 01:51:54'),
  1110. (562, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:54', '2011-12-28 01:51:54'),
  1111. (563, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:51:55', '2011-12-28 01:51:55'),
  1112. (564, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:55', '2011-12-28 01:51:55'),
  1113. (565, 'Error', 'DB Error #1064', '[select div_name from ost_circle where div_code=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:51:56', '2011-12-28 01:51:56'),
  1114. (566, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:56', '2011-12-28 01:51:56'),
  1115. (567, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:51:57', '2011-12-28 01:51:57'),
  1116. (568, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:57', '2011-12-28 01:51:57'),
  1117. (569, 'Error', 'DB Error #1064', '[select circle_name from ost_circle where id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:51:58', '2011-12-28 01:51:58'),
  1118. (570, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:58', '2011-12-28 01:51:58'),
  1119. (571, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:51:59', '2011-12-28 01:51:59'),
  1120. (572, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:51:59', '2011-12-28 01:51:59'),
  1121. (573, 'Error', 'DB Error #1064', '[select div_name from ost_circle where div_code=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:52:00', '2011-12-28 01:52:00'),
  1122. (574, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:52:00', '2011-12-28 01:52:00'),
  1123. (575, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:52:01', '2011-12-28 01:52:01'),
  1124. (576, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:52:01', '2011-12-28 01:52:01'),
  1125. (577, 'Error', 'DB Error #1064', '[select circle_name from ost_circle where id=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:52:02', '2011-12-28 01:52:02'),
  1126. (578, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:52:02', '2011-12-28 01:52:02'),
  1127. (579, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:52:03', '2011-12-28 01:52:03'),
  1128. (580, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:52:03', '2011-12-28 01:52:03'),
  1129. (581, 'Error', 'DB Error #1064', '[select div_name from ost_circle where div_code=]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-28 01:52:04', '2011-12-28 01:52:04'),
  1130. (582, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-28 01:52:04', '2011-12-28 01:52:04'),
  1131. (583, 'Error', 'DB Error #1065', '[]\n\nQuery was empty', '', '127.0.0.1', '2011-12-28 01:52:05', '2011-12-28 01:52:05'),
  1132. (584, 'Error', 'DB Error #1064', '[SELECT staff.staff_id, staff.group_id,staff.dept_id, firstname,lastname, username,isactive,onvacation,isadmin,group_name,dept_name,DATE(staff.created) as created,lastlogin,staff.updated FROM ost_staff staff LEFT JOIN ost_groups groups ON staff.group_id=groups.group_id LEFT JOIN ost_department dept ON staff.dept_id=dept.dept_id ORDER BY groups.group_name then lastname,firstname]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''then lastname,firstname'' at line 1', '', '127.0.0.1', '2011-12-28 13:36:17', '2011-12-28 13:36:17'),
  1133. (585, 'Error', 'DB Error #1064', '[SELECT staff.staff_id, staff.group_id,staff.dept_id, firstname,lastname, username,isactive,onvacation,isadmin,group_name,dept_name,DATE(staff.created) as created,lastlogin,staff.updated FROM ost_staff staff LEFT JOIN ost_groups groups ON staff.group_id=groups.group_id LEFT JOIN ost_department dept ON staff.dept_id=dept.dept_id ORDER BY groups.group_name then lastname,firstname]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''then lastname,firstname'' at line 1', '', '127.0.0.1', '2011-12-28 13:36:18', '2011-12-28 13:36:18'),
  1134. (586, 'Error', 'DB Error #1064', '[SELECT staff.staff_id, staff.group_id,staff.dept_id, firstname,lastname, username,isactive,onvacation,isadmin,group_name,dept_name,DATE(staff.created) as created,lastlogin,staff.updated FROM ost_staff staff LEFT JOIN ost_groups groups ON staff.group_id=groups.group_id LEFT JOIN ost_department dept ON staff.dept_id=dept.dept_id ORDER BY groups.group_name than lastname,firstname]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''than lastname,firstname'' at line 1', '', '127.0.0.1', '2011-12-28 13:36:54', '2011-12-28 13:36:54'),
  1135. (587, 'Error', 'DB Error #1054', '[SELECT id,circle_name FROM ost_circle where div_id!="ALL"]\n\nUnknown column ''div_id'' in ''where clause''', '', '127.0.0.1', '2011-12-28 14:31:45', '2011-12-28 14:31:45'),
  1136. (588, 'Error', 'DB Error #1054', '[SELECT staff.staff_id, staff.group_id,staff.dept_id, firstname,lastname, username,isactive,onvacation,isadmin,group_name,dept_name,DATE(staff.created) as created,lastlogin,staff.updated,circles.circle_name,circle.div_name FROM ost_staff staff LEFT JOIN ost_groups groups ON staff.group_id=groups.group_id LEFT JOIN ost_circle circles ON staff.circle_id=circles.id LEFT JOIN ost_department dept ON staff.dept_id=dept.dept_id ORDER BY groups.group_name desc,firstname]\n\nUnknown column ''circle.div_name'' in ''field list''', '', '127.0.0.1', '2011-12-28 14:40:05', '2011-12-28 14:40:05'),
  1137. (589, 'Error', 'DB Error #1054', '[SELECT staff.staff_id, staff.group_id,staff.dept_id, firstname,lastname, username,isactive,onvacation,isadmin,group_name,dept_name,DATE(staff.created) as created,lastlogin,staff.updated,circles.circle_name,circle.div_name FROM ost_staff staff LEFT JOIN ost_groups groups ON staff.group_id=groups.group_id LEFT JOIN ost_circle circles ON staff.circle_id=circles.id LEFT JOIN ost_department dept ON staff.dept_id=dept.dept_id ORDER BY groups.group_name desc,firstname]\n\nUnknown column ''circle.div_name'' in ''field list''', '', '127.0.0.1', '2011-12-28 14:40:13', '2011-12-28 14:40:13'),
  1138. (590, 'Error', 'DB Error #1054', '[SELECT staff.staff_id, staff.group_id,staff.dept_id, firstname,lastname, username,isactive,onvacation,isadmin,group_name,dept_name,DATE(staff.created) as created,lastlogin,staff.updated,circles.circle_name,circle.div_name FROM ost_staff staff LEFT JOIN ost_groups groups ON staff.group_id=groups.group_id LEFT JOIN ost_circle circles ON staff.circle_id=circles.id LEFT JOIN ost_department dept ON staff.dept_id=dept.dept_id ORDER BY groups.group_name desc,firstname]\n\nUnknown column ''circle.div_name'' in ''field list''', '', '127.0.0.1', '2011-12-28 14:41:21', '2011-12-28 14:41:21'),
  1139. (591, 'Error', 'DB Error #1054', '[SELECT staff.staff_id, staff.group_id,staff.dept_id, firstname,lastname, username,isactive,onvacation,isadmin,group_name,dept_name,DATE(staff.created) as created,lastlogin,staff.updated, circles.circle_name,circle.div_name FROM ost_staff staff LEFT JOIN ost_groups groups ON staff.group_id=groups.group_id LEFT JOIN ost_circle circles ON staff.circle_id=circles.id LEFT JOIN ost_department dept ON staff.dept_id=dept.dept_id ORDER BY groups.group_name desc,firstname]\n\nUnknown column ''circle.div_name'' in ''field list''', '', '127.0.0.1', '2011-12-28 14:42:42', '2011-12-28 14:42:42'),
  1140. (592, 'Error', 'DB Error #1054', '[SELECT staff.staff_id, staff.group_id,staff.dept_id, firstname,lastname, username,isactive,onvacation,isadmin,group_name,dept_name,DATE(staff.created) as created,lastlogin,staff.updated, circles.circle_name,circle.div_name FROM ost_staff staff LEFT JOIN ost_groups groups ON staff.group_id=groups.group_id LEFT JOIN ost_circle circles ON staff.circle_id=circles.id LEFT JOIN ost_department dept ON staff.dept_id=dept.dept_id ORDER BY groups.group_name desc,firstname]\n\nUnknown column ''circle.div_name'' in ''field list''', '', '127.0.0.1', '2011-12-28 14:44:40', '2011-12-28 14:44:40'),
  1141. (593, 'Error', 'DB Error #1054', '[SELECT staff.staff_id, staff.group_id,staff.dept_id, firstname,lastname, username,isactive,onvacation,isadmin,group_name,dept_name,DATE(staff.created) as created,lastlogin,staff.updated, circles.circle_name,circle.div_name FROM ost_staff staff LEFT JOIN ost_groups groups ON staff.group_id=groups.group_id LEFT JOIN ost_circle circles ON staff.circle_id=circles.id LEFT JOIN ost_department dept ON staff.dept_id=dept.dept_id ORDER BY groups.group_name desc,firstname]\n\nUnknown column ''circle.div_name'' in ''field list''', '', '127.0.0.1', '2011-12-28 14:44:49', '2011-12-28 14:44:49'),
  1142. (594, 'Error', 'DB Error #1054', '[SELECT staff.staff_id, staff.group_id,staff.dept_id, firstname,lastname, username,isactive,onvacation,isadmin,group_name,dept_name,DATE(staff.created) as created,lastlogin,staff.updated, circles.circle_name,circle.div_name FROM ost_staff staff LEFT JOIN ost_groups groups ON staff.group_id=groups.group_id LEFT JOIN ost_circle circles ON staff.circle_id=circles.id LEFT JOIN ost_department dept ON staff.dept_id=dept.dept_id ORDER BY groups.group_name desc,firstname]\n\nUnknown column ''circle.div_name'' in ''field list''', '', '127.0.0.1', '2011-12-28 14:44:51', '2011-12-28 14:44:51'),
  1143. (595, 'Error', 'DB Error #1054', '[SELECT staff.staff_id, staff.group_id,staff.dept_id, firstname,lastname, username,isactive,onvacation,isadmin,group_name,dept_name,DATE(staff.created) as created,lastlogin,staff.updated, circles.circle_name,circle.div_name FROM ost_staff staff LEFT JOIN ost_groups groups ON staff.group_id=groups.group_id LEFT JOIN ost_circle circles ON staff.circle_id=circles.id LEFT JOIN ost_department dept ON staff.dept_id=dept.dept_id ORDER BY groups.group_name desc,firstname]\n\nUnknown column ''circle.div_name'' in ''field list''', '', '127.0.0.1', '2011-12-28 14:44:55', '2011-12-28 14:44:55'),
  1144. (596, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: inc-ctax-sthran-jhr@nic.in [SMTP: Invalid response code received from server (code: 550, response: 5.7.1 Unknown or illegal alias: inc-ctax-sthran-jhr@nic.in)]\n', '', '127.0.0.1', '2011-12-29 15:02:51', '2011-12-29 15:02:51'),
  1145. (597, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: inc-ctax-speran-jhr@nic.in [SMTP: Invalid response code received from server (code: 550, response: 5.7.1 Unknown or illegal alias: inc-ctax-speran-jhr@nic.in)]\n', '', '127.0.0.1', '2011-12-29 15:02:53', '2011-12-29 15:02:53'),
  1146. (598, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: inc-ctax-speran-jhr@nic.in [SMTP: Invalid response code received from server (code: 550, response: 5.7.1 Unknown or illegal alias: inc-ctax-speran-jhr@nic.in)]\n', '', '127.0.0.1', '2011-12-29 15:02:55', '2011-12-29 15:02:55'),
  1147. (599, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: inc-ctax-estran-jhr@nic.in [SMTP: Invalid response code received from server (code: 550, response: 5.7.1 Unknown or illegal alias: inc-ctax-estran-jhr@nic.in)]\n', '', '127.0.0.1', '2011-12-29 15:02:57', '2011-12-29 15:02:57'),
  1148. (600, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: inc-ctax-ubnjam-jhr@nic.in [SMTP: Invalid response code received from server (code: 550, response: 5.7.1 Unknown or illegal alias: inc-ctax-ubnjam-jhr@nic.in)]\n', '', '127.0.0.1', '2011-12-29 15:03:03', '2011-12-29 15:03:03'),
  1149. (601, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: inc-ctax-ubndhn-jhr@nic.in [SMTP: Invalid response code received from server (code: 550, response: 5.7.1 Unknown or illegal alias: inc-ctax-ubndhn-jhr@nic.in)]\n', '', '127.0.0.1', '2011-12-29 15:03:13', '2011-12-29 15:03:13'),
  1150. (602, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:22:19', '2011-12-29 16:22:19'),
  1151. (603, 'Error', 'DB Error #1064', '[ SELECT staff_id,CONCAT_WS(", "firstname,lastname,signature) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 ORDER BY lastname,firstname ]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''firstname,lastname,signature) as name FROM ost_staff WHERE isactive=1 AND onvaca'' at line 1', '', '127.0.0.1', '2011-12-29 16:22:20', '2011-12-29 16:22:20'),
  1152. (604, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:27:30', '2011-12-29 16:27:30'),
  1153. (605, 'Error', 'DB Error #1054', '[ SELECT staff_id,CONCAT_WS(" ",firstname,lastname,signature) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 ORDER BY group_name,firstname,lastname ]\n\nUnknown column ''group_name'' in ''order clause''', '', '127.0.0.1', '2011-12-29 16:27:31', '2011-12-29 16:27:31'),
  1154. (606, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:35:50', '2011-12-29 16:35:50'),
  1155. (607, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 5 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-29 16:35:51', '2011-12-29 16:35:51'),
  1156. (608, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:03', '2011-12-29 16:44:03'),
  1157. (609, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:04', '2011-12-29 16:44:04'),
  1158. (610, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:04', '2011-12-29 16:44:04'),
  1159. (611, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:05', '2011-12-29 16:44:05'),
  1160. (612, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:05', '2011-12-29 16:44:05'),
  1161. (613, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:06', '2011-12-29 16:44:06'),
  1162. (614, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:06', '2011-12-29 16:44:06'),
  1163. (615, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:07', '2011-12-29 16:44:07'),
  1164. (616, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:07', '2011-12-29 16:44:07'),
  1165. (617, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:08', '2011-12-29 16:44:08'),
  1166. (618, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:08', '2011-12-29 16:44:08'),
  1167. (619, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:09', '2011-12-29 16:44:09'),
  1168. (620, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:09', '2011-12-29 16:44:09'),
  1169. (621, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:10', '2011-12-29 16:44:10'),
  1170. (622, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:10', '2011-12-29 16:44:10'),
  1171. (623, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:11', '2011-12-29 16:44:11'),
  1172. (624, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:11', '2011-12-29 16:44:11'),
  1173. (625, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:12', '2011-12-29 16:44:12'),
  1174. (626, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:12', '2011-12-29 16:44:12'),
  1175. (627, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:13', '2011-12-29 16:44:13'),
  1176. (628, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:13', '2011-12-29 16:44:13'),
  1177. (629, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:14', '2011-12-29 16:44:14'),
  1178. (630, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:14', '2011-12-29 16:44:14'),
  1179. (631, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:15', '2011-12-29 16:44:15'),
  1180. (632, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:15', '2011-12-29 16:44:15'),
  1181. (633, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:16', '2011-12-29 16:44:16'),
  1182. (634, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:16', '2011-12-29 16:44:16'),
  1183. (635, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:18', '2011-12-29 16:44:18'),
  1184. (636, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:18', '2011-12-29 16:44:18'),
  1185. (637, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:19', '2011-12-29 16:44:19'),
  1186. (638, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:19', '2011-12-29 16:44:19'),
  1187. (639, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:20', '2011-12-29 16:44:20'),
  1188. (640, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:20', '2011-12-29 16:44:20'),
  1189. (641, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:21', '2011-12-29 16:44:21'),
  1190. (642, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:21', '2011-12-29 16:44:21'),
  1191. (643, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:22', '2011-12-29 16:44:22'),
  1192. (644, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:22', '2011-12-29 16:44:22'),
  1193. (645, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:23', '2011-12-29 16:44:23'),
  1194. (646, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:23', '2011-12-29 16:44:23'),
  1195. (647, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:24', '2011-12-29 16:44:24'),
  1196. (648, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:24', '2011-12-29 16:44:24'),
  1197. (649, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:25', '2011-12-29 16:44:25'),
  1198. (650, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:25', '2011-12-29 16:44:25'),
  1199. (651, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:26', '2011-12-29 16:44:26'),
  1200. (652, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:26', '2011-12-29 16:44:26'),
  1201. (653, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:27', '2011-12-29 16:44:27'),
  1202. (654, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:27', '2011-12-29 16:44:27'),
  1203. (655, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:28', '2011-12-29 16:44:28'),
  1204. (656, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:28', '2011-12-29 16:44:28'),
  1205. (657, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:29', '2011-12-29 16:44:29'),
  1206. (658, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:29', '2011-12-29 16:44:29'),
  1207. (659, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:30', '2011-12-29 16:44:30'),
  1208. (660, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:30', '2011-12-29 16:44:30'),
  1209. (661, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:31', '2011-12-29 16:44:31'),
  1210. (662, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:31', '2011-12-29 16:44:31'),
  1211. (663, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:32', '2011-12-29 16:44:32'),
  1212. (664, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:32', '2011-12-29 16:44:32'),
  1213. (665, 'Error', 'DB Error #1064', '[ SELECT signature FROM ost_staff WHERE staff_id =]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1', '', '127.0.0.1', '2011-12-29 16:44:33', '2011-12-29 16:44:33'),
  1214. (666, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:44:33', '2011-12-29 16:44:33'),
  1215. (667, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 6 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-29 16:44:34', '2011-12-29 16:44:34'),
  1216. (668, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: fsockopen() [<a href=''function.fsockopen''>function.fsockopen</a>]: unable to connect to ssl://mail.nic.in:465 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) (code: -1, response: )]\n', '', '127.0.0.1', '2011-12-29 16:51:33', '2011-12-29 16:51:33'),
  1217. (669, 'Error', 'Mail Fetch Failure Alert', '\nThe system is having trouble fetching emails from the following mail account: \n\nUser: cyber.ctax-jhr@nic.in\nHost: mail.nic.in\nError: Host not found (#11001): mail.nic.in\n\n 7 consecutive errors. Maximum of 5 allowed\n\n This could be connection issues related to the host. Next delayed login attempt in aprox. 10 minutes', '', '127.0.0.1', '2011-12-29 16:51:33', '2011-12-29 16:51:33'),
  1218. (670, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: inc-ctax-sthran-jhr@nic.in [SMTP: Invalid response code received from server (code: 550, response: 5.7.1 Unknown or illegal alias: inc-ctax-sthran-jhr@nic.in)]\n', '', '127.0.0.1', '2012-01-03 12:44:18', '2012-01-03 12:44:18'),
  1219. (671, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: inc-ctax-sthran-jhr@nic.in [SMTP: Invalid response code received from server (code: 550, response: 5.7.1 Unknown or illegal alias: inc-ctax-sthran-jhr@nic.in)]\n', '', '127.0.0.1', '2012-01-03 15:08:46', '2012-01-03 15:08:46'),
  1220. (672, 'Error', 'DB Error #1054', '[SELECT id,cir_name FROM ost_circle WHERE id!=99]\n\nUnknown column ''cir_name'' in ''field list''', '', '127.0.0.1', '2012-01-05 15:56:07', '2012-01-05 15:56:07'),
  1221. (673, 'Error', 'DB Error #1064', '[SELECT count(DISTINCT ticket.ticket_id) FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_topic cat ON ticket.topic_id=cat.topic_id WHERE 1 AND ticket.dept_id=1 AND LEFT(TRIM(ticket.ack_no),1,2)=3]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''2)=3'' at line 1', '', '127.0.0.1', '2012-01-05 16:09:20', '2012-01-05 16:09:20'),
  1222. (674, 'Error', 'DB Error #1064', '[SELECT DISTINCT ticket.ticket_id,lock_id,ticketID,ticket.dept_id,ticket.staff_id,subject,name,email,dept_name,ticket.topic_id,topic ,ticket.status,ticket.source,isoverdue,isanswered,ticket.created,pri.* ,count(attach.attach_id) as attachments,ack_no ,count(attach.attach_id) as attachments, IF(ticket.reopened is NULL,ticket.created,ticket.reopened) as effective_date FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_topic cat ON ticket.topic_id=cat.topic_id LEFT JOIN ost_ticket_priority pri ON ticket.priority_id=pri.priority_id LEFT JOIN ost_ticket_lock tlock ON ticket.ticket_id=tlock.ticket_id AND tlock.expire>NOW() LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE 1 AND ticket.dept_id=1 AND LEFT(TRIM(ticket.ack_no),1,2)=3 GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,15]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''2)=3 GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,15'' at line 1', '', '127.0.0.1', '2012-01-05 16:09:21', '2012-01-05 16:09:21'),
  1223. (675, 'Error', 'DB Error #1064', '[SELECT count(DISTINCT ticket.ticket_id) FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_topic cat ON ticket.topic_id=cat.topic_id WHERE 1 AND ticket.dept_id=1 AND LEFT(TRIM(ticket.ack_no),1,2)=1]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''2)=1'' at line 1', '', '127.0.0.1', '2012-01-05 16:09:27', '2012-01-05 16:09:27'),
  1224. (676, 'Error', 'DB Error #1064', '[SELECT DISTINCT ticket.ticket_id,lock_id,ticketID,ticket.dept_id,ticket.staff_id,subject,name,email,dept_name,ticket.topic_id,topic ,ticket.status,ticket.source,isoverdue,isanswered,ticket.created,pri.* ,count(attach.attach_id) as attachments,ack_no ,count(attach.attach_id) as attachments, IF(ticket.reopened is NULL,ticket.created,ticket.reopened) as effective_date FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_topic cat ON ticket.topic_id=cat.topic_id LEFT JOIN ost_ticket_priority pri ON ticket.priority_id=pri.priority_id LEFT JOIN ost_ticket_lock tlock ON ticket.ticket_id=tlock.ticket_id AND tlock.expire>NOW() LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE 1 AND ticket.dept_id=1 AND LEFT(TRIM(ticket.ack_no),1,2)=1 GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,15]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''2)=1 GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,15'' at line 1', '', '127.0.0.1', '2012-01-05 16:09:28', '2012-01-05 16:09:28'),
  1225. (677, 'Error', 'DB Error #1064', '[SELECT count(DISTINCT ticket.ticket_id) FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_topic cat ON ticket.topic_id=cat.topic_id WHERE 1 AND ticket.dept_id=1 AND LEFT(TRIM(ticket.ack_no),1,2)=3]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''2)=3'' at line 1', '', '127.0.0.1', '2012-01-05 16:09:38', '2012-01-05 16:09:38');
  1226. INSERT INTO `ost_syslog` (`log_id`, `log_type`, `title`, `log`, `logger`, `ip_address`, `created`, `updated`) VALUES
  1227. (678, 'Error', 'DB Error #1064', '[SELECT DISTINCT ticket.ticket_id,lock_id,ticketID,ticket.dept_id,ticket.staff_id,subject,name,email,dept_name,ticket.topic_id,topic ,ticket.status,ticket.source,isoverdue,isanswered,ticket.created,pri.* ,count(attach.attach_id) as attachments,ack_no ,count(attach.attach_id) as attachments, IF(ticket.reopened is NULL,ticket.created,ticket.reopened) as effective_date FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_topic cat ON ticket.topic_id=cat.topic_id LEFT JOIN ost_ticket_priority pri ON ticket.priority_id=pri.priority_id LEFT JOIN ost_ticket_lock tlock ON ticket.ticket_id=tlock.ticket_id AND tlock.expire>NOW() LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE 1 AND ticket.dept_id=1 AND LEFT(TRIM(ticket.ack_no),1,2)=3 GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,15]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''2)=3 GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,15'' at line 1', '', '127.0.0.1', '2012-01-05 16:09:39', '2012-01-05 16:09:39'),
  1228. (679, 'Error', 'DB Error #1064', '[SELECT count(DISTINCT ticket.ticket_id) FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_topic cat ON ticket.topic_id=cat.topic_id WHERE 1 AND ticket.dept_id=1 AND LEFT(TRIM(ticket.ack_no),1,2)=3]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''2)=3'' at line 1', '', '127.0.0.1', '2012-01-05 16:11:52', '2012-01-05 16:11:52'),
  1229. (680, 'Error', 'DB Error #1064', '[SELECT DISTINCT ticket.ticket_id,lock_id,ticketID,ticket.dept_id,ticket.staff_id,subject,name,email,dept_name,ticket.topic_id,topic ,ticket.status,ticket.source,isoverdue,isanswered,ticket.created,pri.* ,count(attach.attach_id) as attachments,ack_no ,count(attach.attach_id) as attachments, IF(ticket.reopened is NULL,ticket.created,ticket.reopened) as effective_date FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_topic cat ON ticket.topic_id=cat.topic_id LEFT JOIN ost_ticket_priority pri ON ticket.priority_id=pri.priority_id LEFT JOIN ost_ticket_lock tlock ON ticket.ticket_id=tlock.ticket_id AND tlock.expire>NOW() LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE 1 AND ticket.dept_id=1 AND LEFT(TRIM(ticket.ack_no),1,2)=3 GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,15]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''2)=3 GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,15'' at line 1', '', '127.0.0.1', '2012-01-05 16:11:53', '2012-01-05 16:11:53'),
  1230. (681, 'Error', 'DB Error #1064', '[SELECT count(DISTINCT ticket.ticket_id) FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_topic cat ON ticket.topic_id=cat.topic_id WHERE 1 AND ticket.dept_id=1 AND LEFT(TRIM(ticket.ack_no),1,2)=1]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''2)=1'' at line 1', '', '127.0.0.1', '2012-01-05 16:11:58', '2012-01-05 16:11:58'),
  1231. (682, 'Error', 'DB Error #1064', '[SELECT DISTINCT ticket.ticket_id,lock_id,ticketID,ticket.dept_id,ticket.staff_id,subject,name,email,dept_name,ticket.topic_id,topic ,ticket.status,ticket.source,isoverdue,isanswered,ticket.created,pri.* ,count(attach.attach_id) as attachments,ack_no ,count(attach.attach_id) as attachments, IF(ticket.reopened is NULL,ticket.created,ticket.reopened) as effective_date FROM ost_ticket ticket LEFT JOIN ost_department dept ON ticket.dept_id=dept.dept_id LEFT JOIN ost_help_topic cat ON ticket.topic_id=cat.topic_id LEFT JOIN ost_ticket_priority pri ON ticket.priority_id=pri.priority_id LEFT JOIN ost_ticket_lock tlock ON ticket.ticket_id=tlock.ticket_id AND tlock.expire>NOW() LEFT JOIN ost_ticket_attachment attach ON ticket.ticket_id=attach.ticket_id WHERE 1 AND ticket.dept_id=1 AND LEFT(TRIM(ticket.ack_no),1,2)=1 GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,15]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''2)=1 GROUP BY ticket.ticket_id ORDER BY ticket.created DESC LIMIT 0,15'' at line 1', '', '127.0.0.1', '2012-01-05 16:11:59', '2012-01-05 16:11:59'),
  1232. (683, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: inc-ctax-sthran-jhr@nic.in [SMTP: Invalid response code received from server (code: 550, response: 5.7.1 Unknown or illegal alias: inc-ctax-sthran-jhr@nic.in)]\n', '', '127.0.0.1', '2012-01-16 11:44:21', '2012-01-16 11:44:21'),
  1233. (684, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: inc-ctax-speran-jhr@nic.in [SMTP: Invalid response code received from server (code: 550, response: 5.7.1 Unknown or illegal alias: inc-ctax-speran-jhr@nic.in)]\n', '', '127.0.0.1', '2012-01-16 11:44:22', '2012-01-16 11:44:22'),
  1234. (685, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: inc-ctax-speran-jhr@nic.in [SMTP: Invalid response code received from server (code: 550, response: 5.7.1 Unknown or illegal alias: inc-ctax-speran-jhr@nic.in)]\n', '', '127.0.0.1', '2012-01-16 11:44:23', '2012-01-16 11:44:23'),
  1235. (686, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: inc-ctax-estran-jhr@nic.in [SMTP: Invalid response code received from server (code: 550, response: 5.7.1 Unknown or illegal alias: inc-ctax-estran-jhr@nic.in)]\n', '', '127.0.0.1', '2012-01-16 11:44:24', '2012-01-16 11:44:24'),
  1236. (687, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: inc-ctax-ubnjam-jhr@nic.in [SMTP: Invalid response code received from server (code: 550, response: 5.7.1 Unknown or illegal alias: inc-ctax-ubnjam-jhr@nic.in)]\n', '', '127.0.0.1', '2012-01-16 11:44:27', '2012-01-16 11:44:27'),
  1237. (688, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: inc-ctax-ubndhn-jhr@nic.in [SMTP: Invalid response code received from server (code: 550, response: 5.7.1 Unknown or illegal alias: inc-ctax-ubndhn-jhr@nic.in)]\n', '', '127.0.0.1', '2012-01-16 11:44:35', '2012-01-16 11:44:35'),
  1238. (689, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: inc-ctax-sthran-jhr@nic.in [SMTP: Invalid response code received from server (code: 550, response: 5.7.1 Unknown or illegal alias: inc-ctax-sthran-jhr@nic.in)]\n', '', '127.0.0.1', '2012-02-02 13:18:32', '2012-02-02 13:18:32'),
  1239. (690, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: inc-ctax-speran-jhr@nic.in [SMTP: Invalid response code received from server (code: 550, response: 5.7.1 Unknown or illegal alias: inc-ctax-speran-jhr@nic.in)]\n', '', '127.0.0.1', '2012-02-02 13:18:33', '2012-02-02 13:18:33'),
  1240. (691, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: inc-ctax-speran-jhr@nic.in [SMTP: Invalid response code received from server (code: 550, response: 5.7.1 Unknown or illegal alias: inc-ctax-speran-jhr@nic.in)]\n', '', '127.0.0.1', '2012-02-02 13:18:33', '2012-02-02 13:18:33'),
  1241. (692, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: inc-ctax-estran-jhr@nic.in [SMTP: Invalid response code received from server (code: 550, response: 5.7.1 Unknown or illegal alias: inc-ctax-estran-jhr@nic.in)]\n', '', '127.0.0.1', '2012-02-02 13:18:34', '2012-02-02 13:18:34'),
  1242. (693, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: inc-ctax-ubnjam-jhr@nic.in [SMTP: Invalid response code received from server (code: 550, response: 5.7.1 Unknown or illegal alias: inc-ctax-ubnjam-jhr@nic.in)]\n', '', '127.0.0.1', '2012-02-02 13:18:39', '2012-02-02 13:18:39'),
  1243. (694, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: inc-ctax-ubndhn-jhr@nic.in [SMTP: Invalid response code received from server (code: 550, response: 5.7.1 Unknown or illegal alias: inc-ctax-ubndhn-jhr@nic.in)]\n', '', '127.0.0.1', '2012-02-02 13:18:48', '2012-02-02 13:18:48'),
  1244. (695, 'Error', 'DB Error #1064', '[ SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 AND cirle_id==Array ORDER BY group_id,firstname,lastname ]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''==Array ORDER BY group_id,firstname,lastname'' at line 1', '', '127.0.0.1', '2012-02-22 13:07:53', '2012-02-22 13:07:53'),
  1245. (696, 'Error', 'DB Error #1064', '[ SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 AND cirle_id==10 ORDER BY group_id,firstname,lastname ]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''==10 ORDER BY group_id,firstname,lastname'' at line 1', '', '127.0.0.1', '2012-02-22 13:08:24', '2012-02-22 13:08:24'),
  1246. (697, 'Error', 'DB Error #1054', '[ SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 AND cirle_id=10 ORDER BY group_id,firstname,lastname ]\n\nUnknown column ''cirle_id'' in ''where clause''', '', '127.0.0.1', '2012-02-22 13:08:39', '2012-02-22 13:08:39'),
  1247. (698, 'Error', 'DB Error #1054', '[ SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 AND cirle_id=10 ORDER BY group_id,firstname,lastname ]\n\nUnknown column ''cirle_id'' in ''where clause''', '', '127.0.0.1', '2012-02-22 13:09:11', '2012-02-22 13:09:11'),
  1248. (699, 'Error', 'DB Error #1054', '[ SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 AND cirle_id=10 ORDER BY group_id,firstname,lastname ]\n\nUnknown column ''cirle_id'' in ''where clause''', '', '127.0.0.1', '2012-02-22 13:10:23', '2012-02-22 13:10:23'),
  1249. (700, 'Error', 'DB Error #1054', '[ SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 AND cirle_id=10 ORDER BY group_id,firstname,lastname ]\n\nUnknown column ''cirle_id'' in ''where clause''', '', '127.0.0.1', '2012-02-22 13:19:13', '2012-02-22 13:19:13'),
  1250. (701, 'Error', 'DB Error #1064', '[ SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 AND cirle_id=$cir_id[0] ORDER BY group_id,firstname,lastname ]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''[0] ORDER BY group_id,firstname,lastname'' at line 1', '', '127.0.0.1', '2012-02-22 13:20:21', '2012-02-22 13:20:21'),
  1251. (702, 'Warning', 'Failed login attempt (staff)', 'Username: admin\nIP: 127.0.0.1\nTIME: Jun 21, 2012, 7:57 pm UTC\n\nAttempts #2', '', '127.0.0.1', '2012-06-22 01:27:37', '2012-06-22 01:27:37'),
  1252. (703, 'Warning', 'Failed login attempt (staff)', 'Username: Admin\nIP: 127.0.0.1\nTIME: Jun 21, 2012, 7:57 pm UTC\n\nAttempts #4', '', '127.0.0.1', '2012-06-22 01:27:52', '2012-06-22 01:27:52'),
  1253. (704, 'Error', 'Excessive login attempts (staff)', 'Excessive login attempts by a staff member?\nUsername: Admin\nIP: 127.0.0.1\nTIME: Jun 21, 2012, 7:58 pm UTC\n\nAttempts #5\nTimeout: 2 minutes \n\n', '', '127.0.0.1', '2012-06-22 01:28:12', '2012-06-22 01:28:12'),
  1254. (705, 'Warning', 'Failed login attempt (staff)', 'Username: admin\nIP: 127.0.0.1\nTIME: Jun 21, 2012, 7:58 pm UTC\n\nAttempts #6', '', '127.0.0.1', '2012-06-22 01:28:25', '2012-06-22 01:28:25'),
  1255. (706, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: inc-ctax-sthran-jhr@nic.in [SMTP: Invalid response code received from server (code: 550, response: 5.7.1 Unknown or illegal alias: inc-ctax-sthran-jhr@nic.in)]\n', '', '127.0.0.1', '2012-06-22 01:29:35', '2012-06-22 01:29:35'),
  1256. (707, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: inc-ctax-speran-jhr@nic.in [SMTP: Invalid response code received from server (code: 550, response: 5.7.1 Unknown or illegal alias: inc-ctax-speran-jhr@nic.in)]\n', '', '127.0.0.1', '2012-06-22 01:29:35', '2012-06-22 01:29:35'),
  1257. (708, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: inc-ctax-speran-jhr@nic.in [SMTP: Invalid response code received from server (code: 550, response: 5.7.1 Unknown or illegal alias: inc-ctax-speran-jhr@nic.in)]\n', '', '127.0.0.1', '2012-06-22 01:29:36', '2012-06-22 01:29:36'),
  1258. (709, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: inc-ctax-estran-jhr@nic.in [SMTP: Invalid response code received from server (code: 550, response: 5.7.1 Unknown or illegal alias: inc-ctax-estran-jhr@nic.in)]\n', '', '127.0.0.1', '2012-06-22 01:29:37', '2012-06-22 01:29:37'),
  1259. (710, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: inc-ctax-ubnjam-jhr@nic.in [SMTP: Invalid response code received from server (code: 550, response: 5.7.1 Unknown or illegal alias: inc-ctax-ubnjam-jhr@nic.in)]\n', '', '127.0.0.1', '2012-06-22 01:29:45', '2012-06-22 01:29:45'),
  1260. (711, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to add recipient: inc-ctax-ubndhn-jhr@nic.in [SMTP: Invalid response code received from server (code: 550, response: 5.7.1 Unknown or illegal alias: inc-ctax-ubndhn-jhr@nic.in)]\n', '', '127.0.0.1', '2012-06-22 01:29:55', '2012-06-22 01:29:55'),
  1261. (712, 'Error', 'DB Error #1064', '[ SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 AND cirle_id=$cir_id[0]]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''[0]'' at line 1', '', '127.0.0.1', '2012-06-22 01:31:02', '2012-06-22 01:31:02'),
  1262. (713, 'Error', 'DB Error #1064', '[ SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 AND cirle_id=$cir_id[0] ORDER BY group_id,firstname,lastname ]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''[0] ORDER BY group_id,firstname,lastname'' at line 1', '', '127.0.0.1', '2012-06-22 01:38:39', '2012-06-22 01:38:39'),
  1263. (714, 'Error', 'DB Error #1064', '[ SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 AND cirle_id=$cir_id[0] ORDER BY group_id,firstname,lastname ]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''[0] ORDER BY group_id,firstname,lastname'' at line 1', '', '127.0.0.1', '2012-06-22 01:38:59', '2012-06-22 01:38:59'),
  1264. (715, 'Error', 'DB Error #1064', '[ SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 AND cirle_id=$cir_id[0] ORDER BY group_id,firstname,lastname ]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''[0] ORDER BY group_id,firstname,lastname'' at line 1', '', '127.0.0.1', '2012-06-22 01:39:08', '2012-06-22 01:39:08'),
  1265. (716, 'Error', 'DB Error #1064', '[ SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 AND cirle_id=$cir_id[0] ORDER BY group_id,firstname,lastname ]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''[0] ORDER BY group_id,firstname,lastname'' at line 1', '', '127.0.0.1', '2012-06-22 01:39:17', '2012-06-22 01:39:17'),
  1266. (717, 'Error', 'SMTP Error', 'Unable to email via ssl://mail.nic.in:465 [cyber.ctax-jhr@nic.in]\n\nFailed to connect to ssl://mail.nic.in:465 [SMTP: Failed to connect socket: (code: -1, response: )]\n', '', '127.0.0.1', '2012-06-22 01:39:39', '2012-06-22 01:39:39'),
  1267. (718, 'Error', 'DB Error #1064', '[ SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 AND cirle_id=$cir_id[0] ORDER BY group_id,firstname,lastname ]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''[0] ORDER BY group_id,firstname,lastname'' at line 1', '', '127.0.0.1', '2012-06-22 01:39:39', '2012-06-22 01:39:39'),
  1268. (719, 'Error', 'DB Error #1064', '[ SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 AND cirle_id=$cir_id[0] ORDER BY group_id,firstname,lastname ]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''[0] ORDER BY group_id,firstname,lastname'' at line 1', '', '127.0.0.1', '2012-06-22 01:40:33', '2012-06-22 01:40:33'),
  1269. (720, 'Error', 'DB Error #1064', '[ SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 AND cirle_id=$cir_id[0] ORDER BY group_id,firstname,lastname ]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''[0] ORDER BY group_id,firstname,lastname'' at line 1', '', '127.0.0.1', '2012-06-22 01:41:42', '2012-06-22 01:41:42'),
  1270. (721, 'Error', 'DB Error #1064', '[ SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 AND cirle_id=$cir_id[0] ORDER BY group_id,firstname,lastname ]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''[0] ORDER BY group_id,firstname,lastname'' at line 1', '', '127.0.0.1', '2012-06-22 01:42:10', '2012-06-22 01:42:10'),
  1271. (722, 'Error', 'DB Error #1064', '[ SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 AND cirle_id=$cir_id[0] ORDER BY group_id,firstname,lastname ]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''[0] ORDER BY group_id,firstname,lastname'' at line 1', '', '127.0.0.1', '2012-06-22 01:42:51', '2012-06-22 01:42:51'),
  1272. (723, 'Error', 'DB Error #1064', '[ SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 AND circle_id=$cir_id[0] ORDER BY group_id,firstname,lastname ]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''[0] ORDER BY group_id,firstname,lastname'' at line 1', '', '127.0.0.1', '2012-06-22 01:45:21', '2012-06-22 01:45:21'),
  1273. (724, 'Error', 'DB Error #1064', '[ SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 AND circle_id=10union SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 and circle_id=99 ORDER BY group_id,firstname,lastname ]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE i'' at line 1', '', '127.0.0.1', '2012-06-22 02:58:24', '2012-06-22 02:58:24'),
  1274. (725, 'Error', 'DB Error #1064', '[ SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 AND circle_id=10ORDER BY group_id,firstname,lastnameunion SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 and circle_id=99 ORDER BY group_id,firstname,lastname ]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''BY group_id,firstname,lastnameunion SELECT staff_id,CONCAT_WS(" ",firstname,last'' at line 1', '', '127.0.0.1', '2012-06-22 03:00:36', '2012-06-22 03:00:36'),
  1275. (726, 'Error', 'DB Error #1064', '[ SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 AND circle_id=10union SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 and circle_id=99 ORDER BY group_id,firstname,lastname ]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE i'' at line 1', '', '127.0.0.1', '2012-06-22 03:03:04', '2012-06-22 03:03:04'),
  1276. (727, 'Error', 'DB Error #1064', '[ SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 AND circle_id=10union SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 and circle_id=99 ORDER BY group_id,firstname,lastname ]\n\nYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE i'' at line 1', '', '127.0.0.1', '2012-06-22 03:03:19', '2012-06-22 03:03:19'),
  1277. (728, 'Error', 'DB Error #1054', '[ SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 AND circle_id=10 union SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 and circle_id=99 ORDER BY group_id,firstname,lastname ]\n\nUnknown column ''group_id'' in ''order clause''', '', '127.0.0.1', '2012-06-22 03:04:19', '2012-06-22 03:04:19'),
  1278. (729, 'Error', 'DB Error #1054', '[ SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 AND circle_id=10 union SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 and circle_id=99 ORDER BY group_id,firstname,lastname ]\n\nUnknown column ''group_id'' in ''order clause''', '', '127.0.0.1', '2012-06-22 03:35:05', '2012-06-22 03:35:05'),
  1279. (730, 'Error', 'DB Error #1054', '[ SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 AND circle_id=10 union SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM ost_staff WHERE isactive=1 AND onvacation=0 and circle_id=99 ORDER BY firstname,lastname ]\n\nUnknown column ''firstname'' in ''order clause''', '', '127.0.0.1', '2012-06-22 03:37:27', '2012-06-22 03:37:27'),
  1280. (731, 'Warning', 'mcrypt missing', 'Cryptography extension mcrypt is not enabled or installed. IMAP/POP passwords are being stored as plain text in database.', '', '127.0.0.1', '2012-06-22 05:12:45', '2012-06-22 05:12:45'),
  1281. (732, 'Warning', 'mcrypt missing', 'Cryptography extension mcrypt is not enabled or installed. IMAP/POP passwords are being stored as plain text in database.', '', '127.0.0.1', '2012-06-22 05:15:32', '2012-06-22 05:15:32');
  1282.  
  1283. -- --------------------------------------------------------
  1284.  
  1285. --
  1286. -- Table structure for table `ost_ticket`
  1287. --
  1288.  
  1289. CREATE TABLE `ost_ticket` (
  1290. `ticket_id` int(11) unsigned NOT NULL auto_increment,
  1291. `ticketID` int(11) unsigned NOT NULL default '0',
  1292. `dept_id` int(10) unsigned NOT NULL default '1',
  1293. `priority_id` int(10) unsigned NOT NULL default '2',
  1294. `topic_id` int(10) unsigned NOT NULL default '0',
  1295. `staff_id` int(10) unsigned NOT NULL default '0',
  1296. `email` varchar(120) NOT NULL default '',
  1297. `name` varchar(32) NOT NULL default '',
  1298. `tinno` double default NULL,
  1299. `ack_no` varchar(7) default NULL,
  1300. `address` varchar(255) NOT NULL,
  1301. `subject` varchar(64) NOT NULL default '[no subject]',
  1302. `helptopic` varchar(255) default NULL,
  1303. `phone` varchar(16) default NULL,
  1304. `phone_ext` varchar(8) default NULL,
  1305. `mob` varchar(16) default NULL,
  1306. `ip_address` varchar(16) NOT NULL default '',
  1307. `status` enum('open','closed') NOT NULL default 'open',
  1308. `source` enum('Web','Email','Phone','Other') NOT NULL default 'Other',
  1309. `isoverdue` tinyint(1) unsigned NOT NULL default '0',
  1310. `isanswered` tinyint(1) unsigned NOT NULL default '0',
  1311. `duedate` datetime default NULL,
  1312. `reopened` datetime default NULL,
  1313. `closed` datetime default NULL,
  1314. `lastmessage` datetime default NULL,
  1315. `lastresponse` datetime default NULL,
  1316. `created` datetime NOT NULL default '0000-00-00 00:00:00',
  1317. `updated` datetime NOT NULL default '0000-00-00 00:00:00',
  1318. PRIMARY KEY (`ticket_id`),
  1319. UNIQUE KEY `email_extid` (`ticketID`,`email`),
  1320. KEY `dept_id` (`dept_id`),
  1321. KEY `staff_id` (`staff_id`),
  1322. KEY `status` (`status`),
  1323. KEY `priority_id` (`priority_id`),
  1324. KEY `created` (`created`),
  1325. KEY `closed` (`closed`),
  1326. KEY `duedate` (`duedate`),
  1327. KEY `topic_id` (`topic_id`)
  1328. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;
  1329.  
  1330. --
  1331. -- Dumping data for table `ost_ticket`
  1332. --
  1333.  
  1334. INSERT INTO `ost_ticket` (`ticket_id`, `ticketID`, `dept_id`, `priority_id`, `topic_id`, `staff_id`, `email`, `name`, `tinno`, `ack_no`, `address`, `subject`, `helptopic`, `phone`, `phone_ext`, `mob`, `ip_address`, `status`, `source`, `isoverdue`, `isanswered`, `duedate`, `reopened`, `closed`, `lastmessage`, `lastresponse`, `created`, `updated`) VALUES
  1335. (1, 588705, 1, 2, 4, 0, 'rituraj00@gmail.com', 'ritu raj', 11111111111, '01-2346', 'durva ranchi', 'E_Returns', 'E_Returns', '', '', '9798315441', '127.0.0.1', 'open', 'Web', 1, 0, NULL, NULL, NULL, '2011-12-29 13:36:36', NULL, '2011-12-29 13:36:36', '2012-06-22 04:26:12'),
  1336. (2, 729480, 1, 3, 1, 34, 'rituraj00@gmail.com', 'rani', 22222222222, '', 'jhr', 'E_Registration', 'E_Registration', '', '', '9798315441', '127.0.0.1', 'open', 'Phone', 1, 0, NULL, NULL, NULL, '2012-01-03 12:44:15', '2012-01-03 12:44:15', '2012-01-03 12:44:15', '2012-06-22 04:00:45'),
  1337. (6, 808821, 1, 2, 1, 1, 'rituraj00@gmail.com', 'ram', 22222222222, '11-2345', 'sdfsfdsf', 'E_Registration', 'E_Registration', '', '', '9798315441', '127.0.0.1', 'open', 'Web', 0, 0, NULL, NULL, NULL, '2012-06-22 05:30:57', NULL, '2012-06-22 05:30:57', '0000-00-00 00:00:00'),
  1338. (3, 496701, 1, 2, 1, 1, 'rituraj00@gmail.com', 'RITU RAJ SHRIWASTAW', 12345678900, '10-2345', 'Engineering building\r\nblock2,dhurva,ranchi,jharkhand', 'E_Registration', 'E_Registration', '1234567', '0326', '9835234348', '127.0.0.1', 'open', 'Web', 1, 0, NULL, '2012-02-06 14:06:58', '2012-01-16 12:16:32', '2011-11-26 11:37:43', '2012-01-16 12:16:30', '2011-11-26 11:37:43', '2012-02-06 15:21:51'),
  1339. (4, 368387, 1, 3, 1, 0, 'rituraj00@gmail.com', 'RITU RAJ SHRIWASTAW', 12345678900, '10-2345', 'Engineering building,\r\nblock2,dhurwa,ranchi,jharkhand', 'E_Registration', 'E_Registration', '1234567', '0326', '9835234348', '127.0.0.1', 'open', 'Web', 1, 0, NULL, NULL, NULL, '2012-01-31 12:26:18', NULL, '2012-01-31 12:26:18', '2012-02-02 13:18:28'),
  1340. (5, 409098, 1, 2, 1, 0, 'rituraj00@gmail.com', 'RITU RAJ SHRIWASTAW', 11111111111, '10-2345', 'korri bandh', 'E_Registration', 'E_Registration', '', '', '9798315441', '127.0.0.1', 'open', 'Phone', 1, 0, '2012-02-22 21:45:00', NULL, NULL, '2012-02-23 11:27:24', '2012-02-06 13:53:31', '2012-02-06 13:53:29', '2012-06-22 01:29:32'),
  1341. (7, 746473, 1, 2, 3, 1, 'rituraj00@gmail.com', 'ritu raj', 11111111111, '12-3456', 'dsfdsfsfsfsf', 'E_Payments', 'E_Payments', '', '', '9631736521', '127.0.0.1', 'open', 'Email', 0, 0, NULL, NULL, NULL, '2012-02-23 12:59:56', '2012-02-23 12:59:56', '2012-02-23 12:59:56', '2012-02-23 12:59:56');
  1342.  
  1343. -- --------------------------------------------------------
  1344.  
  1345. --
  1346. -- Table structure for table `ost_ticket_attachment`
  1347. --
  1348.  
  1349. CREATE TABLE `ost_ticket_attachment` (
  1350. `attach_id` int(11) unsigned NOT NULL auto_increment,
  1351. `ticket_id` int(11) unsigned NOT NULL default '0',
  1352. `ref_id` int(11) unsigned NOT NULL default '0',
  1353. `ref_type` enum('M','R') NOT NULL default 'M',
  1354. `file_size` varchar(32) NOT NULL default '',
  1355. `file_name` varchar(128) NOT NULL default '',
  1356. `file_key` varchar(128) NOT NULL default '',
  1357. `deleted` tinyint(1) unsigned NOT NULL default '0',
  1358. `created` datetime NOT NULL default '0000-00-00 00:00:00',
  1359. `updated` datetime default NULL,
  1360. PRIMARY KEY (`attach_id`),
  1361. KEY `ticket_id` (`ticket_id`),
  1362. KEY `ref_type` (`ref_type`),
  1363. KEY `ref_id` (`ref_id`)
  1364. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=28 ;
  1365.  
  1366. --
  1367. -- Dumping data for table `ost_ticket_attachment`
  1368. --
  1369.  
  1370. INSERT INTO `ost_ticket_attachment` (`attach_id`, `ticket_id`, `ref_id`, `ref_type`, `file_size`, `file_name`, `file_key`, `deleted`, `created`, `updated`) VALUES
  1371. (27, 4, 144, 'M', '697766', 'ABI.docx', 'CEA2083494B090', 0, '2012-01-31 12:26:18', NULL);
  1372.  
  1373. -- --------------------------------------------------------
  1374.  
  1375. --
  1376. -- Table structure for table `ost_ticket_lock`
  1377. --
  1378.  
  1379. CREATE TABLE `ost_ticket_lock` (
  1380. `lock_id` int(11) unsigned NOT NULL auto_increment,
  1381. `ticket_id` int(11) unsigned NOT NULL default '0',
  1382. `staff_id` int(10) unsigned NOT NULL default '0',
  1383. `expire` datetime default NULL,
  1384. `created` datetime NOT NULL default '0000-00-00 00:00:00',
  1385. PRIMARY KEY (`lock_id`),
  1386. UNIQUE KEY `ticket_id` (`ticket_id`),
  1387. KEY `staff_id` (`staff_id`)
  1388. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=151 ;
  1389.  
  1390. --
  1391. -- Dumping data for table `ost_ticket_lock`
  1392. --
  1393.  
  1394.  
  1395. -- --------------------------------------------------------
  1396.  
  1397. --
  1398. -- Table structure for table `ost_ticket_message`
  1399. --
  1400.  
  1401. CREATE TABLE `ost_ticket_message` (
  1402. `msg_id` int(11) unsigned NOT NULL auto_increment,
  1403. `ticket_id` int(11) unsigned NOT NULL default '0',
  1404. `messageId` varchar(255) default NULL,
  1405. `message` text NOT NULL,
  1406. `headers` text,
  1407. `source` varchar(16) default NULL,
  1408. `ip_address` varchar(16) default NULL,
  1409. `created` datetime NOT NULL default '0000-00-00 00:00:00',
  1410. `updated` datetime default NULL,
  1411. PRIMARY KEY (`msg_id`),
  1412. KEY `ticket_id` (`ticket_id`),
  1413. KEY `msgId` (`messageId`),
  1414. FULLTEXT KEY `message` (`message`)
  1415. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=149 ;
  1416.  
  1417. --
  1418. -- Dumping data for table `ost_ticket_message`
  1419. --
  1420.  
  1421. INSERT INTO `ost_ticket_message` (`msg_id`, `ticket_id`, `messageId`, `message`, `headers`, `source`, `ip_address`, `created`, `updated`) VALUES
  1422. (141, 1, '', 'problem in return', '', 'Web', '127.0.0.1', '2011-12-29 13:36:36', NULL),
  1423. (142, 2, '', 'Complaint created by staff', '', 'Phone', '127.0.0.1', '2012-01-03 12:44:15', NULL),
  1424. (143, 3, '', 'Problem while registration......', '', 'Web', '127.0.0.1', '2011-11-26 11:37:43', NULL),
  1425. (144, 4, '', 'problem while registration.....', '', 'Web', '127.0.0.1', '2012-01-31 12:26:18', NULL),
  1426. (145, 5, '', 'Complaint created by staff', '', 'Phone', '127.0.0.1', '2012-02-06 13:53:29', NULL),
  1427. (146, 6, '', 'dfsfsf', '', 'Web', '127.0.0.1', '2012-06-22 05:30:57', NULL),
  1428. (147, 5, '', 'joooooooooo', '', 'Web', '127.0.0.1', '2012-02-23 11:27:24', NULL),
  1429. (148, 7, '', 'Complaint created by staff', '', 'Email', '127.0.0.1', '2012-02-23 12:59:56', NULL);
  1430.  
  1431. -- --------------------------------------------------------
  1432.  
  1433. --
  1434. -- Table structure for table `ost_ticket_note`
  1435. --
  1436.  
  1437. CREATE TABLE `ost_ticket_note` (
  1438. `note_id` int(11) unsigned NOT NULL auto_increment,
  1439. `ticket_id` int(11) unsigned NOT NULL default '0',
  1440. `staff_id` int(10) unsigned NOT NULL default '0',
  1441. `source` varchar(32) NOT NULL default '',
  1442. `title` varchar(255) NOT NULL default 'Generic Intermal Notes',
  1443. `note` text NOT NULL,
  1444. `created` datetime NOT NULL default '0000-00-00 00:00:00',
  1445. PRIMARY KEY (`note_id`),
  1446. KEY `ticket_id` (`ticket_id`),
  1447. KEY `staff_id` (`staff_id`),
  1448. FULLTEXT KEY `note` (`note`)
  1449. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=227 ;
  1450.  
  1451. --
  1452. -- Dumping data for table `ost_ticket_note`
  1453. --
  1454.  
  1455. INSERT INTO `ost_ticket_note` (`note_id`, `ticket_id`, `staff_id`, `source`, `title`, `note`, `created`) VALUES
  1456. (207, 1, 1, 'Mrs. Neelam Gupta', 'Complaint Updated', 'testing', '2011-12-29 14:10:04'),
  1457. (208, 1, 1, 'system', 'Complaint Marked Overdue', 'Complaint flagged as overdue by the system.', '2011-12-29 15:03:25'),
  1458. (209, 2, 1, 'Mrs. Neelam Gupta', 'Complaint Assigned to Sri V.K. Dubey', 'Complaint assigned', '2012-01-03 12:44:18'),
  1459. (210, 2, 1, 'system', 'Complaint Marked Overdue', 'Complaint flagged as overdue by the system.', '2012-01-03 15:08:46'),
  1460. (211, 1, 1, 'Mrs. Neelam Gupta', 'Complaint Updated', 'wrong circle\r\n', '2012-01-10 15:10:19'),
  1461. (212, 3, 1, 'system', 'Complaint Marked Overdue', 'Complaint flagged as overdue by the system.', '2012-01-16 11:44:44'),
  1462. (213, 3, 1, 'system', 'Complaint status changed to Closed', 'Mrs. Neelam Gupta closed the complaint on reply', '2012-01-16 12:16:32'),
  1463. (214, 4, 1, 'system', 'Complaint Marked Overdue', 'Complaint flagged as overdue by the system.', '2012-02-02 13:18:59'),
  1464. (215, 5, 1, 'system', 'New Complaint by Staff', 'Complaint created by staff -Mrs. Neelam Gupta', '2012-02-06 13:53:33'),
  1465. (216, 3, 1, 'Mrs. Neelam Gupta', 'Complaint Assigned to Mrs. Neelam Gupta', 'fghfghfh', '2012-02-06 14:06:58'),
  1466. (217, 3, 1, 'system', 'Complaint Marked Overdue', 'Complaint flagged as overdue by the system.', '2012-02-06 15:21:54'),
  1467. (218, 5, 1, 'system', 'Complaint Marked Overdue', 'Complaint flagged as overdue by the system.', '2012-06-22 01:30:07'),
  1468. (219, 2, 1, 'Mrs. Neelam Gupta', 'Complaint Updated', '7t7t7', '2012-06-22 03:55:20'),
  1469. (220, 2, 1, 'Mrs. Neelam Gupta', 'Complaint Updated', '7t7t7', '2012-06-22 03:56:47'),
  1470. (221, 2, 1, 'Mrs. Neelam Gupta', 'Complaint Updated', '7t7t7', '2012-06-22 04:00:45'),
  1471. (222, 2, 1, 'Mrs. Neelam Gupta', 'Complaint Assigned to Akhshay Ray', 'hfhf', '2012-06-22 04:01:47'),
  1472. (223, 2, 1, 'Mrs. Neelam Gupta', 'Complaint Assigned to Rupesh Kumar', 'dfgdf', '2012-06-22 04:02:25'),
  1473. (224, 1, 1, 'Mrs. Neelam Gupta', 'Complaint Updated', 'h', '2012-06-22 04:26:12'),
  1474. (225, 6, 1, 'Mrs. Neelam Gupta', 'Complaint Assigned to Mrs. Neelam Gupta', 'ututyutyu', '2012-02-22 05:40:44'),
  1475. (226, 7, 1, 'Mrs. Neelam Gupta', 'Complaint Assigned to Mrs. Neelam Gupta', 'Complaint assigned', '2012-02-23 12:59:58');
  1476.  
  1477. -- --------------------------------------------------------
  1478.  
  1479. --
  1480. -- Table structure for table `ost_ticket_priority`
  1481. --
  1482.  
  1483. CREATE TABLE `ost_ticket_priority` (
  1484. `priority_id` tinyint(4) NOT NULL auto_increment,
  1485. `priority` varchar(60) NOT NULL default '',
  1486. `priority_desc` varchar(30) NOT NULL default '',
  1487. `priority_color` varchar(7) NOT NULL default '',
  1488. `priority_urgency` tinyint(1) unsigned NOT NULL default '0',
  1489. `ispublic` tinyint(1) NOT NULL default '1',
  1490. PRIMARY KEY (`priority_id`),
  1491. UNIQUE KEY `priority` (`priority`),
  1492. KEY `priority_urgency` (`priority_urgency`),
  1493. KEY `ispublic` (`ispublic`)
  1494. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;
  1495.  
  1496. --
  1497. -- Dumping data for table `ost_ticket_priority`
  1498. --
  1499.  
  1500. INSERT INTO `ost_ticket_priority` (`priority_id`, `priority`, `priority_desc`, `priority_color`, `priority_urgency`, `ispublic`) VALUES
  1501. (1, 'low', 'Low', '#DDFFDD', 4, 1),
  1502. (2, 'normal', 'Normal', '#FFFFF0', 3, 1),
  1503. (3, 'high', 'High', '#FEE7E7', 2, 1),
  1504. (4, 'emergency', 'Emergency', '#FEE7E7', 1, 0);
  1505.  
  1506. -- --------------------------------------------------------
  1507.  
  1508. --
  1509. -- Table structure for table `ost_ticket_response`
  1510. --
  1511.  
  1512. CREATE TABLE `ost_ticket_response` (
  1513. `response_id` int(11) unsigned NOT NULL auto_increment,
  1514. `msg_id` int(11) unsigned NOT NULL default '0',
  1515. `ticket_id` int(11) unsigned NOT NULL default '0',
  1516. `staff_id` int(11) unsigned NOT NULL default '0',
  1517. `staff_name` varchar(32) NOT NULL default '',
  1518. `response` text NOT NULL,
  1519. `ip_address` varchar(16) NOT NULL default '',
  1520. `created` datetime NOT NULL default '0000-00-00 00:00:00',
  1521. `updated` datetime NOT NULL default '0000-00-00 00:00:00',
  1522. PRIMARY KEY (`response_id`),
  1523. KEY `ticket_id` (`ticket_id`),
  1524. KEY `msg_id` (`msg_id`),
  1525. KEY `staff_id` (`staff_id`),
  1526. FULLTEXT KEY `response` (`response`)
  1527. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=48 ;
  1528.  
  1529. --
  1530. -- Dumping data for table `ost_ticket_response`
  1531. --
  1532.  
  1533. INSERT INTO `ost_ticket_response` (`response_id`, `msg_id`, `ticket_id`, `staff_id`, `staff_name`, `response`, `ip_address`, `created`, `updated`) VALUES
  1534. (44, 142, 2, 1, 'Mrs. Neelam Gupta', 'testing', '127.0.0.1', '2012-01-03 12:44:15', '0000-00-00 00:00:00'),
  1535. (45, 143, 3, 1, 'Mrs. Neelam Gupta', 'your request# 496701 has been completely solved\r\n\r\n', '127.0.0.1', '2012-01-16 12:16:30', '0000-00-00 00:00:00'),
  1536. (46, 145, 5, 1, 'Mrs. Neelam Gupta', 'problem', '127.0.0.1', '2012-02-06 13:53:31', '0000-00-00 00:00:00'),
  1537. (47, 148, 7, 1, 'Mrs. Neelam Gupta', 'fdsfdsf', '127.0.0.1', '2012-02-23 12:59:56', '0000-00-00 00:00:00');
  1538.  
  1539. -- --------------------------------------------------------
  1540.  
  1541. --
  1542. -- Table structure for table `ost_timezone`
  1543. --
  1544.  
  1545. CREATE TABLE `ost_timezone` (
  1546. `id` int(11) unsigned NOT NULL auto_increment,
  1547. `offset` float(3,1) NOT NULL default '0.0',
  1548. `timezone` varchar(255) NOT NULL default '',
  1549. PRIMARY KEY (`id`)
  1550. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=31 ;
  1551.  
  1552. --
  1553. -- Dumping data for table `ost_timezone`
  1554. --
  1555.  
  1556. INSERT INTO `ost_timezone` (`id`, `offset`, `timezone`) VALUES
  1557. (1, -12.0, 'Eniwetok, Kwajalein'),
  1558. (2, -11.0, 'Midway Island, Samoa'),
  1559. (3, -10.0, 'Hawaii'),
  1560. (4, -9.0, 'Alaska'),
  1561. (5, -8.0, 'Pacific Time (US & Canada)'),
  1562. (6, -7.0, 'Mountain Time (US & Canada)'),
  1563. (7, -6.0, 'Central Time (US & Canada), Mexico City'),
  1564. (8, -5.0, 'Eastern Time (US & Canada), Bogota, Lima'),
  1565. (9, -4.0, 'Atlantic Time (Canada), Caracas, La Paz'),
  1566. (10, -3.5, 'Newfoundland'),
  1567. (11, -3.0, 'Brazil, Buenos Aires, Georgetown'),
  1568. (12, -2.0, 'Mid-Atlantic'),
  1569. (13, -1.0, 'Azores, Cape Verde Islands'),
  1570. (14, 0.0, 'Western Europe Time, London, Lisbon, Casablanca'),
  1571. (15, 1.0, 'Brussels, Copenhagen, Madrid, Paris'),
  1572. (16, 2.0, 'Kaliningrad, South Africa'),
  1573. (17, 3.0, 'Baghdad, Riyadh, Moscow, St. Petersburg'),
  1574. (18, 3.5, 'Tehran'),
  1575. (19, 4.0, 'Abu Dhabi, Muscat, Baku, Tbilisi'),
  1576. (20, 4.5, 'Kabul'),
  1577. (21, 5.0, 'Ekaterinburg, Islamabad, Karachi, Tashkent'),
  1578. (22, 5.5, 'Bombay, Calcutta, Madras, New Delhi'),
  1579. (23, 6.0, 'Almaty, Dhaka, Colombo'),
  1580. (24, 7.0, 'Bangkok, Hanoi, Jakarta'),
  1581. (25, 8.0, 'Beijing, Perth, Singapore, Hong Kong'),
  1582. (26, 9.0, 'Tokyo, Seoul, Osaka, Sapporo, Yakutsk'),
  1583. (27, 9.5, 'Adelaide, Darwin'),
  1584. (28, 10.0, 'Eastern Australia, Guam, Vladivostok'),
  1585. (29, 11.0, 'Magadan, Solomon Islands, New Caledonia'),
  1586. (30, 12.0, 'Auckland, Wellington, Fiji, Kamchatka');
Add Comment
Please, Sign In to add comment