Modsauc3
Active member
Non the less, there’s the git I made available on my self hosted gitlab.. good luckYou’re right perhaps arrogant or ungrateful
Non the less, there’s the git I made available on my self hosted gitlab.. good luckYou’re right perhaps arrogant or ungrateful
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);
}
public function verify_purchase_code(Request $request)
{
return 'fazf4afz4zf4randomstring';
}
no u dont... its from the private github , it includes the goodsThanks, man, it worked. Just need to find the extended license, it's currently on a regular license. Cheeers!
ooooo ru getting it from my repo?Re-installed it multiple times but still getting regular license.
Did you read the readme first?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 vpsHi 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