PS3 Title Update PKG Website

Hello everyone,

I remember there was a site linked as "eurasia.com" or something close to these lines where you could enter your game region code (B***-XXXXX, ex. BLES-01717 which is BO2) and find the title update for the game in .pkg format and download it...I am not able to find this site any more and last time I found it, it was renamed as pandora something but I cant recall the whole link....I googled things relating to pkgs and sites but still no luck...If anyone can provide me with a link or let me know if this project is no more, I would be very thankful :encouragement:

**Note: This site only provided title updates, its not like [removed]
 
Last edited by a moderator:
Hello everyone,

I remember there was a site linked as "eurasia.com" or something close to these lines where you could enter your game region code (B***-XXXXX, ex. BLES-01717 which is BO2) and find the title update for the game in .pkg format and download it...I am not able to find this site any more and last time I found it, it was renamed as pandora something but I cant recall the whole link....I googled things relating to pkgs and sites but still no luck...If anyone can provide me with a link or let me know if this project is no more, I would be very thankful :encouragement:

**Note: This site only provided title updates, its not like [removed]
check this section on devwiki. it shows how to get update list straight from sony servers.
 
Replace "CONTENTID" (both places) with the contentID of the game you want to check, that resulting xml will have links to the update pkgs for that game.
Code:
https://a0.ww.np.dl.playstation.net/tpl/np/CONTENTID/CONTENTID-ver.xml

just a side note, as I was doing some tests recently: this URL must be HTTPS, or else you won't get results.
The update packages are served on plain http, but the XML is only returned when you connect with https.

so, for example, you could grab an update with wget:
Code:
wget --no-check-certificate https://a0.ww.np.dl.playstation.net/tpl/np/BLES12345/BLES12345-ver.xml
 
Hello bucanero, I want to ask you a question: Can it be used in anything other than updates, such as avatars or dlcs, using Content ID?
 
Hello bucanero, I want to ask you a question: Can it be used in anything other than updates, such as avatars or dlcs, using Content ID?

That URL is for game updates. It returns an XML file with the update packages, the version and the installation sequence.

For DLC and avatars you need to get them from PSN Store. The are found in other servers.
 

Similar threads

Back
Top