Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../advpoll
File: advpoll.sql
[0] Fix | Delete
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
[1] Fix | Delete
[2] Fix | Delete
[3] Fix | Delete
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
[4] Fix | Delete
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
[5] Fix | Delete
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
[6] Fix | Delete
/*!40101 SET NAMES utf8 */;
[7] Fix | Delete
[8] Fix | Delete
--
[9] Fix | Delete
-- Database: `soft_advpoll30`
[10] Fix | Delete
--
[11] Fix | Delete
[12] Fix | Delete
-- --------------------------------------------------------
[13] Fix | Delete
[14] Fix | Delete
--
[15] Fix | Delete
-- Table structure for table `poll_comment`
[16] Fix | Delete
--
[17] Fix | Delete
[18] Fix | Delete
CREATE TABLE `poll_comment` (
[19] Fix | Delete
`com_id` int(9) NOT NULL AUTO_INCREMENT,
[20] Fix | Delete
`poll_id` int(9) NOT NULL DEFAULT '0',
[21] Fix | Delete
`time` int(11) NOT NULL DEFAULT '0',
[22] Fix | Delete
`host` varchar(255) NOT NULL,
[23] Fix | Delete
`browser` varchar(255) NOT NULL,
[24] Fix | Delete
`name` varchar(60) NOT NULL,
[25] Fix | Delete
`email` varchar(100) NOT NULL,
[26] Fix | Delete
`message` text NOT NULL,
[27] Fix | Delete
PRIMARY KEY (`com_id`)
[28] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
[29] Fix | Delete
[30] Fix | Delete
--
[31] Fix | Delete
-- Dumping data for table `poll_comment`
[32] Fix | Delete
--
[33] Fix | Delete
[34] Fix | Delete
INSERT INTO `poll_comment` VALUES
[35] Fix | Delete
(1, 1, [[timestamp]], 'localhost', 'Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)', 'nobody', 'nobody@server.com', 'This is the first comment!');
[36] Fix | Delete
[37] Fix | Delete
-- --------------------------------------------------------
[38] Fix | Delete
[39] Fix | Delete
--
[40] Fix | Delete
-- Table structure for table `poll_config`
[41] Fix | Delete
--
[42] Fix | Delete
[43] Fix | Delete
CREATE TABLE `poll_config` (
[44] Fix | Delete
`config_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
[45] Fix | Delete
`base_gif` varchar(60) NOT NULL,
[46] Fix | Delete
`lang` varchar(20) NOT NULL,
[47] Fix | Delete
`title` varchar(60) NOT NULL,
[48] Fix | Delete
`vote_button` varchar(30) NOT NULL,
[49] Fix | Delete
`result_text` varchar(40) NOT NULL,
[50] Fix | Delete
`total_text` varchar(40) NOT NULL,
[51] Fix | Delete
`voted` varchar(40) NOT NULL,
[52] Fix | Delete
`send_com` varchar(40) NOT NULL,
[53] Fix | Delete
`img_height` int(5) NOT NULL DEFAULT '0',
[54] Fix | Delete
`img_length` int(5) NOT NULL DEFAULT '0',
[55] Fix | Delete
`table_width` varchar(6) NOT NULL,
[56] Fix | Delete
`bgcolor_tab` varchar(7) NOT NULL,
[57] Fix | Delete
`bgcolor_fr` varchar(7) NOT NULL,
[58] Fix | Delete
`font_face` varchar(70) NOT NULL,
[59] Fix | Delete
`font_color` varchar(7) NOT NULL,
[60] Fix | Delete
`type` varchar(10) NOT NULL DEFAULT '0',
[61] Fix | Delete
`check_ip` smallint(2) NOT NULL DEFAULT '0',
[62] Fix | Delete
`lock_timeout` int(9) NOT NULL DEFAULT '0',
[63] Fix | Delete
`time_offset` varchar(5) NOT NULL DEFAULT '0',
[64] Fix | Delete
`entry_pp` int(4) unsigned NOT NULL DEFAULT '0',
[65] Fix | Delete
`poll_version` varchar(5) NOT NULL DEFAULT '0',
[66] Fix | Delete
`base_url` varchar(100) NOT NULL DEFAULT '',
[67] Fix | Delete
`result_order` varchar(20) NOT NULL DEFAULT '',
[68] Fix | Delete
`def_options` smallint(3) unsigned NOT NULL DEFAULT '0',
[69] Fix | Delete
`polls_pp` int(5) unsigned NOT NULL DEFAULT '0',
[70] Fix | Delete
`captcha` varchar(5) NOT NULL,
[71] Fix | Delete
PRIMARY KEY (`config_id`)
[72] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
[73] Fix | Delete
[74] Fix | Delete
--
[75] Fix | Delete
-- Dumping data for table `poll_config`
[76] Fix | Delete
--
[77] Fix | Delete
[78] Fix | Delete
INSERT INTO `poll_config` VALUES
[79] Fix | Delete
(1, '[[relativeurl]]/image', '[[language]].php', 'Advanced Poll', 'Vote', 'View results', 'Total votes', 'You have already voted!', 'Send comment', 10, 42, '170', '#FFFFFF', '#666699', 'Verdana, Arial, Helvetica, sans-serif', '#000000', 'percent', 0, 2, '0', 5, '2.0.9', '[[relativeurl]]', 'desc', 10, 12, 'on');
[80] Fix | Delete
[81] Fix | Delete
-- --------------------------------------------------------
[82] Fix | Delete
[83] Fix | Delete
--
[84] Fix | Delete
-- Table structure for table `poll_data`
[85] Fix | Delete
--
[86] Fix | Delete
[87] Fix | Delete
CREATE TABLE `poll_data` (
[88] Fix | Delete
`id` int(11) NOT NULL AUTO_INCREMENT,
[89] Fix | Delete
`poll_id` int(11) NOT NULL DEFAULT '0',
[90] Fix | Delete
`option_id` int(11) NOT NULL DEFAULT '0',
[91] Fix | Delete
`option_text` varchar(100) NOT NULL,
[92] Fix | Delete
`color` varchar(20) NOT NULL,
[93] Fix | Delete
`votes` int(14) NOT NULL DEFAULT '0',
[94] Fix | Delete
PRIMARY KEY (`poll_id`,`option_id`),
[95] Fix | Delete
KEY `id` (`id`)
[96] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=21 ;
[97] Fix | Delete
[98] Fix | Delete
--
[99] Fix | Delete
-- Dumping data for table `poll_data`
[100] Fix | Delete
--
[101] Fix | Delete
[102] Fix | Delete
INSERT INTO `poll_data` VALUES
[103] Fix | Delete
(1, 1, 1, 'Linux', 'blue', 49),
[104] Fix | Delete
(2, 1, 2, 'Solaris', 'yellow', 12),
[105] Fix | Delete
(3, 1, 3, 'FreeBSD', 'green', 29),
[106] Fix | Delete
(4, 1, 4, 'WindowsNT', 'brown', 17),
[107] Fix | Delete
(5, 1, 5, 'Unix', 'grey', 10),
[108] Fix | Delete
(6, 1, 6, 'BSD', 'red', 15),
[109] Fix | Delete
(7, 1, 7, 'other', 'purple', 9),
[110] Fix | Delete
(12, 2, 1, 'MySQL', 'pink', 23),
[111] Fix | Delete
(11, 2, 2, 'PostgreSQL', 'gold', 6),
[112] Fix | Delete
(10, 2, 3, 'Oracle', 'blue', 17),
[113] Fix | Delete
(9, 2, 4, 'MS SQL', 'green', 9),
[114] Fix | Delete
(8, 2, 5, 'Sybase', 'orange', 2),
[115] Fix | Delete
(13, 2, 6, 'other', 'brown', 3),
[116] Fix | Delete
(14, 2, 7, 'DB/2', 'grey', 4),
[117] Fix | Delete
(15, 3, 1, 'PHP', 'red', 65),
[118] Fix | Delete
(16, 3, 2, 'Perl', 'orange', 34),
[119] Fix | Delete
(17, 3, 3, 'ASP', 'green', 17),
[120] Fix | Delete
(18, 3, 4, 'JSP', 'purple', 20),
[121] Fix | Delete
(19, 3, 5, 'Python', 'gold', 7),
[122] Fix | Delete
(20, 3, 6, 'other', 'aqua', 16);
[123] Fix | Delete
[124] Fix | Delete
-- --------------------------------------------------------
[125] Fix | Delete
[126] Fix | Delete
--
[127] Fix | Delete
-- Table structure for table `poll_index`
[128] Fix | Delete
--
[129] Fix | Delete
[130] Fix | Delete
CREATE TABLE `poll_index` (
[131] Fix | Delete
`poll_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
[132] Fix | Delete
`question` varchar(100) NOT NULL,
[133] Fix | Delete
`timestamp` int(11) NOT NULL DEFAULT '0',
[134] Fix | Delete
`status` smallint(2) NOT NULL DEFAULT '0',
[135] Fix | Delete
`logging` smallint(2) NOT NULL DEFAULT '0',
[136] Fix | Delete
`exp_time` int(11) NOT NULL DEFAULT '0',
[137] Fix | Delete
`expire` smallint(2) NOT NULL DEFAULT '0',
[138] Fix | Delete
`comments` smallint(2) NOT NULL DEFAULT '0',
[139] Fix | Delete
PRIMARY KEY (`poll_id`)
[140] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;
[141] Fix | Delete
[142] Fix | Delete
--
[143] Fix | Delete
-- Dumping data for table `poll_index`
[144] Fix | Delete
--
[145] Fix | Delete
[146] Fix | Delete
INSERT INTO `poll_index` VALUES
[147] Fix | Delete
(1, 'Which OS is your Website running on?', [[timestamp]], 1, 1, 1480253595, 1, 1),
[148] Fix | Delete
(2, 'Which database engine do you prefer?', [[timestamp]], 1, 0, 1480253595, 0, 1),
[149] Fix | Delete
(3, 'What is your favourite scripting language?', [[timestamp]], 1, 0, 1480253595, 0, 1);
[150] Fix | Delete
[151] Fix | Delete
-- --------------------------------------------------------
[152] Fix | Delete
[153] Fix | Delete
--
[154] Fix | Delete
-- Table structure for table `poll_ip`
[155] Fix | Delete
--
[156] Fix | Delete
[157] Fix | Delete
CREATE TABLE `poll_ip` (
[158] Fix | Delete
`ip_id` int(11) NOT NULL AUTO_INCREMENT,
[159] Fix | Delete
`poll_id` int(11) NOT NULL DEFAULT '0',
[160] Fix | Delete
`ip_addr` varchar(15) NOT NULL,
[161] Fix | Delete
`timestamp` int(11) NOT NULL DEFAULT '0',
[162] Fix | Delete
PRIMARY KEY (`ip_id`)
[163] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[164] Fix | Delete
[165] Fix | Delete
-- --------------------------------------------------------
[166] Fix | Delete
[167] Fix | Delete
--
[168] Fix | Delete
-- Table structure for table `poll_log`
[169] Fix | Delete
--
[170] Fix | Delete
[171] Fix | Delete
CREATE TABLE `poll_log` (
[172] Fix | Delete
`log_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
[173] Fix | Delete
`poll_id` int(11) NOT NULL DEFAULT '0',
[174] Fix | Delete
`option_id` int(11) NOT NULL DEFAULT '0',
[175] Fix | Delete
`timestamp` int(11) NOT NULL DEFAULT '0',
[176] Fix | Delete
`ip_addr` varchar(15) NOT NULL,
[177] Fix | Delete
`host` varchar(255) NOT NULL,
[178] Fix | Delete
`agent` varchar(255) NOT NULL DEFAULT '0',
[179] Fix | Delete
PRIMARY KEY (`log_id`)
[180] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[181] Fix | Delete
[182] Fix | Delete
-- --------------------------------------------------------
[183] Fix | Delete
[184] Fix | Delete
--
[185] Fix | Delete
-- Table structure for table `poll_templates`
[186] Fix | Delete
--
[187] Fix | Delete
[188] Fix | Delete
CREATE TABLE `poll_templates` (
[189] Fix | Delete
`tpl_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[190] Fix | Delete
`tplset_id` int(10) unsigned NOT NULL DEFAULT '0',
[191] Fix | Delete
`title` varchar(100) NOT NULL DEFAULT '',
[192] Fix | Delete
`template` mediumtext NOT NULL,
[193] Fix | Delete
PRIMARY KEY (`tpl_id`)
[194] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=41 ;
[195] Fix | Delete
[196] Fix | Delete
--
[197] Fix | Delete
-- Dumping data for table `poll_templates`
[198] Fix | Delete
--
[199] Fix | Delete
[200] Fix | Delete
INSERT INTO `poll_templates` VALUES
[201] Fix | Delete
(1, 1, 'display_head', '<table width="$pollvars[table_width]" border="0" cellspacing="0" cellpadding="1" bgcolor="$pollvars[bgcolor_fr]">\r\n <tr align="center">\r\n <td>\r\n <style type="text/css">\r\n <!--\r\n .input { font-family: $pollvars[font_face]; font-size: 8pt}\r\n -->\r\n</style>\r\n <font face="$pollvars[font_face]" size="-1" color="#FFFFFF"><b>$pollvars[title]</b></font></td>\r\n </tr>\r\n <tr align="center"> \r\n <td> \r\n <table width="100%" border="0" cellspacing="0" cellpadding="2" align="center" bgcolor="$pollvars[bgcolor_tab]">\r\n <tr> \r\n <td height="40" valign="middle"><font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1"><b>$question</b></font></td>\r\n </tr>\r\n <tr align="right" valign="top"> \r\n <td>\r\n <form method="post" action="$this->form_forward">\r\n <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">\r\n <tr valign="top" align="center"> \r\n <td> \r\n <table width="100%" border="0" cellspacing="0" cellpadding="1" align="center">\r\n'),
[202] Fix | Delete
(2, 1, 'display_loop', ' <tr> \r\n <td width="15%"><input type="radio" name="option_id" value="$data[option_id]"></td>\r\n <td width="85%"><font face="$pollvars[font_face]" size="1" color="$pollvars[font_color]">$data[option_text]</font></td>\r\n </tr>\r\n'),
[203] Fix | Delete
(3, 1, 'display_foot', ' </table>\r\n <input type="hidden" name="action" value="vote">\r\n <input type="hidden" name="poll_ident" value="$poll_id">\r\n <input type="submit" value="$pollvars[vote_button]" class="input">\r\n <br>\r\n <br>\r\n <font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1"><a href="$this->form_forward?action=results&amp;poll_ident=$poll_id">$pollvars[result_text]</a></font>\r\n </td>\r\n </tr>\r\n </table>\r\n </form>\r\n <font face="$pollvars[font_face]" size="1"><a href="http://www.proxy2.de" target="_blank" title="Advanced Poll">Version $pollvars[poll_version]</a></font>\r\n </td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n</table>\r\n'),
[204] Fix | Delete
(4, 1, 'result_head', '<table width="$pollvars[table_width]" border="0" cellspacing="0" cellpadding="1" bgcolor="$pollvars[bgcolor_fr]">\r\n<tr align="center">\r\n<td>\r\n<style type="text/css">\r\n<!--\r\n .input { font-family: $pollvars[font_face]; font-size: 8pt}\r\n .links { font-family: $pollvars[font_face]; font-size: 7.5pt; color: $pollvars[font_color]}\r\n-->\r\n</style>\r\n<font face="$pollvars[font_face]" size="-1" color="#FFFFFF"><b>$pollvars[title]</b></font></td>\r\n</tr>\r\n<tr align="center">\r\n <td><table width="100%" border="0" cellspacing="0" cellpadding="2" align="center" bgcolor="$pollvars[bgcolor_tab]">\r\n <tr valign="middle">\r\n <td height="40"><font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1"><b>$question</b></font></td>\r\n </tr>\r\n <tr align="right" valign="bottom">\r\n <td>\r\n <table border="0" cellspacing="0" cellpadding="1" width="100%" align="center">\r\n <tr valign="top">\r\n <td>\r\n <table width="100%" border="0" cellspacing="0" cellpadding="1" align="center">\r\n'),
[205] Fix | Delete
(5, 1, 'result_loop', '<tr>\r\n <td height="22"><font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1">$option_text</font></td>\r\n <td nowrap height="22"><font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1"><img src="$pollvars[base_gif]/$poll_color.gif" width="$img_width" height="$pollvars[img_height]"> $vote_val</font></td>\r\n</tr>\r\n'),
[206] Fix | Delete
(6, 1, 'result_foot', ' </table>\r\n <font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1"><br>\r\n $pollvars[total_text]: <font color="#CC0000">$total_votes</font><br>\r\n $VOTE<br><br><div align="center">\r\n $COMMENT&nbsp;</div></font>\r\n </td></tr>\r\n <tr><td height="2">&nbsp;</td></tr>\r\n </table>\r\n <font face="$pollvars[font_face]" size="1"><a href="http://www.proxy2.de" target="_blank" title="Advanced Poll">Version $pollvars[poll_version]</a></font></td>\r\n </tr>\r\n </table>\r\n</td>\r\n</tr>\r\n</table>\r\n'),
[207] Fix | Delete
(7, 1, 'comment', '<table border="0" cellspacing="0" cellpadding="1" align="center" bgcolor="#666699">\r\n <tr align="center">\r\n <td>\r\n <style type="text/css">\r\n <!--\r\n .button { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt}\r\n .textarea { font-family: "MS Sans Serif"; font-size: 9pt; width: 195px}\r\n .input { width: 195px}\r\n -->\r\n </style><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Send Your Comment</b></font></td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table border="0" cellspacing="0" cellpadding="5" align="center" bgcolor="#FFFFFF" width="200">\r\n <tr>\r\n <td width="149">\r\n <form method="post" action="$this->form_forward">\r\n <table border="0" cellspacing="0" cellpadding="2" bgcolor="" align="center">\r\n <tr>\r\n <td class="td1" height="40"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="1">$question</font></b></td>\r\n </tr>\r\n <tr>\r\n <td class="td1"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">Name:</font><br>\r\n <input type="text" name="name" maxlength="25" class="input" size="23">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class="td1"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">e-mail:</font><br>\r\n <input type="text" name="email" size="23" maxlength="50" class="input">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class="td1"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">Comment(*):</font><br>\r\n <font face="MS Sans Serif" size="1">\r\n <textarea name="message" cols="19" wrap="VIRTUAL" rows="3" class="textarea"></textarea>\r\n </font>\r\n $POLL_CAPTCHA\r\n </td>\r\n </tr>\r\n <tr valign="top">\r\n <td>\r\n <input type="submit" value="Submit" class="button">\r\n <input type="reset" value="Reset" class="button">\r\n <input type="hidden" name="action" value="add">\r\n <input type="hidden" name="id" value="$poll_id">\r\n <input type="hidden" name="time" value="$poll_time">\r\n </td>\r\n </tr>\r\n </table>\r\n </form>\r\n </td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n</table>\r\n'),
[208] Fix | Delete
(8, 2, 'display_head', '<table width="$pollvars[table_width]" cellspacing="0" cellpadding="0" border="0" bgcolor="#F3F3F3">\r\n <tr valign="top"> \r\n <td valign="top" align="right">\r\n <form method="post" action="$this->form_forward">\r\n <table width="100%" border="0" cellspacing="0" cellpadding="3">\r\n <tr bgcolor="$pollvars[bgcolor_fr]"> \r\n <td colspan="2" height="30"><font face="$pollvars[font_face]" color="#FFFFFF" size="1"><b>\r\n $question</b></font></td>\r\n </tr>\r\n'),
[209] Fix | Delete
(9, 2, 'display_loop', '<tr> \r\n <td width="14%"><input type="radio" name="option_id" value="$data[option_id]"></td>\r\n <td width="86%"><font face="$pollvars[font_face]" size="1" color="$pollvars[font_color]">$data[option_text]</font></td>\r\n</tr>\r\n'),
[210] Fix | Delete
(10, 2, 'display_foot', ' <tr align="center"> \r\n <td colspan="2"> \r\n <input type="image" border="0" src="$pollvars[base_gif]/vote.gif" width="110" height="48">\r\n <input type="hidden" name="action" value="vote">\r\n <input type="hidden" name="poll_ident" value="$poll_id">\r\n <br>\r\n <font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1"><a href="$this->form_forward?action=results&amp;poll_ident=$poll_id">$pollvars[result_text]</a>\r\n </td>\r\n </tr>\r\n </table>\r\n </form>\r\n <font face="$pollvars[font_face]" size="1"><a href="http://www.proxy2.de" target="_blank" title="Advanced Poll">Version $pollvars[poll_version]</a></font>\r\n </td>\r\n </tr>\r\n</table>\r\n'),
[211] Fix | Delete
(11, 2, 'result_head', '<table width="170" border="0" cellspacing="0" cellpadding="3" bgcolor="#F3F3F3">\r\n <tr> \r\n <td colspan="2" height="25" bgcolor="$pollvars[bgcolor_fr]"><font face="$pollvars[font_face]" color="#FFFFFF" size="1"><b>$question</b></font></td>\r\n </tr>\r\n\r\n'),
[212] Fix | Delete
(12, 2, 'result_loop', ' <tr> \r\n <td colspan="2"><font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1">$option_text</font></td>\r\n </tr>\r\n <tr> \r\n <td width="52%"><img src="$pollvars[base_gif]/greenbar.gif" width="$img_width" height="7"></td>\r\n <td width="48%"><font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1">$vote_val</font></td>\r\n </tr>\r\n'),
[213] Fix | Delete
(13, 2, 'result_foot', ' <tr> \r\n <td colspan="2" height="40"><font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1"> \r\n $pollvars[total_text]: <font color="#CC0000">$total_votes</font>\r\n <br>$VOTE</font><br><div align="center"><font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1">$COMMENT</font></div>\r\n </td>\r\n </tr>\r\n <tr align="right" valign="bottom" height="30"> \r\n <td colspan="2"><font face="$pollvars[font_face]" size="1"><a href="http://www.proxy2.de" target="_blank" title="Advanced Poll">Version $pollvars[poll_version]</a></font></td>\r\n </tr>\r\n</table>\r\n'),
[214] Fix | Delete
(14, 2, 'comment', '<table border="0" cellspacing="0" cellpadding="1" align="center" bgcolor="#666699">\r\n <tr align="center">\r\n <td>\r\n <style type="text/css">\r\n <!--\r\n .button { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt}\r\n .textarea { font-family: "MS Sans Serif"; font-size: 9pt; width: 195px}\r\n .input { width: 195px}\r\n -->\r\n </style><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Send Your Comment</b></font></td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table border="0" cellspacing="0" cellpadding="5" align="center" bgcolor="#F3F3F3" width="200">\r\n <tr>\r\n <td width="149">\r\n <form method="post" action="$this->form_forward">\r\n <table border="0" cellspacing="0" cellpadding="2" bgcolor="" align="center">\r\n <tr>\r\n <td class="td1" height="40"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="1">$question</font></b></td>\r\n </tr>\r\n <tr>\r\n <td class="td1"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">Name:</font><br>\r\n <input type="text" name="name" maxlength="25" class="input" size="23">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class="td1"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">e-mail:</font><br>\r\n <input type="text" name="email" size="23" maxlength="50" class="input">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class="td1"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">Comment(*):</font><br>\r\n <font face="MS Sans Serif" size="1">\r\n <textarea name="message" cols="19" wrap="VIRTUAL" rows="3" class="textarea"></textarea>\r\n </font>\r\n $POLL_CAPTCHA\r\n </td>\r\n </tr>\r\n <tr valign="top">\r\n <td>\r\n <input type="submit" value="Submit" class="button">\r\n <input type="reset" value="Reset" class="button">\r\n <input type="hidden" name="action" value="add">\r\n <input type="hidden" name="id" value="$poll_id">\r\n <input type="hidden" name="time" value="$poll_time">\r\n </td>\r\n </tr>\r\n </table>\r\n </form>\r\n </td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n</table>\r\n'),
[215] Fix | Delete
(15, 3, 'display_head', '<table width="$pollvars[table_width]" border="0" cellspacing="0" cellpadding="1" bgcolor="$pollvars[bgcolor_fr]">\r\n <tr align="center">\r\n <td>\r\n <style type="text/css">\r\n <!--\r\n .input { font-family: $pollvars[font_face]; font-size: 8pt}\r\n -->\r\n</style>\r\n <font face="$pollvars[font_face]" size="-1" color="#FFFFFF"><b>$pollvars[title]</b></font></td>\r\n </tr>\r\n <tr align="center"> \r\n <td> \r\n <table width="100%" border="0" cellspacing="0" cellpadding="2" align="center" bgcolor="$pollvars[bgcolor_tab]">\r\n <tr> \r\n <td height="40" valign="middle"><font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1"><b>$question</b></font></td>\r\n </tr>\r\n <tr align="right" valign="top"> \r\n <td>\r\n <form method="post" name="poll_$poll_id" onsubmit="return poll_results_$poll_id(''vote'',''$pollvars[base_url]/popup.php'',''Poll'',''500'',''350'',''toolbar=no,scrollbars=yes'');">\r\n <script language="JavaScript">\r\n<!--\r\nfunction poll_results_$poll_id(action,theURL,winName,winWidth,winHeight,features) { \r\n var w = (screen.width - winWidth)/2;\r\n var h = (screen.height - winHeight)/2 - 20;\r\n features = features+'',width=''+winWidth+'',height=''+winHeight+'',top=''+h+'',left=''+w;\r\n var poll_ident = self.document.poll_$poll_id.poll_ident.value;\r\n option_id = '''';\r\n for (i=0; i<self.document.poll_$poll_id.option_id.length; i++) {\r\n if(self.document.poll_$poll_id.option_id[i].checked == true) {\r\n option_id = self.document.poll_$poll_id.option_id[i].value;\r\n break;\r\n }\r\n }\r\n option_id = (option_id != '''') ? ''&option_id=''+option_id : '''';\r\n if (action==''results'' || (option_id != '''' && action==''vote'')) {\r\n theURL = theURL+''?action=''+action+''&poll_ident=''+poll_ident+option_id;\r\n poll_popup = window.open(theURL,winName,features);\r\n poll_popup.focus();\r\n }\r\n return false;\r\n}\r\n//-->\r\n </script>\r\n <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">\r\n <tr valign="top" align="center"> \r\n <td> \r\n <table width="100%" border="0" cellspacing="0" cellpadding="1" align="center">\r\n'),
[216] Fix | Delete
(16, 3, 'display_loop', ' <tr> \r\n <td width="15%"><input type="radio" name="option_id" value="$data[option_id]"></td>\r\n <td width="85%"><font face="$pollvars[font_face]" size="1" color="$pollvars[font_color]">$data[option_text]</font></td>\r\n </tr>\r\n'),
[217] Fix | Delete
(17, 3, 'display_foot', ' </table>\r\n <input type="hidden" name="action" value="vote">\r\n <input type="hidden" name="poll_ident" value="$poll_id">\r\n <input type="submit" value="$pollvars[vote_button]" class="input">\r\n <br>\r\n <br>\r\n <font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1"><a href="javascript:void(poll_results_$poll_id(''results'',''$pollvars[base_url]/popup.php'',''Poll'',''500'',''350'',''toolbar=no,scrollbars=yes''))">$pollvars[result_text]</a><br>\r\n </font></td>\r\n </tr>\r\n </table>\r\n </form>\r\n <font face="$pollvars[font_face]" size="1"><a href="http://www.proxy2.de" target="_blank" title="Advanced Poll">Version $pollvars[poll_version]</a></font>\r\n </td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n</table>\r\n'),
[218] Fix | Delete
(18, 3, 'result_head', '<table width="450" border="0" cellspacing="0" cellpadding="2" bgcolor="#CCCCCC">\r\n <tr>\r\n <td align="center"> \r\n <table width="100%" border="0" cellspacing="0" cellpadding="3" bgcolor="#F6F6F6">\r\n <tr align="center"> \r\n <td colspan="3" height="40"><font face="$pollvars[font_face]" size="1" color="#000000"><b>$question</b></font></td>\r\n </tr>\r\n'),
[219] Fix | Delete
(19, 3, 'result_loop', ' <tr>\r\n <td width="3%">&nbsp;</td>\r\n <td><font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1">$option_text</font></td>\r\n <td><font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1"><img src="$pollvars[base_gif]/$poll_color.gif" width="$img_width" height="$pollvars[img_height]"> $vote_percent % ($vote_count)</font></td>\r\n </tr>\r\n'),
[220] Fix | Delete
(20, 3, 'result_foot', ' <tr> \r\n <td colspan="3" valign="bottom" align="center"><b><font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1">$pollvars[total_text]: \r\n $total_votes</font></b></td>\r\n </tr>\r\n <tr align="center"> \r\n <td colspan="3" valign="top"><font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1">$VOTE \r\n <br>\r\n $COMMENT</font></td>\r\n </tr>\r\n <tr align="right"> \r\n <td colspan="3"><font face="$pollvars[font_face]" size="1"><a href="http://www.proxy2.de" target="_blank" title="Advanced Poll">Version $pollvars[poll_version]</a></font></td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n</table>\r\n'),
[221] Fix | Delete
(21, 3, 'comment', '<table border="0" cellspacing="0" cellpadding="1" align="center" bgcolor="#666699">\r\n <tr align="center">\r\n <td>\r\n <style type="text/css">\r\n <!--\r\n .button { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt}\r\n .textarea { font-family: "MS Sans Serif"; font-size: 9pt; width: 195px}\r\n .input { width: 195px}\r\n -->\r\n </style><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Submit Your Comment</b></font></td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table border="0" cellspacing="0" cellpadding="5" align="center" bgcolor="#FFFFFF" width="200">\r\n <tr>\r\n <td width="149">\r\n <form method="post" action="$this->form_forward">\r\n <table border="0" cellspacing="0" cellpadding="2" bgcolor="" align="center">\r\n <tr>\r\n <td class="td1" height="40"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="1">$question</font></b></td>\r\n </tr>\r\n <tr>\r\n <td class="td1"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">Name:</font><br>\r\n <input type="text" name="name" maxlength="25" class="input" size="23">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class="td1"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">e-mail:</font><br>\r\n <input type="text" name="email" size="23" maxlength="50" class="input">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class="td1"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">Comment(*):</font><br>\r\n <font face="MS Sans Serif" size="1">\r\n <textarea name="message" cols="19" wrap="VIRTUAL" rows="3" class="textarea"></textarea>\r\n </font>\r\n $POLL_CAPTCHA\r\n </td>\r\n </tr>\r\n <tr valign="top">\r\n <td>\r\n <input type="submit" value="Submit" class="button">\r\n <input type="reset" value="Reset" class="button">\r\n <input type="hidden" name="action" value="add">\r\n <input type="hidden" name="id" value="$poll_id">\r\n <input type="hidden" name="time" value="$poll_time">\r\n </td>\r\n </tr>\r\n </table>\r\n </form>\r\n </td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n</table>\r\n'),
[222] Fix | Delete
(22, 4, 'display_head', '<table width="$pollvars[table_width]" border="0" cellspacing="0" cellpadding="1" bgcolor="$pollvars[bgcolor_fr]">\r\n <tr align="center">\r\n <td>\r\n <style type="text/css">\r\n <!--\r\n .input { font-family: $pollvars[font_face]; font-size: 8pt}\r\n -->\r\n</style>\r\n <font face="$pollvars[font_face]" size="-1" color="#FFFFFF"><b>$pollvars[title]</b></font></td>\r\n </tr>\r\n <tr align="center"> \r\n <td> \r\n <table width="100%" border="0" cellspacing="0" cellpadding="2" align="center" bgcolor="$pollvars[bgcolor_tab]">\r\n <tr> \r\n <td height="40" valign="middle"><font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1"><b>$question</b></font></td>\r\n </tr>\r\n <tr align="right" valign="top"> \r\n <td>\r\n <form method="post" action="$this->form_forward">\r\n <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">\r\n <tr valign="top" align="center"> \r\n <td> \r\n <table width="100%" border="0" cellspacing="0" cellpadding="1" align="center">\r\n'),
[223] Fix | Delete
(23, 4, 'display_loop', '<tr> \r\n <td width="15%"><input type="radio" name="option_id" value="$data[option_id]"></td>\r\n <td width="85%"><font face="$pollvars[font_face]" size="1" color="$pollvars[font_color]">$data[option_text]</font></td>\r\n </tr>\r\n'),
[224] Fix | Delete
(24, 4, 'display_foot', ' </table>\r\n <input type="hidden" name="action" value="vote">\r\n <input type="hidden" name="poll_ident" value="$poll_id">\r\n <input type="submit" value="$pollvars[vote_button]" class="input">\r\n <br>\r\n <br>\r\n <font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1"><a href="$this->form_forward?action=results&amp;poll_ident=$poll_id">$pollvars[result_text]</a><br>\r\n </font></td>\r\n </tr>\r\n </table>\r\n </form>\r\n <font face="$pollvars[font_face]" size="1"><a href="http://www.proxy2.de" target="_blank" title="Advanced Poll">Version $pollvars[poll_version]</a></font>\r\n </td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n</table>\r\n'),
[225] Fix | Delete
(25, 4, 'result_head', '<table border="0" cellspacing="0" cellpadding="2" width="360">\r\n <tr> \r\n <td colspan="2"><font face="$pollvars[font_face]" size="2">$question</font></td>\r\n </tr>\r\n <tr> \r\n <td><img src="$pollvars[base_url]/png.php?poll_id=$poll_id"></td>\r\n <td> \r\n <table width="100%" border="0" cellspacing="0" cellpadding="1" bgcolor="#000000">\r\n <tr> \r\n <td> \r\n <table width="100%" border="0" cellspacing="0" cellpadding="3" bgcolor="#EBEBEB">'),
[226] Fix | Delete
(26, 4, 'result_loop', ' <tr> \r\n <td width="12"><font size="1" face="$pollvars[font_face]"><img src="$pollvars[base_gif]/$poll_color.gif" width="8" height="10"></font></td>\r\n <td><font size="1" face="$pollvars[font_face]">$option_text -\r\n $vote_val</font></td>\r\n </tr>'),
[227] Fix | Delete
(27, 4, 'result_foot', ' <tr> \r\n <td>&nbsp;</td>\r\n <td><font face="$pollvars[font_face]" size="1">$pollvars[total_text]: \r\n <font color="#990000">$total_votes</font><br>\r\n $COMMENT&nbsp;</font></td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n</table>'),
[228] Fix | Delete
(28, 4, 'comment', '<table border="0" cellspacing="0" cellpadding="1" align="center" bgcolor="#666699">\r\n <tr align="center">\r\n <td>\r\n <style type="text/css">\r\n <!--\r\n .button { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt}\r\n .textarea { font-family: "MS Sans Serif"; font-size: 9pt; width: 195px}\r\n .input { width: 195px}\r\n -->\r\n </style><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Submit Your Comment</b></font></td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table border="0" cellspacing="0" cellpadding="5" align="center" bgcolor="#FFFFFF" width="200">\r\n <tr>\r\n <td width="149">\r\n <form method="post" action="$this->form_forward">\r\n <table border="0" cellspacing="0" cellpadding="2" bgcolor="" align="center">\r\n <tr>\r\n <td class="td1" height="40"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="1">$question</font></b></td>\r\n </tr>\r\n <tr>\r\n <td class="td1"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">Name:</font><br>\r\n <input type="text" name="name" maxlength="25" class="input" size="23">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class="td1"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">e-mail:</font><br>\r\n <input type="text" name="email" size="23" maxlength="50" class="input">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class="td1"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">Comment(*):</font><br>\r\n <font face="MS Sans Serif" size="1">\r\n <textarea name="message" cols="19" wrap="VIRTUAL" rows="3" class="textarea"></textarea>\r\n </font>\r\n $POLL_CAPTCHA\r\n </td>\r\n </tr>\r\n <tr valign="top">\r\n <td>\r\n <input type="submit" value="Submit" class="button">\r\n <input type="reset" value="Reset" class="button">\r\n <input type="hidden" name="action" value="add">\r\n <input type="hidden" name="id" value="$poll_id">\r\n <input type="hidden" name="time" value="$poll_time">\r\n </td>\r\n </tr>\r\n </table>\r\n </form>\r\n </td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n</table>\r\n'),
[229] Fix | Delete
(29, 5, 'display_head', '<table width="450" border="0" cellspacing="0" cellpadding="2" bgcolor="#CCCCCC">\r\n <tr>\r\n <td align="center">\r\n <style type="text/css">\r\n <!--\r\n .input { font-family: $pollvars[font_face]; font-size: 9pt}\r\n -->\r\n </style> \r\n <table width="100%" border="0" cellspacing="0" cellpadding="3" bgcolor="#F6F6F6">\r\n <tr align="center"> \r\n <td colspan="2" height="40"><font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1"><b>$question</b></font></td>\r\n </tr>\r\n <tr align="center"> \r\n <td colspan="2"> \r\n <form method="post" action="$this->form_forward">\r\n <table width="100%" border="0" cellspacing="0" cellpadding="1">'),
[230] Fix | Delete
(30, 5, 'display_loop', ' <tr> \r\n <td width="11%" align="center"><input type="radio" name="option_id" value="$data[option_id]"></td>\r\n <td width="89%"><font face="$pollvars[font_face]" size="1" color="$pollvars[font_color]">$data[option_text]</font></td>\r\n </tr>'),
[231] Fix | Delete
(31, 5, 'display_foot', ' <tr align="center" valign="bottom"> \r\n <td colspan="2"> \r\n <input type="submit" value="$pollvars[vote_button]" class="input" name="submit">\r\n <input type="hidden" name="action" value="vote">\r\n <input type="hidden" name="poll_ident" value="$poll_id">\r\n </td>\r\n </tr>\r\n <tr valign="bottom"> \r\n <td colspan="2" height="30" align="center"><font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1">[<a href="$this->form_forward?action=results&amp;poll_ident=$poll_id">$pollvars[result_text]</a>]</font></td>\r\n </tr>\r\n </table>\r\n </form>\r\n </td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n</table>\r\n'),
[232] Fix | Delete
(32, 5, 'result_head', '<table width="450" border="0" cellspacing="0" cellpadding="2" bgcolor="#CCCCCC">\r\n <tr>\r\n <td align="center"> \r\n <table width="100%" border="0" cellspacing="0" cellpadding="3" bgcolor="#F6F6F6">\r\n <tr align="center"> \r\n <td colspan="3" height="40"><font face="$pollvars[font_face]" size="1" color="#000000"><b>$question</b></font></td>\r\n </tr>\r\n'),
[233] Fix | Delete
(33, 5, 'result_loop', ' <tr>\r\n <td width="3%">&nbsp;</td>\r\n <td><font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1">$option_text</font></td>\r\n <td><font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1"><img src="$pollvars[base_gif]/$poll_color.gif" width="$img_width" height="$pollvars[img_height]"> $vote_percent % ($vote_count)</font></td>\r\n </tr>\r\n'),
[234] Fix | Delete
(34, 5, 'result_foot', ' <tr> \r\n <td colspan="3" valign="bottom" align="center"><b><font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1">$pollvars[total_text]: \r\n $total_votes</font></b></td>\r\n </tr>\r\n <tr align="center"> \r\n <td colspan="3" valign="top"><font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1">$VOTE \r\n <br>\r\n $COMMENT</font></td>\r\n </tr>\r\n <tr align="right"> \r\n <td colspan="3"><font face="$pollvars[font_face]" size="1"><a href="http://www.proxy2.de" target="_blank" title="Advanced Poll">Version $pollvars[poll_version]</a></font></td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n</table>\r\n'),
[235] Fix | Delete
(35, 5, 'comment', '<table border="0" cellspacing="0" cellpadding="1" align="center" bgcolor="#666699">\r\n <tr align="center">\r\n <td>\r\n <style type="text/css">\r\n <!--\r\n .button { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt}\r\n .textarea { font-family: "MS Sans Serif"; font-size: 9pt; width: 195px}\r\n .input { width: 195px}\r\n -->\r\n </style><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Send Your Comment</b></font></td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table border="0" cellspacing="0" cellpadding="5" align="center" bgcolor="#F3F3F3" width="200">\r\n <tr>\r\n <td width="149">\r\n <form method="post" action="$this->form_forward">\r\n <table border="0" cellspacing="0" cellpadding="2" bgcolor="" align="center">\r\n <tr>\r\n <td class="td1" height="40"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="1">$question</font></b></td>\r\n </tr>\r\n <tr>\r\n <td class="td1"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">Name:</font><br>\r\n <input type="text" name="name" maxlength="25" class="input" size="23">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class="td1"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">e-mail:</font><br>\r\n <input type="text" name="email" size="23" maxlength="50" class="input">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class="td1"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">Comment(*):</font><br>\r\n <font face="MS Sans Serif" size="1">\r\n <textarea name="message" cols="19" wrap="VIRTUAL" rows="3" class="textarea"></textarea>\r\n </font>\r\n $POLL_CAPTCHA\r\n </td>\r\n </tr>\r\n <tr valign="top">\r\n <td>\r\n <input type="submit" value="Submit" class="button">\r\n <input type="reset" value="Reset" class="button">\r\n <input type="hidden" name="action" value="add">\r\n <input type="hidden" name="id" value="$poll_id">\r\n <input type="hidden" name="time" value="$poll_time">\r\n </td>\r\n </tr>\r\n </table>\r\n </form>\r\n </td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n</table>\r\n'),
[236] Fix | Delete
(36, 0, 'poll_comment', '<table border="0" cellspacing="1" cellpadding="2" width="450">\r\n <tr bgcolor="#E4E4E4"> \r\n <td bgcolor="#F2F2F2"><b><font size="1" face="Verdana, Arial, Helvetica, sans-serif">$data[name]</font></b> \r\n <i><font size="1" face="Verdana, Arial, Helvetica, sans-serif">$data[email]</font></i> \r\n - <font size="1" face="Verdana, Arial, Helvetica, sans-serif">$data[time]</font>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td><font size="2" face="Verdana, Arial, Helvetica, sans-serif">$data[message]</font> \r\n </td>\r\n </tr>\r\n <tr> \r\n <td height="15">&nbsp;</td>\r\n </tr>\r\n</table>\r\n'),
[237] Fix | Delete
(37, 0, 'poll_list', '<table border="0" cellspacing="0" cellpadding="4" width="450">\r\n <tr> \r\n <td width="80" valign="top"> &#0149; <font size="2" face="Arial, Helvetica, sans-serif"><i>$data[timestamp]</i></font></td>\r\n <td width="354"><font face="Arial, Helvetica, sans-serif" size="2"><a href="$PHP_SELF?poll_id=$data[poll_id]">$data[question]</a></font></td>\r\n </tr>\r\n</table>\r\n'),
[238] Fix | Delete
(38, 0, 'poll_form', '<table border="0" cellspacing="0" cellpadding="0">\r\n <tr> \r\n <td> \r\n <style type="text/css">\r\n <!--\r\n .button { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt}\r\n .poll_textarea { font-family: "MS Sans Serif"; font-size: 9pt; width: 300px}\r\n .poll_input { width: 300px}\r\n -->\r\n </style>\r\n <form method="post" action="$this->form_forward">\r\n <table border="0" cellspacing="0" cellpadding="4">\r\n <tr>\r\n <td class="td1"><font color="#CC0000" face="Verdana, Arial, Helvetica, sans-serif" size="1"><b>$msg</b></font></td>\r\n </tr>\r\n <tr> \r\n <td class="td1"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">Name:</font><br>\r\n <input type="text" name="name" value="$comment[name]" maxlength="30" class="poll_input" size="25">\r\n </td>\r\n </tr>\r\n <tr> \r\n <td class="td1"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">E-mail:</font><br>\r\n <input type="text" name="email" value="$comment[email]" size="25" maxlength="50" class="poll_input">\r\n </td>\r\n </tr>\r\n <tr> \r\n <td class="td1"> <font face="Verdana, Arial, Helvetica, sans-serif" size="1">Comment:</font><br>\r\n <font face="MS Sans Serif" size="1"> \r\n <textarea name="message" cols="25" wrap="VIRTUAL" rows="8" class="poll_textarea">$comment[message]</textarea>\r\n </font>\r\n $POLL_CAPTCHA\r\n </td>\r\n </tr>\r\n <tr valign="top"> \r\n <td> \r\n <input type="submit" value="Submit" class="button" name="submit">\r\n <input type="reset" value="Reset" class="button" name="reset">\r\n <input type="hidden" name="action" value="add">\r\n <input type="hidden" name="pcomment" value="$poll_id">\r\n <input type="hidden" name="time" value="$poll_time">\r\n </td>\r\n </tr>\r\n </table>\r\n </form>\r\n </td>\r\n </tr>\r\n</table>\r\n'),
[239] Fix | Delete
(40, 0, 'poll_captcha', '<div style="margin-top:3px;display:block;">\r\n <img src="$pollvars[base_url]/captcha.php?time=$poll_time" border="0" style="float:left;margin-right:6px"><input type="text" name="captcha" maxlength="20" style="width:100px;margin-top:4px">\r\n</div>\r\n');
[240] Fix | Delete
[241] Fix | Delete
-- --------------------------------------------------------
[242] Fix | Delete
[243] Fix | Delete
--
[244] Fix | Delete
-- Table structure for table `poll_templateset`
[245] Fix | Delete
--
[246] Fix | Delete
[247] Fix | Delete
CREATE TABLE `poll_templateset` (
[248] Fix | Delete
`tplset_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[249] Fix | Delete
`tplset_name` varchar(50) NOT NULL DEFAULT '',
[250] Fix | Delete
`created` datetime DEFAULT '0000-00-00 00:00:00',
[251] Fix | Delete
PRIMARY KEY (`tplset_id`)
[252] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;
[253] Fix | Delete
[254] Fix | Delete
--
[255] Fix | Delete
-- Dumping data for table `poll_templateset`
[256] Fix | Delete
--
[257] Fix | Delete
[258] Fix | Delete
INSERT INTO `poll_templateset` VALUES
[259] Fix | Delete
(1, 'default', '[[regtime]]'),
[260] Fix | Delete
(2, 'simple', '[[regtime]]'),
[261] Fix | Delete
(3, 'popup', '[[regtime]]'),
[262] Fix | Delete
(4, 'graphic', '[[regtime]]'),
[263] Fix | Delete
(5, 'plain', '[[regtime]]');
[264] Fix | Delete
[265] Fix | Delete
-- --------------------------------------------------------
[266] Fix | Delete
[267] Fix | Delete
--
[268] Fix | Delete
-- Table structure for table `poll_user`
[269] Fix | Delete
--
[270] Fix | Delete
[271] Fix | Delete
CREATE TABLE `poll_user` (
[272] Fix | Delete
`user_id` smallint(5) NOT NULL AUTO_INCREMENT,
[273] Fix | Delete
`username` varchar(30) NOT NULL,
[274] Fix | Delete
`userpass` varchar(32) NOT NULL,
[275] Fix | Delete
`session` varchar(32) NOT NULL,
[276] Fix | Delete
`last_visit` int(11) NOT NULL,
[277] Fix | Delete
PRIMARY KEY (`user_id`)
[278] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
[279] Fix | Delete
[280] Fix | Delete
--
[281] Fix | Delete
-- Dumping data for table `poll_user`
[282] Fix | Delete
--
[283] Fix | Delete
[284] Fix | Delete
INSERT INTO `poll_user` VALUES
[285] Fix | Delete
(1, '[[admin_username]]', '[[admin_pass]]', '', [[timestamp]]);
[286] Fix | Delete
[287] Fix | Delete
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
[288] Fix | Delete
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
[289] Fix | Delete
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
[290] Fix | Delete
[291] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function