Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../igalerie
File: igalerie.sql
[0] Fix | Delete
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
[1] Fix | Delete
SET time_zone = "+00:00";
[2] Fix | Delete
[3] Fix | Delete
[4] Fix | Delete
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
[5] Fix | Delete
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
[6] Fix | Delete
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
[7] Fix | Delete
/*!40101 SET NAMES utf8 */;
[8] Fix | Delete
[9] Fix | Delete
--
[10] Fix | Delete
-- Database: `igalerie3025`
[11] Fix | Delete
--
[12] Fix | Delete
[13] Fix | Delete
-- --------------------------------------------------------
[14] Fix | Delete
[15] Fix | Delete
--
[16] Fix | Delete
-- Table structure for table `[[dbprefix]]cameras_brands`
[17] Fix | Delete
--
[18] Fix | Delete
[19] Fix | Delete
CREATE TABLE `[[dbprefix]]cameras_brands` (
[20] Fix | Delete
`camera_brand_id` int(11) NOT NULL AUTO_INCREMENT,
[21] Fix | Delete
`camera_brand_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
[22] Fix | Delete
`camera_brand_url` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
[23] Fix | Delete
PRIMARY KEY (`camera_brand_id`),
[24] Fix | Delete
UNIQUE KEY `[[dbprefix]]cameras_brands_uk1` (`camera_brand_name`)
[25] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
[26] Fix | Delete
[27] Fix | Delete
-- --------------------------------------------------------
[28] Fix | Delete
[29] Fix | Delete
--
[30] Fix | Delete
-- Table structure for table `[[dbprefix]]cameras_items`
[31] Fix | Delete
--
[32] Fix | Delete
[33] Fix | Delete
CREATE TABLE `[[dbprefix]]cameras_items` (
[34] Fix | Delete
`camera_model_id` int(11) NOT NULL,
[35] Fix | Delete
`item_id` int(11) NOT NULL,
[36] Fix | Delete
UNIQUE KEY `[[dbprefix]]cameras_items_uk1` (`item_id`),
[37] Fix | Delete
KEY `[[dbprefix]]cameras_items_fk1` (`camera_model_id`)
[38] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
[39] Fix | Delete
[40] Fix | Delete
-- --------------------------------------------------------
[41] Fix | Delete
[42] Fix | Delete
--
[43] Fix | Delete
-- Table structure for table `[[dbprefix]]cameras_models`
[44] Fix | Delete
--
[45] Fix | Delete
[46] Fix | Delete
CREATE TABLE `[[dbprefix]]cameras_models` (
[47] Fix | Delete
`camera_model_id` int(11) NOT NULL AUTO_INCREMENT,
[48] Fix | Delete
`camera_brand_id` int(11) NOT NULL,
[49] Fix | Delete
`camera_model_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
[50] Fix | Delete
`camera_model_url` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
[51] Fix | Delete
PRIMARY KEY (`camera_model_id`),
[52] Fix | Delete
UNIQUE KEY `[[dbprefix]]cameras_models_uk1` (`camera_model_name`),
[53] Fix | Delete
KEY `[[dbprefix]]cameras_models_fk1` (`camera_brand_id`)
[54] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
[55] Fix | Delete
[56] Fix | Delete
-- --------------------------------------------------------
[57] Fix | Delete
[58] Fix | Delete
--
[59] Fix | Delete
-- Table structure for table `[[dbprefix]]categories`
[60] Fix | Delete
--
[61] Fix | Delete
[62] Fix | Delete
CREATE TABLE `[[dbprefix]]categories` (
[63] Fix | Delete
`cat_id` int(11) NOT NULL AUTO_INCREMENT,
[64] Fix | Delete
`user_id` int(11) NOT NULL,
[65] Fix | Delete
`thumb_id` int(11) NOT NULL DEFAULT '0',
[66] Fix | Delete
`password_id` int(11) DEFAULT NULL,
[67] Fix | Delete
`cat_parents` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1.',
[68] Fix | Delete
`parent_id` int(11) NOT NULL DEFAULT '1',
[69] Fix | Delete
`cat_path` varbinary(767) NOT NULL,
[70] Fix | Delete
`cat_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
[71] Fix | Delete
`cat_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
[72] Fix | Delete
`cat_desc` text COLLATE utf8mb4_unicode_ci,
[73] Fix | Delete
`cat_lat` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
[74] Fix | Delete
`cat_long` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
[75] Fix | Delete
`cat_tb_params` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
[76] Fix | Delete
`cat_a_size` bigint(20) NOT NULL DEFAULT '0',
[77] Fix | Delete
`cat_a_subalbs` int(11) NOT NULL DEFAULT '0',
[78] Fix | Delete
`cat_a_subcats` int(11) NOT NULL DEFAULT '0',
[79] Fix | Delete
`cat_a_albums` int(11) NOT NULL DEFAULT '0',
[80] Fix | Delete
`cat_a_images` int(11) NOT NULL DEFAULT '0',
[81] Fix | Delete
`cat_a_videos` int(11) NOT NULL DEFAULT '0',
[82] Fix | Delete
`cat_a_hits` bigint(20) NOT NULL DEFAULT '0',
[83] Fix | Delete
`cat_a_comments` int(11) NOT NULL DEFAULT '0',
[84] Fix | Delete
`cat_a_votes` int(11) NOT NULL DEFAULT '0',
[85] Fix | Delete
`cat_a_rating` double NOT NULL DEFAULT '0',
[86] Fix | Delete
`cat_a_favorites` int(11) NOT NULL DEFAULT '0',
[87] Fix | Delete
`cat_d_size` bigint(20) NOT NULL DEFAULT '0',
[88] Fix | Delete
`cat_d_subalbs` int(11) NOT NULL DEFAULT '0',
[89] Fix | Delete
`cat_d_subcats` int(11) NOT NULL DEFAULT '0',
[90] Fix | Delete
`cat_d_albums` int(11) NOT NULL DEFAULT '0',
[91] Fix | Delete
`cat_d_images` int(11) NOT NULL DEFAULT '0',
[92] Fix | Delete
`cat_d_videos` int(11) NOT NULL DEFAULT '0',
[93] Fix | Delete
`cat_d_hits` bigint(20) NOT NULL DEFAULT '0',
[94] Fix | Delete
`cat_d_comments` int(11) NOT NULL DEFAULT '0',
[95] Fix | Delete
`cat_d_votes` int(11) NOT NULL DEFAULT '0',
[96] Fix | Delete
`cat_d_rating` double NOT NULL DEFAULT '0',
[97] Fix | Delete
`cat_d_favorites` int(11) NOT NULL DEFAULT '0',
[98] Fix | Delete
`cat_votable` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
[99] Fix | Delete
`cat_commentable` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
[100] Fix | Delete
`cat_downloadable` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
[101] Fix | Delete
`cat_uploadable` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
[102] Fix | Delete
`cat_creatable` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
[103] Fix | Delete
`cat_crtdt` datetime NOT NULL,
[104] Fix | Delete
`cat_lastpubdt` datetime DEFAULT NULL,
[105] Fix | Delete
`cat_filemtime` datetime DEFAULT NULL,
[106] Fix | Delete
`cat_orderby` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
[107] Fix | Delete
`cat_watermark` text COLLATE utf8mb4_unicode_ci,
[108] Fix | Delete
`cat_status` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
[109] Fix | Delete
`cat_position` int(11) NOT NULL DEFAULT '0',
[110] Fix | Delete
PRIMARY KEY (`cat_id`),
[111] Fix | Delete
UNIQUE KEY `[[dbprefix]]categories_uk1` (`cat_path`),
[112] Fix | Delete
KEY `[[dbprefix]]categories_fk1` (`user_id`),
[113] Fix | Delete
KEY `[[dbprefix]]categories_fk2` (`parent_id`)
[114] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=2 ;
[115] Fix | Delete
[116] Fix | Delete
--
[117] Fix | Delete
-- Dumping data for table `[[dbprefix]]categories`
[118] Fix | Delete
--
[119] Fix | Delete
[120] Fix | Delete
INSERT INTO `[[dbprefix]]categories` VALUES
[121] Fix | Delete
(1, 1, 0, NULL, '1.', 1, '.', '', '', NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '1', '1', '1', '1', '1', '[[regtime]]', NULL, NULL, NULL, NULL, '1', 0);
[122] Fix | Delete
[123] Fix | Delete
-- --------------------------------------------------------
[124] Fix | Delete
[125] Fix | Delete
--
[126] Fix | Delete
-- Table structure for table `[[dbprefix]]comments`
[127] Fix | Delete
--
[128] Fix | Delete
[129] Fix | Delete
CREATE TABLE `[[dbprefix]]comments` (
[130] Fix | Delete
`com_id` int(11) NOT NULL AUTO_INCREMENT,
[131] Fix | Delete
`item_id` int(11) NOT NULL,
[132] Fix | Delete
`user_id` int(11) NOT NULL DEFAULT '2',
[133] Fix | Delete
`com_crtdt` datetime NOT NULL,
[134] Fix | Delete
`com_lastupddt` datetime NOT NULL,
[135] Fix | Delete
`com_author` varchar(24) COLLATE utf8mb4_unicode_ci NOT NULL,
[136] Fix | Delete
`com_email` varchar(128) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
[137] Fix | Delete
`com_website` varchar(128) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
[138] Fix | Delete
`com_ip` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL,
[139] Fix | Delete
`com_message` text COLLATE utf8mb4_unicode_ci NOT NULL,
[140] Fix | Delete
`com_status` varchar(2) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
[141] Fix | Delete
PRIMARY KEY (`com_id`),
[142] Fix | Delete
KEY `[[dbprefix]]comments_fk1` (`user_id`),
[143] Fix | Delete
KEY `[[dbprefix]]comments_fk2` (`item_id`)
[144] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
[145] Fix | Delete
[146] Fix | Delete
-- --------------------------------------------------------
[147] Fix | Delete
[148] Fix | Delete
--
[149] Fix | Delete
-- Table structure for table `[[dbprefix]]config`
[150] Fix | Delete
--
[151] Fix | Delete
[152] Fix | Delete
CREATE TABLE `[[dbprefix]]config` (
[153] Fix | Delete
`conf_name` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL,
[154] Fix | Delete
`conf_value` text COLLATE utf8mb4_unicode_ci,
[155] Fix | Delete
PRIMARY KEY (`conf_name`),
[156] Fix | Delete
UNIQUE KEY `[[dbprefix]]config_uk1` (`conf_name`)
[157] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
[158] Fix | Delete
[159] Fix | Delete
--
[160] Fix | Delete
-- Dumping data for table `[[dbprefix]]config`
[161] Fix | Delete
--
[162] Fix | Delete
[163] Fix | Delete
INSERT INTO `[[dbprefix]]config` VALUES
[164] Fix | Delete
('albums_download', '0'),
[165] Fix | Delete
('app_history', '[{"version":"3.0.25","date":"[[regtime]]"}]'),
[166] Fix | Delete
('app_version', '3.0.25'),
[167] Fix | Delete
('blacklist_emails', ''),
[168] Fix | Delete
('blacklist_ips', ''),
[169] Fix | Delete
('blacklist_names', '*best price*\n*casino*\n*cialis*\n*viagra*'),
[170] Fix | Delete
('blacklist_words', '<embed\n<html\n<img\n<meta\n<object\n<script\n<style\n[email\n[img\n[url\nhref =\nhref=\nsrc =\nsrc='),
[171] Fix | Delete
('browse', '1'),
[172] Fix | Delete
('browse_sql_order_by', 'cat_name ASC'),
[173] Fix | Delete
('categories_description_model', '0'),
[174] Fix | Delete
('categories_description_model_text', '{DESCRIPTION}'),
[175] Fix | Delete
('categories_sql_order_by', 'cat_name ASC'),
[176] Fix | Delete
('categories_stats', '1'),
[177] Fix | Delete
('categories_stats_order', '["items","images","videos","albums","filesize","recent_items","recent_images","recent_videos","views","comments","rating","votes","favorites"]'),
[178] Fix | Delete
('categories_stats_params', '{"albums":{"status":1},"comments":{"status":1},"favorites":{"status":1},"filesize":{"status":0},"images":{"status":1},"items":{"status":0},"rating":{"status":0},"recent_images":{"status":1},"recent_items":{"status":0},"recent_videos":{"status":0},"videos":{"status":0},"views":{"status":1},"votes":{"status":1}}'),
[179] Fix | Delete
('comments', '0'),
[180] Fix | Delete
('comments_antiflood', '60'),
[181] Fix | Delete
('comments_emoji_delete', '0'),
[182] Fix | Delete
('comments_emoji_picker', '1'),
[183] Fix | Delete
('comments_maxchars', '1000'),
[184] Fix | Delete
('comments_maxlines', '20'),
[185] Fix | Delete
('comments_maxurls', '1'),
[186] Fix | Delete
('comments_moderate', '0'),
[187] Fix | Delete
('comments_order_by', 'ASC'),
[188] Fix | Delete
('comments_page_count', '20'),
[189] Fix | Delete
('comments_read_only', '0'),
[190] Fix | Delete
('comments_required_email', '0'),
[191] Fix | Delete
('comments_required_website', '0'),
[192] Fix | Delete
('comments_url_to_link', '1'),
[193] Fix | Delete
('comments_url_to_link_maxlength', '40'),
[194] Fix | Delete
('daily_update', '[[regdate]]'),
[195] Fix | Delete
('dates_expiration', '[]'),
[196] Fix | Delete
('dates_publication', '[]'),
[197] Fix | Delete
('diaporama', '1'),
[198] Fix | Delete
('diaporama_auto_duration', '3'),
[199] Fix | Delete
('diaporama_auto_loop', '0'),
[200] Fix | Delete
('diaporama_auto_start', '0'),
[201] Fix | Delete
('diaporama_carousel', '1'),
[202] Fix | Delete
('diaporama_carousel_thumbs_size', '80'),
[203] Fix | Delete
('diaporama_control_bars', '1'),
[204] Fix | Delete
('diaporama_fullscreen', '0'),
[205] Fix | Delete
('diaporama_fullscreen_mobile', '1'),
[206] Fix | Delete
('diaporama_keyboard', '1'),
[207] Fix | Delete
('diaporama_over_image_description', '0'),
[208] Fix | Delete
('diaporama_over_image_title', '0'),
[209] Fix | Delete
('diaporama_show_informations', '0'),
[210] Fix | Delete
('diaporama_transition_duration', '500'),
[211] Fix | Delete
('diaporama_transition_effect', 'fade'),
[212] Fix | Delete
('diaporama_zoom', '1'),
[213] Fix | Delete
('diaporama_zoom_limit', '100'),
[214] Fix | Delete
('download_item', '1'),
[215] Fix | Delete
('exif', '0'),
[216] Fix | Delete
('exif_order', '["Make","Model","Lens","DateTimeOriginal","DateTimeDigitized","GPSCoordinates","GPSAltitude","LightSource","Flash","FNumber","MaxApertureValue","FocalLength","FocalLengthIn35mmFilm","DigitalZoomRatio","ISOSpeedRatings","ExposureBiasValue","ExposureMode","ExposureProgram","ExposureTime","SceneType","SceneCaptureType","CustomRendered","MeteringMode","Orientation","WhiteBalance","SensingMethod","SubjectDistanceRange","SubjectDistance","XResolution","YResolution","ResolutionUnit","ColorSpace","GainControl","Contrast","Saturation","Sharpness","Software","Artist","Copyright","ExifVersion","FlashPixVersion"]'),
[217] Fix | Delete
('exif_params', '{"Artist":{"status":0},"ColorSpace":{"status":0},"Contrast":{"status":0},"Copyright":{"status":0},"CustomRendered":{"status":0},"DateTimeDigitized":{"status":0,"format":"d F Y, H:i:s"},"DateTimeOriginal":{"status":1,"format":"d F Y, H:i:s"},"DigitalZoomRatio":{"status":0,"format":"%2.1Fx"},"ExifVersion":{"status":0},"ExposureBiasValue":{"status":0,"format":"%+2.2F Ev"},"ExposureMode":{"status":0},"ExposureProgram":{"status":0},"ExposureTime":{"status":1},"Flash":{"status":1},"FlashPixVersion":{"status":0},"FNumber":{"status":1,"format":"f/%2.1F"},"FocalLength":{"status":1,"format":"%2.2F mm"},"FocalLengthIn35mmFilm":{"status":0,"format":"%2.2F mm"},"GainControl":{"status":0},"GPSAltitude":{"status":0,"format":"%.2F m"},"GPSCoordinates":{"status":0},"ISOSpeedRatings":{"status":1},"Lens":{"status":1},"LightSource":{"status":0},"Make":{"status":1},"MaxApertureValue":{"status":0,"format":"%2.2F mm"},"MeteringMode":{"status":0},"Model":{"status":1},"Orientation":{"status":0},"ResolutionUnit":{"status":0},"Saturation":{"status":0},"SceneCaptureType":{"status":0},"SceneType":{"status":0},"SensingMethod":{"status":0},"Sharpness":{"status":0},"Software":{"status":0},"SubjectDistance":{"status":0,"format":"%2.2F m"},"SubjectDistanceRange":{"status":0},"WhiteBalance":{"status":0},"XResolution":{"status":0,"format":"%d"},"YResolution":{"status":0,"format":"%d"}}'),
[218] Fix | Delete
('favorites', '1'),
[219] Fix | Delete
('favorites_download', '0'),
[220] Fix | Delete
('gallery_closed', '0'),
[221] Fix | Delete
('gallery_closed_text', ''),
[222] Fix | Delete
('gallery_description', ''),
[223] Fix | Delete
('gallery_footer_text', ''),
[224] Fix | Delete
('gallery_title', '[[site_name]]'),
[225] Fix | Delete
('geolocation', '0'),
[226] Fix | Delete
('geolocation_default_layer', 'map'),
[227] Fix | Delete
('iptc', '0'),
[228] Fix | Delete
('iptc_get_data', '1'),
[229] Fix | Delete
('iptc_order', '["ObjectName","Headline","Description","DescriptionWriter","Keywords","Copyright","Source","Contact","Creator","CreatorTitle","Credit","Instructions","Country","CountryCode","ProvinceState","City","SubLocation","DateCreated","TimeCreated","DigitalCreationDate","DigitalCreationTime","Orientation","Software","SoftwareVersion"]'),
[230] Fix | Delete
('iptc_params', '{"City":{"status":1},"Contact":{"status":1},"Copyright":{"status":1},"Country":{"status":0},"CountryCode":{"status":0},"Creator":{"status":1},"CreatorTitle":{"status":0},"Credit":{"status":1},"DateCreated":{"status":1},"Description":{"status":1},"DescriptionWriter":{"status":0},"DigitalCreationDate":{"status":1},"DigitalCreationTime":{"status":0},"Headline":{"status":0},"Instructions":{"status":0},"Keywords":{"status":1},"ObjectName":{"status":1},"Orientation":{"status":0},"ProvinceState":{"status":0},"Software":{"status":0},"SoftwareVersion":{"status":0},"Source":{"status":1},"SubLocation":{"status":0},"TimeCreated":{"status":0}}'),
[231] Fix | Delete
('iptc_title_tag', 'Headline'),
[232] Fix | Delete
('items_description_model', '0'),
[233] Fix | Delete
('items_description_model_text', '{DESCRIPTION}'),
[234] Fix | Delete
('items_recent', '1'),
[235] Fix | Delete
('items_recent_days', '7'),
[236] Fix | Delete
('items_resize', '0'),
[237] Fix | Delete
('items_resize_height', '1200'),
[238] Fix | Delete
('items_resize_quality', '90'),
[239] Fix | Delete
('items_resize_type', 'webp'),
[240] Fix | Delete
('items_resize_width', '1200'),
[241] Fix | Delete
('items_sql_order_by', 'item_pubdt DESC'),
[242] Fix | Delete
('lang_default', '[[language]]'),
[243] Fix | Delete
('lang_detect', '1'),
[244] Fix | Delete
('lang_params', '{"filemtime":1731167088,"langs":{"en":"English","fr":"Français"}}'),
[245] Fix | Delete
('lang_switch', '1'),
[246] Fix | Delete
('links', '1'),
[247] Fix | Delete
('links_params', '[]'),
[248] Fix | Delete
('mail_auto_bcc', '1'),
[249] Fix | Delete
('mail_auto_primary_recipient_address', ''),
[250] Fix | Delete
('mail_auto_sender_address', '[[admin_email]]'),
[251] Fix | Delete
('mail_auto_sender_name', 'iGalerie'),
[252] Fix | Delete
('mail_auto_signature', '0'),
[253] Fix | Delete
('mail_auto_signature_text', ''),
[254] Fix | Delete
('mail_notify_comment_follow_message', 'A new comment has been posted on the {ITEM_URL} file you are following.\n\nThis message has been sent to you automatically because you have activated the "New comments on photos or videos where I have posted" notification option in your profile.'),
[255] Fix | Delete
('mail_notify_comment_follow_subject', '[{GALLERY_TITLE}] New comment (follow-up)'),
[256] Fix | Delete
('mail_notify_comment_message', 'A new comment has been posted by {USER_NAME} in the gallery {GALLERY_URL} on the file {ITEM_URL}.'),
[257] Fix | Delete
('mail_notify_comment_pending_message', 'A new comment has been posted by {USER_NAME} in the {GALLERY_URL} gallery and is awaiting validation.'),
[258] Fix | Delete
('mail_notify_comment_pending_subject', '[{GALLERY_TITLE}] New comment (pending)'),
[259] Fix | Delete
('mail_notify_comment_subject', '[{GALLERY_TITLE}] New comment'),
[260] Fix | Delete
('mail_notify_items_http_message', 'New files have been added to the gallery {GALLERY_URL} in the album "{ALBUM_TITLE}" by {USER_NAME}.'),
[261] Fix | Delete
('mail_notify_items_http_subject', '[{GALLERY_TITLE}] New files'),
[262] Fix | Delete
('mail_notify_items_message', 'New files have been added to the {GALLERY_URL} gallery.'),
[263] Fix | Delete
('mail_notify_items_pending_message', 'New files have been added to the gallery {GALLERY_URL} in the album "{ALBUM_TITLE}" by {USER_NAME} and are awaiting validation.'),
[264] Fix | Delete
('mail_notify_items_pending_subject', '[{GALLERY_TITLE}] New files (pending)'),
[265] Fix | Delete
('mail_notify_items_subject', '[{GALLERY_TITLE}] New files'),
[266] Fix | Delete
('mail_notify_registration_message', 'User {USER_NAME} has just registered in gallery {GALLERY_URL}.\nYou can view his profile here: {USER_URL}'),
[267] Fix | Delete
('mail_notify_registration_pending_message', 'User {USER_NAME} has just registered in gallery {GALLERY_URL} and is awaiting validation.'),
[268] Fix | Delete
('mail_notify_registration_pending_subject', '[{GALLERY_TITLE}] New registration (pending)'),
[269] Fix | Delete
('mail_notify_registration_subject', '[{GALLERY_TITLE}] New registration'),
[270] Fix | Delete
('new_version', '{"md5":"e2411fb29329eac2bf29cfe91c8ab0e2","php":"7.2","version":"3.0.25"}'),
[271] Fix | Delete
('new_version_check', '1'),
[272] Fix | Delete
('new_version_check_date', '[[regdate]]'),
[273] Fix | Delete
('pages_order', '["comments","tags","history","cameras","worldmap","members","contact"]'),
[274] Fix | Delete
('pages_params', '{"cameras":{"status":0},"comments":{"status":1,"nb_per_page":20},"contact":{"status":0,"email":"[[admin_email]]","message":""},"history":{"status":0},"members":{"status":1,"nb_per_page":20,"order_by":"user_crtdt DESC","show_crtdt":1,"show_lastvstdt":0,"show_title":1},"tags":{"status":1},"worldmap":{"status":1,"center_lat":46.5,"center_long":3,"zoom":4}}'),
[275] Fix | Delete
('random_item', '0'),
[276] Fix | Delete
('rss', '0'),
[277] Fix | Delete
('rss_max_items', '20'),
[278] Fix | Delete
('search', '0'),
[279] Fix | Delete
('search_advanced', '0'),
[280] Fix | Delete
('selection', '0'),
[281] Fix | Delete
('stats_short_numbers', '1'),
[282] Fix | Delete
('tags', '0'),
[283] Fix | Delete
('tags_max', '15'),
[284] Fix | Delete
('theme_params', ''),
[285] Fix | Delete
('theme_template', 'default'),
[286] Fix | Delete
('thumbs_cat_info_albums', '1'),
[287] Fix | Delete
('thumbs_cat_info_comments', '1'),
[288] Fix | Delete
('thumbs_cat_info_description', '0'),
[289] Fix | Delete
('thumbs_cat_info_description_limit', '500'),
[290] Fix | Delete
('thumbs_cat_info_favorites', '1'),
[291] Fix | Delete
('thumbs_cat_info_filesize', '0'),
[292] Fix | Delete
('thumbs_cat_info_items', '1'),
[293] Fix | Delete
('thumbs_cat_info_rating', '1'),
[294] Fix | Delete
('thumbs_cat_info_title', '1'),
[295] Fix | Delete
('thumbs_cat_info_views', '1'),
[296] Fix | Delete
('thumbs_cat_info_votes', '1'),
[297] Fix | Delete
('thumbs_cat_nb_per_page', '12'),
[298] Fix | Delete
('thumbs_item_info_comments', '1'),
[299] Fix | Delete
('thumbs_item_info_date', '0'),
[300] Fix | Delete
('thumbs_item_info_description', '0'),
[301] Fix | Delete
('thumbs_item_info_description_limit', '500'),
[302] Fix | Delete
('thumbs_item_info_favorites', '1'),
[303] Fix | Delete
('thumbs_item_info_filesize', '0'),
[304] Fix | Delete
('thumbs_item_info_rating', '0'),
[305] Fix | Delete
('thumbs_item_info_size', '0'),
[306] Fix | Delete
('thumbs_item_info_title', '1'),
[307] Fix | Delete
('thumbs_item_info_views', '1'),
[308] Fix | Delete
('thumbs_item_info_votes', '1'),
[309] Fix | Delete
('thumbs_item_nb_per_page', '24'),
[310] Fix | Delete
('thumbs_quality', '90'),
[311] Fix | Delete
('thumbs_type', 'webp'),
[312] Fix | Delete
('tz_default', 'Europe/Paris'),
[313] Fix | Delete
('upload_maxfilesize', '100'),
[314] Fix | Delete
('upload_maxheight', '8000'),
[315] Fix | Delete
('upload_maxtotalfiles', '100'),
[316] Fix | Delete
('upload_maxwidth', '8000'),
[317] Fix | Delete
('upload_resize', '0'),
[318] Fix | Delete
('upload_resize_maxheight', '768'),
[319] Fix | Delete
('upload_resize_maxwidth', '1024'),
[320] Fix | Delete
('upload_resize_quality', '95'),
[321] Fix | Delete
('users', '0'),
[322] Fix | Delete
('users_description_maxlength', '500'),
[323] Fix | Delete
('users_items_resize', '1'),
[324] Fix | Delete
('users_items_resize_height', '768'),
[325] Fix | Delete
('users_items_resize_quality', '90'),
[326] Fix | Delete
('users_items_resize_type', 'webp'),
[327] Fix | Delete
('users_items_resize_width', '1024'),
[328] Fix | Delete
('users_log_activity', '1'),
[329] Fix | Delete
('users_log_activity_delete', '1'),
[330] Fix | Delete
('users_log_activity_delete_days', '10'),
[331] Fix | Delete
('users_log_activity_no_admin', '0'),
[332] Fix | Delete
('users_log_activity_rejected_only', '1'),
[333] Fix | Delete
('users_online', '0'),
[334] Fix | Delete
('users_online_duration', '300'),
[335] Fix | Delete
('users_only_members', '0'),
[336] Fix | Delete
('users_only_members_contact', '0'),
[337] Fix | Delete
('users_password_minlength', '6'),
[338] Fix | Delete
('users_profile_params', '{"birthdate":{"activated":0,"required":0},"description":{"activated":1,"required":0},"email":{"activated":1,"required":0},"firstname":{"activated":0,"required":0},"gender":{"activated":0,"required":0},"group_id":{"activated":1,"required":1},"lang":{"activated":1,"required":0},"location":{"activated":0,"required":0},"login":{"activated":1,"required":1},"name":{"activated":0,"required":0},"nickname":{"activated":0,"required":0},"password":{"activated":1,"required":0},"custom_1":{"activated":0,"required":0,"name":""},"custom_2":{"activated":0,"required":0,"name":""},"custom_3":{"activated":0,"required":0,"name":""},"custom_4":{"activated":0,"required":0,"name":""},"custom_5":{"activated":0,"required":0,"name":""},"status":{"activated":1,"required":1},"tz":{"activated":1,"required":0},"website":{"activated":1,"required":0}}'),
[339] Fix | Delete
('users_registration', '1'),
[340] Fix | Delete
('users_registration_password', ''),
[341] Fix | Delete
('users_registration_password_text', ''),
[342] Fix | Delete
('users_registration_valid_admin', '0'),
[343] Fix | Delete
('users_registration_valid_email', '1'),
[344] Fix | Delete
('users_registration_valid_password', '0'),
[345] Fix | Delete
('video_captures', '0'),
[346] Fix | Delete
('video_loop', '0'),
[347] Fix | Delete
('video_muted', '0'),
[348] Fix | Delete
('views_admin', '0'),
[349] Fix | Delete
('views_ip', '0'),
[350] Fix | Delete
('views_ip_list', ''),
[351] Fix | Delete
('views_useragent', '1'),
[352] Fix | Delete
('views_useragent_list', '*addthis*\n*admantx*\n*ads*\n*ahrefs*\n*alexa*\n*archive*\n*ask*\n*baidu*\n*bing*\n*bot*\n*b-o-t*\n*bubing*\n*crawl*\n*dataprovider*\n*daum*\n*envolk*\n*evaliant*\n*exalead*\n*explorer*\n*facebook*\n*fetcher*\n*genieo*\n*gigablast*\n*google*\n*ichiro*\n*jobboerse*\n*mail.ru*\n*megaindex*\n*netcraft*\n*newspaper*\n*owlin*\n*panscient*\n*pinterest*\n*qwant*\n*riddler*\n*search*\n*seo*\n*sistrix*\n*slurp*\n*sogou*\n*scoutjet*\n*spider*\n*squider*\n*thetradedesk*\n*vagabondo*\n*yahoo*\n*yandex*\n*yeti*\n*zgrab*'),
[353] Fix | Delete
('votes', '0'),
[354] Fix | Delete
('welcome', '1'),
[355] Fix | Delete
('xmp', '0'),
[356] Fix | Delete
('xmp_get_data', '1'),
[357] Fix | Delete
('xmp_order', '["Contributor","Coverage","Creator","Date","Description","Format","Identifier","Language","Publisher","Relation","Rights","Source","Subject","Title","Type"]'),
[358] Fix | Delete
('xmp_params', '{"Contributor":{"status":0},"Coverage":{"status":0},"Creator":{"status":1},"Date":{"status":1},"Description":{"status":1},"Format":{"status":0},"Identifier":{"status":0},"Language":{"status":0},"Publisher":{"status":0},"Relation":{"status":0},"Rights":{"status":1},"Source":{"status":0},"Subject":{"status":0},"Title":{"status":1},"Type":{"status":0}}'),
[359] Fix | Delete
('xmp_priority', '1');
[360] Fix | Delete
[361] Fix | Delete
-- --------------------------------------------------------
[362] Fix | Delete
[363] Fix | Delete
--
[364] Fix | Delete
-- Table structure for table `[[dbprefix]]favorites`
[365] Fix | Delete
--
[366] Fix | Delete
[367] Fix | Delete
CREATE TABLE `[[dbprefix]]favorites` (
[368] Fix | Delete
`fav_id` int(11) NOT NULL AUTO_INCREMENT,
[369] Fix | Delete
`item_id` int(11) NOT NULL,
[370] Fix | Delete
`user_id` int(11) NOT NULL,
[371] Fix | Delete
`fav_date` datetime NOT NULL,
[372] Fix | Delete
PRIMARY KEY (`fav_id`),
[373] Fix | Delete
KEY `[[dbprefix]]favorites_fk1` (`user_id`),
[374] Fix | Delete
KEY `[[dbprefix]]favorites_fk2` (`item_id`)
[375] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
[376] Fix | Delete
[377] Fix | Delete
-- --------------------------------------------------------
[378] Fix | Delete
[379] Fix | Delete
--
[380] Fix | Delete
-- Table structure for table `[[dbprefix]]groups`
[381] Fix | Delete
--
[382] Fix | Delete
[383] Fix | Delete
CREATE TABLE `[[dbprefix]]groups` (
[384] Fix | Delete
`group_id` int(11) NOT NULL AUTO_INCREMENT,
[385] Fix | Delete
`group_name` text COLLATE utf8mb4_unicode_ci NOT NULL,
[386] Fix | Delete
`group_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
[387] Fix | Delete
`group_desc` text COLLATE utf8mb4_unicode_ci,
[388] Fix | Delete
`group_crtdt` datetime NOT NULL,
[389] Fix | Delete
`group_perms` text COLLATE utf8mb4_unicode_ci NOT NULL,
[390] Fix | Delete
`group_admin` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
[391] Fix | Delete
PRIMARY KEY (`group_id`)
[392] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=4 ;
[393] Fix | Delete
[394] Fix | Delete
--
[395] Fix | Delete
-- Dumping data for table `[[dbprefix]]groups`
[396] Fix | Delete
--
[397] Fix | Delete
[398] Fix | Delete
INSERT INTO `[[dbprefix]]groups` VALUES
[399] Fix | Delete
(1, '', '', NULL, '[[regtime]]', '{"albums_download":1,"comments_add":1,"comments_add_mode":1,"comments_read":1,"create_albums":0,"create_albums_categories":0,"create_albums_gallery_root":0,"create_albums_owner":0,"image_original":1,"members_profile":1,"perm_list":"black","selection":0,"upload":0,"upload_mode":1,"upload_owner":0,"upload_type":"all","votes":1}', '1'),
[400] Fix | Delete
(2, '', '', NULL, '[[regtime]]', '{"albums_download":1,"comments_add":1,"comments_add_mode":1,"comments_read":1,"create_albums":0,"create_albums_categories":0,"create_albums_gallery_root":0,"create_albums_owner":0,"image_original":1,"members_profile":1,"perm_list":"black","selection":0,"upload":0,"upload_mode":1,"upload_owner":0,"upload_type":"all","votes":1}', '0'),
[401] Fix | Delete
(3, '', '', NULL, '[[regtime]]', '{"albums_download":1,"comments_add":1,"comments_add_mode":1,"comments_read":1,"create_albums":0,"create_albums_categories":0,"create_albums_gallery_root":0,"create_albums_owner":0,"image_original":1,"members_profile":1,"perm_list":"black","selection":0,"upload":0,"upload_mode":1,"upload_owner":0,"upload_type":"all","votes":1}', '0');
[402] Fix | Delete
[403] Fix | Delete
-- --------------------------------------------------------
[404] Fix | Delete
[405] Fix | Delete
--
[406] Fix | Delete
-- Table structure for table `[[dbprefix]]groups_permissions`
[407] Fix | Delete
--
[408] Fix | Delete
[409] Fix | Delete
CREATE TABLE `[[dbprefix]]groups_permissions` (
[410] Fix | Delete
`group_id` int(11) NOT NULL,
[411] Fix | Delete
`cat_id` int(11) NOT NULL,
[412] Fix | Delete
`perm_list` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL,
[413] Fix | Delete
UNIQUE KEY `[[dbprefix]]groups_permissions_uk1` (`group_id`,`cat_id`,`perm_list`),
[414] Fix | Delete
KEY `[[dbprefix]]groups_permissions_fk2` (`cat_id`)
[415] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
[416] Fix | Delete
[417] Fix | Delete
-- --------------------------------------------------------
[418] Fix | Delete
[419] Fix | Delete
--
[420] Fix | Delete
-- Table structure for table `[[dbprefix]]items`
[421] Fix | Delete
--
[422] Fix | Delete
[423] Fix | Delete
CREATE TABLE `[[dbprefix]]items` (
[424] Fix | Delete
`item_id` int(11) NOT NULL AUTO_INCREMENT,
[425] Fix | Delete
`user_id` int(11) NOT NULL,
[426] Fix | Delete
`cat_id` int(11) NOT NULL,
[427] Fix | Delete
`item_type` smallint(6) NOT NULL,
[428] Fix | Delete
`item_path` varbinary(767) NOT NULL,
[429] Fix | Delete
`item_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
[430] Fix | Delete
`item_width` int(11) NOT NULL,
[431] Fix | Delete
`item_height` int(11) NOT NULL,
[432] Fix | Delete
`item_duration` smallint(6) DEFAULT NULL,
[433] Fix | Delete
`item_tb_params` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
[434] Fix | Delete
`item_filesize` int(11) NOT NULL,
[435] Fix | Delete
`item_exif` text COLLATE utf8mb4_unicode_ci,
[436] Fix | Delete
`item_iptc` text COLLATE utf8mb4_unicode_ci,
[437] Fix | Delete
`item_xmp` text COLLATE utf8mb4_unicode_ci,
[438] Fix | Delete
`item_orientation` char(1) COLLATE utf8mb4_unicode_ci DEFAULT '1',
[439] Fix | Delete
`item_lat` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
[440] Fix | Delete
`item_long` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
[441] Fix | Delete
`item_name` text COLLATE utf8mb4_unicode_ci NOT NULL,
[442] Fix | Delete
`item_desc` text COLLATE utf8mb4_unicode_ci,
[443] Fix | Delete
`item_adddt` datetime NOT NULL,
[444] Fix | Delete
`item_pubdt` datetime DEFAULT NULL,
[445] Fix | Delete
`item_expdt` datetime DEFAULT NULL,
[446] Fix | Delete
`item_crtdt` datetime DEFAULT NULL,
[447] Fix | Delete
`item_hits` bigint(20) NOT NULL DEFAULT '0',
[448] Fix | Delete
`item_comments` int(11) NOT NULL DEFAULT '0',
[449] Fix | Delete
`item_votes` int(11) NOT NULL DEFAULT '0',
[450] Fix | Delete
`item_rating` double NOT NULL DEFAULT '0',
[451] Fix | Delete
`item_favorites` int(11) NOT NULL DEFAULT '0',
[452] Fix | Delete
`item_votable` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
[453] Fix | Delete
`item_commentable` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
[454] Fix | Delete
`item_downloadable` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
[455] Fix | Delete
`item_status` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
[456] Fix | Delete
`item_position` int(11) NOT NULL DEFAULT '0',
[457] Fix | Delete
PRIMARY KEY (`item_id`),
[458] Fix | Delete
UNIQUE KEY `[[dbprefix]]items_uk1` (`item_path`),
[459] Fix | Delete
KEY `[[dbprefix]]items_fk1` (`user_id`),
[460] Fix | Delete
KEY `[[dbprefix]]items_fk2` (`cat_id`),
[461] Fix | Delete
KEY `[[dbprefix]]items_pubdt_idx` (`item_pubdt`)
[462] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
[463] Fix | Delete
[464] Fix | Delete
-- --------------------------------------------------------
[465] Fix | Delete
[466] Fix | Delete
--
[467] Fix | Delete
-- Table structure for table `[[dbprefix]]items_pending`
[468] Fix | Delete
--
[469] Fix | Delete
[470] Fix | Delete
CREATE TABLE `[[dbprefix]]items_pending` (
[471] Fix | Delete
`pending_id` int(11) NOT NULL AUTO_INCREMENT,
[472] Fix | Delete
`cat_id` int(11) NOT NULL,
[473] Fix | Delete
`user_id` int(11) NOT NULL,
[474] Fix | Delete
`pending_file` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
[475] Fix | Delete
`pending_type` smallint(6) NOT NULL,
[476] Fix | Delete
`pending_filesize` int(11) NOT NULL,
[477] Fix | Delete
`pending_exif` text COLLATE utf8mb4_unicode_ci,
[478] Fix | Delete
`pending_iptc` text COLLATE utf8mb4_unicode_ci,
[479] Fix | Delete
`pending_xmp` text COLLATE utf8mb4_unicode_ci,
[480] Fix | Delete
`pending_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
[481] Fix | Delete
`pending_height` smallint(6) NOT NULL,
[482] Fix | Delete
`pending_width` smallint(6) NOT NULL,
[483] Fix | Delete
`pending_duration` smallint(6) DEFAULT NULL,
[484] Fix | Delete
`pending_adddt` datetime NOT NULL,
[485] Fix | Delete
`pending_ip` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL,
[486] Fix | Delete
PRIMARY KEY (`pending_id`),
[487] Fix | Delete
UNIQUE KEY `[[dbprefix]]items_pending_uk1` (`pending_file`,`cat_id`),
[488] Fix | Delete
KEY `[[dbprefix]]items_pending_fk1` (`cat_id`),
[489] Fix | Delete
KEY `[[dbprefix]]items_pending_fk2` (`user_id`)
[490] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
[491] Fix | Delete
[492] Fix | Delete
-- --------------------------------------------------------
[493] Fix | Delete
[494] Fix | Delete
--
[495] Fix | Delete
-- Table structure for table `[[dbprefix]]passwords`
[496] Fix | Delete
--
[497] Fix | Delete
[498] Fix | Delete
CREATE TABLE `[[dbprefix]]passwords` (
[499] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function