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

thangth318

New member
Oct 29, 2022
0
0
0
See the old messages in this thread!
I've searched the whole forums but I only get the code with no instruction on how to execute it!

this is the code that I fund:

PHP:
if(isset($_GET['migrate'])) {


    $result = database()->query("SELECT * FROM `links` WHERE `type` = 'biolink'");

    while($row = $result->fetch_object()) {

        $row->settings = json_decode($row->settings);

 

        /* Migrate the avatar */

        $settings = json_encode([

            'image' => $row->settings->image,

            'size' => '125',

            'border_radius' => 'straight',

        ]);

 

        /* Database query */

        db()->insert('biolinks_blocks', [

            'user_id' => $row->user_id,

            'link_id' => $row->link_id,

            'type' => 'avatar',

            'settings' => $settings,

            'datetime' => \Altum\Date::$date,

            'order' => -5,

        ]);

 

        /* Migrate the socials */

        $settings = json_encode([

            'color' => $row->settings->socials_color,

            'socials' => $row->settings->socials

        ]);

 

        /* Database query */

        db()->insert('biolinks_blocks', [

            'user_id' => $row->user_id,

            'link_id' => $row->link_id,

            'type' => 'socials',

            'settings' => $settings,

            'datetime' => \Altum\Date::$date,

            'order' => 999,

        ]);

 

        /* Migrate the Heading */

        $settings = json_encode([

            'heading_type' => 'h1',

            'text' => $row->settings->title,

            'text_color' => $row->settings->text_color,

        ]);

 

        /* Database query */

        db()->insert('biolinks_blocks', [

            'user_id' => $row->user_id,

            'link_id' => $row->link_id,

            'type' => 'heading',

            'settings' => $settings,

            'datetime' => \Altum\Date::$date,

            'order' => -4,

        ]);

 

        /* Migrate the paragraph */

        $settings = json_encode([

            'text' => $row->settings->description,

            'text_color' => $row->settings->text_color,

        ]);

 

        /* Database query */

        db()->insert('biolinks_blocks', [

            'user_id' => $row->user_id,

            'link_id' => $row->link_id,

            'type' => 'paragraph',

            'settings' => $settings,

            'datetime' => \Altum\Date::$date,

            'order' => -3,

        ]);

 

        /* Clear the cache */

        \Altum\Cache::$adapter->deleteItemsByTag('biolinks_links_user_' . $row->user_id);

    }

}

 

 

if(isset($_GET['migrate'])) {

    $result = database()->query("SELECT * FROM `biolinks_blocks` WHERE `type` = 'text'");

    while($row = $result->fetch_object()) {

        $row->settings = json_decode($row->settings);

 

        /* Migrate the Heading */

        $settings = json_encode([

            'heading_type' => 'h1',

            'text' => $row->settings->title,

            'text_color' => $row->settings->title_text_color,

        ]);

 

        /* Database query */

        db()->insert('biolinks_blocks', [

            'user_id' => $row->user_id,

            'link_id' => $row->link_id,

            'type' => 'heading',

            'settings' => $settings,

            'datetime' => \Altum\Date::$date,

            'order' => $row->order,

        ]);

 

        /* Migrate the paragraph */

        $settings = json_encode([

            'text' => $row->settings->description,

            'text_color' => $row->settings->description_text_color,

        ]);

 

        /* Database query */

        db()->insert('biolinks_blocks', [

            'user_id' => $row->user_id,

            'link_id' => $row->link_id,

            'type' => 'paragraph',

            'settings' => $settings,

            'datetime' => \Altum\Date::$date,

            'order' => $row->order+1,

        ]);

 

        db()->where('biolink_block_id', $row->biolink_block_id)->delete('biolinks_blocks');

 

        /* Clear the cache */

        \Altum\Cache::$adapter->deleteItemsByTag('biolinks_links_user_' . $row->user_id);

    }

}
 

thangth318

New member
Oct 29, 2022
0
0
0
I'll pay for the migration code for transferring the title, description, and avatar image on v11?
just PM
 

pok

Member
Sep 10, 2020
30
4
8
I'm talking about the 15.1 the latest version. Everything was working as soon as I updated from 14 to 15 the page no longer works.. I should have stayed on the v
yup same here.. 14.0 was working fine until I updated to 15.0.1, then this debug file kept showing up.. even after i went back to v14.. what a mess
 
  • Like
Reactions: Azarock35

nightcrawller

Member
Jun 6, 2019
87
17
8
Hi First, thank you very much!
Well, I did the update smoothly, then there was a translation error and white screen error, I replaced the files except the configuration file and the uplodad folder, and updated the translation file and everything worked out, it remained in the extended version and with the plugins already installed all went well!
 
May 31, 2021
44
6
8
Hi First, thank you very much!
Well, I did the update smoothly, then there was a translation error and white screen error, I replaced the files except the configuration file and the uplodad folder, and updated the translation file and everything worked out, it remained in the extended version and with the plugins already installed all went well!
i had the same white screen problem when i add the json translate file how you fix that dude ?
 
  • Like
Reactions: nightcrawller

pok

Member
Sep 10, 2020
30
4
8
for ppl who still gets massive debug log files even after disabiling it, you can find debug.php in the core folding and disable it there...
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,638
26,982
120
for ppl who still gets massive debug log files even after disabiling it, you can find debug.php in the core folding and disable it there...
You Don't Need to Worry about Debug Logs if you Don't even have Debug Logs...

Nice Logic
 

liviu1231

New member
Nov 4, 2022
0
0
0
Guys, has anyone encountered this problem?

Situation: I am forced to set up a plan for the user myself. Don't ask why :)

But when the user's plan is about to expire - he doesn't get a reminder on his email about it.

At the same time, if I myself change their date in the user's settings, the email is sent normally.

Why is this and how to fix it?
 

paladin161311

New member
Nov 5, 2022
0
0
0
Anyone here know how to add custom (non-page) links to footer and topmenu bar?

Also do you guys think it's a good idea to add a WordPress blog to the website for SEO Purpose?
 

Vrdange

New member
Jul 16, 2022
0
0
0
Did anyone else see this? It looks like AltumCode is tracking who is using their code without a license. Anyone know how he is finding the sites so we can stay ahead?

Also please stop asking the dev for help on codecanyon without owning a license. It just makes it super obvious that you are using a nulled version and keeps it on the top of his mind.


biolink.png
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,638
26,982
120
Did anyone else see this? It looks like AltumCode is tracking who is using their code without a license. Anyone know how he is finding the sites so we can stay ahead?

Also please stop asking the dev for help on codecanyon without owning a license. It just makes it super obvious that you are using a nulled version and keeps it on the top of his mind.


biolink.png
He's Reporting sites like babiato.. Not Sites Using his Script...
 

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