⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.148
Server IP:
63.250.38.6
Server:
Linux premium90.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
nnvixbtb
/
Monitem.ca
/
sql_upgrade
/
history
/
View File Name :
update3_426.txt
ALTER TABLE `clic_products_description` ADD `products_shipping_delay_out_of_stock` VARCHAR(255) NULL AFTER `products_description_summary`; CREATE TABLE `clic_products_recommendations` ( `id` int(11) NOT NULL, `customers_id` int(11) NOT NULL, `products_id` int(11) NOT NULL, `score` float DEFAULT NULL, `recommendation_date` date DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; ALTER TABLE `clic_products_recommendations` ADD PRIMARY KEY (`id`), ADD KEY `products_id` (`products_id`), ADD KEY `customers_id` (`customers_id`); #french INSERT INTO clic_configuration VALUES(null, 'Veuillez insérer vos délais de livraison par défaut à indiquer à vos clients (produits hors stock)', 'DISPLAY_SHIPPING_DELAY_OUT_OF_STOCK', '10 jours', 'Veuillez indiquer vos délais de livraison des produits par défaut à vos client (produits hors stock)<br><br>.<b>Note :</b><i> Pour la France cette information est obligatoire (lois Chatel)</i>', 25, 14, '2006-10-23 22:49:44', '2006-04-09 16:13:47', NULL, NULL); #english INSERT INTO clic_configuration VALUES(null, 'Please enter your delivery time (out of stock) by defaults to indicate at your customers', 'DISPLAY_SHIPPING_DELAY_OUT_OF_STOCK', '4 days', 'Please indicate your delivery time products (out of stock) to your customer by default<br><br>.<b>Note :</b><br /><i>- For France this information is mandatory (laws Chatel)</i>', 25, 14, '2006-10-23 22:49:44', '2006-04-09 16:13:47', NULL, NULL);