get_charset_collate();
require_once(ABSPATH . 'wp-admin/includes/upgrade.php');
$wpdb->show_errors();
$sql = "CREATE TABLE " . $wpdb->prefix . "wptm_categories (
id int(11) NOT NULL AUTO_INCREMENT,
parent_id int(10) unsigned NOT NULL DEFAULT '0',
lft int(11) NOT NULL DEFAULT '0',
rgt int(11) NOT NULL DEFAULT '0',
level int(10) unsigned NOT NULL DEFAULT '0',
title varchar(255) NOT NULL,
published tinyint(1) NOT NULL DEFAULT '0',
access int(1) NOT NULL DEFAULT '1',
params text NOT NULL,
themeparams text NOT NULL,
created_time datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
modified_time datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
hits int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id),
KEY idx_left_right (lft,rgt)
) ENGINE=InnoDB ;";
dbDelta($sql);
$sql = "CREATE TABLE " . $wpdb->prefix . "wptm_tables (
id int(11) NOT NULL AUTO_INCREMENT,
id_category int(11) NOT NULL,
title varchar(100) NOT NULL,
datas mediumtext NOT NULL,
style mediumtext NOT NULL,
css text NOT NULL,
hash VARCHAR( 32 ) NOT NULL,
params text NOT NULL,
created_time datetime NOT NULL,
modified_time datetime NOT NULL,
author int(11) NOT NULL,
position int(11) NOT NULL,
PRIMARY KEY (id),
KEY idx_category (id_category)
) $charset_collate ;";
dbDelta($sql);
$sql = "CREATE TABLE " . $wpdb->prefix . "wptm_styles (
id int(11) NOT NULL AUTO_INCREMENT,
data mediumtext NOT NULL,
style mediumtext NOT NULL,
css text NOT NULL,
image text NOT NULL,
ordering int(11) NOT NULL,
PRIMARY KEY (id) ,
KEY idx_id (id)
) $charset_collate;";
dbDelta($sql);
$sql = "CREATE TABLE " . $wpdb->prefix . "wptm_charts (
id int(11) NOT NULL AUTO_INCREMENT,
id_table int(11) NOT NULL,
title varchar(100) NOT NULL,
datas mediumtext NOT NULL,
type mediumtext NOT NULL,
config text NOT NULL,
hash varchar(32) NOT NULL,
params text NOT NULL,
created_time datetime NOT NULL,
modified_time datetime NOT NULL,
author int(11) NOT NULL,
PRIMARY KEY (id) ,
KEY idx_table (id_table)
) $charset_collate ;";
dbDelta($sql);
$sql = "CREATE TABLE " . $wpdb->prefix . "wptm_charttypes (
id int(11) NOT NULL AUTO_INCREMENT,
name varchar(50) NOT NULL,
config mediumtext NOT NULL,
extra text NOT NULL,
image text NOT NULL,
ordering int(11) NOT NULL,
PRIMARY KEY (id) ,
KEY idx_id (id)
) $charset_collate;";
dbDelta($sql);
if (!$wpdb->get_var("SELECT COUNT(*) FROM `" . $wpdb->prefix . "wptm_tables`")) {
if (!$wpdb->get_var("SELECT COUNT(*) FROM `" . $wpdb->prefix . "wptm_categories`")) {
$wpdb->query("INSERT INTO `" . $wpdb->prefix . "wptm_categories` (`id`, `parent_id`, `lft`, `rgt`, `level`, `title`, `published`, `access`, `params`, `created_time`, `modified_time`, `hits`) VALUES
(1, 0, 1, 4, 0, 'ROOT', 0, '1', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0);");
$wpdb->query("INSERT INTO `" . $wpdb->prefix . "wptm_categories` (`id`, `parent_id`, `lft`, `rgt`, `level`, `title`, `published`, `access`, `params`, `created_time`, `modified_time`, `hits`) VALUES
(2, 1, 2, 3, 1, 'Category', 0, '1', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0);");
$newcat = 2;
} else {
$newcat = $wpdb->get_var("SELECT id FROM `" . $wpdb->prefix . "wptm_categories` WHERE level >0");
}
$user_ID = get_current_user_id();
$q = 'INSERT INTO `' . $wpdb->prefix . 'wptm_tables` (`id`, `id_category`, `title`, `datas`, `style`, `css`, `hash`, `params`, `created_time`, `modified_time`, `author`) VALUES '
. '(1, ' . $newcat . ', \'My table\', \'[["#","Make","Model","Year","Price"],["1","Honda","Accord","2009","$12000"],["2","Toyota","Camry","2012","$14900"],["3","Hyundai","Elantra","2010","$22000"],["4","Honda","Accord","2009","$12000"],["5","Toyota","Camry","2012","$14900"],["6","Hyundai","Elantra","2010","$22000"],["7","Honda","Accord","2009","$12000"],["8","Toyota","Camry","2012","$14900"]]\', \'{"table":{"alternate_row_even_color":"#fafafa","use_sortable":"1","width":592},"rows":{"0":["0",{"height":29,"width":50}],"1":["1",{"height":29,"width":122}],"2":["2",{"height":29,"width":137}],"3":["3",{"height":29,"width":133}],"4":["4",{"height":29,"width":150}],"5":["5",{"height":29,"width":50}],"6":["6",{"height":29}],"7":["7",{"height":29}],"8":["8",{"height":29}]},"cols":{"0":[0,{"width":50}],"1":[1,{"width":122}],"2":[2,{"width":137}],"3":[3,{"width":133}],"4":[4,{"width":150}]},"cells":{"0!0":[0,0,{"width":50,"cell_text_align":"center","cell_font_bold":true,"height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#333333","cell_border_bottom":"2px solid #707070","cell_background_color":"#ffffff","cell_vertical_align":"middle"}],"0!1":[0,1,{"width":122,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#333333","cell_border_bottom":"2px solid #707070","cell_background_color":"#ffffff","cell_font_bold":true,"cell_vertical_align":"middle"}],"0!2":[0,2,{"width":137,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#333333","cell_border_bottom":"2px solid #707070","cell_background_color":"#ffffff","cell_font_bold":true,"cell_vertical_align":"middle"}],"0!3":[0,3,{"width":133,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#333333","cell_border_bottom":"2px solid #707070","cell_background_color":"#ffffff","cell_font_bold":true,"cell_vertical_align":"middle"}],"0!4":[0,4,{"width":150,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#333333","cell_border_bottom":"2px solid #707070","cell_background_color":"#ffffff","cell_font_bold":true,"cell_vertical_align":"middle"}],"1!0":[1,0,{"width":50,"cell_text_align":"center","cell_font_bold":true,"height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"1!1":[1,1,{"width":122,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"1!2":[1,2,{"width":137,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"1!3":[1,3,{"width":133,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"1!4":[1,4,{"width":150,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"2!0":[2,0,{"width":50,"cell_text_align":"center","cell_font_bold":true,"height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"2!1":[2,1,{"width":122,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"2!2":[2,2,{"width":137,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"2!3":[2,3,{"width":133,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"2!4":[2,4,{"width":150,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"3!0":[3,0,{"width":50,"cell_text_align":"center","cell_font_bold":true,"height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"3!1":[3,1,{"width":122,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"3!2":[3,2,{"width":137,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"3!3":[3,3,{"width":133,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"3!4":[3,4,{"width":150,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"4!0":[4,0,{"width":50,"cell_text_align":"center","cell_font_bold":true,"height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"4!1":[4,1,{"width":122,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"4!2":[4,2,{"width":137,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"4!3":[4,3,{"width":133,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"4!4":[4,4,{"width":150,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"5!0":[5,0,{"width":50,"cell_text_align":"center","cell_font_bold":true,"height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"5!1":[5,1,{"width":122,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"5!2":[5,2,{"width":137,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"5!3":[5,3,{"width":133,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"5!4":[5,4,{"width":150,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"6!0":[6,0,{"width":50,"cell_text_align":"center","cell_font_bold":true,"height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"6!1":[6,1,{"width":122,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"6!2":[6,2,{"width":137,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"6!3":[6,3,{"width":133,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"6!4":[6,4,{"width":150,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"7!0":[7,0,{"width":50,"cell_text_align":"center","cell_font_bold":true,"height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"7!1":[7,1,{"width":122,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"7!2":[7,2,{"width":137,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"7!3":[7,3,{"width":133,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"7!4":[7,4,{"width":150,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"8!0":[8,0,{"width":50,"cell_text_align":"center","cell_font_bold":true,"height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"8!1":[8,1,{"width":122,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"8!2":[8,2,{"width":137,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"8!3":[8,3,{"width":133,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}],"8!4":[8,4,{"width":150,"cell_text_align":"center","height":30,"cell_padding_top":"3","cell_padding_right":"3","cell_padding_bottom":"3","cell_padding_left":"3","cell_font_color":"#333333","cell_border_bottom":"1px solid #d6d6d6","cell_vertical_align":"middle"}]}}\', \'\', \'2314f02868819dbdc70e81d33de6b234\', \'\', \'2014-07-13 18:07:12\', \'2014-07-13 18:07:12\', ' . $user_ID . ');';
$wpdb->query($q);
}
if (!$wpdb->get_var("SELECT COUNT(*) FROM `" . $wpdb->prefix . "wptm_charttypes`")) {
$q = "INSERT INTO `" . $wpdb->prefix . "wptm_charttypes` (`id`, `name`, `config`, `extra`, `image`, `ordering`) VALUES
(1, 'Line', '{ \r\n \"scaleShowGridLines\" : false,\r\n \"scaleGridLineColor\" : \"rgba(0,0,0,.05)\"\r\n \r\n}', '', 'line.png', 0),
(2, 'Bar', '{\"scaleBeginAtZero\": true,\r\n \"scaleShowGridLines\" : true,\r\n \"scaleGridLineColor\" : \"rgba(0,0,0,.05)\",\r\n \"scaleGridLineWidth\":1,\r\n \"barShowStroke\" : true,\r\n \"barStrokeWidth\": 2,\r\n \"barValueSpacing\": 5,\r\n \"barDatasetSpacing\":10\r\n}', '', 'bar.png', 0),
(3, 'Radar', '', '', 'radar.png', 0),
(4, 'PolarArea', '', '', 'polar_area.png', 0),
(5, 'Pie', '', '', 'pie.png', 0),
(6, 'Doughnut', '', '', 'doughnut.png', 0)";
$wpdb->query($q);
}
if (!$wpdb->get_var("SELECT COUNT(*) FROM `" . $wpdb->prefix . "wptm_styles`")) {
$wpdb->insert(
$wpdb->prefix . 'wptm_styles',
array(
'id' => 1,
'data' => '[["Details","Basic","Standard","Premium","Professional"],["","
$ 19 99year
"," $ 29 99year
"," $ 49 99year
"," $ 99 99year
"],["HDD Space","500 MB","1500 MB","3000 MB","5000 MB"],["Monthly traffic","20GB","30GB","50GB","100GB"],["Email addresses","1","10","Unlimited","Unlimited"],["FTP Accounts","1","5","50","100"],["Databases","10",null,null,null],["Hosted domain","1","3","5","10"],["Dedicated IP","
","
","
","
"],[null,"Add to cart","Add to cart","Add to cart","Add to cart"]]',
'style' => '{ "table":{ "width":776, "alternate_row_even_color":"f7f7f7", "alternate_row_odd_color":"#fafafa" }, "rows":{ "0":[ 0, { "height":75, "cell_background_color":"#FC4903", "cell_font_family":"Arial", "cell_font_size":"17", "cell_font_color":"#ffffff", "cell_text_align":"center", "cell_vertical_align":"middle", "cell_font_bold":true } ], "1":[ 1, { "cell_type":"html", "height":105, "cell_font_family":"Arial", "cell_font_size":"22", "cell_font_color":"#4d4d4d", "cell_font_color":"#000000", "cell_text_align":"center", "cell_vertical_align":"middle" } ], "2":[ 2, { "height":31, "cell_font_family":"Arial", "cell_font_size":"13", "cell_text_align":"center", "cell_vertical_align":"middle" } ], "3":[ 3, { "height":31, "cell_font_family":"Arial", "cell_font_size":"13", "cell_font_color":"#4d4d4d", "cell_text_align":"center", "cell_vertical_align":"middle" } ], "4":[ 4, { "height":31, "cell_font_family":"Arial", "cell_font_size":"13", "cell_font_color":"#4d4d4d", "cell_text_align":"center", "cell_vertical_align":"middle" } ], "5":[ 5, { "height":31, "cell_font_family":"Arial", "cell_font_size":"13", "cell_font_color":"#4d4d4d", "cell_text_align":"center", "cell_vertical_align":"middle" } ], "6":[ 6, { "height":31, "cell_font_family":"Arial", "cell_font_size":"13", "cell_font_color":"#4d4d4d", "cell_text_align":"center", "cell_vertical_align":"middle" } ], "7":[ 7, { "height":31, "cell_font_family":"Arial", "cell_font_size":"13", "cell_font_color":"#4d4d4d", "cell_text_align":"center", "cell_vertical_align":"middle" } ], "8":[ 8, { "cell_type":"html", "height":31, "cell_font_family":"Arial", "cell_font_size":"13", "cell_font_color":"#8a8a8a", "cell_text_align":"center", "cell_vertical_align":"middle" } ], "9":[ 9, { "cell_type":"html", "height":80, "cell_font_family":"Arial", "cell_font_size":"14", "cell_font_color":"#8a8a8a", "cell_text_align":"center", "cell_vertical_align":"middle" } ] }, "cols":{ "0":[ 0, { "width":128, "cell_font_color":"#8a8a8a", "cell_border_right" : "1px solid #ccc" } ], "1":[ 1, { "width":162, "cell_border_right" : "1px solid #ccc" } ], "2":[ 2, { "width":162, "cell_border_right" : "1px solid #ccc" } ], "3":[ 3, { "width":162, "cell_border_right" : "1px solid #ccc" } ], "4":[ 4, { "width":162 } ] }, "cells":{ "0!0":[ 0, 0, { "cell_font_color":"#FFFFFF", "cell_background_radius_left_top":"5" } ], "0!4":[ 0, 4, { "cell_background_radius_right_top":"5" } ] }}',
'css' => '.price_wrapper { \\\\n position : relative; \\\\n font-weight : bold; \\\\n .currency { \\\\n position: relative; \\\\n top: -20px; \\\\n left: 4px; \\\\n font-size: 130%; \\\\n }\\\\n .price { \\\\n font-size: 300%; \\\\n color : #FC4E03; \\\\n } \\\\n .cents { \\\\n position: relative; \\\\n top: -30px; \\\\n font-size: 100%; \\\\n } \\\\n .recurrence { \\\\n position: absolute; \\\\n left: 00%; \\\\n bottom : -100%; \\\\n color: #999; \\\\n font-size: 60%; \\\\n font-weight: normal; \\\\n }\\\\n}\\\\na.cart { \\\\n padding: 10px; \\\\n background: #000; \\\\n border-radius: 5px; \\\\n display: inline-block; \\\\n color: #FFF; \\\\n text-decoration: none; \\\\n font-weight: bold; \\\\n &.hot { \\\\n background-color: #fc4903; \\\\n }\\\\n}',
'image' => 'orange.png',
'ordering' => 1
)
);
$wpdb->insert(
$wpdb->prefix . 'wptm_styles',
array(
'id' => 2,
'data' => '[["Details","Basic","Standard","Premium","Professional"],[""," $ 19 99year
"," $ 29 99year
"," $ 49 99year
"," $ 99 99year
"],["HDD Space","500 MB","1500 MB","3000 MB","5000 MB"],["Monthly traffic","20GB","30GB","50GB","100GB"],["Email addresses","1","10","Unlimited","Unlimited"],["FTP Accounts","1","5","50","100"],["Databases","10",null,null,null],["Hosted domain","1","3","5","10"],["Dedicated IP","
","
","
","
"],[null,"Add to cart","Add to cart","Add to cart","Add to cart"]]',
'style' => '{ "table":{ "width":776, "alternate_row_even_color":"f7f7f7", "alternate_row_odd_color":"#fafafa" }, "rows":{ "0":[ 0, { "height":75, "cell_background_color":"#43B9C8", "cell_font_family":"Arial", "cell_font_size":"17", "cell_font_color":"#ffffff", "cell_text_align":"center", "cell_vertical_align":"middle", "cell_font_bold":true } ], "1":[ 1, { "cell_type":"html", "height":105, "cell_font_family":"Arial", "cell_font_size":"22", "cell_font_color":"#4d4d4d", "cell_font_color":"#000000", "cell_text_align":"center", "cell_vertical_align":"middle" } ], "2":[ 2, { "height":31, "cell_font_family":"Arial", "cell_font_size":"13", "cell_text_align":"center", "cell_vertical_align":"middle" } ], "3":[ 3, { "height":31, "cell_font_family":"Arial", "cell_font_size":"13", "cell_font_color":"#4d4d4d", "cell_text_align":"center", "cell_vertical_align":"middle" } ], "4":[ 4, { "height":31, "cell_font_family":"Arial", "cell_font_size":"13", "cell_font_color":"#4d4d4d", "cell_text_align":"center", "cell_vertical_align":"middle" } ], "5":[ 5, { "height":31, "cell_font_family":"Arial", "cell_font_size":"13", "cell_font_color":"#4d4d4d", "cell_text_align":"center", "cell_vertical_align":"middle" } ], "6":[ 6, { "height":31, "cell_font_family":"Arial", "cell_font_size":"13", "cell_font_color":"#4d4d4d", "cell_text_align":"center", "cell_vertical_align":"middle" } ], "7":[ 7, { "height":31, "cell_font_family":"Arial", "cell_font_size":"13", "cell_font_color":"#4d4d4d", "cell_text_align":"center", "cell_vertical_align":"middle" } ], "8":[ 8, { "cell_type":"html", "height":31, "cell_font_family":"Arial", "cell_font_size":"13", "cell_font_color":"#8a8a8a", "cell_text_align":"center", "cell_vertical_align":"middle" } ], "9":[ 9, { "cell_type":"html", "height":80, "cell_font_family":"Arial", "cell_font_size":"14", "cell_font_color":"#8a8a8a", "cell_text_align":"center", "cell_vertical_align":"middle" } ] }, "cols":{ "0":[ 0, { "width":128, "cell_font_color":"#8a8a8a", "cell_border_right" : "1px solid #ccc" } ], "1":[ 1, { "width":162, "cell_border_right" : "1px solid #ccc" } ], "2":[ 2, { "width":162, "cell_border_right" : "1px solid #ccc" } ], "3":[ 3, { "width":162, "cell_border_right" : "1px solid #ccc" } ], "4":[ 4, { "width":162 } ] }, "cells":{ "0!0":[ 0, 0, { "cell_font_color":"#FFFFFF", "cell_background_radius_left_top":"5" } ], "0!4":[ 0, 4, { "cell_background_radius_right_top":"5" } ] }}',
'css' => '.price_wrapper { \\\\n position : relative; \\\\n font-weight : bold; \\\\n .currency { \\\\n position: relative; \\\\n top: -20px; \\\\n left: 4px; \\\\n font-size: 130%; \\\\n } \\\\n .price { \\\\n font-size: 300%; \\\\n color : #43B9C8; \\\\n } \\\\n .cents { \\\\n position: relative; \\\\n top: -30px; \\\\n font-size: 100%; \\\\n } \\\\n .recurrence { \\\\n position: absolute; \\\\n left: 00%; \\\\n bottom : -100%; \\\\n color: #999; \\\\n font-size: 60%; \\\\n font-weight: normal; \\\\n }\\\\n}\\\\na.cart { \\\\n padding: 10px; \\\\n background: #000; \\\\n border-radius: 5px; \\\\n display: inline-block; \\\\n color: #FFF; \\\\n text-decoration: none; \\\\n font-weight: bold; \\\\n &.hot { \\\\n background-color: #43B9C8; \\\\n }\\\\n}',
'image' => 'blue.png',
'ordering' => 2
)
);
$wpdb->insert(
$wpdb->prefix . 'wptm_styles',
array(
'id' => 3,
'data' => '[["#","Make","Model","Year","Price"],["1","Honda","Accord","2009","$12000"],["2","Toyota","Camry","2012","$14900"],["3","Hyundai","Elantra","2010","$22000"],["4","Honda","Accord","2009","$12000"],["5","Toyota","Camry","2012","$14900"],["6","Hyundai","Elantra","2010","$22000"],["7","Honda","Accord","2009","$12000"],["8","Toyota","Camry","2012","$14900"]]',
'style' => '{ "table":{ "alternate_row_even_color":"#fafafa", "use_sortable":"1" }, "rows":{ "0":[ 0, { "height":30, "cell_padding_top":"3", "cell_padding_right":"3", "cell_padding_bottom":"3", "cell_padding_left":"3", "cell_font_family":"Arial", "cell_font_size":"13", "cell_font_color":"#333333", "cell_border_bottom":"2px solid #707070", "cell_background_color":"#ffffff", "cell_font_bold":true, "cell_vertical_align":"middle" } ], "1":[ 1, { "height":30, "cell_padding_top":"3", "cell_padding_right":"3", "cell_padding_bottom":"3", "cell_padding_left":"3", "cell_font_color":"#333333", "cell_border_bottom":"1px solid #d6d6d6", "cell_vertical_align":"middle" } ], "2":[ 2, { "height":30, "cell_padding_top":"3", "cell_padding_right":"3", "cell_padding_bottom":"3", "cell_padding_left":"3", "cell_font_color":"#333333", "cell_border_bottom":"1px solid #d6d6d6", "cell_vertical_align":"middle" } ], "3":[ 3, { "height":30, "cell_padding_top":"3", "cell_padding_right":"3", "cell_padding_bottom":"3", "cell_padding_left":"3", "cell_font_color":"#333333", "cell_border_bottom":"1px solid #d6d6d6", "cell_vertical_align":"middle" } ], "4":[ 4, { "height":30, "cell_padding_top":"3", "cell_padding_right":"3", "cell_padding_bottom":"3", "cell_padding_left":"3", "cell_font_color":"#333333", "cell_border_bottom":"1px solid #d6d6d6", "cell_vertical_align":"middle" } ], "5":[ 5, { "height":30, "cell_padding_top":"3", "cell_padding_right":"3", "cell_padding_bottom":"3", "cell_padding_left":"3", "cell_font_color":"#333333", "cell_border_bottom":"1px solid #d6d6d6", "cell_vertical_align":"middle" } ], "6":[ 6, { "height":30, "cell_padding_top":"3", "cell_padding_right":"3", "cell_padding_bottom":"3", "cell_padding_left":"3", "cell_font_color":"#333333", "cell_border_bottom":"1px solid #d6d6d6", "cell_vertical_align":"middle" } ], "7":[ 7, { "height":30, "cell_padding_top":"3", "cell_padding_right":"3", "cell_padding_bottom":"3", "cell_padding_left":"3", "cell_font_color":"#333333", "cell_border_bottom":"1px solid #d6d6d6", "cell_vertical_align":"middle" } ], "8":[ 8, { "height":30, "cell_padding_top":"3", "cell_padding_right":"3", "cell_padding_bottom":"3", "cell_padding_left":"3", "cell_font_color":"#333333", "cell_border_bottom":"1px solid #d6d6d6", "cell_vertical_align":"middle" } ] }, "cols":{ "0":[ 0, { "width":50, "cell_text_align":"center", "cell_font_bold":true } ], "1":[ 1, { "width":122,"cell_text_align":"center" } ], "2":[ 2, { "width":137,"cell_text_align":"center" } ], "3":[ 3, { "width":133,"cell_text_align":"center" } ], "4":[ 4, { "width":150,"cell_text_align":"center" } ], "5":[ 5, { "width":50,"cell_text_align":"center" } ] }, "cells":{ }}',
'css' => '',
'image' => 'minimalist.png',
'ordering' => 3
)
);
$wpdb->insert(
$wpdb->prefix . 'wptm_styles',
array(
'id' => 4,
'data' => '[["","MOST POPULAR",null],["PERSONAL","PROFESSIONAL","BUSINES"],[" $ 8 /MO
"," $ 16 /MO
"," $ 24 /MO
"],["Billed annuallyor $10 month-to-month.","Billed annuallyor $20 month-to-month.","Billed annuallyor $30 month-to-month."],["20 Pages, Galleries, and Blogs with 500 GB Bandwidth, 2 GB Storage, and 2 Contributors","Unlimited Pages, Galleries, and Blogs, with Unlimited Storage, Bandwidth, and Contributors","Unlimited Pages, Galleries, and Blogs, with Unlimited Storage, Bandwidth, and Contributors"],["Fully Integrated E-Commerce","Fully Integrated E-Commerce","Fully Integrated E-Commerce"],["Sell 1 Product & Accept Donations","Sell up to 20 Products","Sell Unlimited Products"],["Custom Domain FREE","Developer Platform","Real-Time Carrier Shipping"],["24/7 Customer Support","Custom Domain FREE","Label Printing via ShipStation"],[null,"24/7 Customer Support","Integrated Accounting by Xero"],[null,null,"Developer Platform"],[null,null,"Mobile Website and Store"],[null,null,"Custom Domain FREE"],[null,null,"24/7 Customer Support"]]',
'style' => '{ "table":{ "width":959 }, "rows":{ "0":[ 0, { "height":30 } ], "1":[ 1, { "height":54, "cell_text_align":"center", "cell_background_color":"#000000", "cell_font_family":"Arial", "cell_font_size":"17", "cell_font_color":"#ffffff", "cell_font_bold":true, "cell_border_top":"1px solid #ffffff", "cell_border_right":"20px solid #ffffff", "cell_vertical_align":"middle" } ], "2":[ 2, { "height":130, "cell_background_color":"#000000", "cell_font_family":"Arial", "cell_font_size":"28", "cell_font_color":"#ffffff", "cell_border_right":"20px solid #ffffff", "cell_text_align":"center", "cell_type":"html", "cell_vertical_align":"middle" } ], "3":[ 3, { "height":43, "cell_background_color":"#000000", "cell_font_family":"Arial", "cell_font_size":"11", "cell_font_color":"#6e6e6e", "cell_border_right":"20px solid #ffffff", "cell_font_italic":true, "cell_text_align":"center" } ], "4":[ 4, { "height":81 } ], "5":[ 5, { "height":41 } ], "6":[ 6, { "height":41 } ], "7":[ 7, { "height":41 } ], "8":[ 8, { "height":41 } ], "9":[ 9, { "height":41 } ], "10":[ 10, { "height":41 } ], "11":[ 11, { "height":41 } ], "12":[ 12, { "height":41 } ], "13":[ 13, { "height":41 } ] }, "cols":{ "0":[ 0, { "width":324 } ], "1":[ 1, { "width":321 } ], "2":[ 2, { "width":314 } ] }, "cells":{ "0!1":[ 0, 1, { "cell_background_color":"#57ca8e", "cell_font_family":"Arial", "cell_font_size":"10", "cell_font_color":"#ffffff", "cell_vertical_align":"middle", "cell_text_align":"center", "cell_border_bottom":"1px solid #ffffff", "cell_border_right":"20px solid #ffffff" } ], "4!0":[ 4, 0, { "cell_background_color":"#F7F7F7", "cell_border_right":"20px solid #ffffff", "cell_font_bold":true, "cell_border_bottom":"1px solid #d1d1d1", "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20" } ], "5!0":[ 5, 0, { "cell_background_color":"#F7F7F7", "cell_border_right":"20px solid #ffffff", "cell_border_bottom":"1px solid #d1d1d1", "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20", "cell_font_family":"Arial", "cell_font_size":"13", "cell_font_color":"777" } ], "6!0":[ 6, 0, { "cell_background_color":"#F7F7F7", "cell_border_right":"20px solid #ffffff", "cell_type":"html", "cell_border_bottom":"1px solid #d1d1d1", "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20", "cell_font_family":"Arial", "cell_font_size":"13", "cell_font_color":"777" } ], "7!0":[ 7, 0, { "cell_background_color":"#f7f7f7", "cell_border_right":"20px solid #ffffff", "cell_type":"html", "cell_border_bottom":"1px solid #d1d1d1", "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20", "cell_font_family":"Arial", "cell_font_size":"13", "cell_font_color":"777" } ], "4!1":[ 4, 1, { "cell_background_color":"#F7F7F7", "cell_border_right":"20px solid #ffffff", "cell_font_bold":true, "cell_border_bottom":"1px solid #d1d1d1", "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20" } ], "5!1":[ 5, 1, { "cell_background_color":"#F7F7F7", "cell_border_right":"20px solid #ffffff", "cell_font_bold":true, "cell_border_bottom":"1px solid #d1d1d1", "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20" } ], "6!1":[ 6, 1, { "cell_background_color":"#F7F7F7", "cell_border_right":"20px solid #ffffff", "cell_font_bold":true, "cell_border_bottom":"1px solid #d1d1d1", "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20" } ], "7!1":[ 7, 1, { "cell_background_color":"#f7f7f7", "cell_border_right":"20px solid #ffffff", "cell_font_bold":true, "cell_border_bottom":"1px solid #d1d1d1", "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20" } ], "0!0":[ 0, 0, { "cell_border_right":"20px solid #ffffff" } ], "8!1":[ 8, 1, { "cell_type":"html", "cell_border_bottom":"1px solid #d1d1d1", "cell_background_color":"#f7f7f7", "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20", "cell_border_right":"20px solid #ffffff", "cell_font_family":"Arial", "cell_font_size":"13", "cell_font_color":"777" } ], "9!1":[ 9, 1, { "cell_border_bottom":"1px solid #d1d1d1", "cell_background_color":"#f7f7f7", "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20", "cell_border_right":"20px solid #ffffff", "cell_font_family":"Arial", "cell_font_size":"13", "cell_font_color":"777" } ], "8!0":[ 8, 0, { "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20", "cell_border_right":"20px solid #ffffff", "cell_background_color":"#f7f7f7", "cell_border_bottom":"1px solid #d1d1d1", "cell_font_family":"Arial", "cell_font_size":"13", "cell_font_color":"777" } ], "9!0":[ 9, 0, { "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20", "cell_border_right":"20px solid #ffffff" } ], "10!0":[ 10, 0, { "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20", "cell_border_right":"20px solid #ffffff" } ], "10!1":[ 10, 1, { "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20", "cell_border_right":"20px solid #ffffff" } ], "11!0":[ 11, 0, { "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20", "cell_border_right":"20px solid #ffffff" } ], "11!1":[ 11, 1, { "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20", "cell_border_right":"20px solid #ffffff" } ], "12!0":[ 12, 0, { "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20", "cell_border_right":"20px solid #ffffff" } ], "12!1":[ 12, 1, { "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20", "cell_border_right":"20px solid #ffffff" } ], "13!0":[ 13, 0, { "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20", "cell_border_right":"20px solid #ffffff" } ], "13!1":[ 13, 1, { "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20", "cell_border_right":"20px solid #ffffff" } ], "0!2":[ 0, 2, { "cell_font_family":"Arial", "cell_font_size":"10", "cell_font_color":"#ffffff", "cell_vertical_align":"middle", "cell_text_align":"center", "cell_border_bottom":"1px solid #ffffff", "cell_border_right":"0px solid #ffffff" } ], "4!2":[ 4, 2, { "cell_background_color":"#F7F7F7", "cell_border_right":"0px solid #ffffff", "cell_font_bold":true, "cell_border_bottom":"1px solid #d1d1d1", "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20" } ], "5!2":[ 5, 2, { "cell_background_color":"#F7F7F7", "cell_border_right":"0px solid #ffffff", "cell_font_bold":true, "cell_border_bottom":"1px solid #d1d1d1", "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20" } ], "6!2":[ 6, 2, { "cell_background_color":"#F7F7F7", "cell_border_right":"0px solid #ffffff", "cell_font_bold":true, "cell_border_bottom":"1px solid #d1d1d1", "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20" } ], "7!2":[ 7, 2, { "cell_background_color":"#f7f7f7", "cell_border_right":"0px solid #ffffff", "cell_font_bold":true, "cell_border_bottom":"1px solid #d1d1d1", "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20" } ], "8!2":[ 8, 2, { "cell_type":"html", "cell_border_bottom":"1px solid #d1d1d1", "cell_background_color":"#f7f7f7", "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20", "cell_border_right":"0px solid #ffffff", "cell_font_family":"Arial", "cell_font_size":"13", "cell_font_color":"777" } ], "9!2":[ 9, 2, { "cell_border_bottom":"1px solid #d1d1d1", "cell_background_color":"#f7f7f7", "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20", "cell_border_right":"0px solid #ffffff", "cell_font_family":"Arial", "cell_font_size":"13", "cell_font_color":"777" } ], "10!2":[ 10, 2, { "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20", "cell_border_right":"0px solid #ffffff", "cell_background_color":"#f7f7f7", "cell_border_bottom":"1px solid #d1d1d1", "cell_font_family":"Arial", "cell_font_size":"13", "cell_font_color":"777" } ], "11!2":[ 11, 2, { "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20", "cell_border_right":"0px solid #ffffff", "cell_background_color":"#f7f7f7", "cell_border_bottom":"1px solid #d1d1d1", "cell_font_family":"Arial", "cell_font_size":"13", "cell_font_color":"777" } ], "12!2":[ 12, 2, { "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20", "cell_border_right":"0px solid #ffffff", "cell_type":"html", "cell_background_color":"#f7f7f7", "cell_border_bottom":"1px solid #d1d1d1", "cell_font_family":"Arial", "cell_font_size":"13", "cell_font_color":"777" } ], "13!2":[ 13, 2, { "cell_padding_top":"10", "cell_padding_right":"20", "cell_padding_bottom":"10", "cell_padding_left":"20", "cell_border_right":"0px solid #ffffff", "cell_background_color":"#f7f7f7", "cell_border_bottom":"1px solid #d1d1d1", "cell_font_family":"Arial", "cell_font_size":"13", "cell_font_color":"777" } ] }}',
'css' => '.dtr0 { \\\\n letter-spacing : 2px;\\\\n}\\\\n.dtr1 { \\\\n letter-spacing : 3px;\\\\n}\\\\n.price_wrapper { \\\\n position : relative; \\\\n .currency { \\\\n position: relative; \\\\n top: -30px; \\\\n left: 4px; \\\\n font-size: 130%; \\\\n } \\\\n .price { \\\\n font-size: 300%; \\\\n } \\\\n .recurrence { \\\\n position: relative; \\\\n font-size: 60%; \\\\n }\\\\n}\\\\nspan.highlighted { \\\\n background-color: #57ca8e; \\\\n padding: 5px; \\\\n border-radius: 3px; \\\\n color: #FFF; \\\\n font-weight: bold;\\\\n}',
'image' => 'sq.png',
'ordering' => 4
)
);
$wpdb->insert(
$wpdb->prefix . 'wptm_styles',
array(
'id' => 5,
'data' => '[[" ","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Aerobics","09.00 - 10.00"," -","11.00 - 12.00","-","12.00 - 13.00","-"],["Aqua","-"," 10.00 - 11.00","-","12.00 - 13.00","-","13.00 - 14.00"],["Boxing","10.00 - 11.00"," -","11.00 - 12.00","-","12.00 - 13.00","13.00 - 14.00"],["Pilates","09.00 - 10.00"," -","-","12.00 - 13.00","-","13.00 - 14.00"],["Running","-"," 10.00 - 11.00","-","12.00 - 13.00","-","13.00 - 14.00"],["Aerobics","09.00 - 10.00","","11.00 - 12.00","","12.00 - 13.00",""]]',
'style' => '{"table":{"width":930,"alternate_row_even_color":"#000000","alternate_row_odd_color":"#333333"},"rows":{"0":[0,{"height":38,"cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_vertical_align":"middle","cell_font_bold":true}],"1":[1,{"height":34,"cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#adadad","cell_vertical_align":"middle","cell_text_align":"left"}],"2":[2,{"height":34,"cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#adadad","cell_vertical_align":"middle","cell_text_align":"left"}],"3":[3,{"height":34,"cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#adadad","cell_vertical_align":"middle","cell_text_align":"left"}],"4":[4,{"height":34,"cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#adadad","cell_vertical_align":"middle","cell_text_align":"left"}],"5":[5,{"height":34,"cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#adadad","cell_vertical_align":"middle","cell_text_align":"left"}],"6":[6,{"height":34,"cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#adadad","cell_vertical_align":"middle","cell_text_align":"left"}],"7":[7,{"height":34,"cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#adadad","cell_vertical_align":"middle","cell_text_align":"left"}]},"cols":{"0":[0,{"width":150,"cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_vertical_align":"middle","cell_text_align":"left"}],"1":[1,{"width":130}],"2":[2,{"width":130}],"3":[3,{"width":130}],"4":[4,{"width":130}],"5":[5,{"width":130}],"6":[6,{"width":130}]},"cells":{}}',
'css' => '',
'image' => 'time.png',
'ordering' => 5
)
);
$wpdb->insert(
$wpdb->prefix . 'wptm_styles',
array(
'id' => 6,
'data' => '[["","","","Pro"],["","","Plus","Choose this one"],["","Basic","Choose this one",""],[null,"Choose this one",null,null],["Domain","1 included","2 included","10 included"],["IP Adress","Shared","Shared","dedicated"],["IP Failover","Yes","Yes","Yes"],["Storage","100 GO","1000 GO","Unlimited"],["Traffic","Unlimited","Unlimited","Unlimited"],["Disk","SSD","SSD high speed","SSD high speed"],["RAID","1","5","5"],["CMS on click install",null,null,null],["Joomla","2.5 or 3.3","2.5 or 3.3","2.5 or 3.3"],["Wordpress","Lastest version","Latest version","Latest version"],["Drupal","Lastest version","Lastest version","Lastest version"],["Prestashop","1.5 or 1.6","1.5 or 1.6","1.5 or 1.6"],["Magento","Community edition","Community edition","Enterprise edition"],[null,"Choose this one","Choose this one","Choose this one"]]',
'style' => '{"table":{"width":711},"rows":{"0":[0,{"height":70}],"1":[1,{"height":70}],"2":[2,{"height":70}],"3":[3,{"height":70}],"4":[4,{"height":38,"cell_background_color":"#135178"}],"5":[5,{"height":27}],"6":[6,{"height":27}],"7":[7,{"height":38,"cell_background_color":"#135178"}],"8":[8,{"height":27}],"9":[9,{"height":27}],"10":[10,{"height":27}],"11":[11,{"height":38,"cell_background_color":"#135178"}],"12":[12,{"height":27}],"13":[13,{"height":27}],"14":[14,{"height":27}],"15":[15,{"height":27}],"16":[16,{"height":27}],"17":[17,{"height":60}]},"cols":{"0":[0,{"width":200,"cell_background_color":"#ffffff","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#000","cell_text_align":"left","cell_vertical_align":"middle"}],"1":[1,{"width":200,"cell_background_color":"#48b9ff","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#fff","cell_text_align":"center","cell_vertical_align":"middle"}],"2":[2,{"width":200,"cell_background_color":"#338ac0","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#fff","cell_text_align":"center","cell_vertical_align":"middle"}],"3":[3,{"width":200,"cell_background_color":"#226088","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#fff","cell_text_align":"center","cell_vertical_align":"middle"}]},"cells":{"0!1":[0,1,{"cell_background_color":"#ffffff","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle"}],"1!1":[1,1,{"cell_background_color":"#ffffff","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle"}],"2!1":[2,1,{"cell_background_color":"#48b9ff","cell_font_family":"Arial","cell_font_size":"20","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle","cell_font_bold":true}],"3!1":[3,1,{"cell_background_color":"#48b9ff","cell_font_family":"Arial","cell_font_size":"15","cell_font_color":"","cell_text_align":"center","cell_vertical_align":"middle","cell_font_bold":true,"cell_type":"html","cell_padding_bottom":"0"}],"4!1":[4,1,{"cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle","cell_background_color":"#135178","cell_border_bottom":"1px solid #ffffff","cell_type":"html"}],"5!1":[5,1,{"cell_background_color":"#48b9ff","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle"}],"6!1":[6,1,{"cell_background_color":"#48b9ff","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle"}],"7!1":[7,1,{"cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle","cell_background_color":"#135178","cell_border_bottom":"1px solid #ffffff","cell_type":"html"}],"8!1":[8,1,{"cell_background_color":"#48b9ff","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle"}],"9!1":[9,1,{"cell_background_color":"#48b9ff","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle"}],"0!2":[0,2,{"cell_background_color":"#ffffff","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle"}],"1!2":[1,2,{"cell_background_color":"#338ac0","cell_font_family":"Arial","cell_font_size":"20","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle","cell_font_bold":true}],"2!2":[2,2,{"cell_background_color":"#338ac0","cell_font_family":"Arial","cell_font_size":"15","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle","cell_type":"html"}],"3!2":[3,2,{"cell_background_color":"#338ac0","cell_font_family":"Arial","cell_font_size":"15","cell_font_color":"","cell_text_align":"center","cell_vertical_align":"middle","cell_padding_bottom":"0"}],"4!2":[4,2,{"cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle","cell_background_color":"#135178","cell_border_bottom":"1px solid #ffffff","cell_type":"html"}],"5!2":[5,2,{"cell_background_color":"#338ac0","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle"}],"6!2":[6,2,{"cell_background_color":"#338ac0","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle"}],"7!2":[7,2,{"cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle","cell_background_color":"#135178","cell_border_bottom":"1px solid #ffffff","cell_type":"html"}],"8!2":[8,2,{"cell_background_color":"#338ac0","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle"}],"9!2":[9,2,{"cell_background_color":"#338ac0","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle"}],"0!3":[0,3,{"cell_background_color":"#226088","cell_font_family":"Arial","cell_font_size":"20","cell_font_color":"#ffffff","cell_text_align":"center","cell_font_bold":true,"cell_vertical_align":"middle"}],"1!3":[1,3,{"cell_background_color":"#226088","cell_text_align":"center","cell_font_bold":true,"cell_vertical_align":"middle","cell_font_family":"Arial","cell_font_size":"15","cell_font_color":"#ffffff","cell_type":"html"}],"2!3":[2,3,{"cell_background_color":"#226088","cell_text_align":"center","cell_font_bold":true,"cell_vertical_align":"middle","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff"}],"3!3":[3,3,{"cell_background_color":"#226088","cell_text_align":"center","cell_font_bold":true,"cell_vertical_align":"middle","cell_font_family":"Arial","cell_font_size":"15","cell_font_color":"","cell_padding_bottom":"0"}],"4!3":[4,3,{"cell_text_align":"center","cell_font_bold":false,"cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_background_color":"#135178","cell_border_bottom":"1px solid #ffffff","cell_vertical_align":"middle","cell_type":"html"}],"5!3":[5,3,{"cell_background_color":"#226088","cell_text_align":"center","cell_font_bold":false,"cell_vertical_align":"middle","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff"}],"6!3":[6,3,{"cell_background_color":"#226088","cell_text_align":"center","cell_font_bold":false,"cell_vertical_align":"middle","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff"}],"7!3":[7,3,{"cell_text_align":"center","cell_font_bold":false,"cell_vertical_align":"middle","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_background_color":"#135178","cell_border_bottom":"1px solid #ffffff","cell_type":"html"}],"8!3":[8,3,{"cell_background_color":"#226088","cell_text_align":"center","cell_font_bold":false,"cell_vertical_align":"middle","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff"}],"9!3":[9,3,{"cell_background_color":"#226088","cell_text_align":"center","cell_font_bold":false,"cell_vertical_align":"middle","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff"}],"3!0":[3,0,{"cell_text_align":"left","cell_vertical_align":"middle","cell_padding_left":"20","cell_font_family":"Arial","cell_font_size":"15","cell_font_color":"","cell_padding_bottom":"0"}],"4!0":[4,0,{"cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_background_color":"#135178","cell_border_bottom":"1px solid #ffffff","cell_text_align":"left","cell_vertical_align":"middle","cell_padding_left":"20","cell_font_bold":true}],"0!0":[0,0,{"cell_text_align":"left","cell_vertical_align":"middle","cell_padding_left":"20"}],"1!0":[1,0,{"cell_text_align":"left","cell_vertical_align":"middle","cell_padding_left":"20"}],"2!0":[2,0,{"cell_text_align":"left","cell_vertical_align":"middle","cell_padding_left":"20"}],"5!0":[5,0,{"cell_text_align":"left","cell_vertical_align":"top","cell_padding_left":"20"}],"6!0":[6,0,{"cell_text_align":"left","cell_vertical_align":"top","cell_padding_left":"20"}],"7!0":[7,0,{"cell_text_align":"left","cell_vertical_align":"middle","cell_padding_left":"20","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_background_color":"#135178","cell_font_bold":true,"cell_border_bottom":"1px solid #ffffff"}],"8!0":[8,0,{"cell_text_align":"left","cell_vertical_align":"middle","cell_padding_left":"20"}],"9!0":[9,0,{"cell_text_align":"left","cell_vertical_align":"middle","cell_padding_left":"20"}],"10!0":[10,0,{"cell_text_align":"left","cell_vertical_align":"middle","cell_padding_left":"20"}],"11!0":[11,0,{"cell_text_align":"left","cell_vertical_align":"middle","cell_padding_left":"20","cell_background_color":"#135178","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_font_bold":true,"cell_border_bottom":"1px solid #ffffff"}],"10!1":[10,1,{"cell_background_color":"#48b9ff","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle"}],"11!1":[11,1,{"cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle","cell_background_color":"#135178","cell_border_bottom":"1px solid #ffffff"}],"10!2":[10,2,{"cell_background_color":"#338ac0","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle"}],"11!2":[11,2,{"cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle","cell_background_color":"#135178","cell_border_bottom":"1px solid #ffffff"}],"10!3":[10,3,{"cell_background_color":"#226088","cell_text_align":"center","cell_font_bold":false,"cell_vertical_align":"middle","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff"}],"11!3":[11,3,{"cell_text_align":"center","cell_font_bold":false,"cell_vertical_align":"middle","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_background_color":"#135178","cell_border_bottom":"1px solid #ffffff"}],"12!0":[12,0,{"cell_text_align":"left","cell_vertical_align":"middle","cell_padding_left":"20"}],"13!0":[13,0,{"cell_text_align":"left","cell_vertical_align":"middle","cell_padding_left":"20"}],"12!1":[12,1,{"cell_background_color":"#48b9ff","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle"}],"13!1":[13,1,{"cell_background_color":"#48b9ff","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle"}],"12!2":[12,2,{"cell_background_color":"#338ac0","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle"}],"13!2":[13,2,{"cell_background_color":"#338ac0","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle"}],"12!3":[12,3,{"cell_background_color":"#226088","cell_text_align":"center","cell_font_bold":false,"cell_vertical_align":"middle","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff"}],"13!3":[13,3,{"cell_background_color":"#226088","cell_text_align":"center","cell_font_bold":false,"cell_vertical_align":"middle","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff"}],"14!0":[14,0,{"cell_text_align":"left","cell_vertical_align":"middle","cell_padding_left":"20"}],"14!1":[14,1,{"cell_background_color":"#48b9ff","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle"}],"14!2":[14,2,{"cell_background_color":"#338ac0","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle"}],"14!3":[14,3,{"cell_background_color":"#226088","cell_text_align":"center","cell_font_bold":false,"cell_vertical_align":"middle","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff"}],"15!0":[15,0,{"cell_text_align":"left","cell_vertical_align":"middle","cell_padding_left":"20"}],"15!1":[15,1,{"cell_background_color":"#48b9ff","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle"}],"15!2":[15,2,{"cell_background_color":"#338ac0","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle"}],"15!3":[15,3,{"cell_background_color":"#226088","cell_text_align":"center","cell_font_bold":false,"cell_vertical_align":"middle","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff"}],"16!0":[16,0,{"cell_text_align":"left","cell_vertical_align":"middle","cell_padding_left":"20"}],"16!1":[16,1,{"cell_background_color":"#48b9ff","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle"}],"16!2":[16,2,{"cell_background_color":"#338ac0","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle"}],"16!3":[16,3,{"cell_background_color":"#226088","cell_text_align":"center","cell_font_bold":false,"cell_vertical_align":"middle","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff"}],"17!0":[17,0,{"cell_text_align":"left","cell_vertical_align":"middle","cell_padding_left":"20"}],"17!1":[17,1,{"cell_background_color":"#48b9ff","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle","cell_type":"html"}],"17!2":[17,2,{"cell_background_color":"#338ac0","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_text_align":"center","cell_vertical_align":"middle","cell_type":"html"}],"17!3":[17,3,{"cell_background_color":"#226088","cell_text_align":"center","cell_font_bold":false,"cell_vertical_align":"middle","cell_font_family":"Arial","cell_font_size":"13","cell_font_color":"#ffffff","cell_type":"html"}]}}',
'css' => '.bold { \\\\n font-weight : bold;\\\\n}\\\\na.cart { \\\\n padding: 10px; \\\\n background: #fff; \\\\n border-radius: 5px; \\\\n display: inline-block; \\\\n color: #1a6390; \\\\n text-decoration: none; \\\\n font-weight: bold; \\\\n &.hot { \\\\n background-color : #AAD450; \\\\n color: #FFF; }\\\\n}',
'image' => 'vim.png',
'ordering' => 6
)
);
}
add_option('wptml_version', '1.3.3');
}
}
if (!function_exists('wptm_uninstall')) {
function wptm_uninstall()
{
global $wpdb;
$app = Application::getInstance('wptm', __FILE__);
$app->init();
require_once $app->getPath() . DIRECTORY_SEPARATOR . 'admin' . DIRECTORY_SEPARATOR . 'classes' . DIRECTORY_SEPARATOR . 'wptmBase.php';
$modelConfig = Model::getInstance('config');
$params = $modelConfig->getConfig();
if (wptmBase::loadValue($params, 'deletefiles', 0)) {
$queries = array();
$queries[] = 'DROP TABLE ' . $wpdb->prefix . 'wptm_tables';
$queries[] = 'DROP TABLE ' . $wpdb->prefix . 'wptm_categories';
$queries[] = 'DROP TABLE ' . $wpdb->prefix . 'wptm_styles';
$queries[] = 'DROP TABLE ' . $wpdb->prefix . 'wptm_charts';
$queries[] = 'DROP TABLE ' . $wpdb->prefix . 'wptm_charttypes';
foreach ($queries as $query) {
if ($wpdb->query($query) === false) {
return false;
}
}
Filesystem::rmdir(wptmBase::getFilesPath());
delete_option('wptml_version');
}
}
}