Welcome to Laser Pointer Forums - discuss green laser pointers, blue laser pointers, and all types of lasers

Buy Site Supporter Role (remove some ads) | LPF Donations

Links below open in new window

Something simple - Photobucket error

Joined
Dec 17, 2017
Messages
16
Points
0
The attached is what I get occasionally when I try to view some members’ photos. I usually visit and use my smartphone or tablet.
Any suggestions?
 

Attachments

  • D5708515-C885-4D3B-B3CB-FB4199F2945D.jpeg
    D5708515-C885-4D3B-B3CB-FB4199F2945D.jpeg
    51.8 KB · Views: 25





PhotoBucket is holding user's pictures on Photobucket
hostage until the user pays some new ridiculous fees.

Jerry
 
Jerry is right, Photobucket has implemented a new plan for people who use their service for what they call "third party hosting", that is using your photos on forums etc.
They have went from a basically free service to charging $399. per year for sharing your photos.
Most everyone here has went to another photo hosting site such as Imgur. Some members have updated their old photobucket posts, but there is still many old photobucket pics out there that will come up like the one you show in your thumbnail.
 
It's as they said above. However, photobucket's developers have no clue how to actually prevent it for people who know what they're doing.

You can get chrome & firefox extensions that circumvent their ransom...

Edit:
Chrome: https://chrome.google.com/webstore/detail/photobucket-hotlink-fix/kegnjbncdcliihbemealioapbifiaedg
Firefox: https://addons.mozilla.org/en-US/firefox/addon/photobucket-fix/?src=api

Reason I link these two is because the source code is available. There are plenty of other options as well
 
Last edited by a moderator:
Thanks for those links, Z. Have you tried either of them out?
 
Hey, it works! Thank you, mister Ticket. I didn't realize it was that easy.
 
Yup! These are the extensions I use myself. They work fine :)

Something makes me think the devs did the filtering this way on purpose... it's definitely possible to reroute the file without using any headers on the request... edit: maybe it isn't so easy now that I've dug through the source code. This same method will likely work with other websites so long as you understand how they filter by request...

For those tech savvy and interested, it adds some javascript to every page. Before any request goes out (link clicked, load image, video, etc), it will inspect its header which holds a lot of details/properties.

If it's a request to photobucket, it will do the following:
-check to see if it's an image being linked to
-if it is, do the following:
--grab the user, and create a link to their full media folder
--find the referer property (what URL the request came from), and replace it with the link to that user's generic media folder

This works because they allow you to view any photos as long as you're navigating their site. There's no hotlinking restrictions within their own domain. So if you pretend you are from their own domain, they give it the OK.
 
Last edited by a moderator:
Thanks for all the info. I guess that means that I will have to browse the forum on my computer instead of my IPad. I will try Google Chrome on my iPad and see if that makes any difference.
 
Last edited:


Back
Top