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

Rescron AI - AI Trading Platform PHP Script

Rescron AI - AI Trading Platform PHP Script v2.0.1

No permission to download
Status
Not open for further replies.
If you read this carefully if you would have understood the statement,

While working on nulling it, I discovered that automatic updates has been blocked. Now, when I installed version, 2.0.1 it worked, then I changed the APP_ENV to 2.0.1 on existing websites and it worked.

Now that you have stated it, they will likely block it
And the version that you provided supposedly with a patch, it doesn't work and asks for a license again, dude)
 
If you read this carefully if you would have understood the statement,

While working on nulling it, I discovered that automatic updates has been blocked. Now, when I installed version, 2.0.1 it worked, then I changed the APP_ENV to 2.0.1 on existing websites and it worked.

Now that you have stated it, they will likely block it
Can you private chat me steps to the patch?
 
after installing version 2.0.1, it still got blocked with the license error today...just in a space of 1 day.
 
There's obviously an api connector on this script that connects to the developer because getting license screen in less than 24hours is quite surprising to say the least.
 
As it is i don't think anybody here is currently working on this script too cos of the radio silence lols
 
There are lots of api connection to the developers server but ioncube has been removed.

I will update as soon as I get it to work again.
Write to me in private messages, then how to untie the developer's api and remove the inscription requiring a license) Thank you)
 
Who want to fix problem with licence error?
\vendor\laravel\framework\src\Illuminate\Routing\Middleware\SubstituteBindings.php
Code:
$license_check = Cache::remember('license_check', 60 * 60 * 12, function () {
$url = endpoint(str_replace('+', '', 'v+e+r+i+f+y-l+i+c+e+n+s+e'));

// Get the current HTTP_HOST from the request
$httpHost = domain();

$response = Http::withHeaders([
'X-DOMAIN' => $httpHost, // Set X-DOMAIN header with the current HTTP_HOST value
'X-CACHE-URL' => route('cache-clear'),
'X-VERSION' => env('APP_VERSION')
])->get($url);

// Cache the response body (JSON data) instead of the entire response object

return $response->body();
});


Change on:


Code:
Cache::forget('license_check');$license_check = Cache::remember('license_check', now()->addMinutes(1440), function () {
return json_encode(['status' => 1]);
});
$license_check = Cache::get('license_check');
//        $license_check = Cache::remember('license_check', 60 * 60 * 12, function () {
//            $url = endpoint(str_replace('+', '', 'v+e+r+i+f+y-l+i+c+e+n+s+e'));
//
//            // Get the current HTTP_HOST from the request
//            $httpHost = domain();
//
//            $response = Http::withHeaders([
//                'X-DOMAIN' => $httpHost, // Set X-DOMAIN header with the current HTTP_HOST value
//                'X-CACHE-URL' => route('cache-clear'),
//                'X-VERSION' => env('APP_VERSION')
//            ])->get($url);
//
//            // Cache the response body (JSON data) instead of the entire response object
//
//            return $response->body();
//        });
 
Who want to fix problem with licence error?
\vendor\laravel\framework\src\Illuminate\Routing\Middleware\SubstituteBindings.php
Code:
$license_check = Cache::remember('license_check', 60 * 60 * 12, function () {
$url = endpoint(str_replace('+', '', 'v+e+r+i+f+y-l+i+c+e+n+s+e'));

// Get the current HTTP_HOST from the request
$httpHost = domain();

$response = Http::withHeaders([
'X-DOMAIN' => $httpHost, // Set X-DOMAIN header with the current HTTP_HOST value
'X-CACHE-URL' => route('cache-clear'),
'X-VERSION' => env('APP_VERSION')
])->get($url);

// Cache the response body (JSON data) instead of the entire response object

return $response->body();
});


Change on:


Code:
Cache::forget('license_check');$license_check = Cache::remember('license_check', now()->addMinutes(1440), function () {
return json_encode(['status' => 1]);
});
$license_check = Cache::get('license_check');
//        $license_check = Cache::remember('license_check', 60 * 60 * 12, function () {
//            $url = endpoint(str_replace('+', '', 'v+e+r+i+f+y-l+i+c+e+n+s+e'));
//
//            // Get the current HTTP_HOST from the request
//            $httpHost = domain();
//
//            $response = Http::withHeaders([
//                'X-DOMAIN' => $httpHost, // Set X-DOMAIN header with the current HTTP_HOST value
//                'X-CACHE-URL' => route('cache-clear'),
//                'X-VERSION' => env('APP_VERSION')
//            ])->get($url);
//
//            // Cache the response body (JSON data) instead of the entire response object
//
//            return $response->body();
//        });
wii this work?
 
I confirm that it is nulled, but an administrator is not created during installation, you need to create it with your hands. And also the payment systems do not work, it gives an error and redirects the withdrawal of funds to page 500
I moved hostings and all of a sudden withdrawal is no longer working and giving a 'an error occured, try again later'. Any idea why its happening?
 
Who want to fix problem with licence error?
\vendor\laravel\framework\src\Illuminate\Routing\Middleware\SubstituteBindings.php
Code:
$license_check = Cache::remember('license_check', 60 * 60 * 12, function () {
$url = endpoint(str_replace('+', '', 'v+e+r+i+f+y-l+i+c+e+n+s+e'));

// Get the current HTTP_HOST from the request
$httpHost = domain();

$response = Http::withHeaders([
'X-DOMAIN' => $httpHost, // Set X-DOMAIN header with the current HTTP_HOST value
'X-CACHE-URL' => route('cache-clear'),
'X-VERSION' => env('APP_VERSION')
])->get($url);

// Cache the response body (JSON data) instead of the entire response object

return $response->body();
});


Change on:


Code:
Cache::forget('license_check');$license_check = Cache::remember('license_check', now()->addMinutes(1440), function () {
return json_encode(['status' => 1]);
});
$license_check = Cache::get('license_check');
//        $license_check = Cache::remember('license_check', 60 * 60 * 12, function () {
//            $url = endpoint(str_replace('+', '', 'v+e+r+i+f+y-l+i+c+e+n+s+e'));
//
//            // Get the current HTTP_HOST from the request
//            $httpHost = domain();
//
//            $response = Http::withHeaders([
//                'X-DOMAIN' => $httpHost, // Set X-DOMAIN header with the current HTTP_HOST value
//                'X-CACHE-URL' => route('cache-clear'),
//                'X-VERSION' => env('APP_VERSION')
//            ])->get($url);
//
//            // Cache the response body (JSON data) instead of the entire response object
//
//            return $response->body();
//        });
This worked for me so far thanks, will check further and update if the license screen pops up again
 
Who want to fix problem with licence error?
\vendor\laravel\framework\src\Illuminate\Routing\Middleware\SubstituteBindings.php
Code:
$license_check = Cache::remember('license_check', 60 * 60 * 12, function () {
$url = endpoint(str_replace('+', '', 'v+e+r+i+f+y-l+i+c+e+n+s+e'));

// Get the current HTTP_HOST from the request
$httpHost = domain();

$response = Http::withHeaders([
'X-DOMAIN' => $httpHost, // Set X-DOMAIN header with the current HTTP_HOST value
'X-CACHE-URL' => route('cache-clear'),
'X-VERSION' => env('APP_VERSION')
])->get($url);

// Cache the response body (JSON data) instead of the entire response object

return $response->body();
});


Change on:


Code:
Cache::forget('license_check');$license_check = Cache::remember('license_check', now()->addMinutes(1440), function () {
return json_encode(['status' => 1]);
});
$license_check = Cache::get('license_check');
//        $license_check = Cache::remember('license_check', 60 * 60 * 12, function () {
//            $url = endpoint(str_replace('+', '', 'v+e+r+i+f+y-l+i+c+e+n+s+e'));
//
//            // Get the current HTTP_HOST from the request
//            $httpHost = domain();
//
//            $response = Http::withHeaders([
//                'X-DOMAIN' => $httpHost, // Set X-DOMAIN header with the current HTTP_HOST value
//                'X-CACHE-URL' => route('cache-clear'),
//                'X-VERSION' => env('APP_VERSION')
//            ])->get($url);
//
//            // Cache the response body (JSON data) instead of the entire response object
//
//            return $response->body();
//        });
Thank you for your input
 
Who want to fix problem with licence error?
\vendor\laravel\framework\src\Illuminate\Routing\Middleware\SubstituteBindings.php
Code:
$license_check = Cache::remember('license_check', 60 * 60 * 12, function () {
$url = endpoint(str_replace('+', '', 'v+e+r+i+f+y-l+i+c+e+n+s+e'));

// Get the current HTTP_HOST from the request
$httpHost = domain();

$response = Http::withHeaders([
'X-DOMAIN' => $httpHost, // Set X-DOMAIN header with the current HTTP_HOST value
'X-CACHE-URL' => route('cache-clear'),
'X-VERSION' => env('APP_VERSION')
])->get($url);

// Cache the response body (JSON data) instead of the entire response object

return $response->body();
});


Change on:


Code:
Cache::forget('license_check');$license_check = Cache::remember('license_check', now()->addMinutes(1440), function () {
return json_encode(['status' => 1]);
});
$license_check = Cache::get('license_check');
//        $license_check = Cache::remember('license_check', 60 * 60 * 12, function () {
//            $url = endpoint(str_replace('+', '', 'v+e+r+i+f+y-l+i+c+e+n+s+e'));
//
//            // Get the current HTTP_HOST from the request
//            $httpHost = domain();
//
//            $response = Http::withHeaders([
//                'X-DOMAIN' => $httpHost, // Set X-DOMAIN header with the current HTTP_HOST value
//                'X-CACHE-URL' => route('cache-clear'),
//                'X-VERSION' => env('APP_VERSION')
//            ])->get($url);
//
//            // Cache the response body (JSON data) instead of the entire response object
//
//            return $response->body();
//        });
After making these edits, the fake trading bot stops working via cron and issues an error 500))
 
Status
Not open for further replies.
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