Difference between revisions of "Everybody Votes Channel"
Awesomebing1 (talk | contribs) (Er, no. That's the Wii Mail system. Updated to have the actual system.) |
|||
Line 27: | Line 27: | ||
When you vote, the software sends a request to a cgi-script getting the time via the Last-Modified header, presumably for when the last poll was published: | When you vote, the software sends a request to a cgi-script getting the time via the Last-Modified header, presumably for when the last poll was published: | ||
− | [http://vtp.wapp.wii.com/ | + | [http://vtp.wapp.wii.com/index.html http://vtp.wapp.wii.com/index.html] |
Once that happens, it loads the voting bins from above. Upon voting, another cgi script is called, vote.cgi, is called in the following format: | Once that happens, it loads the voting bins from above. Upon voting, another cgi script is called, vote.cgi, is called in the following format: | ||
Line 38: | Line 38: | ||
EVC also stores your answers and questions in the Wii's internal filesystem in the WiiConnect24-folder. | EVC also stores your answers and questions in the Wii's internal filesystem in the WiiConnect24-folder. | ||
+ | |||
+ | [[RiiConnect24]] has brought back the Everybody Votes Channel. | ||
[[Category:Software]] | [[Category:Software]] |
Revision as of 19:42, 1 April 2018
This article is a stub. You can help WiiBrew by expanding it. |
Everybody Votes Channel | |
![]() | |
Version | 0.4 (4) |
---|---|
Type | Downloaded channel |
Installed from | Wii Shop Channel |
Peripherals | ![]() ![]() |
Blocks (channel/save) | 54 / 2 |
The Everybody Votes Channel allows users to vote from one of two options on an all manner of questions, and then compare it with what the rest of the users around the world think, over the Internet. Each Mii has its own vote.
After voting, you can make a guess on which answer will be the most common one, and when the poll closes, you can compare your prediction with other users.
You can also submit a question to Nintendo for usage in the voting process.
It downloads small .bin files for the poll content and for other purposes. They are all between 1 KB or 5 KB in size, so nothing very large is downloaded.
Some of the files that the channel retrieves are below:
When you vote, the software sends a request to a cgi-script getting the time via the Last-Modified header, presumably for when the last poll was published:
http://vtp.wapp.wii.com/index.html
Once that happens, it loads the voting bins from above. Upon voting, another cgi script is called, vote.cgi, is called in the following format:
Submitting a question is similar, with a suggest.cgi. What's done here is currently unknown.
http://vtp.wapp.wii.com/cgi-bin/suggest.cgi
EVC also stores your answers and questions in the Wii's internal filesystem in the WiiConnect24-folder.
RiiConnect24 has brought back the Everybody Votes Channel.