V2.0.1 + Demo Content + Languages Pack===BiG TXS==tuton012
08 February 2022 – Version 2.0.1
- Added Auto Load More Function for Blog File Manager
- Fixed Earnings Bug for Discount Coupons
- Fixed Profile Verified Icon Issue
- Fixed Sending Support Message Issue for Unregistered Users
New Update!
Clean Version Not Nulled
Modesy V2.0.1 + Demo Content + Languages Pack
08 February 2022 – Version 2.0.1
- Added Auto Load More Function for Blog File Manager
- Fixed Earnings Bug for Discount Coupons
- Fixed Profile Verified Icon Issue
- Fixed Sending Support Message Issue for Unregistered Users
@White Devil @Tomz
White Devil updated Modesy - Marketplace & Classified Ads Script with a new update entry:
Modesy - Marketplace & Classified Ads Script
Read the rest of this update entry...
Modesy V2.0.1 - NULLED
*** Hidden text: cannot be quoted. ***
If you like it, put like! Thanks
Good luck to all
Download Modesy v2.0.1 - Marketplace & Classified Ads Script Nulled Free
08 February 2022 – Version 2.0.1 Big Thanks To @enesbey
- Added Auto Load More Function for Blog File Manager
- Fixed Earnings Bug for Discount Coupons
- Fixed Profile Verified Icon Issue
- Fixed Sending Support Message Issue for Unregistered Users
whats the need of update it it was updated earlier chk the previous update same i did thatTomz updated Modesy - Marketplace & Classified Ads Script with a new update entry:
Modesy v2.0.1
Read the rest of this update entry...
White Devil updated Modesy - Marketplace & Classified Ads Script with a new update entry:
Modesy - Marketplace & Classified Ads Script
Read the rest of this update entry...
yes latest versionNew Update has been released : V2.1 (15 July 2022) - any nulled please?
Thank !New Update!
15 July 2022 – Version 2.1
Clean Version Not Nulled
- Improved the Category System (Tested with a database that has 100k categories)
- Added Enable/Disable Cash on Delivery for Vendors
- Added Product Link to the Messages Section
- Fixed Membership Plans Bug
- Fixed Sending Support Message Bug
- Fixed Shop Name Bug in the Messages Section
- Fixed Video & Audio Upload Bug for Mobile Devices
- Fixed Breadcrumb Design Bug for Mobile Display
- Fixed Mobile Menu URL Bug (for hidden links)
- Fixed Reported Minor Bugs
- Removed Drag and Drop Feature for Category Sorting (To solve the performance issue with a high number of categories)
![]()
23.24 MB file on MEGA
mega.nz
@Tomz @White Devil
New Update!
15 July 2022 – Version 2.1
Clean Version Not Nulled===txs to tuton012
- Improved the Category System (Tested with a database that has 100k categories)
- Added Enable/Disable Cash on Delivery for Vendors
- Added Product Link to the Messages Section
- Fixed Membership Plans Bug
- Fixed Sending Support Message Bug
- Fixed Shop Name Bug in the Messages Section
- Fixed Video & Audio Upload Bug for Mobile Devices
- Fixed Breadcrumb Design Bug for Mobile...
hi when i have finished everything it says me invalid licence code what does it mean, like i have a blank page where is written invalid licence codeI just nulled it manually, please correct me if I am wrong.
Here is the simple guide:
Step 1: Edit system/libraries/Pagination.php file
Remove line 345 below:
$this->val_frm_custom_inputs();
Remove line 664 below:
public function val_frm_custom_inputs()
{
$root = (isset($_SERVER['HTTPS']) ? "https://" : "http://") . $_SERVER['HTTP_HOST'];
$root .= str_replace(basename($_SERVER['SCRIPT_NAME']), '', $_SERVER['SCRIPT_NAME']);
@require APPPATH . 'third_party/domain-parser/autoload.php';
$domain = "";
$result = tld_extract($root);
if (!empty($result)) {
if (isset($result["hostname"]) && isset($result["suffix"])) {
$domain = $result["hostname"];
if (!empty($result["suffix"])) {
$domain .= "." . $result["suffix"];
}
}
}
if (@!filter_var($domain, FILTER_VALIDATE_IP)) {
if (defined('SITE_DOMAIN') && defined('SITE_PRC_CD') && defined('SITE_MDS_KEY')) {
if (!filter_var(SITE_DOMAIN, FILTER_VALIDATE_IP)) {
if (SITE_MDS_KEY != @sha1(SITE_PRC_CD . md5("mds") . md5(SITE_DOMAIN))) {
if (function_exists('esn_eoc')) {
@esn_eoc();
} else {
exit();
}
}
}
} else {
if (function_exists('esn_eoc')) {
@esn_eoc();
} else {
exit();
}
}
}
}
Step 2: Edit system/helpers/url_helper.php file
Remove line 268 below:
if (!function_exists('get_admin_settings')) {
function get_admin_settings()
{
if (defined('SITE_DOMAIN') && defined('SITE_PRC_CD') && defined('SITE_MDS_KEY')) {
if (!filter_var(SITE_DOMAIN, FILTER_VALIDATE_IP)) {
if (SITE_MDS_KEY != @sha1(var_db_prce() . dm_stein())) {
@lse_inv();
}
}
} else {
@lse_inv();
}
}
}
Remove line 534 below:
if (!function_exists('esn_eoc')) {
function esn_eoc()
{
echo "Invalid License Code!";
exit();
}
}
Step 3: Edit system/helpers/text_helper.php file
Remove line 128 below:
if (!function_exists('get_usession')) {
function get_usession()
{
if (defined('SITE_DOMAIN') && defined('SITE_PRC_CD') && defined('SITE_MDS_KEY')) {
if (!filter_var(SITE_DOMAIN, FILTER_VALIDATE_IP)) {
if (SITE_MDS_KEY != @sha1(var_db_prce() . dm_stein())) {
@esn_eoc();
}
}
} else {
@esn_eoc();
}
}
}
Remove line 267 below:
if (!function_exists('dm_stein')) {
function dm_stein()
{
if (defined('SITE_DOMAIN')) {
return md5(SITE_DOMAIN);
}
return null;
}
}
Step 4: Edit system/helpers/security_helper.php file
Remove line 109 below:
if (!function_exists('lse_inv')) {
function lse_inv()
{
echo "Invalid License Code!";
exit();
}
}
Step 5: Edit install/functions.php file
Replace line 16 below:
$url = "https://codingest.net/api/verify-modesy-license?license_code=" . $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 = "http://codingest.net/api/verify-modesy-license?license_code=" . $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($response);
To below:
return array($code, 'valid');
Step 6: Edit controller files below:
application/controllers/Admin_controller.php
application/controllers/Blog_controller.php
application/controllers/Category_controller.php
application/controllers/Dashboard_controller.php
application/controllers/Earning_controller.php
application/controllers/Field_controller.php
application/controllers/Order_admin_controller.php
application/controllers/Order_controller.php
application/controllers/Page_controller.php
application/controllers/Setting_controller.php
application/controllers/Sitemap_controller.php
Remove any line containing below:
$data['admin_settings'] = $this->product_admin_model->get_admin_settings();
Step 7: Edit controller files below:
application/controllers/Auth_controller.php
application/controllers/Membership_controller.php
application/controllers/Message_controller.php
application/controllers/Product_controller.php
application/controllers/Profile_controller.php
Remove any line containing below:
$data['user_session'] = get_usession();
Step 8: Edit controller files below:
application/controllers/Bidding_controller.php
application/controllers/Home_controller.php
application/controllers/Language_controller.php
Remove any line containing below:
$data['lang_settings'] = lang_settings();
Step 9: Edit application/helpers/product_helper.php file
Remove line 394 below
if (empty($ci->general_settings->mds_key) || strlen($ci->general_settings->mds_key) < 25) {
if (function_exists('lse_inv')) {
lse_inv();
}
exit();
}
Step 10: Edit application/model/Cart_model.php file
Remove line 361 below
$user_session = get_usession();
Step 11: Edit application/model/Product_admin_model.php file
Remove line 185 below:
public function get_admin_settings()
{
get_admin_settings();
}
//get paginated promoted products count
Step 12: DONE
Good luck!
I am happy if I need to upload the nulled version, just please let me know.
Thank you.
hi when i have finished everything it says me invalid licence code what does it mean, like i have a blank page where is written invalid licence code