CS-Cart Ultimate & Multivendor Nulled 4.15.2 NULLED

Sahovich

New member
Aug 30, 2019
3
0
1
Hello guys, someone had such a problem after 30 days, the null Version flew off
 

Attachments

  • Screenshot_140.png
    Screenshot_140.png
    60.7 KB · Views: 11

Ramzi

Member
Nov 15, 2022
79
62
18
MoreThank MoreShare
upgrade files from 4.17.1 mve to 4.17.2 mve

copy files to your site
& update your database with this

SQL:
-- Update core settings
UPDATE cscart_settings_objects
SET value = REPLACE(value, 'login=Y', 'login=Y&recover=Y')
WHERE
    section_id = (
        SELECT section_id
        FROM cscart_settings_sections
        WHERE name = 'Image_verification'
        AND type = 'CORE'
    )
    AND name = 'use_for'
    AND value LIKE '%login=Y%';

-- Update vendor-specific core settings
UPDATE cscart_settings_vendor_values
SET value = REPLACE(value, 'login=Y', 'login=Y&recover=Y')
WHERE
    object_id = (
        SELECT object_id
        FROM cscart_settings_objects
        WHERE section_id = (
            SELECT section_id
            FROM cscart_settings_sections
            WHERE name = 'Image_verification'
            AND type = 'CORE'
        )
        AND name = 'use_for'
        AND value LIKE '%login=Y%'
    )
    AND value LIKE '%login=Y%';

-- Update reCAPTCHA settings
UPDATE cscart_settings_objects
SET value = CONCAT('a:1:{s:7:"recover";s:', LENGTH(value) - 1, ':"', SUBSTRING(value, 2, LENGTH(value) - 2), '";}')
WHERE
    section_id = (
        SELECT section_id
        FROM cscart_settings_sections
        WHERE name = 'recaptcha'
        AND type = 'ADDON'
    )
    AND name = 'recaptcha_use_for_value';

-- Update vendor-specific reCAPTCHA settings
UPDATE cscart_settings_vendor_values
SET value = CONCAT('a:1:{s:7:"recover";s:', LENGTH(value) - 1, ':"', SUBSTRING(value, 2, LENGTH(value) - 2), '";}')
WHERE
    object_id = (
        SELECT object_id
        FROM cscart_settings_objects
        WHERE section_id = (
            SELECT section_id
            FROM cscart_settings_sections
            WHERE name = 'recaptcha'
            AND type = 'ADDON'
        )
        AND name = 'recaptcha_use_for_value'
    );
 

Attachments

  • upgrade_4.17.1_mve-4.17.2_mve.zip
    13.9 MB · Views: 0

Forum statistics

Threads
66,856
Messages
894,412
Members
217,829
Latest member
smartsoluce

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu