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

Tyty21

New member
May 10, 2022
0
7
2
I managed to solve the problem with the missing bootstrap file. It was all a problem with the json file from the translation 🤣🤦‍♂️. The PHP code was not able to find the direction array (LTR, RTL) of the texts, so it was causing these problems.

Only the FontAwesome files that still give an error, because they came missing from the assets folder. If anyone has these files and can share, I appreciate it!

I just don't replace them with FontAwesome's standard library, because the icon reference codes are probably modified, as you can see by the suffix of the files ".modified"


Thanks for the reference mate, by any chance this happens we'll know how to debug. Thanks! 👌
 
  • Like
Reactions: LostKorean

glier5

New member
May 6, 2022
16
0
1
Thank you for always sharing.

I have some trouble in implementing SMTP. Now I am still in Extended Version 9.2.0 and I would like to implement SMTP and use the email confirmation for new users and also want them to use 'Forget Password' function too, but I already tried many time, but it still not work. Could you guide me some ways to do it? Thank you in advance sir.
 

Proxybunker

Well-known member
Jan 3, 2021
2,660
1,841
120
codecanyonscripts.com
Thank you for always sharing.

I have some trouble in implementing SMTP. Now I am still in Extended Version 9.2.0 and I would like to implement SMTP and use the email confirmation for new users and also want them to use 'Forget Password' function too, but I already tried many time, but it still not work. Could you guide me some ways to do it? Thank you in advance sir.
who are you using for the SMTP email and where are you testing in on a live site
or on localhost as some localhost setups don't have the SMTP drivers
 

glier5

New member
May 6, 2022
16
0
1
who are you using for the SMTP email and where are you testing in on a live site
or on localhost as some localhost setups don't have the SMTP drivers
yes sir, I am testing it on a live site. And I tried to follow some tutorials on setup SMTP email, but it doesn't work when I test with new email to register and I did not receive 'Email Confirmation' . I am not sure if the SMTP is working on Extended Version 9.2.0 or not.
 

Proxybunker

Well-known member
Jan 3, 2021
2,660
1,841
120
codecanyonscripts.com
yes sir, I am testing it on a live site. And I tried to follow some tutorials on setup SMTP email, but it doesn't work when I test with new email to register and I did not receive 'Email Confirmation' . I am not sure if the SMTP is working on Extended Version 9.2.0 or not.
im just about to move my site over to a live site I will test the SMTP email setting and get back to you very soon
 
  • Like
Reactions: visalprom

Proxybunker

Well-known member
Jan 3, 2021
2,660
1,841
120
codecanyonscripts.com
Does anyone know how to add new pages to biolinks I want to move the Choose your plan from the home page to its own page?

I nowhere to remove the code just not where to start to add a new page to the home page with the code any snippets Thanks

PHP:
<div class="container mt-10">
    <div class="text-center mb-8">
        <h2><?= language()->index->pricing->header ?></h2>

        <p class="text-muted"><?= language()->index->pricing->subheader ?></p>
    </div>

    <?= $this->views['plans'] ?>
</div>
 

Proxybunker

Well-known member
Jan 3, 2021
2,660
1,841
120
codecanyonscripts.com
ok so I have just seen that I can do this with the admin pages

A new question now localhost/page/price takes me to where I want to go
now how can I remove the /page/ using the .htaccess so the URL looks like this
localhost/price

Thanks
 

LostKorean

Active member
Trusted Uploader
Dec 19, 2018
103
111
43
yes sir, I am testing it on a live site. And I tried to follow some tutorials on setup SMTP email, but it doesn't work when I test with new email to register and I did not receive 'Email Confirmation' . I am not sure if the SMTP is working on Extended Version 9.2.0 or not.
It's working yes, I've even tested it on extended version 10.0.0. With the secure configuration I was only able to make it work using SSL. With TLS it didn't work. I took the test with a cPanel email.

I can help you better if you give me more details about your development environment! I await more information 😄
 

LostKorean

Active member
Trusted Uploader
Dec 19, 2018
103
111
43
ok so I have just seen that I can do this with the admin pages

A new question now localhost/page/price takes me to where I want to go
now how can I remove the /page/ using the .htaccess so the URL looks like this
localhost/price

Thanks
This would be tricky to do as it would need to change the entire structure of the site. But you can for example change the '/page /' to other text.

To do this you need to access the file '/app/models/Page.php' and change line 30 ($row->url = url('page/' . $row->url);) and change the '/ page/' to whatever you want.

Then open the file '/app/core/Router.php' and on line 86 replace the 'page' with the same text that changed in the file 'Page.php'

After this process, clear the cache by deleting the 'biolinks' folder inside '/uploads/cache'

Important: by doing this, any page you create will be accessed via this new path. An example I can give you to solve this is simply changing it to a 'p'. This even helps tracking with Google Analytics later. So your link would be 'localhost/p/price'.
 
  • Like
Reactions: Proxybunker

reetchapelin

New member
Jun 12, 2022
0
0
0
Hey guys, I've been researching on Biolinks for a while now. I am downloading it now, but is there any documentation on how to upload the nulled version?

PS: I don't have much developer knowledge.
 
  • Like
Reactions: LostKorean

LostKorean

Active member
Trusted Uploader
Dec 19, 2018
103
111
43
Hey guys, I've been researching on Biolinks for a while now. I am downloading it now, but is there any documentation on how to upload the nulled version?

PS: I don't have much developer knowledge.
If you are going to install the latest version (v10.0.0) directly, just extract the downloaded file, compress the files from the 'product' folder and extract it into your cPanel.

To install, just go to the location where you extracted the files, such as 'domain.com/install' and proceed with the installation.

If you want to take a look at the documentation, just click here.
 

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