Skip to content
This repository has been archived by the owner on Mar 17, 2018. It is now read-only.

Releases: Matsumot0/webMAN-MOD

webMAN MOD 1.43.06

07 Oct 01:15
Compare
Choose a tag to compare
  • Fix cache issue on PS3 browser with certain http commands (e.g.
    restart.ps3). Thanks to Dino05.
  • Added delete mode to File Manager (requires JavaScript enabled)
  • Added option to save plugins currently loaded to /boot_plugins.txt and
    other boot files.
  • Installer now auto-enable stage2.bin if Cobra was disabled.
  • Updated simplified chinese.

webMAN MOD 1.43.05

30 Sep 09:16
Compare
Choose a tag to compare
  • Added http commands: /mkdir.ps3 and /rmdir.ps3 (without parameters they create hdd folders for ISOs)
  • /dev_bdvd/PS3_UPDATE now is redirected when the plugin is loaded (and when a game is mounted)
    [This is intended to prevent an accidental update if a game disc is inserted in the drive]
  • XML: Improved sorting of titles that include numbers (e.g. Uncharted 2, Uncharted 3)
  • Fixed bug fixing game folders with many subfolders (+6 levels)
  • Fixed filter games by title (/games.ps3?title and /index.ps3?title)
  • File manager now shows total size of devices in bytes & MB
  • Moved code from main.c to 2 new include modules: combos.h and fancontrol2.h (poll_thread)
  • Added menu selection using keyboard on slider mode (mobile.html)
  • Added syscall 38 to remove_cfw_syscalls() in stealth.h
  • lv2 peek/poke now are the last removals in remove_cfw_syscalls()
  • Fixed icons copy cachefiles.png & filemanager.png for XBMB+ (updater pkg)
  • Updated Italian, French and Slovak lang files
  • Update urls in web panel

webMAN MOD 1.43.04

16 Sep 12:16
Compare
Choose a tag to compare
  • Code refactoring main.c has been split into 32 separate modules,
    grouped by category
  • Added the shutdown.ps3 option to webMAN.xml & webMAN_ES.xml
  • Combo L3+R1+O to restart using VSH method and added L3+R1+X to
    shutdown using VSH method
  • Updated Russian lang file again
  • Updated German lang file
  • Updated webMAN_XX.xml files
  • New icons has better definitions + some new

/shutdown.ps3 uses the syscall power off (like before).
/shutdown.ps3?vsh now uses the VSH method (performs a standby). Any parameter can be used (e.g. /shutdown.ps3?standby)

/restart.ps3 now uses VSH restart (instead of lpar restart).

/reboot.ps3?vsh does the same as restart.ps3
/reboot.ps3?quick performs lpar restart
/reboot.ps3?soft performs soft restart via syscall
/reboot.ps3 performs hard reboot via syscall

Notice: There is an important difference between VSH shutdown and syscall power off.
The syscall turns off the console completely. The VSH leaves the console in standby if Settings > Remote Play Settings > Remote Start is turned On.
If the option is Off, the console turns off completly.

webMAN MOD 1.43.03

10 Sep 21:56
Compare
Choose a tag to compare
  • Added support for _hold / _release parameters in /pad.ps3 (for faster/better response in virtual pad)
  • webPAD GUI for PC support this in "Game Mode"
  • http://st.aldostools.org was updated to also support "Game Mode" using keyboard
  • A new theme GUI: http://st.aldostools.org/pad.html
  • Updated the libraries in "vsh" and "lib" folders (Mysis & 3141card)
  • Fixed a couple of compilation warnings
  • /popup.ps3 (without parameters) now shows the system info popup (select+start)
  • Updated wm icons for XMBM+
  • Updated Russian lang files.

Thanks to @aldostools 👍

webMAN MOD 1.43.02

04 Sep 23:56
Compare
Choose a tag to compare

webMAN MOD 1.43.01

03 Sep 12:02
Compare
Choose a tag to compare
  • Support 4.76 CEX (thanks Sony, for this biggest fw update...)
  • Control fan system is better than before (more explanation below by
    aldotools)
  • The game list is now sort by CD# (e.g FF PS1)
  • Local IP with adapter is now displayed (config and popup)
  • Offsets improvement for fix game compatibility
  • Updated Italian & Russian lang files

Let me try to explain how it works:

  • webMAN's fan control tries to keep cool CPU and RSX.
  • If one of them reach the target/max temperature (e.g. 66 C), the fan
    speed will be increased gradually (+2) until the temperature start to
    decrease.
  • If the temperature is 1 degree or more higher than the target/max
    temperature, then the fan speed is increased even more faster.
  • When the temperature start to decrease, the fan speed is decreased
    gradually (-1). This is done that way, because we want to keep the
    temperature as cool as possible and avoid the "yo-yo" effect.

deank added additional heuristics to manage some special conditions, but
in simple terms this is the algorithm.

So i decrease the fan speed faster under the following conditions:

  • If the temperature is 3 degrees below the target/max temperature, it
    decreases the fan speed -1. if the fan speed is higher than 66%, it
    decreases -2
  • If the temperature is 5 degrees below the target/max temperature, it
    decreases the fan speed -1. if the fan speed is higher than 50%, it
    decreases -2

webMAN MOD 1.42.03

16 Aug 00:59
Compare
Choose a tag to compare
  • Complete support for 4.60 DEX
  • Added new memory footprint profil MAX+ (1280KB)
  • Corrected some offsets patch for 4.75 DEX
  • Added Osirisx's changes for his plugin (PS3XPAD)
  • Redirect net_host/PKG to app_home to allow install pkg files using the combo for net0/net1
  • BD/DVD regions now also show the country/region (in addition to code)
  • Now XMB is sorted by first 6 letters, instead of first 4 letters.
  • The function that read the registry is now a general purpose function (with small optimizations)
  • Changed some hard coded numbers to defined constants (e.g. SC_COBRA_SYSCALL8, MAX_XMB_ITEMS)
  • Small bug fix in line that says: //net0/net1/net2
  • Other small fixes that I don't remember

webMAN MOD 1.42.02

15 Aug 12:50
Compare
Choose a tag to compare
  • Support 4.75 DEX, thx to Alexander to porting offsets patchs, i'm to lazy to do it :p
  • Now control fan is disabled by default on the first boot of webMAN MOD (requested by lot of users)
  • Updated Italian xml file