-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Servers list #4
Comments
hmm, this are the only new servers left that will surly work: https://www.speedtest.net/speedtest-servers-static.php the new servers the new speedtest is using are here: https://www.speedtest.net/api/js/servers?engine=js&limit=10&https_functional=true (you would need to convert them from json to xml) not sure if they still work (if server protocol didnt change they should) |
Thanks, but for some reason my speedtest hosted on github pages ignores the server list and only shows some servers. |
We can talk here, thats why issues are for. This also means that you and I can read eachothers messages when we have time and also means others that might have the same problem can see a solution Hmm thats odd Did u check with network inspector where the serverlist is pulled from? If it only shows some servers its possible its still pulling them from: speedtest.net not ur servers.xml |
Nope, sorry I don't know how to use a network inspector. |
Nevermind, I fixed it by copying the server.xml file contents into these 2 files: |
I still have one problem tho, when i try to do a test on a WORKING server (its from the same provider and location in the new speedtest) it returns with a Latency Test Error. maybe you know why? |
Yeah, I made the whole website unlike some other guys here only making a index.html with the flash player, but thanks veso266 for most of the code! Also, Report any dead servers to me Also 2: |
I like ur website, you even made ads (maybe its better to dont use real ones so okkla wouldnt think u make money and complain) Regarding ur automatic isp and ip detection But u could make a network request from javascript to here: https://ipinfo.io/ and get ip and isp that way, then once u get that load speedtest swf |
I didn't add the ads, I downloaded all of your code on github, took The last website\speedtest\c.speedtest.net ,edited the index.html so that the flash player isn't buggy, edited the server list because GitHub pages was having problems with it being normal. However, using ublock origin on the firefox portable made the speedtest website look kinda empty without ads. Regarding the isp and ip detection, well I can't code or anything so I don't know how to make that :D Me making this website was just me struggling for a few days, but in the end I made it working. |
Github doesnt know what to do with php files Coding is fun, try it and you will enjoy it And one for html: https://play.google.com/store/apps/details?id=com.codeliber.html |
I fixed it, settings/userlogin/userregister/results pages now work |
lol i totally forgot about this, but it still seems to be working. |
I sure hope they dont know or even care 😄 |
even if they take it down, i still have all the code stored, i would only need to change the license key of speedtest and reupload it :D |
Hey guys, I was wondering if its possible to retrieve a list of new servers in .xml file format for my website (https://stun3.github.io/speedtest/)
Thanks
The text was updated successfully, but these errors were encountered: