Skip to content

Commit

Permalink
webMAN MOD 1.43.31
Browse files Browse the repository at this point in the history
- New web commands: /install.ps3 & /download.ps3 (thanks to bguerville)
- PKG files can be installed remotely from web file manager (full
edition only)
- Fixed link to main thread in /setup.ps3
  • Loading branch information
Aldo Vargas committed Jul 18, 2016
1 parent c891b37 commit bfb0985
Show file tree
Hide file tree
Showing 38 changed files with 553 additions and 130 deletions.
11 changes: 6 additions & 5 deletions flags.h
Expand Up @@ -22,26 +22,27 @@
#define FAKEISO 1 // support .ntfs[BDFILE] (fake ISO)
#define BDVD_REGION 1 // change BD/DVD region
#define REMOVE_SYSCALLS 1 // remove syscalls on startup and using R2+TRIANGLE
#define SPOOF_CONSOLEID 1 // spoof idps/psid
#define VIRTUAL_PAD 1 // virtual pad
#define SPOOF_CONSOLEID 1 // spoof idps/psid (thanks to M@tumot0 & zar)
#define VIRTUAL_PAD 1 // virtual pad (thanks to OsiriX)
#define WM_REQUEST 1 // accept commands via local file /dev_hdd0/tmp/wm_request (required by VSH Menu for webMAN)
#define GET_KLICENSEE 1 // /klic.ps3
#define PS3_BROWSER 1 // /browser.ps3 / open browser combos

//// EXTRA FEATURES ////
#define XMB_SCREENSHOT 1 // screenshot XMB using L2 + R2 + SELECT + START
#define XMB_SCREENSHOT 1 // screenshot XMB using L2 + R2 + SELECT + START (thanks to 3141card)
//#define AUTO_EJECT_DISC 1 // eject disc holding SELECT on mount
#define SWAP_KERNEL 1 // load custom lv2_kernel.self patching LV1 and soft rebooting (use /copy.ps3)
//#define WEB_CHAT 1 // /chat.ps3
#define WM_CUSTOM_COMBO "/dev_hdd0/tmp/wm_combo/wm_custom_" // advanced custom combos
#define NET3NET4 1 // add support for /net3 and /net4
#define PS3NET_SERVER 1 // ps3 net server
#define PKG_HANDLER 1 // /download.ps3?url=<url>, /download.ps3?to=<path>&url=<url>, /install.ps3<pkg-path> (thanks to bguerville & mysis)

//// TEST FEATURES ////
//#define PS2_DISC 1 // uncomment to support /mount.ps2 (mount ps2 game folder as /dev_ps2disc)
//#define PS2_DISC 1 // uncomment to support /mount.ps2 (mount ps2 game folder as /dev_ps2disc) requires a physical PS2 disc to swap discs (thanks to WuEpE)
//#define NOSINGSTAR 1 // remove SingStar icon from XMB
#define SYS_BGM 1 // system background music (may freeze the system when enabled)
//#define USE_DEBUG 1 // debug using telnet
//#define RAWISO_PSX_MULTI // support for multi PSX from Iris Manager (it's incomplete - only rawseciso.h code is complete)
//#define RAWISO_PSX_MULTI // support for multi PSX from Iris Manager (it's incomplete - only rawseciso.h code is complete) (thanks to Estwald)
#define LAUNCHPAD 1 // create /dev_hdd0/tmp/wm_lauchpad.xml

13 changes: 7 additions & 6 deletions flags/flags_ccapi.h
Expand Up @@ -17,29 +17,30 @@
#define EXT_GDATA 1 // /extgd.ps3?status /extgd.ps3?enable /extgd.ps3?disable (external gameDATA)
#define COPY_PS3 1 // /copy.ps3/<path>
#define DEBUG_MEM 1 // /dump.ps3 / peek.lv1 / poke.lv1 / find.lv1 / peek.lv2 / poke.lv2 / find.lv2
#define VIDEO_REC 1 // /videorec.ps3 start/stop video recording (in-game only)
#define VIDEO_REC 1 // /videorec.ps3 start/stop video recording (in-game only) (thanks to mysis & 3141card)
#define LOAD_PRX 1 // /loadprx.ps3?slot=n&prx=path/file.sprx (load prx)
#define FAKEISO 1 // support .ntfs[BDFILE] (fake ISO)
#define BDVD_REGION 1 // change BD/DVD region
#define REMOVE_SYSCALLS 1 // remove syscalls on startup and using R2+TRIANGLE
#define SPOOF_CONSOLEID 1 // spoof idps/psid
#define VIRTUAL_PAD 1 // virtual pad
#define SPOOF_CONSOLEID 1 // spoof idps/psid (thanks to M@tumot0 & zar)
#define VIRTUAL_PAD 1 // virtual pad (thanks to OsiriX)
#define WM_REQUEST 1 // accept commands via local file /dev_hdd0/tmp/wm_request (required by VSH Menu for webMAN)
#define GET_KLICENSEE 1 // /klic.ps3
#define PS3_BROWSER 1 // /browser.ps3 / open browser combos

//// EXTRA FEATURES ////
//#define XMB_SCREENSHOT 1 // screenshot XMB using L2 + R2 + SELECT + START
//#define XMB_SCREENSHOT 1 // screenshot XMB using L2 + R2 + SELECT + START (thanks to 3141card)
//#define AUTO_EJECT_DISC 1 // eject disc holding SELECT on mount
//#define SWAP_KERNEL 1 // load custom lv2_kernel.self patching LV1 and soft rebooting (use /copy.ps3)
//#define WEB_CHAT 1 // /chat.ps3
//#define WM_CUSTOM_COMBO "/dev_hdd0/tmp/wm_combo/wm_custom_" // advanced custom combos
//#define NET3NET4 1 // add support for /net3 and /net4
//#define PKG_HANDLER 1 // /download.ps3?url=<url>, /download.ps3?to=<path>&url=<url>, /install.ps3<pkg-path> (thanks to bguerville & mysis)

//// TEST FEATURES ////
//#define PS2_DISC 1 // uncomment to support /mount.ps2 (mount ps2 game folder as /dev_ps2disc)
//#define PS2_DISC 1 // uncomment to support /mount.ps2 (mount ps2 game folder as /dev_ps2disc) requires a physical PS2 disc to swap discs (thanks to WuEpE)
//#define NOSINGSTAR 1 // remove SingStar icon from XMB
//#define SYS_BGM 1 // system background music (may freeze the system when enabled)
//#define USE_DEBUG 1 // debug using telnet
//#define RAWISO_PSX_MULTI // support for multi PSX from Iris Manager (it's incomplete - only rawseciso.h code is complete)
//#define RAWISO_PSX_MULTI // support for multi PSX from Iris Manager (it's incomplete - only rawseciso.h code is complete) (thanks to Estwald)

13 changes: 7 additions & 6 deletions flags/flags_cobra.h
Expand Up @@ -17,29 +17,30 @@
#define EXT_GDATA 1 // /extgd.ps3?status /extgd.ps3?enable /extgd.ps3?disable (external gameDATA)
#define COPY_PS3 1 // /copy.ps3/<path>
#define DEBUG_MEM 1 // /dump.ps3 / peek.lv1 / poke.lv1 / find.lv1 / peek.lv2 / poke.lv2 / find.lv2
#define VIDEO_REC 1 // /videorec.ps3 start/stop video recording (in-game only)
#define VIDEO_REC 1 // /videorec.ps3 start/stop video recording (in-game only) (thanks to mysis & 3141card)
#define LOAD_PRX 1 // /loadprx.ps3?slot=n&prx=path/file.sprx (load prx)
#define FAKEISO 1 // support .ntfs[BDFILE] (fake ISO)
#define BDVD_REGION 1 // change BD/DVD region
#define REMOVE_SYSCALLS 1 // remove syscalls on startup and using R2+TRIANGLE
#define SPOOF_CONSOLEID 1 // spoof idps/psid
#define VIRTUAL_PAD 1 // virtual pad
#define SPOOF_CONSOLEID 1 // spoof idps/psid (thanks to M@tumot0 & zar)
#define VIRTUAL_PAD 1 // virtual pad (thanks to OsiriX)
#define WM_REQUEST 1 // accept commands via local file /dev_hdd0/tmp/wm_request (required by VSH Menu for webMAN)
#define GET_KLICENSEE 1 // /klic.ps3
#define PS3_BROWSER 1 // /browser.ps3 / open browser combos

//// EXTRA FEATURES ////
//#define XMB_SCREENSHOT 1 // screenshot XMB using L2 + R2 + SELECT + START
//#define XMB_SCREENSHOT 1 // screenshot XMB using L2 + R2 + SELECT + START (thanks to 3141card)
//#define AUTO_EJECT_DISC 1 // eject disc holding SELECT on mount
//#define SWAP_KERNEL 1 // load custom lv2_kernel.self patching LV1 and soft rebooting (use /copy.ps3)
//#define WEB_CHAT 1 // /chat.ps3
//#define WM_CUSTOM_COMBO "/dev_hdd0/tmp/wm_combo/wm_custom_" // advanced custom combos
//#define NET3NET4 1 // add support for /net3 and /net4
//#define PKG_HANDLER 1 // /download.ps3?url=<url>, /download.ps3?to=<path>&url=<url>, /install.ps3<pkg-path> (thanks to bguerville & mysis)

//// TEST FEATURES ////
//#define PS2_DISC 1 // uncomment to support /mount.ps2 (mount ps2 game folder as /dev_ps2disc)
//#define PS2_DISC 1 // uncomment to support /mount.ps2 (mount ps2 game folder as /dev_ps2disc) requires a physical PS2 disc to swap discs (thanks to WuEpE)
//#define NOSINGSTAR 1 // remove SingStar icon from XMB
//#define SYS_BGM 1 // system background music (may freeze the system when enabled)
//#define USE_DEBUG 1 // debug using telnet
//#define RAWISO_PSX_MULTI // support for multi PSX from Iris Manager (it's incomplete - only rawseciso.h code is complete)
//#define RAWISO_PSX_MULTI // support for multi PSX from Iris Manager (it's incomplete - only rawseciso.h code is complete) (thanks to Estwald)

13 changes: 7 additions & 6 deletions flags/flags_english.h
Expand Up @@ -17,29 +17,30 @@
#define EXT_GDATA 1 // /extgd.ps3?status /extgd.ps3?enable /extgd.ps3?disable (external gameDATA)
#define COPY_PS3 1 // /copy.ps3/<path>
#define DEBUG_MEM 1 // /dump.ps3 / peek.lv1 / poke.lv1 / find.lv1 / peek.lv2 / poke.lv2 / find.lv2
#define VIDEO_REC 1 // /videorec.ps3 start/stop video recording (in-game only)
#define VIDEO_REC 1 // /videorec.ps3 start/stop video recording (in-game only) (thanks to mysis & 3141card)
#define LOAD_PRX 1 // /loadprx.ps3?slot=n&prx=path/file.sprx (load prx)
#define FAKEISO 1 // support .ntfs[BDFILE] (fake ISO)
#define BDVD_REGION 1 // change BD/DVD region
#define REMOVE_SYSCALLS 1 // remove syscalls on startup and using R2+TRIANGLE
#define SPOOF_CONSOLEID 1 // spoof idps/psid
#define VIRTUAL_PAD 1 // virtual pad
#define SPOOF_CONSOLEID 1 // spoof idps/psid (thanks to M@tumot0 & zar)
#define VIRTUAL_PAD 1 // virtual pad (thanks to OsiriX)
#define WM_REQUEST 1 // accept commands via local file /dev_hdd0/tmp/wm_request (required by VSH Menu for webMAN)
#define GET_KLICENSEE 1 // /klic.ps3
#define PS3_BROWSER 1 // /browser.ps3 / open browser combos

//// EXTRA FEATURES ////
//#define XMB_SCREENSHOT 1 // screenshot XMB using L2 + R2 + SELECT + START
//#define XMB_SCREENSHOT 1 // screenshot XMB using L2 + R2 + SELECT + START (thanks to 3141card)
//#define AUTO_EJECT_DISC 1 // eject disc holding SELECT on mount
//#define SWAP_KERNEL 1 // load custom lv2_kernel.self patching LV1 and soft rebooting (use /copy.ps3)
//#define WEB_CHAT 1 // /chat.ps3
//#define WM_CUSTOM_COMBO "/dev_hdd0/tmp/wm_combo/wm_custom_" // advanced custom combos
//#define NET3NET4 1 // add support for /net3 and /net4
//#define PKG_HANDLER 1 // /download.ps3?url=<url>, /download.ps3?to=<path>&url=<url>, /install.ps3<pkg-path> (thanks to bguerville & mysis)

//// TEST FEATURES ////
//#define PS2_DISC 1 // uncomment to support /mount.ps2 (mount ps2 game folder as /dev_ps2disc)
//#define PS2_DISC 1 // uncomment to support /mount.ps2 (mount ps2 game folder as /dev_ps2disc) requires a physical PS2 disc to swap discs (thanks to WuEpE)
//#define NOSINGSTAR 1 // remove SingStar icon from XMB
//#define SYS_BGM 1 // system background music (may freeze the system when enabled)
//#define USE_DEBUG 1 // debug using telnet
//#define RAWISO_PSX_MULTI // support for multi PSX from Iris Manager (it's incomplete - only rawseciso.h code is complete)
//#define RAWISO_PSX_MULTI // support for multi PSX from Iris Manager (it's incomplete - only rawseciso.h code is complete) (thanks to Estwald)

13 changes: 7 additions & 6 deletions flags/flags_full.h
Expand Up @@ -17,31 +17,32 @@
#define EXT_GDATA 1 // /extgd.ps3?status /extgd.ps3?enable /extgd.ps3?disable (external gameDATA)
#define COPY_PS3 1 // /copy.ps3/<path>
#define DEBUG_MEM 1 // /dump.ps3 / peek.lv1 / poke.lv1 / find.lv1 / peek.lv2 / poke.lv2 / find.lv2
#define VIDEO_REC 1 // /videorec.ps3 start/stop video recording (in-game only)
#define VIDEO_REC 1 // /videorec.ps3 start/stop video recording (in-game only) (thanks to mysis & 3141card)
#define LOAD_PRX 1 // /loadprx.ps3?slot=n&prx=path/file.sprx (load prx)
#define FAKEISO 1 // support .ntfs[BDFILE] (fake ISO)
#define BDVD_REGION 1 // change BD/DVD region
#define REMOVE_SYSCALLS 1 // remove syscalls on startup and using R2+TRIANGLE
#define SPOOF_CONSOLEID 1 // spoof idps/psid
#define VIRTUAL_PAD 1 // virtual pad
#define SPOOF_CONSOLEID 1 // spoof idps/psid (thanks to M@tumot0 & zar)
#define VIRTUAL_PAD 1 // virtual pad (thanks to OsiriX)
#define WM_REQUEST 1 // accept commands via local file /dev_hdd0/tmp/wm_request (required by VSH Menu for webMAN)
#define GET_KLICENSEE 1 // /klic.ps3
#define PS3_BROWSER 1 // /browser.ps3 / open browser combos

//// EXTRA FEATURES ////
#define XMB_SCREENSHOT 1 // screenshot XMB using L2 + R2 + SELECT + START
#define XMB_SCREENSHOT 1 // screenshot XMB using L2 + R2 + SELECT + START (thanks to 3141card)
//#define AUTO_EJECT_DISC 1 // eject disc holding SELECT on mount
#define SWAP_KERNEL 1 // load custom lv2_kernel.self patching LV1 and soft rebooting (use /copy.ps3)
//#define WEB_CHAT 1 // /chat.ps3
#define WM_CUSTOM_COMBO "/dev_hdd0/tmp/wm_combo/wm_custom_" // advanced custom combos
#define NET3NET4 1 // add support for /net3 and /net4
#define PS3NET_SERVER 1 // ps3 net server
#define PKG_HANDLER 1 // /download.ps3?url=<url>, /download.ps3?to=<path>&url=<url>, /install.ps3<pkg-path> (thanks to bguerville & mysis)

//// TEST FEATURES ////
//#define PS2_DISC 1 // uncomment to support /mount.ps2 (mount ps2 game folder as /dev_ps2disc)
//#define PS2_DISC 1 // uncomment to support /mount.ps2 (mount ps2 game folder as /dev_ps2disc) requires a physical PS2 disc to swap discs (thanks to WuEpE)
//#define NOSINGSTAR 1 // remove SingStar icon from XMB
#define SYS_BGM 1 // system background music (may freeze the system when enabled)
//#define USE_DEBUG 1 // debug using telnet
//#define RAWISO_PSX_MULTI // support for multi PSX from Iris Manager (it's incomplete - only rawseciso.h code is complete)
//#define RAWISO_PSX_MULTI // support for multi PSX from Iris Manager (it's incomplete - only rawseciso.h code is complete) (thanks to Estwald)
#define LAUNCHPAD 1 // create /dev_hdd0/tmp/wm_lauchpad.xml

13 changes: 7 additions & 6 deletions flags/flags_lite.h
Expand Up @@ -17,29 +17,30 @@
#define EXT_GDATA 1 // /extgd.ps3?status /extgd.ps3?enable /extgd.ps3?disable (external gameDATA)
//#define COPY_PS3 1 // /copy.ps3/<path>
//#define DEBUG_MEM 1 // /dump.ps3 / peek.lv1 / poke.lv1 / find.lv1 / peek.lv2 / poke.lv2 / find.lv2
//#define VIDEO_REC 1 // /videorec.ps3 start/stop video recording (in-game only)
//#define VIDEO_REC 1 // /videorec.ps3 start/stop video recording (in-game only) (thanks to mysis & 3141card)
//#define LOAD_PRX 1 // /loadprx.ps3?slot=n&prx=path/file.sprx (load prx)
//#define FAKEISO 1 // support .ntfs[BDFILE] (fake ISO)
//#define BDVD_REGION 1 // change BD/DVD region
#define REMOVE_SYSCALLS 1 // remove syscalls on startup and using R2+TRIANGLE
//#define SPOOF_CONSOLEID 1 // spoof idps/psid
//#define VIRTUAL_PAD 1 // virtual pad
//#define SPOOF_CONSOLEID 1 // spoof idps/psid (thanks to M@tumot0 & zar)
//#define VIRTUAL_PAD 1 // virtual pad (thanks to OsiriX)
//#define WM_REQUEST 1 // accept commands via local file /dev_hdd0/tmp/wm_request (required by VSH Menu for webMAN) (required by VSH Menu for webMAN)
//#define GET_KLICENSEE 1 // /klic.ps3
//#define PS3_BROWSER 1 // /browser.ps3 / open browser combos

//// EXTRA FEATURES ////
//#define XMB_SCREENSHOT 1 // screenshot XMB using L2 + R2 + SELECT + START
//#define XMB_SCREENSHOT 1 // screenshot XMB using L2 + R2 + SELECT + START (thanks to 3141card)
//#define AUTO_EJECT_DISC 1 // eject disc holding SELECT on mount
//#define SWAP_KERNEL 1 // load custom lv2_kernel.self patching LV1 and soft rebooting (use /copy.ps3)
//#define WEB_CHAT 1 // /chat.ps3
//#define WM_CUSTOM_COMBO "/dev_hdd0/tmp/wm_combo/wm_custom_" // advanced custom combos
//#define NET3NET4 1 // add support for /net3 and /net4
//#define PKG_HANDLER 1 // /download.ps3?url=<url>, /download.ps3?to=<path>&url=<url>, /install.ps3<pkg-path> (thanks to bguerville & mysis)

//// TEST FEATURES ////
//#define PS2_DISC 1 // uncomment to support /mount.ps2 (mount ps2 game folder as /dev_ps2disc)
//#define PS2_DISC 1 // uncomment to support /mount.ps2 (mount ps2 game folder as /dev_ps2disc) requires a physical PS2 disc to swap discs (thanks to WuEpE)
//#define NOSINGSTAR 1 // remove SingStar icon from XMB
//#define SYS_BGM 1 // system background music (may freeze the system when enabled)
//#define USE_DEBUG 1 // debug using telnet
//#define RAWISO_PSX_MULTI // support for multi PSX from Iris Manager (it's incomplete - only rawseciso.h code is complete)
//#define RAWISO_PSX_MULTI // support for multi PSX from Iris Manager (it's incomplete - only rawseciso.h code is complete) (thanks to Estwald)

13 changes: 7 additions & 6 deletions flags/flags_noncobra.h
Expand Up @@ -17,29 +17,30 @@
#define EXT_GDATA 1 // /extgd.ps3?status /extgd.ps3?enable /extgd.ps3?disable (external gameDATA)
#define COPY_PS3 1 // /copy.ps3/<path>
#define DEBUG_MEM 1 // /dump.ps3 / peek.lv1 / poke.lv1 / find.lv1 / peek.lv2 / poke.lv2 / find.lv2
#define VIDEO_REC 1 // /videorec.ps3 start/stop video recording (in-game only)
#define VIDEO_REC 1 // /videorec.ps3 start/stop video recording (in-game only) (thanks to mysis & 3141card)
#define LOAD_PRX 1 // /loadprx.ps3?slot=n&prx=path/file.sprx (load prx)
#define FAKEISO 1 // support .ntfs[BDFILE] (fake ISO)
#define BDVD_REGION 1 // change BD/DVD region
#define REMOVE_SYSCALLS 1 // remove syscalls on startup and using R2+TRIANGLE
#define SPOOF_CONSOLEID 1 // spoof idps/psid
#define VIRTUAL_PAD 1 // virtual pad
#define SPOOF_CONSOLEID 1 // spoof idps/psid (thanks to M@tumot0 & zar)
#define VIRTUAL_PAD 1 // virtual pad (thanks to OsiriX)
#define WM_REQUEST 1 // accept commands via local file /dev_hdd0/tmp/wm_request (required by VSH Menu for webMAN)
#define GET_KLICENSEE 1 // /klic.ps3
#define PS3_BROWSER 1 // /browser.ps3 / open browser combos

//// EXTRA FEATURES ////
//#define XMB_SCREENSHOT 1 // screenshot XMB using L2 + R2 + SELECT + START
//#define XMB_SCREENSHOT 1 // screenshot XMB using L2 + R2 + SELECT + START (thanks to 3141card)
//#define AUTO_EJECT_DISC 1 // eject disc holding SELECT on mount
//#define SWAP_KERNEL 1 // load custom lv2_kernel.self patching LV1 and soft rebooting (use /copy.ps3)
//#define WEB_CHAT 1 // /chat.ps3
//#define WM_CUSTOM_COMBO "/dev_hdd0/tmp/wm_combo/wm_custom_" // advanced custom combos
//#define NET3NET4 1 // add support for /net3 and /net4
//#define PKG_HANDLER 1 // /download.ps3?url=<url>, /download.ps3?to=<path>&url=<url>, /install.ps3<pkg-path> (thanks to bguerville & mysis)

//// TEST FEATURES ////
//#define PS2_DISC 1 // uncomment to support /mount.ps2 (mount ps2 game folder as /dev_ps2disc)
//#define PS2_DISC 1 // uncomment to support /mount.ps2 (mount ps2 game folder as /dev_ps2disc) requires a physical PS2 disc to swap discs (thanks to WuEpE)
//#define NOSINGSTAR 1 // remove SingStar icon from XMB
//#define SYS_BGM 1 // system background music (may freeze the system when enabled)
//#define USE_DEBUG 1 // debug using telnet
//#define RAWISO_PSX_MULTI // support for multi PSX from Iris Manager (it's incomplete - only rawseciso.h code is complete)
//#define RAWISO_PSX_MULTI // support for multi PSX from Iris Manager (it's incomplete - only rawseciso.h code is complete) (thanks to Estwald)

0 comments on commit bfb0985

Please sign in to comment.