In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
Er, no. That's the Wii Mail system. Updated to have the actual system.
Line 25: Line 25:  
:*[http://vt.wapp.wii.com/world/2007/0901_r.bin http://vt.wapp.wii.com/world/2007/0901_r.bin] 1KB
 
:*[http://vt.wapp.wii.com/world/2007/0901_r.bin http://vt.wapp.wii.com/world/2007/0901_r.bin] 1KB
   −
When you vote, the software sends a request to a cgi-script on Nintendo's WiiConnect24 server:
+
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://rcw.wc24.wii.com/cgi-bin/check.cgi http://rcw.wc24.wii.com/cgi-bin/check.cgi]
     −
It sends data such as:
+
[http://vtp.wapp.wii.com/time.cgi http://vtp.wapp.wii.com/time.cgi]
<pre>
  −
mlchkid=e706ff05cbcb792e44f468c72be058f0&chlng=3f9f0f500659ed3c1bbaf429ab570ce7
  −
</pre>
     −
and receives data somewhat like this:
+
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:
<pre>
  −
cd=100
  −
msg=Success.
  −
res=430994fdf7545123e762b4e5a52a6bd4f1f84c56
  −
mail.flag=799197837977475F84ZX53ZZ5F9998W43
  −
interval=10
  −
</pre>
     −
It also stores your answers and questions in the Wii's internal filesystem in the WiiConnect24-folder.
+
[http://vtp.wapp.wii.com/cgi-bin/vote.cgi?typeCD=%d&questionID=%d&wiiNo=%016lld&countryID=%d&regionID=%d&ansCNT=%04d http://vtp.wapp.wii.com/cgi-bin/vote.cgi?typeCD=%d&questionID=%d&wiiNo=%016lld&countryID=%d&regionID=%d&ansCNT=%04d]
 +
 
 +
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 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.
    
[[Category:Software]]
 
[[Category:Software]]
13

edits

Navigation menu