• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

BeDrive - File Sharing and Cloud Storage

BeDrive - File Sharing and Cloud Storage v3.1.3

No permission to download

SuperDev

Well-known member
Null Master
Babiato Lover
Trusted Uploader
May 2, 2022
569
464
63
Space
superdev.one
Babak submitted a new resource:

BeDrive - File Sharing and Cloud Storage - Download BeDrive - File Sharing and Cloud Storage Nulled Free CodeCanyon 12700384

26934
Download BeDrive - File Sharing and Cloud Storage Nulled Free CodeCanyon 12700384
BeDrive allows you to create your own fully-featured, self-hosted file sharing and hosting website in minutes without any coding or server management knowledge.


Features
  • Editable Homepage – Default landing page can be easily edited via built-in appearance editor with live preview and no coding knowledge.
  • Easy...

Read more about this resource...
 
There is usually an example file in the folders but here are those you are looking for...
First .htaccess file

Code:
<IfModule mod_rewrite.c>
    RewriteEngine On

    ##
    ## You may need to uncomment (remove #) the following line for some hosting environments,
    ## if you have installed to a subdirectory, enter the name here also.
    ## Example: for https://site.com enter: "/", for https://site.com/something enter: "/something/"
    ##
    # RewriteBase /

    ##
    ## Uncomment following lines to force HTTPS.
    ##
    # RewriteCond %{HTTPS} off
    # RewriteRule (.*) https://%{SERVER_NAME}/$1 [R,L]

    RewriteCond %{REQUEST_URI}::$1 ^(/.+)/(.*)::\2$
    RewriteRule ^(.*) - [E=BASE:%1]

    RewriteCond %{REQUEST_URI} !^public
    RewriteRule ^(.*)$ public/$1 [L]
</IfModule>

And here is the .env file make sure to apply your changes as needed

Code:
APP_NAME=BeDrive
APP_ENV=local
APP_KEY=base64:U0d5THJCbzdPdVZwdXlzQUtoMW9waXJ4Tm9kYjNtSE0=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost
APP_TIMEZONE=UTC
APP_LOCALE=english
TRUST_ALL_PROXIES=true
USE_SYMLINKS=false
APP_VERSION=2.2.0
BILLING_ENABLED=true
ENABLE_CONTACT_PAGE=true
DISABLE_UPDATE_AUTH=false
INSTALLED=false

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=root
DB_USERNAME=
DB_PASSWORD=secret
DB_PREFIX=
DB_STRICT_MODE=false

BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=
REDIS_PORT=6379

MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=

GOOGLE_ID=
GOOGLE_SECRET=

TWITTER_ID=
TWITTER_SECRET=

FACEBOOK_ID=
FACEBOOK_SECRET=

REMOTE_FILE_VISIBILITY=public
STATIC_FILE_DELIVERY=null
UPLOADS_DISK_DRIVER=local
PUBLIC_DISK_DRIVER=local
 
max file upload dont work
i can upload more than 128mb, i already set the php ini and other to maximum
 
why my max upload size is depending on my memory limits not upload_max_filesize on php?
anyone know how to solve it?
i cant upload anything
becuz php control everything
search google / how to edit php.ini
 
i did change the php.ini via cyberpanel editPHPConfigs,
i mean, its following my memory limit but not my upload_max_filesize setting.
here is what i mean
be1.png
be2.jpg
its better contact your hosting if you are using shared hosting
 
  • Like
Reactions: Luffy
2020 April 16 - Version 2.2.1


New Features


  • Added new notification system.
  • Added configurable GDPR cookie notice.
  • Added configurable confirmation policies to register page.
Enhancements

  • Single tap on mobile will now either open a folder or show file preview.
  • Set bedrive user email and display name on stripe, so subscriptions can be found more easily.
  • Specific plans can now be hidden from upgrade and pricing pages.
  • Proration amount on subscription changes to more expensive plan on same interval will now be charged immediately instead of next billing cycle on stripe to prevent abuse.
  • Added validation to check whether x-accel or x-sendfile is setup on the server before enabling that setting in BeDrive.
  • Added keybinds for "DELETE" and "ENTER" buttons when at least one file is selected in drive.
  • Slugs will now be generated properly for cyrillic and chinese characters.
  • Improved performance when downloading large files.
  • Account confirmation email can now be resent from login page and admin area.
  • Localization settings page will now show all available timezones.
Bug Fixes

  • Allow user to upload files if they have allowed space set as unlimited.
  • Properly set file mime type when using backblaze storage method.
  • Fixed an issue where files would not delete from trash properly when using backblaze storage method.
  • Moving uploaded file to a folder will no longer incorrectly show double space used.
  • Subscription will now cancel properly on latest version of Stripe API.
  • Fixed an issue where large files would not download on some servers.
  • Fixed an issue where some images on site would be loaded as http when site had ssl enabled.
  • Prevent fails that fail extension validation from uploading.
  • Corrected a few visual issues with dropdowns across the site.
  • Fixed an issue with site logo in shared file page sometimes not showing.
  • Chart legend items will now wrap to new line if there's not enough space.
  • A number of other smaller fixes and improvements.




 
2020 April 16 - Version 2.2.1


New Features


  • Added new notification system.
  • Added configurable GDPR cookie notice.
  • Added configurable confirmation policies to register page.
Enhancements

  • Single tap on mobile will now either open a folder or show file preview.
  • Set bedrive user email and display name on stripe, so subscriptions can be found more easily.
  • Specific plans can now be hidden from upgrade and pricing pages.
  • Proration amount on subscription changes to more expensive plan on same interval will now be charged immediately instead of next billing cycle on stripe to prevent abuse.
  • Added validation to check whether x-accel or x-sendfile is setup on the server before enabling that setting in BeDrive.
  • Added keybinds for "DELETE" and "ENTER" buttons when at least one file is selected in drive.
  • Slugs will now be generated properly for cyrillic and chinese characters.
  • Improved performance when downloading large files.
  • Account confirmation email can now be resent from login page and admin area.
  • Localization settings page will now show all available timezones.
Bug Fixes

  • Allow user to upload files if they have allowed space set as unlimited.
  • Properly set file mime type when using backblaze storage method.
  • Fixed an issue where files would not delete from trash properly when using backblaze storage method.
  • Moving uploaded file to a folder will no longer incorrectly show double space used.
  • Subscription will now cancel properly on latest version of Stripe API.
  • Fixed an issue where large files would not download on some servers.
  • Fixed an issue where some images on site would be loaded as http when site had ssl enabled.
  • Prevent fails that fail extension validation from uploading.
  • Corrected a few visual issues with dropdowns across the site.
  • Fixed an issue with site logo in shared file page sometimes not showing.
  • Chart legend items will now wrap to new line if there's not enough space.
  • A number of other smaller fixes and improvements.





help me install BeDrive
 
Babak updated BeDrive - File Sharing and Cloud Storage with a new update entry:

BeDrive v2.2.1

Download BeDrive v2.2.1 - File Sharing and Cloud Storage Nulled Free
2020 April 16 - Version 2.2.1 Thanks To @webmaster
New Features

  • Added new notification system.
  • Added configurable GDPR cookie notice.
  • Added configurable confirmation policies to register page.
Enhancements
  • Single tap on mobile will now either open a folder or show file preview.
  • Set bedrive user email and display name on stripe, so subscriptions can be...

Read the rest of this update entry...
 
  • Love
Reactions: deajaypandu
Babak submitted a new resource:

BeDrive - File Sharing and Cloud Storage - Download BeDrive - File Sharing and Cloud Storage Nulled Free CodeCanyon 12700384



Read more about this resource...

Hello @Babak I need a favor I have a problem on my site because I have many attacks I cannot edit my page because once they start to make attacks I need you to collaborate with me privately what to do because the truth I can not do anything send me private thanks today I received more 756 attacks in 1 day
 
why my max upload size is depending on my memory limits not upload_max_filesize on php?
anyone know how to solve it?
i cant upload anything
I have a solution to this problem, use third party for file storage. For example, if you use Dropbox Professional instead of hosting the files locally, you can upload files larger than 4GB. This is my experience.
 
NEW Version 2.2.2 Link



2020 October 14 - Version 2.2.2
New Features



  • Added workspace/team functionality. Workspaces allow teams to store and collaborate on files.
  • Only one device can now be allowed to be logged into user account at the same time.
Enhancements


  • Migrated to the new backblaze s3 compatible API. Make sure that your backblaze bucket is compatible and correct credentials are entered in "uploading > settings" page in admin area. More information can be be found here.
  • When using S3 (or any s3 compatible storage method) files will now be downloaded directly from s3 and not go through the local server.
  • Previewing a file in a folder will now allow navigating to other files in that folder via arrows.
  • Multiple emails pasted into "manage people" dialog will now be parsed automatically.
  • "More actions" menu for folder will now have upload file and folder actions on mobile.
  • Updated Laravel to latest version. BeDrive now requires at least PHP 7.2.5 version to work properly.
  • Updated login, register, forgot password and reset password pages design.
  • If some server error occurs a more descriptive message will now be shown if user is logged in as admin.
  • All email templates will now have the same design.
  • Added separate address for contact page in mail settings page.
  • Show notification in "settings -> general" page if specified base site url and current url don't match.
  • Improved input focus outline design.
  • Google analytics integration will now use newer .json key file instead of .p12
  • Free plan can now be selected in pricing page and will redirect to sign up page.
  • Improved contrast for several widgets in dark mode.
  • Removed "force subscription" setting. Same functionality can now be achieved by removing all permissions from "users" and "guests" roles in admin area.
Bug Fixes


  • Sort dropdown while inside a folder will now correctly reflect currently active sort.
  • Corrected a few issues with file/folder sharing permissions.
  • Fixed a few issues with uploading folders into shared folders on chrome.
  • Encode uploaded image thumbnails as png or jpg based on original file.
  • File selecting via drag will now work properly in list view.
  • Multiple files can now be selected while holding down CMD key on Mac.
  • Corrected search bar background color when in dark mode on mobile.
  • Folders can now be restored from trash on mobile.
  • Cache method changes in settings page will now be properly validated.
  • Clearing cache will now work if "proc_open" function was disabled on the server.
  • Make sure text logo does not push login button offsreen.
  • Always store appearance editor custom css and js locally, regardless of storage method in settings page.
  • If placeholders can't be replaced in tags provided in "admin > appearance > seo" page, hide those tags when displaying the page.
  • A number of other smaller fixes.
 
Babak updated BeDrive - File Sharing and Cloud Storage with a new update entry:

BeDrive v2.2.2

Download BeDrive v2.2.2 - File Sharing and Cloud Storage Nulled Free
2020 October 14 - Version 2.2.2 - Big Thanks To @TassieNZ
New Features

  • Added workspace/team functionality. Workspaces allow teams to store and collaborate on files.
  • Only one device can now be allowed to be logged into user account at the same time.
Enhancements
  • Migrated to the new backblaze s3 compatible API. Make sure that your backblaze bucket is compatible...

Read the rest of this update entry...
 
  • Like
Reactions: aresela
Any body got a 403 error or I'm the only one? or anybody know why I'm getting that? it's only when I'm trying to download a file
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock