- Jul 25, 2018
- 12,058
- 22,063
- 120
you will add that code.With what I will change "Add code hereeeeeeeeeeeeeeeeeeeeeeeeee "
you will add that code.With what I will change "Add code hereeeeeeeeeeeeeeeeeeeeeeeeee "
please reply in my message1.8 nulled file..
e-mart.zip - Mirrored.to - Mirrorcreator - Upload files to multiple hosts
Securely upload your files, media and documents to more than 30 cloud storage providers simultaneosuly. Remote Upload files to Google Drive and many other hosts.www.mirrored.to
@White Devil
for nulling just go to
\e-mart\app\Http\Controllers\
Open GenralController.php
find this code around line 59 to 94
EnjoyPHP: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="Tomz, 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);
when i will find this line
Thank you for your effort, my friend1.8 nulled file..
e-mart.zip - Mirrored.to - Mirrorcreator - Upload files to multiple hosts
Securely upload your files, media and documents to more than 30 cloud storage providers simultaneosuly. Remote Upload files to Google Drive and many other hosts.www.mirrored.to
When This Error Come Just Go To yourdomain.com/public/admin/login and in the dashboard Just click the import demo.It Will Fix The Issuei still hve the probleme
Could you solve it?i have a probleme also in sellerdashbord (500 internal error) and on admin pannel when i try to add product (datatable warning)
the seller dashboard work good and adding products?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
My friend, did you solve the problemthe seller dashboard work good and adding products?
i have a probleme also in sellerdashbord (500 internal error) and on admin pannel when i try to add product (datatable warning)