Open NVB9ALT opened 1 year ago
I don't know this Guilded server. Github will be perfect. I have updated the fork and added a issues tab. I'm already working on the toggle options. And this project won't be mine, it will be ours! If you have any ideas I will try to implement them. (Just as I did with the airbus sound effects.) And I'm looking forward to the final -> next update.
I will ask a friend of mine about proxys. Can you please explain your problem, and what you need to be able to run through the proxy?
And please also send me what proxy are you using!
This is a Replit deployment of the Ultraviolet proxy, forked from AriakimTaiyo's repl (which doesn't exist anymore). I've edited (I think) uv.handler.js, to automatically run the bookmarklet console and realism pack. https://replit.com/@CovelJulian/GeoFS-proxy Issue: Doesn't work. There's at least four different ways it breaks, trying to load/run the repl rolls the dice on one of them.
For me it says connection is not secure. But for you it must brake sometime later. When was the last time it was running? Were there any browser updates after that,? Last known (= as I noticed ) GeoFs update was on friday the GPS addition. Was this version running? I will look up the possible problems with my fater on the weekend, but we are not sure that we can help. There are just too many environmental dependencies, we can't really reproduce.
Last time it was running properly was 7-9 days ago, I think. I have no idea. No, as this was before the GPS update.
I'll try and log all the different types of malfunctions, and once it's done I'll show you.
Thanks, that might be useful. Can you run the legacy or the beta version through the proxy?
No, most of the time the proxy website (geofs-proxy.coveljulian.repl.co) doesn't even load lol.
I heard it wasn't fully up to date, so I deleted the repl and I'm gonna try and get a new deployment from GitHub.
That may help, for me it wasn't even load
Actually it won't run at all, something about ToS violations or some such.
Do you know a way to run arbitrary JavaScript in an iframe? My idea is to create a website with an iframe of proxied GeoFS, then append the scripts for a console and the Realism Pack to that iframe.
try this:
document.getElementById("idOfIframe").contentDocument.appendChild(_here comes a <script> tag with the code_)
https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/contentDocument
if this don't work try contentWindow under that
And honestly, I have never tried it, I have just googled it up :)
Oh boy I sure do love the cross-origin policy.
Oh boy I sure do love the cross-origin policy.
/static
folder/static
folder I created a file called _headers
This comes into _headers
:
/*
Access-Control-Allow-Origin: *
It worked for me! Good luck!
What files go in /static? The html/js of your website, or do I also need to put all GeoFS files in there?
Html and js of the iframe page
You need to create it yourself
Well I added a /static folder to the repo, and put my HTML/JS files in there, but it didn't change anything on the deployed site. Do I need to delete themes/netlify-basic?
Have you added _headers
too?
Oh boy I sure do love the cross-origin policy.
- I created a free Netlify account https://www.netlify.com/
- Choosed a Hugo quickstart template
- Copied all file to the
/static
folder- In the
/static
folder I created a file called_headers
This comes into_headers
:/* Access-Control-Allow-Origin: *
It worked for me! Good luck!
And you need to open On the deploynent the /static/index.htnl
Adding _headers didn't change anything
Set base directory to /static in build settings and it made the deploy fail.
Do that setting back, it must work in a different way. https://hypertabs.cc/uv/service/hvtrs8%2F-wuw%2Cggo%2Ffq.aoo%2Feemfq.rhr - this link is broken https://geofs-iframe-ex.netlify.app/static/index.html - open this link after bulid
The first link works fine for me; you should probably load https://hypertabs.cc before using that link to make sure the proxy runs.
it works, but that link throws 404
then just type in https://geo-fs.com/geofs.php into the url bar of the hypertab. might be interesting to see if the links are different between two users doing the same thing.
and the second link throws 404 not found, i did re-deploy the site but it didn't fix it
I will think on this tommorow, sorry but my brain is off now. Bye Kolos
You should honestly just make a video demonstrating how you did it earlier
Oh boy I sure do love the cross-origin policy.
- I created a free Netlify account https://www.netlify.com/
- Choosed a Hugo quickstart template
- Copied all file to the
/static
folder- In the
/static
folder I created a file called_headers
This comes into_headers
:/* Access-Control-Allow-Origin: *
It worked for me! Good luck!
I will make a video of course, but, what about if you simply rename index.html to something else?
Renamed to main.html, didn't work
Your Realism Pack fork a) doesn't have an issues tab, and b) is very out of date lol. Anyway... I've been blocked on the wiki for 3 weeks (I think), and I do not have discord, so here I am. If you want, I can link you my Guilded server and we can talk there. I've got one final update I want to push to main.js, then the project is all yours.