PlayStation 3 developer deank has released a stand-alone BROWSER.SELF Web browser that can be used in both multiMAN and other applications by PS3 homebrew developers.
Download: BROWSER.SELF / EBOOT.BIN
This is a standalone browser, which can be used by any other application (not just multiMAN).If present in multiMAN's USRDIR folder - it will be used instead of the build-in mM browser. (if you update to the latest online version, which includes it)
- Supports downloading of files
- FTP server running in the background
- Allocates ~150MB for the browser, so no more 'insuff. memory' errors
- If URL is parsed, it will open it. If not -> Official PS3 page is opened
- On exit it will return to the caller application (if RELOAD.SELF is present in the same folder)
- Downloaded files are saved under the current folder + ./DOWNLOADS
Other devs are free to use it in their apps. The proper way would be to create your own EBOOT.BIN, which will call the BROWSER.SELF with any parameter/URL you wish.
Code:void launch_self(char *_self, char *_param) { char* launchargv[2]; char self[256]; sprintf(self, "%s", _self); memset(launchargv, 0, sizeof(launchargv)); launchargv[0] = (char*)malloc(strlen(_param) + 1); strcpy(launchargv[0], _param); launchargv[1] = NULL; exitspawn((const char*)self, (char* const*)launchargv, NULL, NULL, 0, 64, SYS_PROCESS_PRIMARY_STACK_SIZE_512K); }Code:launch_self(browser_self, start_page);Here is an EBOOT.BIN with content_id: WWWFTP-BROW00001_00-WWWBROWSERFTP001Code:launch_self((char*)"/dev_hdd0/game/XXXX12345/USRDIR/BROWSER.SELF", (char*)"http://www.******.***");
Using the EBOOT.BIN is not very useful, because you'll always get the official PS3 Web page (I set it to the UK one).
Below are some more multiMAN PS3 updates for those interested:
Download:
- multiMAN v02.07.04 Update (20110925-163200) (1.65 MB)
- multiMAN v02.07.01 BASE (20110918-220000) (6.24 MB)
- multiMAN v02.07.01 FULL (20110918-220000) (81.58 MB) (2900 covers) (showTIME lastGAME bdRESET ebootFIX ebootMOD ps3SERV)
- multiMAN Emulator Pack (FW 3.55): (SNES GENP VBA FBA FCEU) (20110831) (49.97 MB)
- multiMAN Emulator Pack (FW 3.41): (SNES GENP VBA FBA FCEU) (20110831) FW 341 (49.97 MB)
13250 HeyManHRU
13207 PS3 News
11287 elser1
11119 oVERSoLDiER
9248 GrandpaHomer
8578 Tidusnake666
7968 saviour07
7340 condorstrike
7258 deank
6858 OGroteKoning
24951 PS3 News
5279 Starlight
2965 HeyManHRU
2173 CJPC
2123 elser1
1818 cfwprophet
1756 her0
1570 oVERSoLDiER
1291 GrandpaHomer
1080 barrybarryk





