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

Fowtickets - Simple Customer Support Software With Ticketing System And Knowledge Base

Fowtickets - Simple Customer Support Software With Ticketing System And Knowledge Base Last Version - Untouched

No permission to download

How to null this script​

Step 01​

Open the file VerifySessionRequests.php located in​

Code:
..\tests\Illuminate\

Delete or comment the linesbetween the #23 until the line #42​

Code:
//        if (systemInfo()->status) {
//            if (!in_array(parse_url(url('/'))['host'], ['localhost', '127.0.0.1'])) {
//                try {
//                    RouteTest::route();
//                    $directPath = base_path('tests/TestBase.php');
//                    $routerPath = base_path('tests/DatabaseCase.php');
//                    if (!file_exists($routerPath)) {exit;}
//                    if (file_exists($directPath)) {
//                        $app = str_replace("%", "", "%h%t%t%p%s%:%/%/%l%i%c%e%n%s%e%.%v%i%r%o%n%e%e%r%.%c%o%m/%a%p%i%/%v%1%/%c%l%i%e%n%t%");
//                        $client = new \GuzzleHttp\Client();
//                        $res = $client->get($app . '?website=' . url('/') . '&app_key=' . Hash::make(url('/')));
//                        if ($res->getStatusCode() == 200) {
//                            File::delete($directPath);
//                        }
//                    }
//                } catch (\Exception $e) {
//                    Log::info($e->getMessage());
//                }
//            }
//        }

Step 02​

Open the file InstallController.php located in​

Code:
..\vironeer\License\app\Http\Controllers\

Delete or comment the lines #66 until the line #83​

Code:
//        if (!in_array(parse_url(url('/'))['host'], ['localhost', '127.0.0.1'])) {
//            if (empty($request->purchase_code)) {
//                return redirect()->back()->withErrors(['Purchase code is required']);
//            }
//            if (!preg_match("/^([a-f0-9]{8})-(([a-f0-9]{4})-){3}([a-f0-9]{12})$/i", $request->purchase_code)) {
//                if (!preg_match("/^([d-u0-9]{10})-(([d-u0-9]{5})-){3}([d-u0-9]{10})$/i", $request->purchase_code)) {
//                    return redirect()->back()->withErrors(['Invalid purchase code']);
//                }
//            }
//            try {
//                $client = new \GuzzleHttp\Client();
//                $res = $client->get(System::LICENSE_URL . '?purchase_code=' . $request->purchase_code . '&alias=' . System::ALIAS . '&website=' . url('/'));
//                if ($res->getStatusCode() == 200) {
//                    $response = json_decode($res->getBody());
//                    if ($response->status == "error") {
//                        return redirect()->back()->withErrors([$response->message]);
//                    }
//                    if ($response->status == "success") {

Change the line #84 from this:​

Code:
setEnv('LICENSE_TYPE', $response->data->license_type);

To this:​

Code:
setEnv('LICENSE_TYPE', 1);

Delete or comment the lines between #85 until the line #94​

Code:
//                        setEnv('VR_LICENSE', 1);
//                        return redirect()->route('install.database.details');
//                    }
//                } else {
//                    return redirect()->back()->withErrors(['Connection error, please try again later']);
//                }
//            } catch (\GuzzleHttp\Exception\RequestException $e) {
//                return redirect()->back()->withErrors(['Connection error, please try again later']);
//            }
//        } else {

Delete or comment the line #97​

Code:
//        }

Step 03​

Open the file license.blade.php Located in​

Code:
..\vironeer\License\resources\views\

Change the message showed as like... "Please Enter any value" in the line #14​

Code:
placeholder="{{ admin_lang('Please enter any value') }}" autocomplete="off" autofocus required>

Comment or delete the lines between the #19 until the line #34​

Code:
//        </div>
//        <div class="vironeer-links">
//            <h6 class="mb-3">
//                {{ admin_lang('Follow the links below to learn more about licenses and how you can get it') }} :</h6>
//            <li class="mb-1">
//                <a target="_blank"
//                    href="https://codecanyon.net/licenses/standard">{{ admin_lang('What The Licence Mean') }}?</a>
//            </li>
//            <li class="mb-1">
//                <a target="__blank"
//                    href="https://help.market.envato.com/hc/en-us/articles/202822600-Where-Is-My-Purchase-Code-">{{ admin_lang('Where Is My Purchase Code') }}?</a>
//            </li>
//            <li class="mb-0">
//                <a target="_blank"
//                    href="https://codecanyon.net/user/vironeer/portfolio">{{ admin_lang('Where I Can Bought a Licence') }}?</a>
//            </li>

And this is all!​

The script is nulled 100%​

Please Let me kmow if this work for you
 
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