Reverse-engineer the PlayStation Network Information Board #8

Closed
opened 2019-11-24 22:03:48 +00:00 by lucidiot · 1 comment
Owner

While the PSN is sadly closed, the Information Board option still works. My French feed shows the last update was in 2010. I believe this feed is an RSS feed; we should try to use a tool such as Wireshark to intercept the network communications made by the PSP when loading this feed, to see what is exactly asked for. This might bring some interesting info for #3.

While the PSN is sadly closed, the Information Board option still works. My French feed shows the last update was in 2010. I believe this feed is an RSS feed; we should try to use a tool such as Wireshark to intercept the network communications made by the PSP when loading this feed, to see what is exactly asked for. This might bring some interesting info for #3.
lucidiot added the
requires-hardware
label 2019-11-24 22:12:44 +00:00
Author
Owner

Country selection URLs, which return XML files holding country lists for each PSP product code:

http://infoboard.ww.dl.playstation.net/download/infoboard/p/e/country-select-$PRODUCTCODE.xml

Example: http://infoboard.ww.dl.playstation.net/download/infoboard/p/e/country-select-cel.xml

Regional feeds then follow the http://infoboard.ww.dl.playstation.net/download/infoboard/p/e/fr/fr/rss.xml pattern, where fr/fr seems to be equivalent to SCE region/region/language.

The country selection files mention a "skin URL", which leads to 404 errors and might be related to an attempt at making the Information Board look nicer depending on its contents. The image URLs from the current news are dead and the news links redirect to google.com.

e corresponds to SCEE (Europe), which covers AU3 (Australia and New Zealand), CEL (Europe), CEK (UK) and RU3 (Russia). It can be replaced by a for UC2 (United States) and MX2 (Mexico), or j for J1 (Japan).

Remove p/ to get the PS3's information board feeds!

Country selection URLs, which return XML files holding country lists for each PSP product code: ``` http://infoboard.ww.dl.playstation.net/download/infoboard/p/e/country-select-$PRODUCTCODE.xml ``` Example: http://infoboard.ww.dl.playstation.net/download/infoboard/p/e/country-select-cel.xml Regional feeds then follow the `http://infoboard.ww.dl.playstation.net/download/infoboard/p/e/fr/fr/rss.xml` pattern, where `fr/fr` seems to be equivalent to `SCE region/region/language`. The country selection files mention a "skin URL", which leads to 404 errors and might be related to an attempt at making the Information Board look nicer depending on its contents. The image URLs from the current news are dead and the news links redirect to `google.com`. `e` corresponds to SCEE (Europe), which covers `AU3` (Australia and New Zealand), `CEL` (Europe), `CEK` (UK) and `RU3` (Russia). It can be replaced by `a` for `UC2` (United States) and `MX2` (Mexico), or `j` for `J1` (Japan). Remove `p/` to get the PS3's information board feeds!
lucidiot self-assigned this 2019-11-25 06:54:08 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lucidiot/psp-research#8
No description provided.