PS3 webMAN MOD v1.41.22: 4.70 CFW Support and more from Aldostools

Since the official firmware update of v4.70, community developer's like Aldo Vargas (aldostools) has been very busy updating various applications and this time around the developer has a new update for the very popular webMAN MOD plugin. In v1.41.22 support for 4.70 CFW was added, New Improvements to the new "Slider" mode on FireFox / MSIE. New improvements for PSXISO and a bit more can be found in the changelogs provided for this welcomed update from homebrew developer Aldostools:
[break]ss[/break]


Update: A couple of small updates where pushed by the developer with the release of v1.41.23 / .24

kZrunlM.png

NEW Changelog 1.41.24:

  • Fixed regression displaying text encoded in Big5

NEW
webMAN MOD 1.41.23

  • Fixed wrong offset for 'fix 8001003C error' on 4.70
  • Commented out unused declarations in common.h (NEW_POKE_SYSCALL_ADDR_* and HVSC_SYSCALL_ADDR_*)

NEW
Changelog 1.41.22:

  • Added offsets for fw 4.70
  • Improved html support of "slider" on FireFox / MSIE
  • Added support for custom background in slider.
    • Replace the transparent background.gif installed on
    • /dev_hdd0/xmlhost/game_plugin with any image
  • Updated rawiso with auto-detection of CD sector size for PSXISO 0559164
  • Added auto-detection of CD sector size for PSXISO (requires updated Cobra/Mamba).

Thanks to Joonie for his help testing the new CD sector size detection.

Changelog 1.41.21:
  • Fixed regression mounting PSXISO via ps3netsvr
  • Added cover animation to slider GUI
  • Fixed issue mounting incorrect game in slider GUI
  • Fixed issue when browser is resized in slider GUI

Changelog 1.41.20:
  • Added new "slider" webGUI (mobile friendly).
  • Improved display on mobile browsers.
  • Added icons to File Manager.

Previous Changes
Changelog 1.41.18:
  • Added optional Video subfolder to "Bluray™ and DVD" folder (Display RetroXMB videos, videos on USB devices and Data Disc icon)
  • /app_home now is unmapped on startup
  • Auto-enable /dev_blind. Disable it using the link in the column on file manager.
  • Added detection of sector size on ntfs (previously constant: 512) Based on raw_iso.sprx made by Estwald.
  • Added shortcuts to control fan speed from /cpursx.ps3

Changelog 1.41.17:
  • Added support for .ntfs[BDFILE] (fake ISO created by IRISMAN)
  • Added support to mount NTFS games using raw_iso.sprx (rawseciso by Estwald)

Changelog 1.41.16:
  • Added /videorec.ps3 to start/stop in-game video recording
  • Added [REC] link to record video from /cpursx.ps3
  • Added /loadprx.ps3 to load/unload prx dynamically on the specified slot (default: slot 6)
  • Added link to load .sprx file through File Manager

Changelog 1.41.15:
  • Fixed regression in auto-fix game (causing freeze when a ps3 iso was mounted)
  • Integrated Mysis video_rec plugin ported to C by 3141card
    • Use SELECT+R3 to load/unload video_rec.sprx
    • Use R3 in-game to record video to /dev_hdd0/VIDEO

Changelog 1.41.14:
  • Improved display of files containing latin characters (utf-8)

Changelog 1.41.12:
  • Fixed misc. regressions from build 1.41.09

Changelog 1.41.11:
  • Added commit from NvZ on PS3MAPI module:
  • 437 changes to the source code (From 1.41.05 to 1.41.11)

Download: webMAN MOD v1.41.22
Mirrors: Link

Source(s): brewology.com / psx-place.com

 
Then there should be something wrong in your end... I deleted the icons in my /dev_hdd0/tmp and they were installed correctly.

Maybe because I have not irisman installed:
Code:
	// copy new icons
	[B]if((sysLv2FsStat("/dev_hdd0/game/IRISMAN01/USRDIR/webftp_server.sprx", &stat) == SUCCESS))[/B]
	{
		CopyFile("/dev_hdd0/game/UPDWEBMOD/USRDIR/icon_wm_album_ps3.png", "/dev_hdd0/tmp/wm_icons/icon_wm_album_ps3.png");
		CopyFile("/dev_hdd0/game/UPDWEBMOD/USRDIR/icon_wm_album_psx.png", "/dev_hdd0/tmp/wm_icons/icon_wm_album_psx.png");
		CopyFile("/dev_hdd0/game/UPDWEBMOD/USRDIR/icon_wm_album_ps2.png", "/dev_hdd0/tmp/wm_icons/icon_wm_album_ps2.png");
		CopyFile("/dev_hdd0/game/UPDWEBMOD/USRDIR/icon_wm_album_psp.png", "/dev_hdd0/tmp/wm_icons/icon_wm_album_psp.png");
		CopyFile("/dev_hdd0/game/UPDWEBMOD/USRDIR/icon_wm_album_dvd.png", "/dev_hdd0/tmp/wm_icons/icon_wm_album_dvd.png");

		CopyFile("/dev_hdd0/game/UPDWEBMOD/USRDIR/icon_wm_ps3.png"      , "/dev_hdd0/tmp/wm_icons/icon_wm_ps3.png");
		CopyFile("/dev_hdd0/game/UPDWEBMOD/USRDIR/icon_wm_psx.png"      , "/dev_hdd0/tmp/wm_icons/icon_wm_psx.png");
		CopyFile("/dev_hdd0/game/UPDWEBMOD/USRDIR/icon_wm_ps2.png"      , "/dev_hdd0/tmp/wm_icons/icon_wm_ps2.png");
		CopyFile("/dev_hdd0/game/UPDWEBMOD/USRDIR/icon_wm_psp.png"      , "/dev_hdd0/tmp/wm_icons/icon_wm_psp.png");
		CopyFile("/dev_hdd0/game/UPDWEBMOD/USRDIR/icon_wm_dvd.png"      , "/dev_hdd0/tmp/wm_icons/icon_wm_dvd.png");

		CopyFile("/dev_hdd0/game/UPDWEBMOD/USRDIR/icon_wm_settings.png" , "/dev_hdd0/tmp/wm_icons/icon_wm_settings.png");
		CopyFile("/dev_hdd0/game/UPDWEBMOD/USRDIR/icon_wm_eject.png"    , "/dev_hdd0/tmp/wm_icons/icon_wm_eject.png"   );
	}


Edit : I compiled your 1.41.25 sources by removing the "if" condition. It works.
 
Last edited:
Maybe because I have not irisman installed:

Edit : I compiled your 1.41.25 sources by removing the "if" condition. It works.

hmmm yes you're right... that condition copied the icons only if PRX+Mamba loader was installed... as I had it installed, it always worked for me.

The pkg is now fixed with your suggested change. Thank you!!
 

Featured content

Trending content

Back
Top