Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Nice images as always, good to have you back.
Keep up the amazing work!

I see you have your own website now (tho i can not open any image there - something wrong with my browser? or it requires login?)

thanks for letting me know the site isn't working for you its dream dash of dash light.com or 

put another way dream-of-light.com  

you should see the following at the top right when going there...


then if you select Icons


You should see the above, I've rolled over Accesories

and if I click that...


it should show Accesories, I now click on v5 Rings and see (by the way any of those little download buttons at the bottom right of each image will download that album)



you can then adjust how columns are visable in the top right...



as it is its three columns, changing it makes the screen look like


this for 6 columns. 

At the bottom left is a one click download button for the album and clicking any of the images will download just that image


Please let me know if it works for you... I'm very curious as to what the problem you ran into was as this has been my project night and day for awhile

Well...  tried a few times, from 2 computers, but i can only see broken image components:

Might be something on my side?

The little number4 on the bottom corner is a tracking blocker, which alert me that your side has 4 trackers, which it blocked.  Yes, I also tried with that blocker disabled.

I see, well that sucks, I had no idea imgbb was using trackers. thats how I'm hosting the images so I don't know what to do. I don't know how to have the website without someone else hosting the images because a single person could view several gigs worth of images really easy and I can't provide that unless it's free or cheap for me to do so. I'm sorry the site doesn't work for you. I've tried on Edge and Chrome as well as my phone with no problems, I don't know what to tell you but thank you so much for making me aware. I will try to find another solution

Deleted 210 days ago

Tried with Firefox, which is my default browser everywhere. Also just gave it a try with Epiphany, but it only showed a dark site:
Checked network tab, I do not see any pending transfers.

I apologize if I made your day worse with this, but I thought you shall know.

Oh sorry.  have to click on the tabs in the corner.  Ok, see broken images like with firefox.  Sorry this was a user error..

I just changed all my cdn calls to be local files, that was three of the five things that could have triggered the tracker. Now there is only two, the google anylitics, and something I have no control over the imgbb img links. Let me know if its working now when you get a chance

by the way, thank you so much for this information and feedback, means a lot to me

I installed Ghostary and got 4 as well even with the changes

3 of the trackers are my google anylitics and one is paypal, but when I have the trackers blocked I can still see the images

(+1)

Tried in a private tab with no extensions, same.  If I play around with the slide and also navigated between tabs it only change the number of broken images i see.


I am glad if this was somehow helpful. Hate to be the bringer of bad news tho.

I may just have to host the images elsewhere, i don't know at this point. sorry your not able to use the site. Thanks for the help and letting me know this problem exists.

I wanted to make sure the issue is not within my linux systems, so i opened up a windows10 instance in virtualbox, tested with chrome and edge as you wrote before, but same.

As a last ditch effort I connected to a VPN and now it... sort of works:

Not all images load still, some got 404 still, but i guess it was some weird network issue? Maybe my ISP just hates imgbb.
Download works too.

It turns out the issue was indeed on my side. Sorry for making trouble for you. Great site.

After talking to Claude 2 there are a few potential things
------------

There are a few things that could potentially trigger tracking blockers on this page:

  1. Google Analytics (gtag.js) - The Google Analytics tracking code at the top of the page will be blocked by many ad blockers and privacy extensions.
  2. External asset links - Links to JS files hosted on external domains like jszip.min.js and FileSaver.min.js could also trigger warnings in some cases.
  3. Fetching remote text files - The code that fetches text files from js/Icons/ and js/Backgrounds/ folders could trigger blocks if those are on an external domain.
  4. externals links - Any links to external sites like the MediaFire download URL or links in the generated HTML could also trigger warnings.

Some things you could try to avoid issues:

  • Use locally hosted versions of external libraries instead of CDNs when possible.
  • Proxy remote requests through your own server instead of accessing them directly from client.
  • Disable or anonymize Google Analytics tracking.
  • Clearly communicate why any external requests are needed (e.g. hosting costs, content sources etc).
  • Limit external links to only necessary destinations.
  • Implement a service worker to cache and serve some of these requests locally after the initial load.
  • Detect ad blockers and gracefully handle blocking of certain functionality.

Overall it's a balance of providing a smooth user experience while limiting unnecessary external connections that might trigger blocks. Hope this gives you some ideas on things to look out for! Let me know if any part needs more clarification.

---------------

Very fustrating