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

Ednargocat

New member
Apr 14, 2020
15
3
3
I'm getting a 500 error which I know has to do with the .htaccess file. Can someone help me out? Here is the .htaccess

Code:
Options All -Indexes

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule ^(.+)$ index.php?altum=$1 [QSA,L]

<Files debug.log>
Order allow,deny
Deny from all
</Files>

<IfModule mod_expires.c>
  ExpiresActive On

  # Images
  ExpiresByType image/jpeg "access plus 1 year"
  ExpiresByType image/gif "access plus 1 year"
  ExpiresByType image/png "access plus 1 year"
  ExpiresByType image/webp "access plus 1 year"
  ExpiresByType image/svg+xml "access plus 1 year"
  ExpiresByType image/x-icon "access plus 1 year"

  # CSS, JavaScript
  ExpiresByType text/css "access plus 1 month"
  ExpiresByType text/javascript "access plus 1 month"
  ExpiresByType application/javascript "access plus 1 month"
</IfModule>
 

Ednargocat

New member
Apr 14, 2020
15
3
3
I'm getting a 500 error which I know has to do with the .htaccess file. Can someone help me out? Here is the .htaccess

Code:
Options All -Indexes

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule ^(.+)$ index.php?altum=$1 [QSA,L]

<Files debug.log>
Order allow,deny
Deny from all
</Files>

<IfModule mod_expires.c>
  ExpiresActive On

  # Images
  ExpiresByType image/jpeg "access plus 1 year"
  ExpiresByType image/gif "access plus 1 year"
  ExpiresByType image/png "access plus 1 year"
  ExpiresByType image/webp "access plus 1 year"
  ExpiresByType image/svg+xml "access plus 1 year"
  ExpiresByType image/x-icon "access plus 1 year"

  # CSS, JavaScript
  ExpiresByType text/css "access plus 1 month"
  ExpiresByType text/javascript "access plus 1 month"
  ExpiresByType application/javascript "access plus 1 month"
</IfModule>
Fixed my own problem by disabling restricting following symlinks.
 

lyhiving

Member
May 5, 2022
35
12
8
Hi. what problem are you facing, when try to install?


1 > To the Extended license, install first the v11.0.0 = (https://babiato.tech/resources/biol...rtener-saas-ready.7891/version/59163/download)

1.2 > (with minor change in the file "install\install.php" line "~6") from:


(I have changed the link for * characters to not ping forum)

1.3 > to:



2 > After that, install script, and to update to new version v11.1.0, you can send the folders/files from v11.1.0 zipped file, (except don't send the folder "uploads", folder "install", and also the file "config.php").

v11.1.0 = (https://babiato.tech/resources/biol...rtener-saas-ready.7891/version/59415/download)
----------------

If U don't want the Extended license, only change this file "install\install.php" with the steps 1.2 and 1.3 and install the v11.1.0 Regular license.

Best Regards.
It is helpful.
 

superdizayn

Member
May 4, 2022
37
16
8
Turkey
www.superdizayn.com
I'm getting a 500 error which I know has to do with the .htaccess file. Can someone help me out? Here is the .htaccess

Code:
Options All -Indexes

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule ^(.+)$ index.php?altum=$1 [QSA,L]

<Files debug.log>
Order allow,deny
Deny from all
</Files>

<IfModule mod_expires.c>
  ExpiresActive On

  # Images
  ExpiresByType image/jpeg "access plus 1 year"
  ExpiresByType image/gif "access plus 1 year"
  ExpiresByType image/png "access plus 1 year"
  ExpiresByType image/webp "access plus 1 year"
  ExpiresByType image/svg+xml "access plus 1 year"
  ExpiresByType image/x-icon "access plus 1 year"

  # CSS, JavaScript
  ExpiresByType text/css "access plus 1 month"
  ExpiresByType text/javascript "access plus 1 month"
  ExpiresByType application/javascript "access plus 1 month"
</IfModule>
this line change
Options All -Indexes
to
Options -Indexes
 
  • Like
Reactions: Ednargocat

planetetv257

Active member
Babiato Lover
May 7, 2020
173
55
28
I'm getting a 500 error which I know has to do with the .htaccess file. Can someone help me out? Here is the .htaccess

Code:
Options All -Indexes

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule ^(.+)$ index.php?altum=$1 [QSA,L]

<Files debug.log>
Order allow,deny
Deny from all
</Files>

<IfModule mod_expires.c>
  ExpiresActive On

  # Images
  ExpiresByType image/jpeg "access plus 1 year"
  ExpiresByType image/gif "access plus 1 year"
  ExpiresByType image/png "access plus 1 year"
  ExpiresByType image/webp "access plus 1 year"
  ExpiresByType image/svg+xml "access plus 1 year"
  ExpiresByType image/x-icon "access plus 1 year"

  # CSS, JavaScript
  ExpiresByType text/css "access plus 1 month"
  ExpiresByType text/javascript "access plus 1 month"
  ExpiresByType application/javascript "access plus 1 month"
</IfModule>
Options All -Indexes is not allowed on plesk
 

BigLong

New member
Oct 24, 2020
6
0
1
does it matter that it jumps from v16 to v21 in the history tab. Like I am v18 so do I require v19, v20 before updating to v21?
 

Bcat95

Member
Aug 27, 2019
61
13
8
any have biolink_blocks_search?

After researching, I added a new block by myself

Add new block

- Block demo: Search

Go to: /app/controllers/BiolinkBlockAjax.php
Line 195 var $individual_blocks add new 'search' to var
Add new private function create_biolink_search()

Go to: /plugins/ultimate-blocks/ultimate_blocks.php add search
Go to: /plugins/ultimate-blocks/views/l/biolink_blocks/ add search

Go to: /themes/altum/views/link/settings/biolink_blocks/ add search

Demo:

1655705963822.png


1655706011717.png
 

rogerv2

Member
Jul 4, 2018
42
3
8
Hi friends, i have cronjob settings, but fake users are not deleted,
and automatic recurring paypal payments don't appear in the payment panel, any ideas?

Does this work well for anyone?
 
Last edited:

Bcat95

Member
Aug 27, 2019
61
13
8
I use another language, there are more than 3000 words to translate. Instead of manual translation which takes hours I use google translate website and 3000 words translated in just 5p.
 

krab

New member
Jul 20, 2019
19
4
3
Hello, can you tell me how to activate payment systems? and then he writes that an extended version is needed.
 

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