CS-Cart Ultimate & Multivendor Nulled 4.15.2 NULLED

  • Welcome to Babiato Forum! All Resources are 100% clean and Safe to Use

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: 13

RossPowellu

Member
Banned User
Nov 15, 2022
83
112
18
MoreThank MoreShare
socrahub.com
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: 2

About us

  • Babiato Forum - The webmaster 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, updating Daily resource to make sure our community is one of the best.

Quick Navigation

User Menu