QUICK NEWS

{NEW} - A new css video is up.

{OLD} - New video courtesy of Skhilled, Thanks for posting it up.

Video of the moment:


Internal Links

SMF Sites

Quick Info

Recent posts

#21
Coding & Mods / Re: Direct file links from web...
Last post by Dave - Oct 04, 2025, 05:15 AM
Quote from: Neša on Oct 04, 2025, 05:09 AMI'm not sure, I have limited knowledge on what is failing.
Maybe someone else that is a JavaScript or Web developer might know why.

Thanks for looking Nesa it's much appreciated. The only reason I wanted to link to the file on the other site is to save my main site from going over the 'inodes' limit, the dj.co.uk will be gone next year as I wont be able to afford to renew the hosting. I might try and host it on my NAS drive, that's another task I can play with for now
#22
Coding & Mods / Re: Direct file links from web...
Last post by Neša - Oct 04, 2025, 05:09 AM
I'm not sure, I have limited knowledge on what is failing.
Maybe someone else that is a JavaScript or Web developer might know why.
#23
Coding & Mods / Re: Direct file links from web...
Last post by Dave - Oct 04, 2025, 05:02 AM
Quote from: Neša on Oct 04, 2025, 04:55 AMMaybe the url is incorrect try https://www.quizland.co.uk:dontknow

No that doesn't work either only thing that's working is the wildcard
#24
Coding & Mods / Re: Direct file links from web...
Last post by Neša - Oct 04, 2025, 04:55 AM
Maybe the url is incorrect try https://www.quizland.co.uk:dontknow
#25
Coding & Mods / Re: Direct file links from web...
Last post by Dave - Oct 04, 2025, 04:52 AM
I've tried various permutations of with quotes, without with quotes and commas and a colon after the Header set Access-Control-Allow-Origin: https://www.davejohnson.co.uk but the only thing that works is the wild card.

I should add at this point I'm not testing the game only the CORS
#26
Coding & Mods / Re: Direct file links from web...
Last post by Neša - Oct 04, 2025, 04:50 AM
I think we are having issues with the config not sure what the problem is.
#27
Coding & Mods / Re: Direct file links from web...
Last post by Dave - Oct 04, 2025, 04:45 AM
Quote from: Neša on Oct 04, 2025, 04:41 AMhmm.
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://davejohnson.co.uk/test/AdvanceGuardianHeroesUSA.gba. (Reason: CORS header 'Access-Control-Allow-Origin' does not match 'https://www.davejohnson.co.uk'

what if you remove the quotes ?

I'll try that now
#28
Coding & Mods / Re: Direct file links from web...
Last post by Dave - Oct 04, 2025, 04:44 AM
Quote from: Neša on Oct 04, 2025, 04:37 AMwhat if you put the url back in but keep the single quotes?

No that doesn't work. I did try that after reading your last post, then when I went to that link you posted I read about the wildcard.
#29
Coding & Mods / Re: Direct file links from web...
Last post by Neša - Oct 04, 2025, 04:41 AM
hmm.
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://davejohnson.co.uk/test/AdvanceGuardianHeroesUSA.gba. (Reason: CORS header 'Access-Control-Allow-Origin' does not match 'https://www.davejohnson.co.uk'

what if you remove the quotes ?
#30
Coding & Mods / Re: Direct file links from web...
Last post by Neša - Oct 04, 2025, 04:37 AM
what if you put the url back in but keep the single quotes?