Active eCommerce CMS By ActiveITzone 23471405

Active eCommerce CMS By ActiveITzone 23471405 v9.8.1

No permission to download

Davime

New member
Mar 23, 2021
3
1
3
Stripe payment keeps saying don't close this tab the payment is processing and it stays like that for hours, what's the solution to this please
 
  • Like
Reactions: Chijioke

mayoraj

New member
Oct 13, 2020
10
7
3
Please null it :)
Open your Source code and go to vendor/mehedi-iitdu/core-component-repository/src open in text editor CoreComponentRepository.php file and remove and after that your script null and make installation thanks hit a like button zoon.PNG
 
  • Wow
Reactions: sanjid90

sirughimire

Active member
Apr 30, 2020
39
101
33
Open your Source code and go to vendor/mehedi-iitdu/core-component-repository/src open in text editor CoreComponentRepository.php file and remove and after that your script null and make installation thanks hit a like button zoon.PNG
Not just here, laracon21 folder also contain same codes
 

Defunct_Shiva_Gupta

New member
Mar 19, 2019
15
9
3
okay.. edit the file vendor/mehedi-iitdu/core-component-repository/src/CoreComponentRepository.php




Code:
<?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();
        }
    }
}
 

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