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

rjt001

New member
Jun 11, 2020
14
7
3
Hello guys, it has been said that seeking to know is not bad.

I came to find out, according to some of you who have already used this script. I want a point of view according to your analysis

The Premium URL Shortener script and AdLinkFly - Monetized URL Shortener

I know the two are different, but which one is the best ??????????????

AdLinkFly does not seem to be in active development. Last update was in 2019. Better to go with Premium URL Shortener
 
  • Like
  • Love
Reactions: mtx and inliadev

Szmycu

New member
Jan 25, 2020
22
7
3
I have researched DB and (code to make working subscriptions) . For sure u have to change two isExtended() functions to like ppl wrote before .

Second thing what I found is that in new version is lack of values in DB config and Stripe do not store inputted values. So You have to add SQL this in phpmyadmin.

Code:
INSERT INTO settings (`config`, `var`) VALUES
            ('stpk', ''),
            ('stsk',''),
            ('stripesig','');

Anyway stripe payment not showing if I want to buy Pro plan, only paypal shows
--EDIT--
I found u have to had pt value in DB settings table
Code:
INSERT INTO `settings`(`config`, `var`) VALUES ('pt','');

it determine which payment processor use (includes/App.class.php)
Code:
if(isset($this->config["pt"])) {
                if($this->config["pt"] == "stripe") return $this->ProcessStripe();
                if($this->config["pt"] == "paypalapi") return $this->ProcessPayPalAPI();

Anyway if I add 'pt' record in config table - in membership settings, paypalapi and stripe dissapear and cant use coupon for stripe.
Omg this script is really annoying.
 
Last edited:

inliadev

Active member
Aug 7, 2020
153
62
28
According to evaluations and tests that I did, I found that the script is good, but it is more for companies. And not to profit from ads on the internet.

Although the script supports ads, it is not suitable for private projects for those who want to make money from ads. With this script you can even place ads, but this is not the focus.

The ideal is to sell subscription plans to customers and then you earn well. But don't look at ads as a source of income.


Adflylink - is designed with ad profits in mind only. This is ideal for this type of projects.
I had the pleasure of doing with the developer of AdFlyLink, he guarantees there will be an update soon. But that is just a lie since he said that two years ago. But, anyway, we’re waiting.

The rest good luck.
 
  • Like
Reactions: yukafreak
Apr 4, 2020
57
10
8
When I was trying to install this script with an apache server (without nginx), I got 404 error.
I think all of you know about that. I was trying to find the solution. and I found it. I would like to share it with you.

Solution for 404 Error.

1) create .htaccess file (if not exsist).
2) add these lins in .htaccess file.


## Uncomment (remove # ONLY NOT ##) line below if installed in folder and add folder name after /
## Example: Script is installed in /public_html/short/ then it should be: Rewritebase /short
## Then the files below should be (add slash to all): /index.php?action=$1
## Uncomment the code below to Use PHP 5.4
# AddHandler application/x-httpd-php54 .php

Options -MultiViews

RewriteEngine On

## Uncomment the following line to use the multi-domain feature
# RewriteCond %{HTTP_HOST} ^yourseconddomain\.com$ [NC]
# RewriteRule ^(.*)$ http://yourfirstdomain.com/$1 [R=301,L]

Rewritebase /
## Admin Panel
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^admin/(.*)?$ admin/index.php?a=$1 [QSA,NC,L]

## Sitemap ###
RewriteRule ^sitemap.xml$ sitemap.php

## Application Handler
RewriteBase /domain.com
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)?$ /index.php?a=$1 [QSA,NC,L]

## Error 404 ##
ErrorDocument 404 /index.php?a=404

That's it. If you guys have any questions or need any help, feel free to PM me.
 
  • Like
Reactions: jornge

maxim88211

Member
Banned User
Mar 1, 2021
39
7
8
The Update to 5.9.9 is nothing serious, some bug fixes, nothing else, dev will bring out 6.0.0 in june, that will be a gig, affiliate, new design, as he said, i hope so,.

i can upload not nulled,. if someone need
 

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