(Request) Worksuite Saas - Project Management System

smartass

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

preview.png
 

smartass

Well-known member
Babiato Lover
Trusted Uploader
May 5, 2019
677
1,313
93
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
 

TassieNZ

Premium Uploader and Sometimes Hacker!
Jan 17, 2019
9,017
19,812
120
New Zealand
Try this. :) Let me know if works correctly.

Worksuite Saas - Project Management System v2.5.3

TassieNZ :)
 
  • Like
Reactions: smartass and Din@

Din@

Member
Dec 16, 2018
71
12
8
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 :)
 

Kiddos

New member
Jun 8, 2019
1
1
3
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@

Din@

Member
Dec 16, 2018
71
12
8
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
 

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