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

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

No permission to download

kenza3535

New member
May 3, 2022
0
1
0
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 ?
 

glossyweb

Member
May 27, 2020
38
22
8
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

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,658
27,010
120
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 by a moderator:
  • Like
Reactions: sap and glossyweb

glossyweb

Member
May 27, 2020
38
22
8
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

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,658
27,010
120
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...
 

RTFM

Member
Dec 30, 2018
51
11
8
Anyone with experience with adding a custom payment gateway to the script.... im trying to add one
 

glossyweb

Member
May 27, 2020
38
22
8
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
 

jones_town

New member
Oct 19, 2018
15
7
3
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
 

radekteam

New member
Jul 9, 2019
4
1
3
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 🔥
 

radekteam

New member
Jul 9, 2019
4
1
3
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.
 

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