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

(Request) Worksuite Saas - Project Management System

smartass

Well-known member
Babiato Lover
Trusted Uploader
May 5, 2019
681
1,576
93
Does anyone have Worksuite Saas - Project Management System? Thank you.

preview.png
 
I found the script, but it's not nulled.

Download: https://www92.zippyshare.com/v/MSHKLImK/file.html

Can anyone null it? When I try to login I get this: http://prntscr.com/o1xjif

I found this code in 3 files:

Code:
    <script>

        const envatoVerify = (purchaseCode) => {
            $.post( "https://worksuite.biz/verify-purchase/verify-envato-purchase.php", { purchaseCode: purchaseCode, domain: "<?php echo e($_SERVER['SERVER_NAME']); ?>", itemId: "<?php echo e(config('app.envato_item_id')); ?>", is_ajax: 1, appUrl: '<?php echo e(url()->full()); ?>' })
                .done(function( data ) {
                    data = $.parseJSON(data);
                    // console.log(data.status);
                    // console.log(data.message);
                    if(data.status === 'success'){
                        $.post( "<?php echo e(route('purchase-verified')); ?>", { purchaseCode: purchaseCode, domain: "<?php echo e($_SERVER['SERVER_NAME']); ?>",_token: '<?php echo e(csrf_token()); ?>' });
                        $('#response-message').html('<p class="bg-success" style="padding: 10px 5px; margin: 10px 0;">'+data.message+' <a href="<?php echo e(\Illuminate\Support\Facades\URL::previous()); ?>">Click to go back</a></p>');

                    }
                    else{
                        $('#response-message').html('<p class="bg-danger" style="padding: 10px 5px; margin: 10px 0;">'+data.message+'</p>');
                    }
                });
        };

        const validateCode = () => {
            let purchaseCode = $('#purchase-code').val();
            if(purchaseCode != ''){
                envatoVerify(purchaseCode); //c895fde5-6f86-4e97-b5e2-650950383b82
            }
            else{
                alert('Enter purchase code');
            }
            return false;
        };

        $('#verify-purchase').click(function () {
            validateCode();
        });


    </script>

codecanyon-23263417-worksuite-saas-project-management-system\worksuite-saas-2.5.3\script\resources\views\vendor\verify-purchase\index.blade.php

codecanyon-23263417-worksuite-saas-project-management-system\worksuite-saas-2.5.3\script\storage\framework\views\2bb574ce0fe91cb80fe348df87c915fb52344f78.php

codecanyon-23263417-worksuite-saas-project-management-system\worksuite-saas-2.5.3\script\storage\framework\views\c17b44a882e33af8acc01c5111cc0ceb3b553236.php

Help :) Thanks
 
Try this. :) Let me know if works correctly.

Worksuite Saas - Project Management System v2.5.3

TassieNZ :)
 
  • Like
Reactions: smartass and Din@
Try this. :) Let me know if works correctly.

Worksuite Saas - Project Management System v2.5.3

TassieNZ :)
Thank you @TassieNZ ...but it is still asking for Envato Purchase code :)
 
I'll check and test tomorrow. Dinner time here in NZ. :)
 
  • Like
Reactions: Din@
app\Traits\AppBoot.php
find

Code:
    public function isLegal(){
        $legalFile = storage_path().'/legal';

change to

Code:
    public function isLegal(){
         return true;
        $legalFile = storage_path().'/legal';
 
  • Wow
  • Like
Reactions: TassieNZ and Din@
app\Traits\AppBoot.php
find

Code:
    public function isLegal(){
        $legalFile = storage_path().'/legal';

change to

Code:
    public function isLegal(){
         return true;
        $legalFile = storage_path().'/legal';
That got pass it!! Thanks @Kiddos
 
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