emart - Laravel Multi-Vendor Ecommerce Advanced CMS

Status
Not open for further replies.

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,061
111,714
120
White Devil updated emart - Laravel Multi-Vendor Ecommerce Advanced CMS with a new update entry:

emart v1.8 Untouched

Download emart v1.8 - Laravel Multi-Vendor Ecommerce Advanced CMS Nulled Free
16/01/2021 ( Version 1.8 ) - Thanks To @nullbabloo

- Onesignal Integrated for Custom Push notifications (Admin/Marketing Tools/Push Notifications.)
- Responsive issue fixed (Revamped navbar and other sections).
- More convenient PWA settings.
- Added Instagram in social icons.
- Latest Laravel security patch (#1/2021).
- Bug fixed and Improved performance

Read the rest of this update entry...
 

ChintanBhat

Well-known member
Null Master
Trusted Uploader
Nov 18, 2020
1,124
1,130
120
39
Universe
anybody tried this on a subdomain and then transferred to the main domain?
if I transfer I receive errors on visiting categories and some pages...


trying to access array offset on value of type null
This is not the proper error. This is just an exception which is coming through and error. What is the exception?
 

ChintanBhat

Well-known member
Null Master
Trusted Uploader
Nov 18, 2020
1,124
1,130
120
39
Universe
this happens only while loading categories and brands link,
I kept database same just changed from subdomain to domain,
updated links in env ddtl.txt and info.txt tried to repair and optimise database also.
Show the complete screenshot of error.

Edit : Okay try, clear your cache of stored in storage/framework/views
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
Purchase code nulled.
Step - 1
File location: e-mart/app/Http/Controllers/InitializeController.php
public function verify(Request $request)
{

$d = \Request::getHost();
$domain = str_replace("www.", "", $d);

$alldata = ['app_id' => "25300293", 'ip' => $request->ip(), 'domain' => $domain , 'code' => $request->code];

$data = $this->make_request($alldata);
$data['status'] = 1; // Add code hereeeeeeeeeeeeeeeeeeeeee

if ($data['status'] == 1)
{

public function make_request($alldata)
{
$response = Http::post('https://mediacity.co.in/purchase/public/api/verifycode', [
'app_id' => $alldata['app_id'],
'ip' => $alldata['ip'],
'code' => $alldata['code'],
'domain' => $alldata['domain']
]);

$result = $response->json();

if($response->successful()){
$result['status'] = 1; // Add code hereeeeeeeeeeeeeeeeeeeeeeeeee
 

Attachments

  • InitializeController.txt
    2.9 KB · Views: 40

achrafhalim

New member
Jan 23, 2021
18
1
1
Purchase code nulled.
Step - 1
File location: e-mart/app/Http/Controllers/InitializeController.php
public function verify(Request $request)
{

$d = \Request::getHost();
$domain = str_replace("www.", "", $d);

$alldata = ['app_id' => "25300293", 'ip' => $request->ip(), 'domain' => $domain , 'code' => $request->code];

$data = $this->make_request($alldata);
$data['status'] = 1; // Add code hereeeeeeeeeeeeeeeeeeeeee

if ($data['status'] == 1)
{

public function make_request($alldata)
{
$response = Http::post('https://mediacity.co.in/purchase/public/api/verifycode', [
'app_id' => $alldata['app_id'],
'ip' => $alldata['ip'],
'code' => $alldata['code'],
'domain' => $alldata['domain']
]);

$result = $response->json();

if($response->successful()){
$result['status'] = 1; // Add code hereeeeeeeeeeeeeeeeeeeeeeeeee
i will replace the file in the folder with this?
 
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