• 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"

66biolinks - Bio Links, URL Shortener, QR Codes & Web Tools

66biolinks - Bio Links, URL Shortener, QR Codes & Web Tools v46.0.0 Regular Nulled

No permission to download
yes is you are using the regular version the pro block will work

however, it all depends on the version you want to use if its version 10.0.0 then you will need the updated biolinks pro block

the old version, v9.0.0 of pro blocks stopped working with 9.3.0

and if you want to use v10.0.0 you will need this one
Can you please tell me which version of Bio link will support Pro block v 9.0 ?
 
Last edited:
its totally crazy update guys for active project. Cannot move data of users from their accoun and put in new biolink blocks like (avatar and socials).

1 way update and say for everybody "so sorry fill your socials link again and avatar too"
2 way dont update this blocks mode.

anyway social like this way better, but if you have a lot users on your web already its not good)
 
  • Like
Reactions: AndrewReMi
its totally crazy update guys for active project. Cannot move data of users from their accoun and put in new biolink blocks like (avatar and socials).

1 way update and say for everybody "so sorry fill your socials link again and avatar too"
2 way dont update this blocks mode.

anyway social like this way better, but if you have a lot users on your web already its not good)
With this script you can save the current data from your previous versions.
Hello,

Make sure to first be on the v11 properly and then you can do the following:


You can add it in the app/controllers/Index.php file

add it RIGHT AFTER this line

public function index() {

And now run it as such:

http://domain.com/?migrate

JUST ONCE!

and then remove the piece of code

If you want me to do the update and upgrade for you, I can do that for a fee

Regards,

Fabian / AltumCode.
 
Last edited:
  • Like
Reactions: sap and glossyweb
With this script you can save the current data from your previous versions.
Hello,

Make sure to first be on the v11 properly and then you can do the following:

https://pastebin.com/58mAycMh

You can add it in the app/controllers/Index.php file

add it RIGHT AFTER this line

public function index() {

And now run it as such:

http://domain.com/?migrate

JUST ONCE!

and then remove the piece of code

If you want me to do the update and upgrade for you, I can do that for a fee

Regards,

Fabian / AltumCode.
Credits to lamanchagris
need add it to instruction, bcz many users dont ask anything
 
  • Like
Reactions: AndrewReMi
BlakenFist updated BioLinks - Instagram & TikTok Bio Links & URL Shortener (SAAS Ready) with a new update entry:

BioLinks - Instagram & TikTok Bio Links & URL Shortener (SAAS Ready)

Thanks to @srpadillaa For the Clean Files and Nulled by @BlakenFist

Can be used to update the Extended Version As well

Get 11 Ultimate Block, Offload, And 10 Pro Block Plugins - Here
  • Implemented the ability to set border width, color and style for avatar blocks.
  • Improved the look of the verified badge & added the option...

Read the rest of this update entry...
 
Anyone with experience with adding a custom payment gateway to the script.... im trying to add one
 
Coding tips:
Statistic on index page for users. Screenshot_14.png

in file app\controllers\Index.php

inside function public function index() {
add

PHP:
$biolink_links = db()->where('type', 'biolink')->getValue('links', 'count(`link_id`)');
$shortened_links = db()->where('type', 'link')->getValue('links', 'count(`link_id`)');
$users = db()->getValue('users', 'count(`user_id`)');

same file inside $data = []; add:
PHP:
'biolink_links' => $biolink_links,
'shortened_links' => $shortened_links,
'users' => $users,

in file altum\views\index\index.php

add in any place you want to show:
PHP:
<?= nr($data->biolink_links) ?>
<?= nr($data->shortened_links) ?>
<?= nr($data->users) ?>

Enjoy.
P.S. Im not reccomend show active clicks bcz so slow request fro database, bcz he cound MAX ID
 
Coding tips:
Statistic on index page for users. Screenshot_14.png

in file app\controllers\Index.php

inside function public function index() {
add

PHP:
$biolink_links = db()->where('type', 'biolink')->getValue('links', 'count(`link_id`)');
$shortened_links = db()->where('type', 'link')->getValue('links', 'count(`link_id`)');
$users = db()->getValue('users', 'count(`user_id`)');

same file inside $data = []; add:
PHP:
'biolink_links' => $biolink_links,
'shortened_links' => $shortened_links,
'users' => $users,

in file altum\views\index\index.php

add in any place you want to show:
PHP:
<?= nr($data->biolink_links) ?>
<?= nr($data->shortened_links) ?>
<?= nr($data->users) ?>

Enjoy.
P.S. Im not reccomend show active clicks bcz so slow request fro database, bcz he cound MAX ID
for some reason when i tried this i just have 909 showing in regular text on my homepage now
 
Hello

does anyone know how to have a personalized landing page?

apparently you can enter a url for that

Captura.PNG

I think I should do this:

mydomain.com/custom-landing

where "/custom-landing" is a folder with the landing site files.

the problem is that I am not a programmer and I don't know what to do to make the menu work.

the normal thing is that the visitor sees the menu of the custom landing but once logged in, does the menu change?

🔥 well I guess I'd better give it a try 🔥
 
does anyone know of a tool to translate json files?

I started to translate manually, I don't speak English and it is difficult to translate line by line.
 
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