| Server IP : 54.36.91.62 / Your IP : 216.73.217.112 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/coopiak/amisdesseniors-fr/administrator/components/com_djclassifieds/sql/updates/ |
Upload File : |
ALTER TABLE `#__djcf_categories` ADD `metakey` text NOT NULL, ADD `metadesc` text NOT NULL; ALTER TABLE `#__djcf_items` CHANGE `date_start` `date_start` TIMESTAMP NOT NULL, CHANGE `date_exp` `date_exp` TIMESTAMP NOT NULL, ADD `address` varchar(255) NOT NULL, ADD `region_id` int(11) NOT NULL DEFAULT '0' ADD `exp_days` int(11) NOT NULL; ALTER TABLE `#__djcf_itemsask` ADD `ip_address` varchar(50) NOT NULL; CREATE TABLE IF NOT EXISTS `#__djcf_categories` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) default NULL, `parent_id` int(11) NOT NULL, `price` int(11) NOT NULL default '0', `description` text NOT NULL, `ordering` int(11) NOT NULL default '0', `published` int(11) NOT NULL default '1', `autopublish` int(11) NOT NULL default '0', `metakey` text NOT NULL, `metadesc` text NOT NULL, PRIMARY KEY (`id`) ) DEFAULT CHARSET=utf8; CREATE TABLE IF NOT EXISTS `#__djcf_fields` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `label` varchar(255) NOT NULL, `type` varchar(255) NOT NULL, `values` text NOT NULL, `default_value` varchar(255) NOT NULL, `params` text NOT NULL, `in_search` int(11) NOT NULL default '0', `search_type` varchar(255) NOT NULL, `search_value1` text NOT NULL, `search_value2` text NOT NULL, `published` int(11) NOT NULL default '0', `required` int(11) NOT NULL, PRIMARY KEY (`id`) ) DEFAULT CHARSET=utf8; CREATE TABLE IF NOT EXISTS `#__djcf_fields_values` ( `id` int(11) NOT NULL auto_increment, `field_id` int(11) NOT NULL, `item_id` int(11) NOT NULL, `value` text NOT NULL, PRIMARY KEY (`id`) ) DEFAULT CHARSET=utf8 ; CREATE TABLE IF NOT EXISTS `#__djcf_fields_xref` ( `id` int(11) NOT NULL auto_increment, `cat_id` int(11) NOT NULL, `field_id` int(11) NOT NULL, `ordering` int(11) NOT NULL, PRIMARY KEY (`id`) ) DEFAULT CHARSET=utf8; CREATE TABLE IF NOT EXISTS `#__djcf_items` ( `id` int(11) NOT NULL auto_increment, `cat_id` int(11) NOT NULL default '0', `user_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `description` text, `intro_desc` text, `date_start` timestamp NOT NULL default CURRENT_TIMESTAMP, `date_exp` timestamp NOT NULL default '0000-00-00 00:00:00', `date_mod` timestamp NOT NULL default '0000-00-00 00:00:00', `display` int(11) NOT NULL default '0', `special` int(11) NOT NULL default '0', `notify` int(11) NOT NULL default '0', `published` int(11) NOT NULL default '1', `ordering` int(11) NOT NULL default '0', `price` varchar(255) default NULL, `contact` text, `pay_type` varchar(255) default NULL, `address` varchar(255) NOT NULL, `region_id` int(11) NOT NULL default '0', `exp_days` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `cat_id` (`cat_id`) ) DEFAULT CHARSET=utf8; CREATE TABLE IF NOT EXISTS `#__djcf_itemsask` ( `id` int(11) NOT NULL auto_increment, `item_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `ip_address` varchar(50) NOT NULL, `message` text NOT NULL, `date` timestamp NOT NULL default CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) DEFAULT CHARSET=utf8; CREATE TABLE IF NOT EXISTS `#__djcf_items_abuse` ( `id` int(11) NOT NULL auto_increment, `item_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `message` text NOT NULL, `date` timestamp NOT NULL default CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) DEFAULT CHARSET=utf8 ; CREATE TABLE IF NOT EXISTS `#__djcf_payments` ( `id` int(11) NOT NULL auto_increment, `item_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `method` varchar(255) NOT NULL, `transaction_id` int(11) NOT NULL, `date` timestamp NOT NULL default CURRENT_TIMESTAMP, `status` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) DEFAULT CHARSET=utf8; CREATE TABLE IF NOT EXISTS `#__djcf_regions` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `parent_id` int(11) NOT NULL default '0', `country` int(11) NOT NULL default '0', `city` int(11) NOT NULL default '0', `published` int(11) NOT NULL, PRIMARY KEY (`id`) ) DEFAULT CHARSET=utf8 ;