Welcome to the Mod Share forums.
You are not logged in.
Pages: 1
Topic closed
^^
Offline
No, they don't. The issue here is a different issue from the Wiki. The issue here is that the server we use is IPv6 only, while the Scratch server is IPv4 only, so registrations are down until we can figure out a way to circumvent this problem.
Offline
No, they don't. The issue here is a different issue from the Wiki. The issue here is that the server we use is IPv6 only, while the Scratch server is IPv4 only, so registrations are down until we can figure out a way to circumvent this problem.
I rarely read the wiki anymore (except for the wiki wednesday articles, because they shove ithem in our face) Plus, not all IPs *have* a v6 address, so *some* people could still sign up.
Plus, why does it matter what the Scratch servers use?
Offline
jvvg wrote:No, they don't. The issue here is a different issue from the Wiki. The issue here is that the server we use is IPv6 only, while the Scratch server is IPv4 only, so registrations are down until we can figure out a way to circumvent this problem.
I rarely read the wiki anymore (except for the wiki wednesday articles, because they shove ithem in our face) Plus, not all IPs *have* a v6 address, so *some* people could still sign up.
Plus, why does it matter what the Scratch servers use?
Where else did you get the impression that registrations would be working again, though? That was the only source I could think of.
Anyway, the problem is that this server is currently unable to access the Scratch API due to incompatible addressing schemes. Until there is a suitable workaround for this, there is no way to verify the identity of users registering (besides doing so manually, but that would take a lot of unnecessary work, especially when we already have an almost-working automatic system that just needs one fix). The problem is that this server can only access websites with IPv6 addresses, and the Scratch website is IPv4-only (at least for now). I am currently looking into tunnelling options.
Offline
1) I got it from the fact that people have registered since.
2) A good proxy might be some free hosting (makeshift of course) of maybe the way-back machine (no, that is not a joke)
Offline
Also, I have an idea. Can mod share access pages from the client's perspective?
If the answer is yes, attempt to look in their backpack.
If the answer is no, please reply, so I know to think of something else.
Offline
1) I got it from the fact that people have registered since.
2) A good proxy might be some free hosting (makeshift of course) of maybe the way-back machine (no, that is not a joke)
I think I found a pretty good solution: crossorigin.me - I will implement that tomorrow. Credit to scratchyone for suggesting this
Also, nobody seems to have registered since the final round of server upgrades, according to the server log.
Also, I have an idea. Can mod share access pages from the client's perspective?
If the answer is yes, attempt to look in their backpack.
If the answer is no, please reply, so I know to think of something else.
Mod Share can currently only access pages from the point of view of an anonymous user. It is possible to access backpacks (through the use of AJAX), and that may be included if applicable to any specific feature.
Offline
1 And credit to me for pointing out that you should think of a backup
2) Actually, the idea was that they patched the hole allowing others' backpacks to be accessed.
Also, if I were to drive down to G***i's server room and logged in to Scratch from the futuresight.org machine, would Mod Share see Scratch from my perspective?
Last edited by Krett12 (2016-04-09 21:51:36)
Offline
1 And credit to me for pointing out that you should think of a backup
2) Actually, the idea was that they patched the hole allowing others' backpacks to be accessed.
Also, if I were to drive down to G***i's server room and logged in to Scratch from the futuresight.org machine, would Mod Share see Scratch from my perspective?
1. Hopefully I won't need that, but thanks.
2. You misunderstand. With AJAX I could actually let the user log in and then access their own backpack. However, this is all done in the user's browser, not on the server.
When Mod Share accesses other sites, it by default does so from the point of view of an anonymous user. With some cURL tricks it is possible to make it log in, but currently it does not have any code to do this, and with the IPv4-v6 issues, it would be much more difficult to do this.
Offline
Krett12 wrote:1 And credit to me for pointing out that you should think of a backup
2) Actually, the idea was that they patched the hole allowing others' backpacks to be accessed.
Also, if I were to drive down to G***i's server room and logged in to Scratch from the futuresight.org machine, would Mod Share see Scratch from my perspective?
1. Hopefully I won't need that, but thanks.
2. You misunderstand. With AJAX I could actually let the user log in and then access their own backpack. However, this is all done in the user's browser, not on the server.When Mod Share accesses other sites, it by default does so from the point of view of an anonymous user. With some cURL tricks it is possible to make it log in, but currently it does not have any code to do this, and with the IPv4-v6 issues, it would be much more difficult to do this.
2) I was talking about the browser, but you switched to talking about the server.
3) Again, not what I was talking about. If I was logged in on the server machine, would mod share see Scratch from a logged-in perspective?
Offline
jvvg wrote:Krett12 wrote:1 And credit to me for pointing out that you should think of a backup
2) Actually, the idea was that they patched the hole allowing others' backpacks to be accessed.
Also, if I were to drive down to G***i's server room and logged in to Scratch from the futuresight.org machine, would Mod Share see Scratch from my perspective?
1. Hopefully I won't need that, but thanks.
2. You misunderstand. With AJAX I could actually let the user log in and then access their own backpack. However, this is all done in the user's browser, not on the server.When Mod Share accesses other sites, it by default does so from the point of view of an anonymous user. With some cURL tricks it is possible to make it log in, but currently it does not have any code to do this, and with the IPv4-v6 issues, it would be much more difficult to do this.
2) I was talking about the browser, but you switched to talking about the server.
3) Again, not what I was talking about. If I was logged in on the server machine, would mod share see Scratch from a logged-in perspective?
2. Well, in that case, it is definitely possible from the browser end.
3. There is no web browser installed on the server. The server only runs command-line stuff, and logging in anywhere requires using cURL and a few other tricks. However, when just accessing a page without actually being coded to log in, it does so from a logged-out perspective.
Offline
3. There is no web browser installed on the server.
A server is really just a computer with Apache. How outdated is their software?
, and logging in anywhere requires using cURL and a few other tricks.
With AJAX I could actually let the user log in
However, when just accessing a page without actually being coded to log in, it does so from a logged-out perspective.
Duh.
Last edited by Krett12 (2016-04-10 10:09:46)
Offline
3. There is no web browser installed on the server.
A server is really just a computer with Apache. How outdated is their software?
You fundamentally misunderstand how a webserver works. While a server is basically a computer, it is different in how it is set up. A server only has software that's actually needed for being a server, and many cases that doesn't even include a graphical layer (I have to do everything over SSH). A web browser, while it comes pre-installed in many operating systems, is not actually a core component of the operating system. In the server version of the OS, since there's no need to have a web browser on the server, it does not come pre-installed. Furthermore, the server doesn't even have a graphical interface to use. Everything is done via command line over SSH.
Also, the software isn't exactly outdated. The server runs Ubuntu 14.04, which is about two years old but still actively maintained.
, and logging in anywhere requires using cURL and a few other tricks.
Why cURL specifically?
That's the library that PHP has for submitting POST request and stuff like that.
Offline
You fundamentally misunderstand how a webserver works. While a server is basically a computer, it is different in how it is set up. A server only has software that's actually needed for being a server, and many cases that doesn't even include a graphical layer (I have to do everything over SSH). A web browser, while it comes pre-installed in many operating systems, is not actually a core component of the operating system. In the server version of the OS, since there's no need to have a web browser on the server, it does not come pre-installed. Furthermore, the server doesn't even have a graphical interface to use. Everything is done via command line over SSH.
Also, the software isn't exactly outdated. The server runs Ubuntu 14.04, which is about two years old but still actively maintained.
A web browser could be useful on April Fools day.
That's the library that PHP has for submitting POST request and stuff like that.
"the" library?
Offline
You fundamentally misunderstand how a webserver works. While a server is basically a computer, it is different in how it is set up. A server only has software that's actually needed for being a server, and many cases that doesn't even include a graphical layer (I have to do everything over SSH). A web browser, while it comes pre-installed in many operating systems, is not actually a core component of the operating system. In the server version of the OS, since there's no need to have a web browser on the server, it does not come pre-installed. Furthermore, the server doesn't even have a graphical interface to use. Everything is done via command line over SSH.
Also, the software isn't exactly outdated. The server runs Ubuntu 14.04, which is about two years old but still actively maintained.A web browser could be useful on April Fools day.
That's the library that PHP has for submitting POST request and stuff like that.
"the" library?
Any sort of stuff that might need to be done from a web browser I can do from my own personal computer.
cURL is the library that most people use. I am sure there are other ones, but that is the one that is generally the most commonly used.
However, this topic has gone completely off-topic from the original issue of registrations, so I am going to close it.
Offline
Pages: 1
Topic closed