Advertisement
Guest User

GD Star Library array error fix

a guest
Nov 7th, 2013
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.91 KB | None | 0 0
  1. -- phpMyAdmin SQL Dump
  2. -- version 3.5.2
  3. -- http://www.phpmyadmin.net
  4. --
  5. -- Host: localhost
  6. -- Generation Time: Nov 07, 2013 at 08:04 AM
  7. -- Server version: 5.5.25a
  8. -- PHP Version: 5.4.4
  9.  
  10. SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
  11. SET time_zone = "+00:00";
  12.  
  13.  
  14. /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
  15. /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
  16. /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
  17. /*!40101 SET NAMES utf8 */;
  18.  
  19.  
  20.  
  21. -- --------------------------------------------------------
  22.  
  23. --
  24. -- Table structure for table `wp_gdsr_templates`
  25. --
  26.  
  27. CREATE TABLE IF NOT EXISTS `wp_gdsr_templates` (
  28. `template_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  29. `section` varchar(3) NOT NULL,
  30. `name` varchar(128) NOT NULL,
  31. `description` text NOT NULL,
  32. `elements` text NOT NULL,
  33. `dependencies` text NOT NULL,
  34. `preinstalled` varchar(1) NOT NULL DEFAULT '0',
  35. `default` varchar(1) NOT NULL DEFAULT '1',
  36. PRIMARY KEY (`template_id`),
  37. KEY `idx_section_tpl` (`section`)
  38. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=45 ;
  39.  
  40. --
  41. -- Dumping data for table `wp_gdsr_templates`
  42. --
  43.  
  44. UPDATE `wp_gdsr_templates` SET `template_id` = 1,`section` = 'EWV',`name` = 'Default Element Word Votes',`description` = '',`elements` = 'a:2:{s:8:"singular";s:4:"vote";s:6:"plural";s:5:"votes";}',`dependencies` = '',`preinstalled` = '1',`default` = '1' WHERE `wp_gdsr_templates`.`template_id` = 1;
  45. UPDATE `wp_gdsr_templates` SET `template_id` = 2,`section` = 'ETR',`name` = 'Default Alternating Table Rows',`description` = '',`elements` = 'a:2:{s:3:"odd";s:7:"row-odd";s:4:"even";s:8:"row-even";}',`dependencies` = '',`preinstalled` = '1',`default` = '1' WHERE `wp_gdsr_templates`.`template_id` = 2;
  46. UPDATE `wp_gdsr_templates` SET `template_id` = 3,`section` = 'SRT',`name` = 'Default Standard Rating Text',`description` = '',`elements` = 'a:4:{s:6:"normal";s:86:"Rating: %RATING%/<strong>%MAX_RATING%</strong> (%VOTES% %WORD_VOTES% cast)";s:11:"time_active";s:183:"Rating: %RATING%/<strong>%MAX_RATING%</strong> (%VOTES% %WORD_VOTES% cast)<br />%TR_MONTHS% months, %TR_DAYS% days, %TR_HOURS% hours, %TR_MINUTES% minutes remaining.";s:11:"time_closed";s:130:"<strong>Voting Closed.</strong> Rating: %RATING%/<strong>%MAX_RATING%</strong> (%VOTES% %WORD_VOTES% cast)";s:10:"vote_saved";s:99:"<strong>Vote Saved.</strong> Rating: %RATING%/<strong>%MAX_RATING%</strong>";}\r\n',`dependencies` = 'a:1:{s:3:"EWV";s:1:"1";}',`preinstalled` = '1',`default` = '1' WHERE `wp_gdsr_templates`.`template_id` = 3;
  47. UPDATE `wp_gdsr_templates` SET `template_id` = 4,`section` = 'SRR',`name` = 'Default Standard Rating Results',`description` = '',`elements` = 'a:3:{s:6:"header";s:257:"<table><thead><td class="title">Title</td><td class="votes">Votes</td><td class="rating">Rating</td><td class="rating">Review</td></thead><tbody>";s:4:"item";s:317:"<tr class="%TABLE_ROW_CLASS%"><td class="title"><a href="%PERMALINK%">%TITLE%</a></td><td class="votes">%VOTES%</td><td class="rating">%RATING%</td><td class="rating">%REVIEW%</td></tr>";s:6:"footer";s:28:"</tbody></table>";}\r\n',`dependencies` = 'a:2:{s:3:"EWV";s:1:"1";s:3:"ETR";s:1:"2";}',`preinstalled` = '1',`default` = '1' WHERE `wp_gdsr_templates`.`template_id` = 4;
  48. UPDATE `wp_gdsr_templates` SET `template_id` = 5,`section` = 'CRT',`name` = 'Default Comments Rating Text',`description` = '',`elements` = 'a:2:{s:6:"normal";s:98:"Rating: %CMM_RATING%/<strong>%MAX_CMM_RATING%</strong> (%CMM_VOTES% %WORD_VOTES% cast)";s:10:"vote_saved";s:107:"<strong>Vote Saved.</strong> Rating: %CMM_RATING%/<strong>%MAX_CMM_RATING%</strong>";}\r\n',`dependencies` = 'a:1:{s:3:"EWV";s:1:"1";}',`preinstalled` = '1',`default` = '1' WHERE `wp_gdsr_templates`.`template_id` = 5;
  49. UPDATE `wp_gdsr_templates` SET `template_id` = 6,`section` = 'SSB',`name` = 'Default Standard RSS Rating Block',`description` = '',`elements` = 'a:1:{s:6:"normal";s:146:"<div>%RATING_STARS%</div><div>Rating: %RATING%/<strong>%MAX_RATING%</strong> (%VOTES% %WORD_VOTES% cast)</div>";}',`dependencies` = 'a:1:{s:3:"EWV";s:1:"1";}',`preinstalled` = '1',`default` = '1' WHERE `wp_gdsr_templates`.`template_id` = 6;
  50. UPDATE `wp_gdsr_templates` SET `template_id` = 7,`section` = 'CAR',`name` = 'Default Comments Aggregated Rating',`description` = '',`elements` = 'a:1:{s:6:"normal";s:11:"%CMM_STARS%";}',`dependencies` = 'a:1:{s:3:"EWV";s:1:"1";}',`preinstalled` = '1',`default` = '1' WHERE `wp_gdsr_templates`.`template_id` = 7;
  51. UPDATE `wp_gdsr_templates` SET `template_id` = 8,`section` = 'MRT',`name` = 'Default Multi Ratings Text',`description` = '',`elements` = 'a:4:{s:6:"normal";s:86:"Rating: %RATING%/<strong>%MAX_RATING%</strong> (%VOTES% %WORD_VOTES% cast)";s:11:"time_active";s:183:"Rating: %RATING%/<strong>%MAX_RATING%</strong> (%VOTES% %WORD_VOTES% cast)<br />%TR_MONTHS% months, %TR_DAYS% days, %TR_HOURS% hours, %TR_MINUTES% minutes remaining.";s:11:"time_closed";s:130:"<strong>Voting Closed.</strong> Rating: %RATING%/<strong>%MAX_RATING%</strong> (%VOTES% %WORD_VOTES% cast)";s:10:"vote_saved";s:99:"<strong>Vote Saved.</strong> Rating: %RATING%/<strong>%MAX_RATING%</strong>";}\r\n',`dependencies` = 'a:1:{s:3:"EWV";s:1:"1";}',`preinstalled` = '1',`default` = '1' WHERE `wp_gdsr_templates`.`template_id` = 8;
  52. UPDATE `wp_gdsr_templates` SET `template_id` = 9,`section` = 'MRS',`name` = 'Default Multi Ratings Stars',`description` = '',`elements` = 'a:1:{s:4:"item";s:160:"<tr class="mtrow %TABLE_ROW_CLASS%"><td>%ELEMENT_NAME%</td><td class="mtstars">%ELEMENT_STARS%</td></tr>";}\r\n',`dependencies` = 'a:1:{s:3:"ETR";s:1:"2";}',`preinstalled` = '1',`default` = '1' WHERE `wp_gdsr_templates`.`template_id` = 9;
  53. UPDATE `wp_gdsr_templates` SET `template_id` = 10,`section` = 'SRB',`name` = 'Default Standard Rating Block',`description` = '',`elements` = 'a:1:{s:6:"normal";s:300:"<div class="ratingblock %CSS_BLOCK%"><div class="ratingheader %CSS_HEADER%">%HEADER_TEXT%</div><div class="ratingstars %CSS_STARS%">%RATING_STARS%</div><div class="ratingtext %CSS_TEXT%">%RATING_TEXT%</div></div>";}\r\n',`dependencies` = 'a:1:{s:3:"SRT";s:1:"3";}',`preinstalled` = '1',`default` = '1' WHERE `wp_gdsr_templates`.`template_id` = 10;
  54. UPDATE `wp_gdsr_templates` SET `template_id` = 11,`section` = 'CRB',`name` = 'Default Comments Rating Block',`description` = '',`elements` = 'a:1:{s:6:"normal";s:328:"<div class="ratingblock %CMM_CSS_BLOCK%"><div class="ratingheader %CMM_CSS_HEADER%">%CMM_HEADER_TEXT%</div><div class="ratingstars %CMM_CSS_STARS%">%CMM_RATING_STARS%</div><div class="ratingtext %CMM_CSS_TEXT%">%CMM_RATING_TEXT%</div></div>";}\r\n',`dependencies` = 'a:1:{s:3:"CRT";s:1:"5";}',`preinstalled` = '1',`default` = '1' WHERE `wp_gdsr_templates`.`template_id` = 11;
  55. UPDATE `wp_gdsr_templates` SET `template_id` = 12,`section` = 'MRB',`name` = 'Default Multi Rating Block',`description` = '',`elements` = 'a:1:{s:6:"normal";s:379:"<table class="gdmultitable" cellspacing="0" cellpadding="0"><tbody>%MUR_RATING_STARS%<tr class="gdtblbottom"><td colspan="2"><div style="float:left">%MUR_RATING_TEXT%</div><div style="float:right">%BUTTON%</div></td></tr></tbody></table>";}',`dependencies` = 'a:2:{s:3:"MRT";s:1:"8";s:3:"MRS";s:1:"9";}',`preinstalled` = '1',`default` = '1' WHERE `wp_gdsr_templates`.`template_id` = 12;
  56. UPDATE `wp_gdsr_templates` SET `template_id` = 13,`section` = 'WSR',`name` = 'Default Widget Star Rating',`description` = '',`elements` = 'a:3:{s:6:"header";s:10:"<ul>";s:4:"item";s:117:"<li>%STARS%<br/><a href="%PERMALINK%">%TITLE%</a> (%VOTES% %WORD_VOTES%)</li>";s:6:"footer";s:11:"</ul>";}',`dependencies` = 'a:2:{s:3:"EWV";s:1:"1";s:3:"ETR";s:1:"2";}',`preinstalled` = '1',`default` = '1' WHERE `wp_gdsr_templates`.`template_id` = 13;
  57. UPDATE `wp_gdsr_templates` SET `template_id` = 14,`section` = 'WBR',`name` = 'Default Widget Blog Rating',`description` = '',`elements` = 'a:1:{s:6:"normal";s:272:"<p class="trw-title">Average blog rating:</p><p class="trw-rating">%RATING%</p><p class="trw-footer"><strong>%VOTES%</strong> %WORD_VOTES% cast for <strong>%COUNT%</strong> posts</p>";}',`dependencies` = 'a:1:{s:3:"EWV";s:1:"1";}',`preinstalled` = '1',`default` = '1' WHERE `wp_gdsr_templates`.`template_id` = 14;
  58. UPDATE `wp_gdsr_templates` SET `template_id` = 15,`section` = 'WCR',`name` = 'Default Widget Comments Rating',`description` = '',`elements` = 'a:3:{s:6:"header";s:10:"<ul>";s:4:"item";s:138:"<li><strong>%CMM_RATING%</strong> : [%AUTHOR_NAME%] <a href="%PERMALINK%">%COMMENT%</a></li>";s:6:"footer";s:11:"</ul>";}',`dependencies` = 'a:2:{s:3:"EWV";s:1:"1";s:3:"ETR";s:1:"2";}',`preinstalled` = '1',`default` = '1' WHERE `wp_gdsr_templates`.`template_id` = 15;
  59. UPDATE `wp_gdsr_templates` SET `template_id` = 16,`section` = 'RSB',`name` = 'Default Standard Review Rating Block',`description` = '',`elements` = 'a:1:{s:6:"normal";s:67:"<div class="%CSS_BLOCK%">%RATING_STARS%</div>";}',`dependencies` = '',`preinstalled` = '1',`default` = '1' WHERE `wp_gdsr_templates`.`template_id` = 16;
  60. UPDATE `wp_gdsr_templates` SET `template_id` = 17,`section` = 'RCB',`name` = 'Default Comments Review Rating Block',`description` = '',`elements` = 'a:1:{s:6:"normal";s:14:"%RATING_STARS%";}',`dependencies` = '',`preinstalled` = '1',`default` = '1' WHERE `wp_gdsr_templates`.`template_id` = 17;
  61. UPDATE `wp_gdsr_templates` SET `template_id` = 18,`section` = 'ACR',`name` = 'Default Aggregated Comments Review Rating',`description` = '',`elements` = 'a:1:{s:6:"normal";s:11:"%CMM_STARS%";}',`dependencies` = 'a:1:{s:3:"EWV";s:1:"1";}',`preinstalled` = '1',`default` = '1' WHERE `wp_gdsr_templates`.`template_id` = 18;
  62. UPDATE `wp_gdsr_templates` SET `template_id` = 19,`section` = 'MRE',`name` = 'Default Multi Review Editor',`description` = '',`elements` = 'a:1:{s:6:"normal";s:155:"<table class="gdmultitable" cellspacing="0" cellpadding="0"><tbody>%MUR_RATING_STARS%</tbody></table>";}',`dependencies` = 'a:1:{s:3:"MRS";s:1:"9";}',`preinstalled` = '1',`default` = '1' WHERE `wp_gdsr_templates`.`template_id` = 19;
  63. UPDATE `wp_gdsr_templates` SET `template_id` = 20,`section` = 'RMB',`name` = 'Default Multi Review Rating Block',`description` = '',`elements` = 'a:1:{s:6:"normal";s:155:"<table class="gdmultitable" cellspacing="0" cellpadding="0"><tbody>%MUR_RATING_STARS%</tbody></table>";}',`dependencies` = 'a:1:{s:3:"MRS";s:1:"9";}',`preinstalled` = '1',`default` = '1' WHERE `wp_gdsr_templates`.`template_id` = 20;
  64. UPDATE `wp_gdsr_templates` SET `template_id` = 21,`section` = 'MRI',`name` = 'Default Multi Rating Integration',`description` = '',`elements` = 'a:1:{s:6:"normal";s:155:"<table class="gdmultitable" cellspacing="0" cellpadding="0"><tbody>%MUR_RATING_STARS%</tbody></table>";}',`dependencies` = 'a:1:{s:3:"MRS";s:1:"9";}',`preinstalled` = '1',`default` = '1' WHERE `wp_gdsr_templates`.`template_id` = 21;
  65. UPDATE `wp_gdsr_templates` SET `template_id` = 22,`section` = 'MCR',`name` = 'Default Multi Rating Comment Integration Result',`description` = '',`elements` = 'a:1:{s:6:"normal";s:130:"<div style="text-align: center"><p>%VOTES% %WORD_VOTES%</p><p>%AVG_RATING%</p></div>";}',`dependencies` = '',`preinstalled` = '1',`default` = '1' WHERE `wp_gdsr_templates`.`template_id` = 22;
  66. UPDATE `wp_gdsr_templates` SET `template_id` = 23,`section` = 'TAT',`name` = 'Default Thumbs Article Rating Text',`description` = '',`elements` = 'a:4:{s:6:"normal";s:73:"Rating: <strong>%RATING%</strong> (from %VOTES% %WORD_VOTES%)";s:11:"time_active";s:170:"Rating: <strong>%RATING%</strong> (from %VOTES% %WORD_VOTES%)<br />%TR_MONTHS% months, %TR_DAYS% days, %TR_HOURS% hours, %TR_MINUTES% minutes remaining.";s:11:"time_closed";s:117:"<strong>Voting Closed.</strong> Rating: <strong>%RATING%</strong> (from %VOTES% %WORD_VOTES%)";s:10:"vote_saved";s:90:"<strong>Vote Saved.</strong> New Rating: <strong>%RATING%</strong>";}',`dependencies` = 'a:1:{s:3:"EWV";s:1:"1";}',`preinstalled` = '1',`default` = '1' WHERE `wp_gdsr_templates`.`template_id` = 23;
  67. UPDATE `wp_gdsr_templates` SET `template_id` = 24,`section` = 'TCT',`name` = 'Default Thumbs Comment Rating Text',`description` = '',`elements` = 'a:2:{s:6:"normal";s:73:"Rating: <strong>%RATING%</strong> (from %VOTES% %WORD_VOTES%)";s:10:"vote_saved";s:90:"<strong>Vote Saved.</strong> New Rating: <strong>%RATING%</strong>";}',`dependencies` = 'a:1:{s:3:"EWV";s:1:"1";}',`preinstalled` = '1',`default` = '1' WHERE `wp_gdsr_templates`.`template_id` = 24;
  68. UPDATE `wp_gdsr_templates` SET `template_id` = 25,`section` = 'TAB',`name` = 'Default Thumbs Article Rating Block',`description` = '',`elements` = 'a:2:{s:8:"inactive";s:213:"<div class="thumblock %CSS_BLOCK%">%THUMB_UP%%THUMB_DOWN%<div class="ratingtext %CSS_TEXT%">%THUMBS_TEXT%</div><div class="raterclear"></div></div>";s:6:"active";s:213:"<div class="thumblock %CSS_BLOCK%">%THUMB_UP%%THUMB_DOWN%<div class="ratingtext %CSS_TEXT%">%THUMBS_TEXT%</div><div class="raterclear"></div></div>";}',`dependencies` = 'a:1:{s:3:"TAT";s:2:"23";}',`preinstalled` = '1',`default` = '1' WHERE `wp_gdsr_templates`.`template_id` = 25;
  69. UPDATE `wp_gdsr_templates` SET `template_id` = 26,`section` = 'TCB',`name` = 'Default Thumbs Comment Rating Block',`description` = '',`elements` = 'a:2:{s:8:"inactive";s:225:"<div class="thumblock %CMM_CSS_BLOCK%">%THUMB_UP%%THUMB_DOWN%<div class="ratingtext %CMM_CSS_TEXT%">%CMM_THUMBS_TEXT%</div><div class="raterclear"></div></div>";s:6:"active";s:225:"<div class="thumblock %CMM_CSS_BLOCK%">%THUMB_UP%%THUMB_DOWN%<div class="ratingtext %CMM_CSS_TEXT%">%CMM_THUMBS_TEXT%</div><div class="raterclear"></div></div>";}',`dependencies` = 'a:1:{s:3:"TCT";s:2:"24";}',`preinstalled` = '1',`default` = '1' WHERE `wp_gdsr_templates`.`template_id` = 26;
  70. UPDATE `wp_gdsr_templates` SET `template_id` = 27,`section` = 'WSR',`name` = 'Expanded Default Widget Star Rating',`description` = '',`elements` = 'a:3:{s:6:"header";s:10:"<ul>";s:4:"item";s:599:"<li style="background: none"><div style="float: left; margin-right: 6px;"><a href="%PERMALINK%"><img alt="%TITLE%" src="%IMAGE%" width="38" height="38" /></a></div><div style="float: left;">%STARS%<div style="margin-top: 3px;"><strong style="color:red">%RATING%</strong> : <a href="%PERMALINK%">%TITLE%</a> (%VOTES% %WORD_VOTES%)</div></div><div style="clear: both"></div></li>";s:6:"footer";s:11:"</ul>";}\r\n',`dependencies` = 'a:2:{s:3:"EWV";s:1:"1";s:3:"ETR";s:1:"2";}',`preinstalled` = '2',`default` = '0' WHERE `wp_gdsr_templates`.`template_id` = 27;
  71. UPDATE `wp_gdsr_templates` SET `template_id` = 28,`section` = 'WCR',`name` = 'Expanded Default Widget Comments Rating',`description` = '',`elements` = 'a:3:{s:6:"header";s:13:"<table>";s:4:"item";s:388:"<tr><td valign="top"><a href="%AUTHOR_LINK%">%AUTHOR_AVATAR%</a></td><td valign="top">%CMM_STARS%<div style="margin-top: 3px;"><strong style="color:red">%CMM_RATING%</strong> : [%AUTHOR_NAME%] <a href="%PERMALINK%">%COMMENT%</a></div></td></tr>";s:6:"footer";s:14:"</table>";}',`dependencies` = 'a:2:{s:3:"EWV";s:1:"1";s:3:"ETR";s:1:"2";}',`preinstalled` = '2',`default` = '0' WHERE `wp_gdsr_templates`.`template_id` = 28;
  72. UPDATE `wp_gdsr_templates` SET `template_id` = 29,`section` = 'WBR',`name` = 'Simplest Widget Blog Rating',`description` = '',`elements` = 'a:1:{s:6:"normal";s:56:"<p class="trw-rating">%RATING%</p>";}',`dependencies` = 'a:1:{s:3:"EWV";s:1:"1";}',`preinstalled` = '2',`default` = '0' WHERE `wp_gdsr_templates`.`template_id` = 29;
  73. UPDATE `wp_gdsr_templates` SET `template_id` = 30,`section` = 'WBR',`name` = 'Alternative Widget Blog Rating',`description` = '',`elements` = 'a:1:{s:6:"normal";s:262:"<p class="trw-title">Average rating:</p><p class="trw-rating">%RATING%</p><p class="trw-footer"><strong>%VOTES%</strong> %WORD_VOTES% for <strong>%COUNT%</strong> posts</p>";}',`dependencies` = 'a:1:{s:3:"EWV";s:1:"1";}',`preinstalled` = '2',`default` = '0' WHERE `wp_gdsr_templates`.`template_id` = 30;
  74. UPDATE `wp_gdsr_templates` SET `template_id` = 31,`section` = 'RMB',`name` = 'Expanded Multi Review Rating Block',`description` = '',`elements` = 'a:1:{s:6:"normal";s:267:"<table class="gdmultitable" cellspacing="0" cellpadding="0"><tbody>%MUR_RATING_STARS%<tr class="gdtblmuravg"><td colspan="2">%AVG_RATING_STARS%</td></tr></tbody></table>";}',`dependencies` = 'a:1:{s:3:"MRS";s:1:"9";}',`preinstalled` = '2',`default` = '0' WHERE `wp_gdsr_templates`.`template_id` = 31;
  75. UPDATE `wp_gdsr_templates` SET `template_id` = 32,`section` = 'MRB',`name` = 'Expanded Multi Rating Block',`description` = '',`elements` = 'a:1:{s:6:"normal";s:491:"<table class="gdmultitable" cellspacing="0" cellpadding="0"><tbody>%MUR_RATING_STARS%<tr class="gdtblbottom"><td colspan="2"><div style="float:left">%MUR_RATING_TEXT%</div><div style="float:right">%BUTTON%</div></td></tr><tr class="gdtblmuravg"><td colspan="2">%AVG_RATING_STARS%</td></tr></tbody></table>";}',`dependencies` = 'a:2:{s:3:"MRT";s:1:"8";s:3:"MRS";s:1:"9";}',`preinstalled` = '2',`default` = '0' WHERE `wp_gdsr_templates`.`template_id` = 32;
  76. UPDATE `wp_gdsr_templates` SET `template_id` = 33,`section` = 'MRS',`name` = 'Expanded Multi Ratings Stars',`description` = '',`elements` = 'a:1:{s:4:"item";s:247:"<tr class="mtrow %TABLE_ROW_CLASS%"><td class="mtname">%ELEMENT_NAME%</td><td class="mtstars">%ELEMENT_STARS%</td><td class="mtvalue">%ELEMENT_VALUE%</td></tr>";}',`dependencies` = 'a:1:{s:3:"ETR";s:1:"2";}',`preinstalled` = '2',`default` = '0' WHERE `wp_gdsr_templates`.`template_id` = 33;
  77. UPDATE `wp_gdsr_templates` SET `template_id` = 34,`section` = 'TAB',`name` = 'Alter Thumbs Article Rating Block',`description` = '',`elements` = 'a:2:{s:8:"inactive";s:191:"<div class="thumblock %CSS_BLOCK%"><div class="ratingtext %CSS_TEXT%">%THUMBS_TEXT%</div><div class="raterclear"></div></div>";s:6:"active";s:213:"<div class="thumblock %CSS_BLOCK%">%THUMB_UP%%THUMB_DOWN%<div class="ratingtext %CSS_TEXT%">%THUMBS_TEXT%</div><div class="raterclear"></div></div>";}',`dependencies` = 'a:1:{s:3:"TAT";s:2:"23";}',`preinstalled` = '2',`default` = '0' WHERE `wp_gdsr_templates`.`template_id` = 34;
  78. UPDATE `wp_gdsr_templates` SET `template_id` = 35,`section` = 'TCB',`name` = 'Alter Thumbs Comment Rating Block',`description` = '',`elements` = 'a:2:{s:8:"inactive";s:203:"<div class="thumblock %CMM_CSS_BLOCK%"><div class="ratingtext %CMM_CSS_TEXT%">%CMM_THUMBS_TEXT%</div><div class="raterclear"></div></div>";s:6:"active";s:225:"<div class="thumblock %CMM_CSS_BLOCK%">%THUMB_UP%%THUMB_DOWN%<div class="ratingtext %CMM_CSS_TEXT%">%CMM_THUMBS_TEXT%</div><div class="raterclear"></div></div>";}',`dependencies` = 'a:1:{s:3:"TCT";s:2:"24";}',`preinstalled` = '2',`default` = '0' WHERE `wp_gdsr_templates`.`template_id` = 35;
  79. UPDATE `wp_gdsr_templates` SET `template_id` = 36,`section` = 'TAT',`name` = 'Expanded Thumbs Article Rating Text',`description` = '',`elements` = 'a:4:{s:6:"normal";s:76:"Score: <strong>%RATING%</strong><br />%VOTES% %WORD_VOTES%";s:11:"time_active";s:173:"Score: <strong>%RATING%</strong><br />%VOTES% %WORD_VOTES%<br />%TR_MONTHS% months, %TR_DAYS% days, %TR_HOURS% hours, %TR_MINUTES% minutes remaining.";s:11:"time_closed";s:120:"<strong>Voting Closed.</strong> Score: <strong>%RATING%</strong><br />%VOTES% %WORD_VOTES%";s:10:"vote_saved";s:80:"<strong>Saved.</strong> Score: <strong>%RATING%</strong>";}',`dependencies` = 'a:1:{s:3:"EWV";s:1:"1";}',`preinstalled` = '2',`default` = '0' WHERE `wp_gdsr_templates`.`template_id` = 36;
  80. UPDATE `wp_gdsr_templates` SET `template_id` = 37,`section` = 'TCT',`name` = 'Expanded Thumbs Comment Rating Text',`description` = '',`elements` = 'a:2:{s:6:"normal";s:65:"Score: <strong>%RATING%</strong> %VOTES% %WORD_VOTES%";s:10:"vote_saved";s:80:"<strong>Saved.</strong> Score: <strong>%RATING%</strong>";}',`dependencies` = 'a:1:{s:3:"EWV";s:1:"1";}',`preinstalled` = '2',`default` = '0' WHERE `wp_gdsr_templates`.`template_id` = 37;
  81. UPDATE `wp_gdsr_templates` SET `template_id` = 38,`section` = 'TAB',`name` = 'Expanded Thumbs Article Rating Block',`description` = '',`elements` = 'a:2:{s:8:"inactive";s:212:"<div class="thumblock %CSS_BLOCK%">%THUMB_UP%%THUMB_DOWN%<div class="raterclear"></div><div class="rtexthumb %CSS_TEXT%">%THUMBS_TEXT%</div></div>";s:6:"active";s:212:"<div class="thumblock %CSS_BLOCK%">%THUMB_UP%%THUMB_DOWN%<div class="raterclear"></div><div class="rtexthumb %CSS_TEXT%">%THUMBS_TEXT%</div></div>";}',`dependencies` = 'a:1:{s:3:"TAT";s:2:"23";}',`preinstalled` = '2',`default` = '0' WHERE `wp_gdsr_templates`.`template_id` = 38;
  82. UPDATE `wp_gdsr_templates` SET `template_id` = 39,`section` = 'TCB',`name` = 'Expanded Thumbs Comment Rating Block',`description` = '',`elements` = 'a:2:{s:8:"inactive";s:224:"<div class="thumblock %CMM_CSS_BLOCK%">%THUMB_UP%%THUMB_DOWN%<div class="raterclear"></div><div class="rtexthumb %CMM_CSS_TEXT%">%CMM_THUMBS_TEXT%</div></div>";s:6:"active";s:224:"<div class="thumblock %CMM_CSS_BLOCK%">%THUMB_UP%%THUMB_DOWN%<div class="raterclear"></div><div class="rtexthumb %CMM_CSS_TEXT%">%CMM_THUMBS_TEXT%</div></div>";}',`dependencies` = 'a:1:{s:3:"TCT";s:2:"24";}',`preinstalled` = '2',`default` = '0' WHERE `wp_gdsr_templates`.`template_id` = 39;
  83. UPDATE `wp_gdsr_templates` SET `template_id` = 40,`section` = 'SSB',`name` = 'Thumbs RSS Rating Block',`description` = '',`elements` = 'a:1:{s:6:"normal";s:103:"<div>%RATING_STARS%</div><div>Score: %RATING% (%VOTES% %WORD_VOTES% cast)</div>";}',`dependencies` = 'a:1:{s:3:"EWV";s:1:"1";}',`preinstalled` = '2',`default` = '0' WHERE `wp_gdsr_templates`.`template_id` = 40;
  84. UPDATE `wp_gdsr_templates` SET `template_id` = 41,`section` = 'WSR',`name` = 'Thumbs Widget Star Rating',`description` = '',`elements` = 'a:3:{s:6:"header";s:10:"<ul>";s:4:"item";s:146:"<li>%THUMB% <strong>%RATING%</strong>: <a href="%PERMALINK%">%TITLE%</a> (%VOTES% %WORD_VOTES%)</li>";s:6:"footer";s:11:"</ul>";}',`dependencies` = 'a:2:{s:3:"EWV";s:1:"1";s:3:"ETR";s:1:"2";}',`preinstalled` = '2',`default` = '0' WHERE `wp_gdsr_templates`.`template_id` = 41;
  85. UPDATE `wp_gdsr_templates` SET `template_id` = 42,`section` = 'TAB',`name` = 'Thumbs Up Only Article Rating Block',`description` = '',`elements` = 'a:2:{s:8:"inactive";s:200:"<div class="thumblock %CSS_BLOCK%">%THUMB_UP%<div class="raterclear"></div><div class="rtexthumb %CSS_TEXT%">%THUMBS_TEXT%</div></div>";s:6:"active";s:200:"<div class="thumblock %CSS_BLOCK%">%THUMB_UP%<div class="raterclear"></div><div class="rtexthumb %CSS_TEXT%">%THUMBS_TEXT%</div></div>";}',`dependencies` = 'a:1:{s:3:"TAT";s:2:"23";}',`preinstalled` = '2',`default` = '0' WHERE `wp_gdsr_templates`.`template_id` = 42;
  86. UPDATE `wp_gdsr_templates` SET `template_id` = 43,`section` = 'TCB',`name` = 'Thumbs Up Only Comment Rating Block',`description` = '',`elements` = 'a:2:{s:8:"inactive";s:212:"<div class="thumblock %CMM_CSS_BLOCK%">%THUMB_UP%<div class="raterclear"></div><div class="rtexthumb %CMM_CSS_TEXT%">%CMM_THUMBS_TEXT%</div></div>";s:6:"active";s:212:"<div class="thumblock %CMM_CSS_BLOCK%">%THUMB_UP%<div class="raterclear"></div><div class="rtexthumb %CMM_CSS_TEXT%">%CMM_THUMBS_TEXT%</div></div>";}',`dependencies` = 'a:1:{s:3:"TCT";s:2:"24";}',`preinstalled` = '2',`default` = '0' WHERE `wp_gdsr_templates`.`template_id` = 43;
  87. UPDATE `wp_gdsr_templates` SET `template_id` = 44,`section` = 'SRB',`name` = 'Inline Standard Ratings Block',`description` = '',`elements` = 'a:1:{s:6:"normal";s:306:"<div class="ratingblock %CSS_BLOCK%"><div class="ratingheader %CSS_HEADER%">%HEADER_TEXT%</div><div class="ratingstarsinline %CSS_STARS%">%RATING_STARS%</div><div class="ratingtext %CSS_TEXT%">%RATING_TEXT%</div></div>";}',`dependencies` = 'a:1:{s:3:"SRT";s:1:"3";}',`preinstalled` = '2',`default` = '0' WHERE `wp_gdsr_templates`.`template_id` = 44;
  88.  
  89. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
  90. /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
  91. /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement