ashish thaker
Active member
- May 2, 2019
- 200
- 31
- 43
Clean Version No Nulled
version: 4.4 (20/04/2021)
Improvements & Bug solving
- New API for flutter app v1.2
- Bug fix and improvement
Please null ittuton012 updated Active eCommerce CMS with a new update entry:
V4.4
Read the rest of this update entry...
you have to waitPlease null it![]()
please i need Active eCommerce Flutter AppSeems good in the design but ios app get rejected since this version app uses many coming soon message, some links are not clickable. Better to wait for the complete release.
Android app has some issues
<?php
namespace MehediIitdu\CoreComponentRepository;
class CoreComponentRepository
{
public static function instantiateShopRepository() {
$url = $_SERVER['SERVER_NAME'];
$gate = "x"; //"http://206.189.81.181/check_activation/".$url;
$rn = self::serializeObjectResponse($gate);
self::finalizeRepository($rn);
}
protected static function serializeObjectResponse($zn) {
/*$stream = curl_init();
curl_setopt($stream, CURLOPT_URL, $zn);
curl_setopt($stream, CURLOPT_HEADER, 0);
curl_setopt($stream, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($stream, CURLOPT_POST, 1);
$rn = curl_exec($stream);
curl_close($stream);*/
$rn = "good";
return $rn;
}
protected static function finalizeRepository($rn) {
if($rn == "bad" && env('DEMO_MODE') != 'On') {
return redirect('https://activeitzone.com/check/')->send();
}
}
}
this file has not deleted also.. I think some dangerious files there.. i thinkNot just here, laracon21 folder also contain same codes