• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

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

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

No permission to download
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
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:
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
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
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
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock