Vue File Manager with Laravel - Your Private Cloud

Vue File Manager with Laravel - Your Private Cloud V2.2.7 - Nulled

No permission to download

Gitgitau

Member
Jan 25, 2021
112
14
18
@Modsauc3 I downloaded the script from the link and after installing it asks me for a purchase key. Any help on how to go about it? Thank you.
 

Attachments

  • Null.JPG
    Null.JPG
    43.7 KB · Views: 40

Poireau

New member
Oct 6, 2019
2
2
3
Open: /app/Http/Controllers/General/SetupWizardController.php


replace (l48 to l61):

PHP:
    public function verify_purchase_code(Request $request)
    {
        // Check setup status
        if ($this->get_setup_status()) abort(410, 'Gone');

        // Verify purchase code
        $response = Http::get('https://verify.vuefilemanager.com/api/verify-code/' . $request->purchaseCode);

        if ($response->successful()) {
            return $response;
        }

        return response('Purchase code is invalid.', 400);
    }

with:

PHP:
    public function verify_purchase_code(Request $request)
    {
        return 'fazf4afz4zf4randomstring';
    }

and voila this is nulled.
 
  • Like
Reactions: Simbaa and smalok

Gitgitau

Member
Jan 25, 2021
112
14
18
Thanks, man, it worked. Just need to find the extended license, it's currently on a regular license. Cheeers!
 

Gitgitau

Member
Jan 25, 2021
112
14
18
Then I must have done something wrong because the license says "regular". Any installation instructions that I should follow?
 

Gitgitau

Member
Jan 25, 2021
112
14
18
Re-installed it multiple times but still getting regular license.
 

Attachments

  • reg.PNG
    reg.PNG
    17.9 KB · Views: 46

Modsauc3

Active member
Mar 13, 2020
302
75
28
33
3xodus.digital
Despite what License type says you will notice that you get all of the premium add-ons, Private git from which I get this source from is only for extended licenses
 
  • Like
Reactions: Gitdev

Master Chief

Member
Feb 23, 2019
94
56
18
Hi guys, how did you guys managed to install the script? after i have uploaded the files on my server, i cannot access it as when i hit my url i get a 404 error, is there a link i should visit after uploading the files? like example.com/install? thnaks
 

LuckyEnvato

Active member
Jun 9, 2020
187
37
28
Hi guys, how did you guys managed to install the script? after i have uploaded the files on my server, i cannot access it as when i hit my url i get a 404 error, is there a link i should visit after uploading the files? like example.com/install? thnaks
Did you read the readme first?
 
  • Like
Reactions: Master Chief

Modsauc3

Active member
Mar 13, 2020
302
75
28
33
3xodus.digital
Hi guys, how did you guys managed to install the script? after i have uploaded the files on my server, i cannot access it as when i hit my url i get a 404 error, is there a link i should visit after uploading the files? like example.com/install? thnaks
I used his tutorial to install on Debian vps
 
  • Like
Reactions: Master Chief

Gitgitau

Member
Jan 25, 2021
112
14
18
I even managed to install it on shared hosting. Pretty straightforward. Let me know if you are on shared hosting if not then follow the link tutorial provided by @Modsauc3
 
  • Like
Reactions: Master Chief

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