File:Server-File-ID-Equation.png: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 November 2020

  • curprev 02:5002:50, 18 November 2020 Zedseven talk contribs 270 bytes +270 The equation used to calculate the internal server file ID from a title ID and content ID. '''t''' is the title ID, and '''c''' is the content ID. The LaTeX for this is as follows: <pre>f_{serverId}\left(t,c\right) = t \cdot \texttt{0x100000000} + c</pre>