Premium URL Shortener - Link Shortener, Bio Pages & QR Codes

Premium URL Shortener - Link Shortener, Bio Pages & QR Codes v7.6.2

No permission to download

LuckyEnvato

Active member
Jun 9, 2020
187
37
28
Just an FYI...they apparently released another update today so the current version is now v6.1.7 👌 👌
They are releasing unstable release and that sucks.

v6.1.7 - 12/10/2021

Fixed An issue with Teams

Fixed An issue with Link Shortening


Better wait for a stable release.
 

librakhan

Active member
Sep 20, 2020
179
71
28
They are releasing unstable release and that sucks.

v6.1.7 - 12/10/2021

Fixed An issue with Teams

Fixed An issue with Link Shortening


Better wait for a stable release.
They are actually debugging the script through buyers, instead, they should fix all the issues prior to release the updates,
 

LuckyEnvato

Active member
Jun 9, 2020
187
37
28
They are actually debugging the script through buyers, instead, they should fix all the issues prior to release the updates,
Yeah, they are such a reckless and lousy dev.

They must test the code prior releasing it.

Anyway, version 6.1.5 is by far the most stable after version 5.9.9 I believe.
 
  • Like
Reactions: librakhan

ToggleIP

New member
Jan 18, 2020
16
11
3
Open file app/controllers/SetupController.php

Search for the function stepvalidate and remove the code:


PHP:
if(!$request->code || strlen($request->code) < 10){
                return back()->with('danger', 'Please enter a valid purchase code');
            }

            $http = \Core\Http::url('https://cdn.gempixel.com/verify/')->withHeaders([
                    "X-Authorization" => "TOKEN {$request->code}",
                    "X-Script" => "Premium URL Shortener",
                    "X-Version" => _VERSION
                ])->body(['install' => '1'])->post();

            if($http->getBody() !== 'Valid'){
                return back()->with('danger', 'Please enter a valid purchase code');
            }

Enter any value for the code and be happy ;)
Thank you so much! :D
 
  • Love
Reactions: mueenul

smartass

Well-known member
Babiato Lover
Trusted Uploader
May 5, 2019
676
1,311
93
Does anyone using multiple domain option? I have added another domain in my account, but it doesn't show as a option for shortening? Any idea why? :)
 
M

mkt24

Guest
Updated to new version without any issue
I will test it properly and write the update here

thanks
 
  • Like
Reactions: jdz

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