• 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.
emart.png

After finish install..
emart-config.png

Enter the url and database information in these two files.
 
@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);
            }
        }[/CODE
[QUOTE="Babak, post: 313440, member: 1"]
[URL unfurl="true"]https://codecanyon.net/item/emart-laravel-multivendor-ecommerce-advanced-cms/25300293/comments?utf8=%E2%9C%93&term=error+500&from_buyers_and_authors_only=0[/URL]
[/QUOTE]

and replace with this code
[CODE=php]return $this->verifiedupdate($input, $request);
Enjoy
 
1.8 nulled file..
Thank you for your effort, my friend
I would have had a little problem now
It is in the home page facing this error
500 | Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Everything works except the home page
 
i have a probleme also in sellerdashbord (500 internal error) and on admin pannel when i try to add product (datatable warning)
 
Open the database.php file. fill in the information inside. Open the app.php file. change site address.
 
@NullMaster I have modified these lines because nothing works. Is there anything else that needs to be modified?
app.php
'url' => env('APP_URL', 'https://xxx.xxx.com),

database.php
'host' => env('DB_HOST', 'localhost'),
'port' => env('DB_PORT', '3306'),
'database' => env('DB_DATABASE', 'test'),
'username' => env('DB_USERNAME', 'test'),
'password' => env('DB_PASSWORD', 'test'),
 
Last edited:
I love the script ,but is very heavy and slow even on developer site takes ages to load a page .. On local env when tested doesn't work well when connected to internet . Offline seams to be okay ,but still with one user that's not good .

I think it something blocks req /res or it does make to many API calls . I don't know to be honest ,If someone knows how can I optimize the speed please advice . Thank you
 
  • Like
Reactions: Chijioke
I love the script ,but is very heavy and slow even on developer site takes ages to load a page .. On local env when tested doesn't work well when connected to internet . Offline seams to be okay ,but still with one user that's not good .

I think it something blocks req /res or it does make to many API calls . I don't know to be honest ,If someone knows how can I optimize the speed please advice . Thank you
the seller dashboard work good and adding products?
 
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