The page you're looking for isn't available.
Try to search again or use the go back button below.
Error 404
Error en la base de datos de WordPress: [Can't read dir of './juliapalacin_wp/' (errno: 24 "Too many open files")]SHOW TABLES
Error en la base de datos de WordPress: [Can't read dir of './juliapalacin_wp/' (errno: 24 "Too many open files")]SHOW TABLES
Error en la base de datos de WordPress: [Table 'jp_aioseo_notifications' already exists]CREATE TABLE jp_aioseo_notifications (
id bigint(20) unsigned NOT NULL AUTO_INCREMENT,
slug varchar(13) NOT NULL,
title text NOT NULL,
content longtext NOT NULL,
type varchar(64) NOT NULL,
level text NOT NULL,
notification_id bigint(20) unsigned DEFAULT NULL,
notification_name varchar(255) DEFAULT NULL,
start datetime DEFAULT NULL,
end datetime DEFAULT NULL,
button1_label varchar(255) DEFAULT NULL,
button1_action varchar(255) DEFAULT NULL,
button2_label varchar(255) DEFAULT NULL,
button2_action varchar(255) DEFAULT NULL,
dismissed tinyint(1) NOT NULL DEFAULT 0,
created datetime NOT NULL,
updated datetime NOT NULL,
PRIMARY KEY (id),
UNIQUE KEY ndx_aioseo_notifications_slug (slug),
KEY ndx_aioseo_notifications_dates (start, end),
KEY ndx_aioseo_notifications_type (type),
KEY ndx_aioseo_notifications_dismissed (dismissed)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
Error en la base de datos de WordPress: [Can't read dir of './juliapalacin_wp/' (errno: 24 "Too many open files")]SHOW TABLES
Error en la base de datos de WordPress: [Table 'jp_aioseo_posts' already exists]CREATE TABLE jp_aioseo_posts (
id bigint(20) unsigned NOT NULL AUTO_INCREMENT,
post_id bigint(20) unsigned NOT NULL,
title text DEFAULT NULL,
description text DEFAULT NULL,
keywords mediumtext DEFAULT NULL,
keyphrases longtext DEFAULT NULL,
page_analysis longtext DEFAULT NULL,
canonical_url text DEFAULT NULL,
og_title text DEFAULT NULL,
og_description text DEFAULT NULL,
og_object_type varchar(64) DEFAULT 'default',
og_image_type varchar(64) DEFAULT 'default',
og_image_custom_url text DEFAULT NULL,
og_image_custom_fields text DEFAULT NULL,
og_custom_image_width int(11) DEFAULT NULL,
og_custom_image_height int(11) DEFAULT NULL,
og_video varchar(255) DEFAULT NULL,
og_custom_url text DEFAULT NULL,
og_article_section text DEFAULT NULL,
og_article_tags text DEFAULT NULL,
twitter_use_og tinyint(1) DEFAULT 1,
twitter_card varchar(64) DEFAULT 'default',
twitter_image_type varchar(64) DEFAULT 'default',
twitter_image_custom_url text DEFAULT NULL,
twitter_image_custom_fields text DEFAULT NULL,
twitter_title text DEFAULT NULL,
twitter_description text DEFAULT NULL,
seo_score int(11) DEFAULT 0 NOT NULL,
schema_type varchar(20) DEFAULT NULL,
schema_type_options longtext DEFAULT NULL,
pillar_content tinyint(1) DEFAULT NULL,
robots_default tinyint(1) DEFAULT 1 NOT NULL,
robots_noindex tinyint(1) DEFAULT 0 NOT NULL,
robots_noarchive tinyint(1) DEFAULT 0 NOT NULL,
robots_nosnippet tinyint(1) DEFAULT 0 NOT NULL,
robots_nofollow tinyint(1) DEFAULT 0 NOT NULL,
robots_noimageindex tinyint(1) DEFAULT 0 NOT NULL,
robots_noodp tinyint(1) DEFAULT 0 NOT NULL,
robots_notranslate tinyint(1) DEFAULT 0 NOT NULL,
robots_max_snippet int(11) DEFAULT NULL,
robots_max_videopreview int(11) DEFAULT NULL,
robots_max_imagepreview varchar(20) DEFAULT 'none',
tabs mediumtext DEFAULT NULL,
images longtext DEFAULT NULL,
priority tinytext DEFAULT NULL,
frequency tinytext DEFAULT NULL,
videos longtext DEFAULT NULL,
video_thumbnail text DEFAULT NULL,
video_scan_date datetime DEFAULT NULL,
location text DEFAULT NULL,
local_seo longtext DEFAULT NULL,
created datetime NOT NULL,
updated datetime NOT NULL,
PRIMARY KEY (id),
KEY ndx_aioseo_posts_post_id (post_id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
Error en la base de datos de WordPress: [Can't read dir of './juliapalacin_wp/' (errno: 24 "Too many open files")]SHOW TABLES
Error en la base de datos de WordPress: [Can't read dir of './juliapalacin_wp/' (errno: 24 "Too many open files")]SHOW TABLES LIKE 'jp_cli_scripts'
Error en la base de datos de WordPress: [Out of resources when opening file '/tmp/#sql_2f36_2.MAI' (Errcode: 24 "Too many open files")]SHOW FULL COLUMNS FROM `jp_wfblocks7`
Error en la base de datos de WordPress: [Out of resources when opening file '/tmp/#sql_2f36_2.MAI' (Errcode: 24 "Too many open files")]SHOW FULL COLUMNS FROM `jp_wfblocks7`
Error en la base de datos de WordPress: [Can't read dir of './juliapalacin_wp/' (errno: 24 "Too many open files")]SHOW TABLES LIKE 'jp_wpfm_backup'
Error en la base de datos de WordPress: [Table 'jp_wpfm_backup' already exists]CREATE TABLE jp_wpfm_backup (
id int(11) NOT NULL AUTO_INCREMENT,
backup_name text NULL,
backup_date text NULL,
PRIMARY KEY (id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci
Error en la base de datos de WordPress: [Can't read dir of './juliapalacin_wp/' (errno: 24 "Too many open files")]SHOW TABLES LIKE 'jp_actionscheduler%'
Error en la base de datos de WordPress: [Table 'jp_actionscheduler_actions' already exists]CREATE TABLE jp_actionscheduler_actions (
action_id bigint(20) unsigned NOT NULL auto_increment,
hook varchar(191) NOT NULL,
status varchar(20) NOT NULL,
scheduled_date_gmt datetime NOT NULL default '0000-00-00 00:00:00',
scheduled_date_local datetime NOT NULL default '0000-00-00 00:00:00',
args varchar(191),
schedule longtext,
group_id bigint(20) unsigned NOT NULL default '0',
attempts int(11) NOT NULL default '0',
last_attempt_gmt datetime NOT NULL default '0000-00-00 00:00:00',
last_attempt_local datetime NOT NULL default '0000-00-00 00:00:00',
claim_id bigint(20) unsigned NOT NULL default '0',
extended_args varchar(8000) DEFAULT NULL,
PRIMARY KEY (action_id),
KEY hook (hook(191)),
KEY status (status),
KEY scheduled_date_gmt (scheduled_date_gmt),
KEY args (args(191)),
KEY group_id (group_id),
KEY last_attempt_gmt (last_attempt_gmt),
KEY claim_id (claim_id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci
Error en la base de datos de WordPress: [Out of resources when opening file '/tmp/#sql_2f36_2.MAI' (Errcode: 24 "Too many open files")]SHOW FULL COLUMNS FROM `jp_actionscheduler_actions`
Error en la base de datos de WordPress: [Table 'jp_actionscheduler_claims' already exists]CREATE TABLE jp_actionscheduler_claims (
claim_id bigint(20) unsigned NOT NULL auto_increment,
date_created_gmt datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (claim_id),
KEY date_created_gmt (date_created_gmt)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci
Error en la base de datos de WordPress: [Table 'jp_actionscheduler_groups' already exists]CREATE TABLE jp_actionscheduler_groups (
group_id bigint(20) unsigned NOT NULL auto_increment,
slug varchar(255) NOT NULL,
PRIMARY KEY (group_id),
KEY slug (slug(191))
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci
Error en la base de datos de WordPress: [Out of resources when opening file '/tmp/#sql_2f36_2.MAI' (Errcode: 24 "Too many open files")]SHOW FULL COLUMNS FROM `jp_options`
Error en la base de datos de WordPress: [Table 'jp_actionscheduler_logs' already exists]CREATE TABLE jp_actionscheduler_logs (
log_id bigint(20) unsigned NOT NULL auto_increment,
action_id bigint(20) unsigned NOT NULL,
message text NOT NULL,
log_date_gmt datetime NOT NULL default '0000-00-00 00:00:00',
log_date_local datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (log_id),
KEY action_id (action_id),
KEY log_date_gmt (log_date_gmt)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci
Error en la base de datos de WordPress: [Out of resources when opening file '/tmp/#sql_2f36_2.MAI' (Errcode: 24 "Too many open files")]SHOW FULL COLUMNS FROM `jp_options`
Error en la base de datos de WordPress: [Table 'juliapalacin_wp.jp_wfblocks7' doesn't exist]SELECT *, CASE
WHEN `type` = 3 THEN 0
WHEN `type` = 4 THEN 1
WHEN `type` = 7 THEN 2
WHEN `type` = 6 THEN 3
WHEN `type` = 5 THEN 4
WHEN `type` = 9 THEN 5
WHEN `type` = 8 THEN 6
WHEN `type` = 2 THEN 7
WHEN `type` = 1 THEN 8
ELSE 9999
END AS `typeSort`, CASE
WHEN `type` = 3 THEN `parameters`
WHEN `type` = 4 THEN `parameters`
WHEN `type` = 1 THEN `IP`
WHEN `type` = 9 THEN `IP`
WHEN `type` = 5 THEN `IP`
WHEN `type` = 6 THEN `IP`
WHEN `type` = 7 THEN `IP`
WHEN `type` = 2 THEN `IP`
WHEN `type` = 8 THEN `IP`
ELSE 9999
END AS `detailSort`
FROM `jp_wfblocks7` WHERE `type` IN (4) AND (`expiration` = 0 OR `expiration` > UNIX_TIMESTAMP()) ORDER BY `typeSort` ASC, `id` DESC
Error en la base de datos de WordPress: [Table 'juliapalacin_wp.jp_wfblocks7' doesn't exist]SELECT *, CASE
WHEN `type` = 3 THEN 0
WHEN `type` = 4 THEN 1
WHEN `type` = 7 THEN 2
WHEN `type` = 6 THEN 3
WHEN `type` = 5 THEN 4
WHEN `type` = 9 THEN 5
WHEN `type` = 8 THEN 6
WHEN `type` = 2 THEN 7
WHEN `type` = 1 THEN 8
ELSE 9999
END AS `typeSort`, CASE
WHEN `type` = 3 THEN `parameters`
WHEN `type` = 4 THEN `parameters`
WHEN `type` = 1 THEN `IP`
WHEN `type` = 9 THEN `IP`
WHEN `type` = 5 THEN `IP`
WHEN `type` = 6 THEN `IP`
WHEN `type` = 7 THEN `IP`
WHEN `type` = 2 THEN `IP`
WHEN `type` = 8 THEN `IP`
ELSE 9999
END AS `detailSort`
FROM `jp_wfblocks7` WHERE `type` IN (3) AND (`expiration` = 0 OR `expiration` > UNIX_TIMESTAMP()) ORDER BY `typeSort` ASC, `id` DESC
Error en la base de datos de WordPress: [Out of resources when opening file '/tmp/#sql_2f36_2.MAI' (Errcode: 24 "Too many open files")]SHOW FULL COLUMNS FROM `jp_wfblocks7`
Error en la base de datos de WordPress: [Out of resources when opening file '/tmp/#sql_2f36_2.MAI' (Errcode: 24 "Too many open files")]SHOW FULL COLUMNS FROM `jp_wfblocks7`
Error en la base de datos de WordPress: [Can't read dir of './juliapalacin_wp/' (errno: 24 "Too many open files")]SHOW TABLES
Error en la base de datos de WordPress: [Can't read dir of './juliapalacin_wp/' (errno: 24 "Too many open files")]SHOW TABLES
Error en la base de datos de WordPress: [Table 'jp_aioseo_notifications' already exists]CREATE TABLE jp_aioseo_notifications (
id bigint(20) unsigned NOT NULL AUTO_INCREMENT,
slug varchar(13) NOT NULL,
title text NOT NULL,
content longtext NOT NULL,
type varchar(64) NOT NULL,
level text NOT NULL,
notification_id bigint(20) unsigned DEFAULT NULL,
notification_name varchar(255) DEFAULT NULL,
start datetime DEFAULT NULL,
end datetime DEFAULT NULL,
button1_label varchar(255) DEFAULT NULL,
button1_action varchar(255) DEFAULT NULL,
button2_label varchar(255) DEFAULT NULL,
button2_action varchar(255) DEFAULT NULL,
dismissed tinyint(1) NOT NULL DEFAULT 0,
created datetime NOT NULL,
updated datetime NOT NULL,
PRIMARY KEY (id),
UNIQUE KEY ndx_aioseo_notifications_slug (slug),
KEY ndx_aioseo_notifications_dates (start, end),
KEY ndx_aioseo_notifications_type (type),
KEY ndx_aioseo_notifications_dismissed (dismissed)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
Error en la base de datos de WordPress: [Can't read dir of './juliapalacin_wp/' (errno: 24 "Too many open files")]SHOW TABLES
Error en la base de datos de WordPress: [Table 'jp_aioseo_posts' already exists]CREATE TABLE jp_aioseo_posts (
id bigint(20) unsigned NOT NULL AUTO_INCREMENT,
post_id bigint(20) unsigned NOT NULL,
title text DEFAULT NULL,
description text DEFAULT NULL,
keywords mediumtext DEFAULT NULL,
keyphrases longtext DEFAULT NULL,
page_analysis longtext DEFAULT NULL,
canonical_url text DEFAULT NULL,
og_title text DEFAULT NULL,
og_description text DEFAULT NULL,
og_object_type varchar(64) DEFAULT 'default',
og_image_type varchar(64) DEFAULT 'default',
og_image_custom_url text DEFAULT NULL,
og_image_custom_fields text DEFAULT NULL,
og_custom_image_width int(11) DEFAULT NULL,
og_custom_image_height int(11) DEFAULT NULL,
og_video varchar(255) DEFAULT NULL,
og_custom_url text DEFAULT NULL,
og_article_section text DEFAULT NULL,
og_article_tags text DEFAULT NULL,
twitter_use_og tinyint(1) DEFAULT 1,
twitter_card varchar(64) DEFAULT 'default',
twitter_image_type varchar(64) DEFAULT 'default',
twitter_image_custom_url text DEFAULT NULL,
twitter_image_custom_fields text DEFAULT NULL,
twitter_title text DEFAULT NULL,
twitter_description text DEFAULT NULL,
seo_score int(11) DEFAULT 0 NOT NULL,
schema_type varchar(20) DEFAULT NULL,
schema_type_options longtext DEFAULT NULL,
pillar_content tinyint(1) DEFAULT NULL,
robots_default tinyint(1) DEFAULT 1 NOT NULL,
robots_noindex tinyint(1) DEFAULT 0 NOT NULL,
robots_noarchive tinyint(1) DEFAULT 0 NOT NULL,
robots_nosnippet tinyint(1) DEFAULT 0 NOT NULL,
robots_nofollow tinyint(1) DEFAULT 0 NOT NULL,
robots_noimageindex tinyint(1) DEFAULT 0 NOT NULL,
robots_noodp tinyint(1) DEFAULT 0 NOT NULL,
robots_notranslate tinyint(1) DEFAULT 0 NOT NULL,
robots_max_snippet int(11) DEFAULT NULL,
robots_max_videopreview int(11) DEFAULT NULL,
robots_max_imagepreview varchar(20) DEFAULT 'none',
tabs mediumtext DEFAULT NULL,
images longtext DEFAULT NULL,
priority tinytext DEFAULT NULL,
frequency tinytext DEFAULT NULL,
videos longtext DEFAULT NULL,
video_thumbnail text DEFAULT NULL,
video_scan_date datetime DEFAULT NULL,
location text DEFAULT NULL,
local_seo longtext DEFAULT NULL,
created datetime NOT NULL,
updated datetime NOT NULL,
PRIMARY KEY (id),
KEY ndx_aioseo_posts_post_id (post_id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
Error en la base de datos de WordPress: [Out of resources when opening file '/tmp/#sql_2f36_2.MAI' (Errcode: 24 "Too many open files")]SHOW COLUMNS FROM `jp_aioseo_notifications`
Error en la base de datos de WordPress: [Out of resources when opening file '/tmp/#sql_2f36_2.MAI' (Errcode: 24 "Too many open files")]SHOW COLUMNS FROM `jp_aioseo_notifications`
Error en la base de datos de WordPress: [Out of resources when opening file '/tmp/#sql_2f36_2.MAI' (Errcode: 24 "Too many open files")]SHOW COLUMNS FROM `jp_aioseo_notifications`
Error en la base de datos de WordPress: [Table 'juliapalacin_wp.jp_options' doesn't exist]SELECT option_value FROM jp_options WHERE option_name = '_transient_timeout_doing_cron' LIMIT 1
Error en la base de datos de WordPress: [Table 'juliapalacin_wp.jp_options' doesn't exist]SELECT option_value FROM jp_options WHERE option_name = '_transient_doing_cron' LIMIT 1
Error en la base de datos de WordPress: [Table 'juliapalacin_wp.jp_options' doesn't exist]INSERT INTO `jp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1614837360.6362988948822021484375', 'yes') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
Error en la base de datos de WordPress: [Out of resources when opening file '/tmp/#sql_2f36_2.MAI' (Errcode: 24 "Too many open files")]SHOW FULL COLUMNS FROM `jp_wflivetraffichuman`
Error en la base de datos de WordPress: [Out of resources when opening file '/tmp/#sql_2f36_2.MAI' (Errcode: 24 "Too many open files")]SHOW FULL COLUMNS FROM `jp_wflivetraffichuman`
Error en la base de datos de WordPress: [Table 'juliapalacin_wp.jp_posts' doesn't exist]SELECT jp_posts.* FROM jp_posts WHERE 1=1 AND jp_posts.ID = 41744 AND jp_posts.post_type = 'attachment' ORDER BY jp_posts.post_date DESC
Error en la base de datos de WordPress: [Table 'juliapalacin_wp.jp_posts' doesn't exist]SELECT * FROM jp_posts WHERE ID = 41744 LIMIT 1
Error en la base de datos de WordPress: [Out of resources when opening file '/tmp/#sql_2f36_2.MAI' (Errcode: 24 "Too many open files")]SHOW FULL COLUMNS FROM `jp_wflivetraffichuman`
Error en la base de datos de WordPress: [Out of resources when opening file '/tmp/#sql_2f36_2.MAI' (Errcode: 24 "Too many open files")]SHOW FULL COLUMNS FROM `jp_wflivetraffichuman`
Error en la base de datos de WordPress: [Out of resources when opening file '/tmp/#sql_2f36_2.MAI' (Errcode: 24 "Too many open files")]SHOW COLUMNS FROM `jp_aioseo_posts`
Error 404
The page you're looking for isn't available.
Try to search again or use the go back button below.
Error en la base de datos de WordPress: [Out of resources when opening file '/tmp/#sql_2f36_2.MAI' (Errcode: 24 "Too many open files")]SHOW COLUMNS FROM `jp_aioseo_notifications`
Error en la base de datos de WordPress: [Out of resources when opening file '/tmp/#sql_2f36_2.MAI' (Errcode: 24 "Too many open files")]SHOW COLUMNS FROM `jp_aioseo_notifications`
Error en la base de datos de WordPress: [Table 'juliapalacin_wp.jp_wfblocks7' doesn't exist]SELECT *, CASE
WHEN `type` = 3 THEN 0
WHEN `type` = 4 THEN 1
WHEN `type` = 7 THEN 2
WHEN `type` = 6 THEN 3
WHEN `type` = 5 THEN 4
WHEN `type` = 9 THEN 5
WHEN `type` = 8 THEN 6
WHEN `type` = 2 THEN 7
WHEN `type` = 1 THEN 8
ELSE 9999
END AS `typeSort`, CASE
WHEN `type` = 3 THEN `parameters`
WHEN `type` = 4 THEN `parameters`
WHEN `type` = 1 THEN `IP`
WHEN `type` = 9 THEN `IP`
WHEN `type` = 5 THEN `IP`
WHEN `type` = 6 THEN `IP`
WHEN `type` = 7 THEN `IP`
WHEN `type` = 2 THEN `IP`
WHEN `type` = 8 THEN `IP`
ELSE 9999
END AS `detailSort`
FROM `jp_wfblocks7` WHERE `type` IN (4) AND (`expiration` = 0 OR `expiration` > UNIX_TIMESTAMP()) ORDER BY `typeSort` ASC, `id` DESC
Error en la base de datos de WordPress: [Table 'juliapalacin_wp.jp_wfblocks7' doesn't exist]SELECT *, CASE
WHEN `type` = 3 THEN 0
WHEN `type` = 4 THEN 1
WHEN `type` = 7 THEN 2
WHEN `type` = 6 THEN 3
WHEN `type` = 5 THEN 4
WHEN `type` = 9 THEN 5
WHEN `type` = 8 THEN 6
WHEN `type` = 2 THEN 7
WHEN `type` = 1 THEN 8
ELSE 9999
END AS `typeSort`, CASE
WHEN `type` = 3 THEN `parameters`
WHEN `type` = 4 THEN `parameters`
WHEN `type` = 1 THEN `IP`
WHEN `type` = 9 THEN `IP`
WHEN `type` = 5 THEN `IP`
WHEN `type` = 6 THEN `IP`
WHEN `type` = 7 THEN `IP`
WHEN `type` = 2 THEN `IP`
WHEN `type` = 8 THEN `IP`
ELSE 9999
END AS `detailSort`
FROM `jp_wfblocks7` WHERE `type` IN (3) AND (`expiration` = 0 OR `expiration` > UNIX_TIMESTAMP()) ORDER BY `typeSort` ASC, `id` DESC
Error en la base de datos de WordPress: [Table 'juliapalacin_wp.jp_wfblocks7' doesn't exist]SELECT *, CASE
WHEN `type` = 3 THEN 0
WHEN `type` = 4 THEN 1
WHEN `type` = 7 THEN 2
WHEN `type` = 6 THEN 3
WHEN `type` = 5 THEN 4
WHEN `type` = 9 THEN 5
WHEN `type` = 8 THEN 6
WHEN `type` = 2 THEN 7
WHEN `type` = 1 THEN 8
ELSE 9999
END AS `typeSort`, CASE
WHEN `type` = 3 THEN `parameters`
WHEN `type` = 4 THEN `parameters`
WHEN `type` = 1 THEN `IP`
WHEN `type` = 9 THEN `IP`
WHEN `type` = 5 THEN `IP`
WHEN `type` = 6 THEN `IP`
WHEN `type` = 7 THEN `IP`
WHEN `type` = 2 THEN `IP`
WHEN `type` = 8 THEN `IP`
ELSE 9999
END AS `detailSort`
FROM `jp_wfblocks7` WHERE `type` IN (1, 8, 9, 2, 5, 6) AND (`expiration` = 0 OR `expiration` > UNIX_TIMESTAMP()) ORDER BY `typeSort` ASC, `id` DESC
Error en la base de datos de WordPress: [Table 'juliapalacin_wp.jp_wfblocks7' doesn't exist]SELECT *, CASE
WHEN `type` = 3 THEN 0
WHEN `type` = 4 THEN 1
WHEN `type` = 7 THEN 2
WHEN `type` = 6 THEN 3
WHEN `type` = 5 THEN 4
WHEN `type` = 9 THEN 5
WHEN `type` = 8 THEN 6
WHEN `type` = 2 THEN 7
WHEN `type` = 1 THEN 8
ELSE 9999
END AS `typeSort`, CASE
WHEN `type` = 3 THEN `parameters`
WHEN `type` = 4 THEN `parameters`
WHEN `type` = 1 THEN `IP`
WHEN `type` = 9 THEN `IP`
WHEN `type` = 5 THEN `IP`
WHEN `type` = 6 THEN `IP`
WHEN `type` = 7 THEN `IP`
WHEN `type` = 2 THEN `IP`
WHEN `type` = 8 THEN `IP`
ELSE 9999
END AS `detailSort`
FROM `jp_wfblocks7` WHERE `type` IN (7) AND (`expiration` = 0 OR `expiration` > UNIX_TIMESTAMP()) ORDER BY `typeSort` ASC, `id` DESC