• 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"

Active eCommerce CMS By ActiveITzone 23471405

Active eCommerce CMS By ActiveITzone V8.7

No permission to download
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
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
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
 
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();
        }
    }
}
 
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