• 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
They said this verion would have offline payment methods (bank transfer) .. but I can't find it :? I see only PayPal. Any idea why is that?
 
I found the same thing. However, with the entered number, it does not behave like the full version, as the Stripe gate should be there, but it is not there either.
 
  • Like
Reactions: smartass
Create the table subscription

SQL:
https://pastebin.com/TzBC3fce

Open the app/helpers/App.php file and search for the function isExtended. Replace all code with this:

PHP:
return true;

Result:

result.png

NOT TESTED. PLEASE TEST.
Hello, I have tested your process, it brings subscription menu under membership menu, and coupon menu, and paypal api plus strip and bank payment gateway.

I created a coupon and tried the discount module, it works, then i selected bank payment and checkout but it doesnt seems to work. At membership menu subscription tab its showing the purchased subscription but there isnt any way to activate the purchase. I can manualy edit the users and change thier plan but there is not any option to activate that plan, also in user panel its showing pending for upgrade invoice. So i think there must be some settings which are not working.

Although thanks for your hack.
 
  • Like
Reactions: jdz and librakhan
This method only shows settings visualy. It doesnt work, There seems to lots of bugs,
1. I have created a new account,
2. I tried to purchase a lower price package but paypal doesnt go through, it redirects back to same checkot page, and coupon doesnt apply, it says undefined, also, if select bank option it redericts back to the pricing pagve as because i have removed free plan so without a membership i cant access anythin g, and i am unable to purchase a plan.

I am reverting back to default settings. this method doesnt work. Someone please find accurate method.
 
  • Like
Reactions: jdz
This version has problems with ct overlay links. I m on nginx, I have enabled cta overlay on one of my pages, short link is created but when opening its keep loading and loading, then it throws 504 gateway timeout
 
  • Like
Reactions: jdz
Whenever I try to use cta overlay option in link redirect option, my site get hang upon saving the link and upon opening the short link. I get 504 gateway time out error
 
  • Like
Reactions: jdz
This method only shows settings visualy. It doesnt work, There seems to lots of bugs,
1. I have created a new account,
2. I tried to purchase a lower price package but paypal doesnt go through, it redirects back to same checkot page, and coupon doesnt apply, it says undefined, also, if select bank option it redericts back to the pricing pagve as because i have removed free plan so without a membership i cant access anythin g, and i am unable to purchase a plan.

I am reverting back to default settings. this method doesnt work. Someone please find accurate method.
1640110054027.png
I didn't see any problem. In the bank transfer section, after transferring with the IBAN number and receiving the payment, the package definition purchased for the account information is done manually. When making a PayPal payment, you must use it to receive payment to your defined PayPal account. Otherwise it will not work.
 
  • Like
Reactions: vinicrf and jdz
1640110054027.png


Billing Address​

Full Name
Address
City
State/Province
Country
Zip/Postal code

Where do I find the data? How to get admin data
 
1640110054027.png
I didn't see any problem. In the bank transfer section, after transferring with the IBAN number and receiving the payment, the package definition purchased for the account information is done manually. When making a PayPal payment, you must use it to receive payment to your defined PayPal account. Otherwise it will not work.
Hello,
Can you please help me with the code. I forgot the code which I have replaced on 20th in App/helpers/app.php

I am using this :
public static function isExtended(){



return true;
}


and its working all ok, I was able to add stripe payment gateway and was able to create coupon and was able to create and sync subscription plans, but I am facing one problem, Everything and every page is working fine. jus on admin dashboard tab I am geting

>_ Error 500​

The page you are looking for is not available.


And its only happenning at this url domain.com/admin
and at all other menu tabes it working like every page is working for example : domain.com/settings/payments
and every page is opening just domain.com/admin is throwing that error...
 
I have a problem with the home page, I have set in the configuration that it loads the web via https://, the fact is that if I access by https:// it loads the main page without problem but if I access via http:// me load the next page

Note: I only have one domain and it is the main one

Screenshot (13).png
 
@mcdark

sorry, I had removed the subscription table in mysql. so it was not working. and throwing the error at dashboard.
All is set now. But in this new version I am facing lots of problem.
1. Paypal basic payment is not going through because of me having indian paypal account both as a seller and as merchant. I am geting seller doesnt accept this currency. This error I am geting even I directly tryied to send money to my merchant email id in paypal dashboard, got to know that paypal removed INR support in april 2021.

2. Second problem I am geting using stripe as payment gateway. When I click on checkout adding my card details the system redirects to page "https://domain.com/checkout/6/monthly" and this page shows error ----

>_ Error 500​

The page you are looking for is not available.

And the same happens in stripe yearly mode. In storage folder at storage/logs/Log-12-27-2021.log I found that its throwing errors like this---
[2021-12-27T12:06:06.308235+05:30] system.ERROR: Integrity check failed. -> http://domain.com/checkout/6/yearly

And if I use paypal api it shows these errors at paypal page -

We’re sorry
Things don’t appear to be working at the moment
try again
return to merchant.

And while using paypal api I get errors in log files like these -

[2021-12-27T12:12:31.746618+05:30] system.ERROR: Required parameter $path follows optional parameter $handlers occurred in /home/xxxxx/public_html/vendor/paypal/rest-api-sdk-php/lib/PayPal/Transport/PayPalRestCall.php:53 -> http://domain.com/checkout/6/yearly

[2021-12-27T12:12:31.746700+05:30] system.ERROR: Required parameter $method follows optional parameter $handlers occurred in /home/xxxxx/public_html/vendor/paypal/rest-api-sdk-php/lib/PayPal/Transport/PayPalRestCall.php:53 -> http://domain.com/checkout/6/yearly

[2021-12-27T12:12:31.749444+05:30] system.ERROR: Required parameter $prefix follows optional parameter $configs occurred in /home/xxxxx/public_html/vendor/paypal/rest-api-sdk-php/lib/PayPal/Core/PayPalHttpConfig.php:286 -> http://domain.com/checkout/6/yearly

[2021-12-27T12:12:31.751552+05:30] system.ERROR: Required parameter $clientId follows optional parameter $config occurred in /home/xxxxx/public_html/vendor/paypal/rest-api-sdk-php/lib/PayPal/Cache/AuthorizationCache.php:56 -> http://domain.com/checkout/6/yearly

[2021-12-27T12:12:31.751649+05:30] system.ERROR: Required parameter $accessToken follows optional parameter $config occurred in /home/xxxxx/public_html/vendor/paypal/rest-api-sdk-php/lib/PayPal/Cache/AuthorizationCache.php:56 -> http://domain.com/checkout/6/yearly

[2021-12-27T12:12:31.751706+05:30] system.ERROR: Required parameter $tokenCreateTime follows optional parameter $config occurred in /home/xxxxx/public_html/vendor/paypal/rest-api-sdk-php/lib/PayPal/Cache/AuthorizationCache.php:56 -> http://domain.com/checkout/6/yearly

[2021-12-27T12:12:31.751762+05:30] system.ERROR: Required parameter $tokenExpiresIn follows optional parameter $config occurred in /home/xxxxx/public_html/vendor/paypal/rest-api-sdk-php/lib/PayPal/Cache/AuthorizationCache.php:56 -> http://domain.com/checkout/6/yearly



3. When I tried to login using gmail without registering first, it creates an account but it doesnt create a username for that account and at profile settings page it asks me to add user name because I have used social login, but when I try to add username and save it doesnt save and says u are not using a valid username, also if I use gmail id in username field it shows again err0r500.

4. when i visit pricing page then in storage/logs/log file I get these errors.

[2021-12-27T12:05:33.732264+05:30] system.ERROR: Undefined array key "retention" occurred in /home/xxxxx/public_html/storage/themes/default/pricing/index.php:46 -> http://domain.com/pricing


There are lots of errors in this script and it cannot be used for commercial purpose, You can use it for personal use, create manualy accountgs to give it to your friends and family and co working friend, but you can not promot it to software as service with these errors, also we need more payment gateways apart from stripe and paypal, for india atleast razorpay or payu. It can not be promoted like link.tree This system needs more problem solving, if you are developer you can solve these problems then its ok.

So, can anyone help me solve these errors if possible. ?
 
@mcdark

sorry, I had removed the subscription table in mysql. so it was not working. and throwing the error at dashboard.
All is set now. But in this new version I am facing lots of problem.
1. Paypal basic payment is not going through because of me having indian paypal account both as a seller and as merchant. I am geting seller doesnt accept this currency. This error I am geting even I directly tryied to send money to my merchant email id in paypal dashboard, got to know that paypal removed INR support in april 2021.

2. Second problem I am geting using stripe as payment gateway. When I click on checkout adding my card details the system redirects to page "https://domain.com/checkout/6/monthly" and this page shows error ----

>_ Error 500​

The page you are looking for is not available.

And the same happens in stripe yearly mode. In storage folder at storage/logs/Log-12-27-2021.log I found that its throwing errors like this---
[2021-12-27T12:06:06.308235+05:30] system.ERROR: Integrity check failed. -> http://domain.com/checkout/6/yearly

And if I use paypal api it shows these errors at paypal page -

We’re sorry
Things don’t appear to be working at the moment
try again
return to merchant.

And while using paypal api I get errors in log files like these -

[2021-12-27T12:12:31.746618+05:30] system.ERROR: Required parameter $path follows optional parameter $handlers occurred in /home/xxxxx/public_html/vendor/paypal/rest-api-sdk-php/lib/PayPal/Transport/PayPalRestCall.php:53 -> http://domain.com/checkout/6/yearly

[2021-12-27T12:12:31.746700+05:30] system.ERROR: Required parameter $method follows optional parameter $handlers occurred in /home/xxxxx/public_html/vendor/paypal/rest-api-sdk-php/lib/PayPal/Transport/PayPalRestCall.php:53 -> http://domain.com/checkout/6/yearly

[2021-12-27T12:12:31.749444+05:30] system.ERROR: Required parameter $prefix follows optional parameter $configs occurred in /home/xxxxx/public_html/vendor/paypal/rest-api-sdk-php/lib/PayPal/Core/PayPalHttpConfig.php:286 -> http://domain.com/checkout/6/yearly

[2021-12-27T12:12:31.751552+05:30] system.ERROR: Required parameter $clientId follows optional parameter $config occurred in /home/xxxxx/public_html/vendor/paypal/rest-api-sdk-php/lib/PayPal/Cache/AuthorizationCache.php:56 -> http://domain.com/checkout/6/yearly

[2021-12-27T12:12:31.751649+05:30] system.ERROR: Required parameter $accessToken follows optional parameter $config occurred in /home/xxxxx/public_html/vendor/paypal/rest-api-sdk-php/lib/PayPal/Cache/AuthorizationCache.php:56 -> http://domain.com/checkout/6/yearly

[2021-12-27T12:12:31.751706+05:30] system.ERROR: Required parameter $tokenCreateTime follows optional parameter $config occurred in /home/xxxxx/public_html/vendor/paypal/rest-api-sdk-php/lib/PayPal/Cache/AuthorizationCache.php:56 -> http://domain.com/checkout/6/yearly

[2021-12-27T12:12:31.751762+05:30] system.ERROR: Required parameter $tokenExpiresIn follows optional parameter $config occurred in /home/xxxxx/public_html/vendor/paypal/rest-api-sdk-php/lib/PayPal/Cache/AuthorizationCache.php:56 -> http://domain.com/checkout/6/yearly



3. When I tried to login using gmail without registering first, it creates an account but it doesnt create a username for that account and at profile settings page it asks me to add user name because I have used social login, but when I try to add username and save it doesnt save and says u are not using a valid username, also if I use gmail id in username field it shows again err0r500.

4. when i visit pricing page then in storage/logs/log file I get these errors.

[2021-12-27T12:05:33.732264+05:30] system.ERROR: Undefined array key "retention" occurred in /home/xxxxx/public_html/storage/themes/default/pricing/index.php:46 -> http://domain.com/pricing


There are lots of errors in this script and it cannot be used for commercial purpose, You can use it for personal use, create manualy accountgs to give it to your friends and family and co working friend, but you can not promot it to software as service with these errors, also we need more payment gateways apart from stripe and paypal, for india atleast razorpay or payu. It can not be promoted like link.tree This system needs more problem solving, if you are developer you can solve these problems then its ok.

So, can anyone help me solve these errors if possible. ?
The only way to assist you is to you'll have to contact this developer (gempixel.com) directly to report the issue. And I believe that version 6 is not suitable for production use because it contains numerous bugs as a result of the engine's complete restructure.
 
The only way to assist you is to you'll have to contact this developer (gempixel.com) directly to report the issue. And I believe that version 6 is not suitable for production use because it contains numerous bugs as a result of the engine's complete restructure.
Hi, Thanks for your reply,
I will wait for the stable release. I heared they are releasing razorpay payment gateway. that will be better.
 
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