• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

emart - Laravel Multi-Vendor Ecommerce Advanced CMS

Status
Not open for further replies.

alpha_007

Active member
Trusted Uploader
May 4, 2022
96
245
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...
 
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 @Babak @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
 
@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
 
@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: Babak
@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 @Babak Love you. :love: :love:
 
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...
 
@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
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.
 
  • Like
Reactions: Chijioke and Babak
  • Like
Reactions: Chijioke
Status
Not open for further replies.
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock