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

Azarock35

Member
Dec 29, 2020
88
38
18
luckily I made a complete backup before ... I was going to lose everything I also have the same language error ..
 

PromisedLan

Member
Babiato Lover
Feb 27, 2019
37
80
13
Ukraine
I fixed the language issue for myself but it was because of an error in my git setup. It looks like it may be caused by using an older version than required for MySQL
 

Azarock35

Member
Dec 29, 2020
88
38
18
I had files that weren't overwritten with the new ones from the update.

But if you are using an incorrect MySQL version or something like MariaDB the /update queries can throw errors.
I tried to redo it but it still doesn't work .. which PHP version you used? Wouldn't that be the archive that has a concern?
 

Kamily

Active member
Jul 19, 2018
322
176
43
Uncaught TypeError: notification_container.html is not a function

Phone collector
Phone placeholder -----------------------(Perfect)
Name placeholder -----------------------(Perfect)
Button Text --------------------------------(Perfect)
Thank you message --------------------- (Perfect)
Thank you URL ----------------------------------------------> (error)


the thank you link is not working

it's good to give someone a gift

does anyone know how i can fix it?


I checked the application by e-mail, it has the same error.

I believe PayPal, email etc. has the same error
  • Implemented PayPal payments block.
  • Implemented phone collector block.
 
Last edited:

Archeronx

New member
Sep 14, 2022
1
0
1
Hi thanks for the latest version but it does not work and needs a license, please if anyone can nullify this script thank you
 

Attachments

  • Capture.PNG
    Capture.PNG
    31.4 KB · Views: 19

glossyweb

Member
May 27, 2020
38
22
8
some bug with statistic on dasboard.
double links_clicks_total

one change <?= nr($data->biolinks_clicks_total) ?>and all be fine
 

glossyweb

Member
May 27, 2020
38
22
8
i found 1 more bug on data collector page
they forget add Type phone collector. Can fix easy too
Screenshot_64.png
Before:
HTML:
<select name="type" id="type" class="form-control form-control-sm">
                                    <option value=""><?= language()->global->filters->all ?></option>
                                    <?php foreach(['mail'] as $value): ?>
                                        <option value="<?= $value ?>" <?= isset($data->filters->filters['type']) && $data->filters->filters['type'] == $value ? 'selected="selected"' : null ?>><?= language()->link->biolink->blocks->{$value} ?></option>
                                    <?php endforeach ?>
                                </select>

After
HTML:
<select name="type" id="type" class="form-control form-control-sm">
                                    <option value=""><?= language()->global->filters->all ?></option>                                  
                                    <option value="mail" <?= isset($data->filters->filters['type']) && $data->filters->filters['type'] == 'mail' ? 'selected="selected"' : null ?>><?= language()->link->biolink->blocks->mail ?></option>
                                    <option value="phone_collector" <?= isset($data->filters->filters['type']) && $data->filters->filters['type'] == 'phone_collector' ? 'selected="selected"' : null ?>><?= language()->link->biolink->blocks->phone_collector ?></option>
</select>
 
  • Like
Reactions: Kamily

Kamily

Active member
Jul 19, 2018
322
176
43
i found 1 more bug on data collector page
they forget add Type phone collector. Can fix easy too
Screenshot_64.png
Before:
HTML:
<select name="type" id="type" class="form-control form-control-sm">
                                    <option value=""><?= language()->global->filters->all ?></option>
                                    <?php foreach(['mail'] as $value): ?>
                                        <option value="<?= $value ?>" <?= isset($data->filters->filters['type']) && $data->filters->filters['type'] == $value ? 'selected="selected"' : null ?>><?= language()->link->biolink->blocks->{$value} ?></option>
                                    <?php endforeach ?>
                                </select>

After
HTML:
<select name="type" id="type" class="form-control form-control-sm">
                                    <option value=""><?= language()->global->filters->all ?></option>                                 
                                    <option value="mail" <?= isset($data->filters->filters['type']) && $data->filters->filters['type'] == 'mail' ? 'selected="selected"' : null ?>><?= language()->link->biolink->blocks->mail ?></option>
                                    <option value="phone_collector" <?= isset($data->filters->filters['type']) && $data->filters->filters['type'] == 'phone_collector' ? 'selected="selected"' : null ?>><?= language()->link->biolink->blocks->phone_collector ?></option>
</select>
Hi
which file should I make the change to?

does this fix my error I got at the top?
 

Kamily

Active member
Jul 19, 2018
322
176
43
have you figured out how to fix the update error? update from v14 to v15 do not work
have to pay attention to update
remove your translation
see if the language file has no errors etc.

but for me it was good

just a mistake by the editor himself
 

Azarock35

Member
Dec 29, 2020
88
38
18
Yes working...

the statistic page on admin does not work .. it is an important page if you have an idea for the fixed
 

Kamily

Active member
Jul 19, 2018
322
176
43
@glossyweb
perfect friend to the filter

in your BIo is there an error in the thank you url for phone, mail and paypal?

Screenshot (1).png
 
Last edited:

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