emart - Laravel Multi-Vendor Ecommerce Advanced CMS

Status
Not open for further replies.

alpha_007

Active member
Trusted Uploader
May 4, 2022
72
191
33
White Devil submitted a new resource:

emart - Laravel Multi-Vendor Ecommerce Advanced CMS - ecommerce, ecommerce cart, ecommerce marketplace, ecommerce shopping cart, ecommerce software

View attachment 44032

Believe it or not, in present e-commerce for serious entrepreneurs, bursting with features & with latest SEO standards simply didn’t exists at a very affordable price tag.
Our all in one software is sparkling with features, customer-friendly, secure, scalable, reliable, great looking, synchronized, expandable & flexible.

A deal is the goal, and your online store is the place clients can either desert things in the passageways or end on a positive note...

Read more about this resource...
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,061
111,714
120
It is asking for Purchase details
Let me know the solution.
Please can anyone null it?
Opera Snapshot_2020-09-12_144507_azmaiens.com.png

@
White Devil please nulled it properly brother
Please nulled it 🙏 master @Tomz @White Devil
@White Devil
for nulling just go to
\e-mart\app\Http\Controllers\
Open GenralController.php
find this code around line 59 to 94
PHP:
if ($domain == 'localhost' || strstr($domain, '.test') || strstr($domain, '192.168.0') || strstr($domain, 'mediacity.co.in')) {
            return $this->verifiedupdate($input, $request);
        } else {
            $token = (file_exists(public_path() . '/intialize.txt') && file_get_contents(public_path() . '/intialize.txt') != null) ? file_get_contents(public_path() . '/intialize.txt') : 0;
            $code = (file_exists(public_path() . '/code.txt') && file_get_contents(public_path() . '/code.txt') != null) ? file_get_contents(public_path() . '/code.txt') : 0;
            $ch = curl_init();
            $options = array(
                CURLOPT_URL => "https://mediacity.co.in/purchase/public/api/check/{$domain}",
                CURLOPT_RETURNTRANSFER => true,
                CURLOPT_TIMEOUT => 20,
                CURLOPT_HTTPHEADER => array(
                    'Accept: application/json',
                    "Authorization: Bearer " . $token,
                ),
            );
            curl_setopt_array($ch, $options);
            $response = curl_exec($ch);
            if (curl_errno($ch) > 0) {
                $message = "Error connecting to API.";
                return back()->with('delete', $message);
            }
            $responseCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
            if ($responseCode == 200) {
                $body = json_decode($response);
                if ($domain == $curdomain) {
                    return $this->verifiedupdate($input, $request);
                } else {
                    $putS = 0;
                    file_put_contents(public_path() . '/config.txt', $putS);
                }
            } else {
                $message = "Failed";
                $putS = 0;
                file_put_contents(public_path() . '/config.txt', $putS);
            }
        }
and replace with this code
PHP:
return $this->verifiedupdate($input, $request);
Enjoy
 

tha_ar

Member
Jun 8, 2020
33
4
8
@White Devil
for nulling just go to
\e-mart\app\Http\Controllers\
Open GenralController.php
find this code around line 59 to 94
PHP:
if ($domain == 'localhost' || strstr($domain, '.test') || strstr($domain, '192.168.0') || strstr($domain, 'mediacity.co.in')) {
            return $this->verifiedupdate($input, $request);
        } else {
            $token = (file_exists(public_path() . '/intialize.txt') && file_get_contents(public_path() . '/intialize.txt') != null) ? file_get_contents(public_path() . '/intialize.txt') : 0;
            $code = (file_exists(public_path() . '/code.txt') && file_get_contents(public_path() . '/code.txt') != null) ? file_get_contents(public_path() . '/code.txt') : 0;
            $ch = curl_init();
            $options = array(
                CURLOPT_URL => "https://mediacity.co.in/purchase/public/api/check/{$domain}",
                CURLOPT_RETURNTRANSFER => true,
                CURLOPT_TIMEOUT => 20,
                CURLOPT_HTTPHEADER => array(
                    'Accept: application/json',
                    "Authorization: Bearer " . $token,
                ),
            );
            curl_setopt_array($ch, $options);
            $response = curl_exec($ch);
            if (curl_errno($ch) > 0) {
                $message = "Error connecting to API.";
                return back()->with('delete', $message);
            }
            $responseCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
            if ($responseCode == 200) {
                $body = json_decode($response);
                if ($domain == $curdomain) {
                    return $this->verifiedupdate($input, $request);
                } else {
                    $putS = 0;
                    file_put_contents(public_path() . '/config.txt', $putS);
                }
            } else {
                $message = "Failed";
                $putS = 0;
                file_put_contents(public_path() . '/config.txt', $putS);
            }
        }
and replace with this code
PHP:
return $this->verifiedupdate($input, $request);
Enjoy
Thank you very much, master
 

surjo7110

Member
Jun 8, 2020
109
15
18
@White Devil
for nulling just go to
\e-mart\app\Http\Controllers\
Open GenralController.php
find this code around line 59 to 94
PHP:
if ($domain == 'localhost' || strstr($domain, '.test') || strstr($domain, '192.168.0') || strstr($domain, 'mediacity.co.in')) {
            return $this->verifiedupdate($input, $request);
        } else {
            $token = (file_exists(public_path() . '/intialize.txt') && file_get_contents(public_path() . '/intialize.txt') != null) ? file_get_contents(public_path() . '/intialize.txt') : 0;
            $code = (file_exists(public_path() . '/code.txt') && file_get_contents(public_path() . '/code.txt') != null) ? file_get_contents(public_path() . '/code.txt') : 0;
            $ch = curl_init();
            $options = array(
                CURLOPT_URL => "https://mediacity.co.in/purchase/public/api/check/{$domain}",
                CURLOPT_RETURNTRANSFER => true,
                CURLOPT_TIMEOUT => 20,
                CURLOPT_HTTPHEADER => array(
                    'Accept: application/json',
                    "Authorization: Bearer " . $token,
                ),
            );
            curl_setopt_array($ch, $options);
            $response = curl_exec($ch);
            if (curl_errno($ch) > 0) {
                $message = "Error connecting to API.";
                return back()->with('delete', $message);
            }
            $responseCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
            if ($responseCode == 200) {
                $body = json_decode($response);
                if ($domain == $curdomain) {
                    return $this->verifiedupdate($input, $request);
                } else {
                    $putS = 0;
                    file_put_contents(public_path() . '/config.txt', $putS);
                }
            } else {
                $message = "Failed";
                $putS = 0;
                file_put_contents(public_path() . '/config.txt', $putS);
            }
        }
and replace with this code
PHP:
return $this->verifiedupdate($input, $request);
Enjoy





Many many thank ...let me try that
 
  • Like
Reactions: tanierlyons

tofayelamin

Active member
Jul 1, 2020
285
68
28
@White Devil
for nulling just go to
\e-mart\app\Http\Controllers\
Open GenralController.php
find this code around line 59 to 94
PHP:
if ($domain == 'localhost' || strstr($domain, '.test') || strstr($domain, '192.168.0') || strstr($domain, 'mediacity.co.in')) {
            return $this->verifiedupdate($input, $request);
        } else {
            $token = (file_exists(public_path() . '/intialize.txt') && file_get_contents(public_path() . '/intialize.txt') != null) ? file_get_contents(public_path() . '/intialize.txt') : 0;
            $code = (file_exists(public_path() . '/code.txt') && file_get_contents(public_path() . '/code.txt') != null) ? file_get_contents(public_path() . '/code.txt') : 0;
            $ch = curl_init();
            $options = array(
                CURLOPT_URL => "https://mediacity.co.in/purchase/public/api/check/{$domain}",
                CURLOPT_RETURNTRANSFER => true,
                CURLOPT_TIMEOUT => 20,
                CURLOPT_HTTPHEADER => array(
                    'Accept: application/json',
                    "Authorization: Bearer " . $token,
                ),
            );
            curl_setopt_array($ch, $options);
            $response = curl_exec($ch);
            if (curl_errno($ch) > 0) {
                $message = "Error connecting to API.";
                return back()->with('delete', $message);
            }
            $responseCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
            if ($responseCode == 200) {
                $body = json_decode($response);
                if ($domain == $curdomain) {
                    return $this->verifiedupdate($input, $request);
                } else {
                    $putS = 0;
                    file_put_contents(public_path() . '/config.txt', $putS);
                }
            } else {
                $message = "Failed";
                $putS = 0;
                file_put_contents(public_path() . '/config.txt', $putS);
            }
        }
and replace with this code
PHP:
return $this->verifiedupdate($input, $request);
Enjoy
Thanks @Tomz Love you. :love: :love:
 

White Devil

Well-known member
Trusted Seller
Trusted Uploader
Jan 6, 2019
3,107
6,072
120
world
babiato.tech
White Devil updated emart - Laravel Multi-Vendor Ecommerce Advanced CMS with a new update entry:

emart - Laravel Multi-Vendor Ecommerce Advanced CMS

20/10/2020 ( Version 1.5 )
- RTL for Front and Admin
- Latest Laravel Security (#10/2020).
- Improved Translation.
- Improved Speed In Product Listing at Admin.
- Contact us page added
- Lazy Load Implemented.
- Cache headers implemented for better page speed.
- Bug Fixed & Performance Improved.

Read the rest of this update entry...
 

aagastya.sid

Member
Jun 10, 2020
81
25
18
@White Devil
for nulling just go to
\e-mart\app\Http\Controllers\
Open GenralController.php
find this code around line 59 to 94
PHP:
if ($domain == 'localhost' || strstr($domain, '.test') || strstr($domain, '192.168.0') || strstr($domain, 'mediacity.co.in')) {
            return $this->verifiedupdate($input, $request);
        } else {
            $token = (file_exists(public_path() . '/intialize.txt') && file_get_contents(public_path() . '/intialize.txt') != null) ? file_get_contents(public_path() . '/intialize.txt') : 0;
            $code = (file_exists(public_path() . '/code.txt') && file_get_contents(public_path() . '/code.txt') != null) ? file_get_contents(public_path() . '/code.txt') : 0;
            $ch = curl_init();
            $options = array(
                CURLOPT_URL => "https://mediacity.co.in/purchase/public/api/check/{$domain}",
                CURLOPT_RETURNTRANSFER => true,
                CURLOPT_TIMEOUT => 20,
                CURLOPT_HTTPHEADER => array(
                    'Accept: application/json',
                    "Authorization: Bearer " . $token,
                ),
            );
            curl_setopt_array($ch, $options);
            $response = curl_exec($ch);
            if (curl_errno($ch) > 0) {
                $message = "Error connecting to API.";
                return back()->with('delete', $message);
            }
            $responseCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
            if ($responseCode == 200) {
                $body = json_decode($response);
                if ($domain == $curdomain) {
                    return $this->verifiedupdate($input, $request);
                } else {
                    $putS = 0;
                    file_put_contents(public_path() . '/config.txt', $putS);
                }
            } else {
                $message = "Failed";
                $putS = 0;
                file_put_contents(public_path() . '/config.txt', $putS);
            }
        }
and replace with this code
PHP:
return $this->verifiedupdate($input, $request);
Enjoy

this error is still thete even after the fix, it installed and after some time only this page shows
 

Attachments

  • Screenshot 2020-11-03 111652.png
    Screenshot 2020-11-03 111652.png
    22.2 KB · Views: 84

ace3

New member
Apr 24, 2020
6
1
3
this error is still thete even after the fix, it installed and after some time only this page shows

you can try fixing it by looking for:
  • config.txt inside public folder , if the value inside is 0 , change it into 1.
  • ddtl.txt inside public folder, check if the url in this file match your site , url in this site omit the www, so if your site is: www.domain.com , put domain.com in this file. If your file is www.commerce.domain.com , put commerce.domain.com.
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,061
111,714
120
  • Like
Reactions: Chijioke
Status
Not open for further replies.

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