Modesy - Marketplace & Classified Ads Script

Modesy - Marketplace & Classified Ads Script v2.5.2

No permission to download

tuton012

Strive for progress, not perfection
Babiato Lover
Trusted Uploader
May 23, 2019
1,607
2,061
120
Near You
skdass submitted a new resource:

Modesy- Marketplace & Classified Ads Script - nulled - ads, advertising, buy, classified, classified ads, classified script, cms, ecommerce, listing, mark

Modesy is a marketplace and classified ads script that you can sell physical and digital products. It allows you to use marketplace and classified ads options at the same time. You can use this script as a multi-vendor store or you can use it as a store where you can sell your own products. It has clean, responsive and user-friendly desing. You can manage almost everything in your site with its powerful Admin panel. It is secure, SEO-optimized, fast, fully customizable and easy to use...

Read more about this resource...
 

TheViking

Well-known member
Trusted Uploader
Apr 22, 2019
1,226
793
113
From functions.php:

PHP:
<?php

function currentUrl($server)
{
    $http = 'http';
    if (isset($server['HTTPS'])) {
        $http = 'https';
    }
    $host = $server['HTTP_HOST'];
    $requestUri = $server['REQUEST_URI'];
    return $http . '://' . htmlentities($host) . '/' . htmlentities($requestUri);
}

function verify_license($license_code, $current_url)
{
    $url = "http://license.codingest.com/api/check_modesy_license_code?license_code=" . $_POST['license_code'] . "&domain=" . $current_url;
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    $response = curl_exec($ch);
    curl_close($ch);
    if (empty($response)) {
        $url = "https://license.codingest.com/api/check_modesy_license_code?license_code=" . $_POST['license_code'] . "&domain=" . $current_url;
        $ch = curl_init();
        curl_setopt($ch, CURLOPT_URL, $url);
        curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
        $response = curl_exec($ch);
        curl_close($ch);
    }
    return json_decode(true);
}

function update_config_license_code($license_code)
{
    $config = array();
    include 'config/config.php';
    $config['license_code'] = $license_code;

    update_config($config);
    return $config;
}

function update_config_license($license_code, $purchase_code)
{
    $config = array();
    include 'config/config.php';
    $config['purchase_code'] = $purchase_code;
    $config['license_code'] = $license_code;

    update_config($config);
    return $config;
}
 

unicorn

Well-known member
Babiato Lover
Trusted Uploader
Feb 23, 2019
1,305
467
83
Neverland
From functions.php:

PHP:
<?php

function currentUrl($server)
{
    $http = 'http';
    if (isset($server['HTTPS'])) {
        $http = 'https';
    }
    $host = $server['HTTP_HOST'];
    $requestUri = $server['REQUEST_URI'];
    return $http . '://' . htmlentities($host) . '/' . htmlentities($requestUri);
}

function verify_license($license_code, $current_url)
{
    $url = "http://license.codingest.com/api/check_modesy_license_code?license_code=" . $_POST['license_code'] . "&domain=" . $current_url;
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    $response = curl_exec($ch);
    curl_close($ch);
    if (empty($response)) {
        $url = "https://license.codingest.com/api/check_modesy_license_code?license_code=" . $_POST['license_code'] . "&domain=" . $current_url;
        $ch = curl_init();
        curl_setopt($ch, CURLOPT_URL, $url);
        curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
        $response = curl_exec($ch);
        curl_close($ch);
    }
    return json_decode(true);
}

function update_config_license_code($license_code)
{
    $config = array();
    include 'config/config.php';
    $config['license_code'] = $license_code;

    update_config($config);
    return $config;
}

function update_config_license($license_code, $purchase_code)
{
    $config = array();
    include 'config/config.php';
    $config['purchase_code'] = $purchase_code;
    $config['license_code'] = $license_code;

    update_config($config);
    return $config;
}

whats must i do sir?
 
  • Like
Reactions: inforu

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,474
111,807
120
skdass updated Modesy - Marketplace & Classified Ads Script with a new update entry:

Modesy v1.5.1 Nulled

Download Modesy v1.5.1 - Marketplace & Classified Ads Script Nulled Free
23 October 2019 – Version 1.5.1

  • Fixed HTML Head Code Bug
  • Fixed Bank Transfer Bug for Digital Products
  • Fixed Review Deletion Bug
  • Fixed Category Name Issue for Additional Languages
  • Removed "Add to Cart" Button for Free Products
** Update instructions can be found in the "updates" folder.

Read the rest of this update entry...
 

KLBRTNZ

Member
Nov 23, 2019
45
16
8
Hello, getting the error in the footer
Code:
A PHP Error was encountered

Severity: Core Warning

Message: Module 'sqlite3' already loaded

Filename: Unknown

Line Number: 0

Backtrace:
Assistance please? I'm not sure where this could possibly be duplicated
 

TheViking

Well-known member
Trusted Uploader
Apr 22, 2019
1,226
793
113
Hello, getting the error in the footer
Code:
A PHP Error was encountered

Severity: Core Warning

Message: Module 'sqlite3' already loaded

Filename: Unknown

Line Number: 0

Backtrace:
Assistance please? I'm not sure where this could possibly be duplicated
Try to change the PHP version to 5.5 and see if the error still exists.
 
  • Like
Reactions: KLBRTNZ

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,474
111,807
120
carlosrufy82 updated Modesy - Marketplace & Classified Ads Script with a new update entry:

Modesy v1.5.2

Download Modesy v1.5.2 - Marketplace & Classified Ads Script Nulled Free
06 January 2020 – Version 1.5.2

  • Fixed Scrollbar Bug
  • Fixed Quote Requests Pagination Bug
  • Fixed Product Filters Pagination Bug
  • Disabled Cash on Delivery Option for Guests
  • Disabled Variation Option for Ordinary Listing
  • Fixed Confirmation Box Language Problem
  • Fixed Payout Request Bug for IBAN
  • Fixed Custom Fields Bug (checkbox)
  • Fixed Some Other Reported Bugs

Read the rest of this update entry...
 
  • Love
Reactions: carlosrufy82

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,474
111,807
120

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