Support General Bunkr / Cyberfile Support, Guides and Issues

  • Before starting a new thread for an issue, please use the search bar to see if a topic already exists. Please ensure you include as much detail as possible when reporting any issues.

    For further information about using this section: Support Guidelines
    To submit and vote on ideas for new features: Ideas and Suggestions
    For answers to our Frequently Asked Questions: FAQ
    For a guide on how to level up: Noob Guide
Status
Not open for further replies.

SimpCity

Staff
Mar 11, 2022
361
120,344
2,177
0fya082315al84db03fa9bf467e3.png
Here's a thread collating a number of guides, tips, and resolutions for current bunkr issues

Guides and Tools

Uploading files / albums


Bulk Download Albums


Sort album by size


Upload page enhancements




Issues + Fixes

Access/Upload Issues

If you are having difficulties accessing bunkr, please use a VPN and connect to somewhere in Europe. There are multiple free VPNs available you can use, some of which we have listed here:



Status Page

Please, Log in or Register to see links and images
 
Last edited by a moderator:

POKI

Broke Boi
Mar 8, 2022
1,705
108
17,003
1,522
0fya082315al84db03fa9bf467e3.png
:BongoBan::BongoBan::BongoBan: !!! READ THIS BEFORE YOU ASK ANYTHING !!! :BongoBan::BongoBan::BongoBan:

Guys, quit asking the same few questions

Cyberfile​

  • Cyberfile uploads and downloads do not work, this is intentional while a server move is in progress. Just wait for Taco to say when they are resumed.
    • Uploads are re-enabled, most files copied to new server
  • Cyberfile thumbnails will probably never be fixed.



Bunkr​

  • Bunkr is overloaded so yes downloads and uploads will be slow, you 'may' have a better experience using a European VPN server. There are fixes being planned to cope with the increased traffic such as advanced caching servers, these are not implemented yet.
    • Cache server has been implemented
  • Registrations are closed until at least bunkr is no longer overloaded.
    • Registrations currently open
  • 429 errors mean you are downloading too much at once, most bunkr servers only allow one download at a time. Pressing play and then pressing download counts as two hence the 429 error.
  • Two servers are down for maintenance, see their status page here:
    Please, Log in or Register to see links and images

Any posts asking the same questions will be deleted.
 
Last edited:

T4C0

Taco Papi
Apr 15, 2022
873
1
4,698
1,223
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
For simplicity sake we just added (5 mins ago) a text displaying the server you are uploading to, let me know which server so I can take a look, otherwise is just going in blind without knowing which server you are having upload issues with :OkayChampThumbs:

1705196217453.png
 

Shibe

Bathwater Drinker
Mar 13, 2022
32
1,504
1,242
0fya082315al84db03fa9bf467e3.png
Does anyone have a working CLI script to bulk upload to Bunkr? I've tried with a modified version of
Please, Log in or Register to see links and images
but I can't figure out the splitting/chunking upload of large videos. Set chunk size to 20MB, but it uploads each 20MB chunk as its own file to the album :Pepega:

Code snip here
Please, Log in or Register to see links and images
 
  • Like
Reactions: EdMac

T4C0

Taco Papi
Apr 15, 2022
873
1
4,698
1,223
0fya082315al84db03fa9bf467e3.png
We've gone ahead and launched the new features a day ahead of scheduled.

[Changelog]

Last update: Jan 14,2024
----------------------------------------------------------------

Update v2.9 - Jan 14,2024
- Changed from plyr.io to fluidplayer due to the changes below*-
- Added preview grid as cover foto of the player*. (preview:
Please, Log in or Register to see links and images
) [ONLY NEW VIDEOS UPLOADED AFTER THIS UPDATE WILL HAVE THIS]
- Added preview thumbnails when you hover the bar. (preview:
Please, Log in or Register to see links and images
) [ONLY NEW VIDEOS UPLOADED AFTER THIS UPDATE WILL HAVE THIS]
- Added a text to indicate which server you are uploading to with the intent to facilitate communication if you have any server upload issues.
- Removed a bunch of unused CSS + JS code that slowed down some pages.

We've also created a dev log in which you can follow up with our changes!

Please, Log in or Register to see links and images

Happy fapping :ShyBoner:

Edit: We've disabled uploads for a few as we encountered an issue. Investigating.
Edit 2: Uploads have been enabled once again, we're keeping an eye close on things in case anything new arises.
Edit 3: Disabled the grid + thumbnails (new features) while we investigate a few new issues.
Edit 4: Enabled again the grid + thumbnails.
 
Last edited:

b0b

⁤Cṳṧт✺Պ т!тℓḙ
Mar 10, 2022
5,958
1
570,094
2,833
0fya082315al84db03fa9bf467e3.png
If you're using Adguard('s filters), add this to your custom filters to allow/unblock necessary scripts:

@@||bunkr.ws/magic/home-v2.js$script,domain=app.bunkrr.su @@||bunkr.ws/magic/dashboard-v3.js$script,domain=app.bunkrr.su @@||system-beta.b-cdn.net/js/script.js$script,domain=app.bunkrr.su

or this, with a wildcard for simplicity and future changes:

@@||bunkr.ws/magic/*.js$script,domain=app.bunkrr.su @@||system-beta.b-cdn.net/js/script.js$script,domain=app.bunkrr.su
 
Last edited:

Aldebaran98

Bathwater Drinker
Mar 11, 2022
416
33,160
1,733
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
First time this happened in all the years I've visited bunkr for me. Previously it was allowing access to bunkr and just blocking some pop-up or something on the site, but today it's started blocking access to the main site. I know I can still access it by adding it to exceptions, it's just that I think it feel better when your antivirus dont flag sites you visit. :-) Thanks for your time.
 

T4C0

Taco Papi
Apr 15, 2022
873
1
4,698
1,223
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
So, where do I begin with this nightmare.

First of all, all data is safe, and actually old uploads have been online for 2-3 days now.

Now to the issues we have encountered.

We built a MinIO cluster with a bunch of servers, over 150 HDDs combined for data redundancy and most importantly performance. Download speeds are GODLY, like, we pushed over 80Gbit 0 issues, or slowdowns.

Now when we try upload even small 1GB files, for some unknown reason it keeps timing out. We have reinstalled everything from 0, 3 times now, all performance is good when it comes to downloads, not the same can be said about uploads.

We even tested the uploads with CloudFlare R2, and even the uploads failed. We thought of rewriting the whole upload process, but after looking at the code, its easier to build something from 0 than to touch that shit. It looks like a 5yo made that. yikes.

What's next?

Welp with such headaches, and a few late nights, we actually thought of just keeping cyberfile idle, and just.. let it die.

So... is cyberfile dead? No, at least for now it isnt.

We'll move all the existing data to a big server to see if it helps with the timeouts the current service we use has, and enable 3 beefy servers for new uploads. Hopefully by having all these 3 servers the load balancer does a good job and distributes evenly all new uploads between the 3 servers.

We'll start the RAID build on the new servers and that should take about 2-3 days.

EDIT: WE"VE PUT THE OLD UPLOADS ON MAINTENANCE SO WE CAN PROCESS THE TRANSFER FASTER! DO NOT ASK WHEN IT WILL BE BACK UP. READ ABOVE.
 

Exynostalgia

Lover From The Dark Realm
Jun 24, 2022
133
2,310
1,252
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to see links and images


Hey I just got this message on my upload page on bunkr, is there any way to avoid the possibility of getting ban?

Do I need to check every file I've uploaded? Since maybe there are some slight chance that my file's name contain a "telegram promo" even though I don't mean it 😟

About the files with "promotion" name on it.
i often get these kind of files from the vast sea of porn on the internet... don't even rename the files and uploading it right away 😅

I don't want to lose my account there's way too many "treasure" in it
 
Last edited:

Annihilus

Send the Horde
Mar 12, 2022
624
14,429
1,433
0fya082315al84db03fa9bf467e3.png
I asked this a while back on the other thread, but with the adding of more rules for the file names that can't be posted I think it's more relevant now than before-

Can a file renaming system be implemented?

You're currently banning any files with Telegram in the title, but a few of my filler Bunkr accounts have the source files not renamed for when I want to download, rename, and share those, and a lot of them are from Megas that do/did have Telegram in the file name.

Now, the problem at the present is that with no way to rename the files, you have to upload them all again.

You've implemented a "sort by" feature after a long while of not having a way to sort, so can I ask if, before you start banning accounts for files that had no intent to advertise anything, you allow people to rename their files?
 
  • Like
Reactions: Endnote4419

Annihilus

Send the Horde
Mar 12, 2022
624
14,429
1,433
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
To add on to this, a lot of people use their accounts to stockpile and post the renamed/re-edited links later, which is what I've done in the past to save TH videos and censor out their logo after, or in the case of Telegram, save the files from various Megas and name them appropriately once I get to them.

The rule makes sense, but until a File Renaming system gets implemented- can not allowing your files to be on the main page save the account from deletion?
 

POKI

Broke Boi
Mar 8, 2022
1,705
108
17,003
1,522
0fya082315al84db03fa9bf467e3.png
Its more about those that were just making fuck loads of albums with 'visit X telegram' in the title and so flooding the bunkr albums page with ads for their telegrams.

I doubt taco has the time to go through everyones uploads
 

duuude5468

Lurker
Oct 6, 2022
3
0
46
0fya082315al84db03fa9bf467e3.png
Questions about Bunker
how long does the file stay on bunker (it says permanant on the upload settings ??)
How to get one link to all difrent albums
how to keep up with how many downloads the files have been downloaded
is there a way to chose the thumbnail
 
Status
Not open for further replies.