Skip to content

Commit

Permalink
webMAN MOD 1.47.32
Browse files Browse the repository at this point in the history
- [Confirmed] Fixed freeze on EvilNat's 4.87
  • Loading branch information
aldostools committed Dec 13, 2020
1 parent 4f8314a commit 0b0576c
Show file tree
Hide file tree
Showing 23 changed files with 63 additions and 63 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ and artists that collaborated with development, knowledge, resources, feedback &

## Current functionality
### General
- Support on all custom firmwares with Cobra feature enabled (ver 4.46-4.86 CEX, DEX & DECR)
- Support on all custom firmwares with Cobra feature enabled (ver 4.46-4.87 CEX, DEX & DECR)
- Support on REBUG firmware with Cobra feature disabled (ver 4.84.2-4.86.1 CEX & DEX)
- Support on REBUG firmware with Mamba loaded via boot_plugins_nocobra_kernel.txt (ver 4.86.1 CEX & 4.84.2 DEX)
- Support on PS3HEN on 4.82 OFW and 4.84-4.86 HFW CEX & DEX
- Support on classic custom firmware with Mamba loaded via IRISMAN (ver 3.41-4.86 CEX & DEX)
- Support on classic custom firmware with Mamba/PRXLoader (ver 3.41-4.86 CEX & DEX)
- Support on classic custom firmware with PRXLoader (ver 3.41-4.86 CEX & DEX)
- Support on PS3HEN on 4.82-4.84 OFW CEX & DEX and 4.84-4.87 HFW
- Support on classic custom firmware with Mamba loaded via IRISMAN (ver 3.41-4.87 CEX & DEX)
- Support on classic custom firmware with Mamba/PRXLoader (ver 3.41-4.87 CEX & DEX)
- Support on classic custom firmware with PRXLoader (ver 3.41-4.87 CEX & DEX)

- All PS3 Models (including all fat, Slim 20xx, 21xx, 25xx, 3xxx & SuperSlims 4xxx) are supported via PS3HEN payload
- All PS3 Models capable to downgrade to 3.56 or lower are supported via PS3Xploit Flash Writer (aka PS3Xploit 2.0)
Expand Down
2 changes: 1 addition & 1 deletion _Make_pkg.bat
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ title Building webMAN_MOD_latest.pkg ...
call make_update.bat

set ver=1.47
set rev=31
set rev=32

move webMAN_MOD_%ver%.xx_Updater.pkg ..\..\webMAN_MOD_%ver%.%rev%_Installer.pkg
move webMAN_MOD_%ver%.xx_Updater_rebugification_theme.pkg ..\..\webMAN_MOD_%ver%.%rev%_Installer_rebugification_theme.pkg
Expand Down
2 changes: 1 addition & 1 deletion _Projects_/updater/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ DATA := data
INCLUDES := include
PKGFILES := $(CURDIR)/pkgfiles

TITLE := webMAN MOD 1.47.31 Updater [Hold R1 for VSH Menu, L1 for Full Edition, X for Lite Edition]
TITLE := webMAN MOD 1.47.32 Updater [Hold R1 for VSH Menu, L1 for Full Edition, X for Lite Edition]
APPID := UPDWEBMOD
CONTENTID := EP0001-$(APPID)_00-0000000000000000

Expand Down
Binary file not shown.
94 changes: 47 additions & 47 deletions _Projects_/updater/PS2CONFIG/USRDIR/CONFIG/ps2config.html

Large diffs are not rendered by default.

Binary file not shown.
Binary file modified _Projects_/updater/pkgfiles/PARAM.SFO
Binary file not shown.
Binary file modified _Projects_/updater/pkgfiles/USRDIR/addons/boot_mamba.pkg
Binary file not shown.
2 changes: 1 addition & 1 deletion _Projects_/updater/pkgfiles/USRDIR/html/fs.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ function t2lnks(){
var url = /(\b(https?|ftp|file):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/ig;
var www =/(^|[^\/#])(www\.[\S]+(\b|$))/gim;
var dev =/(\/\b(dev_+.*))/ig;
txt.innerHTML= "<a href='/'><b>webMAN MOD</b> 1.47.31</a><HR>" +
txt.innerHTML= "<a href='/'><b>webMAN MOD</b> 1.47.32</a><HR>" +
txt.innerHTML
.replace(url, "<a href='$1'>$1</a>")
.replace(www, '$1<a target="_blank" href="http://$2">$2</a>')
Expand Down
2 changes: 1 addition & 1 deletion _Projects_/updater/pkgfiles/USRDIR/html/help.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _Projects_/updater/pkgfiles/USRDIR/html/mobile.html
Original file line number Diff line number Diff line change
Expand Up @@ -1977,7 +1977,7 @@
</div>

<div id="menu" style="display:none;">
<div id="header"><a id="nav-close" href="javascript:void(0)" onclick="hideMenu();"><span style="position:absolute;left:10px">&#9664;</span> webMAN MOD 1.47.31</a></div>
<div id="header"><a id="nav-close" href="javascript:void(0)" onclick="hideMenu();"><span style="position:absolute;left:10px">&#9664;</span> webMAN MOD 1.47.32</a></div>
<div id="wrapper-menu">
<div id="scroller">
<ul id="thelist">
Expand Down
2 changes: 1 addition & 1 deletion _Projects_/updater/pkgfiles/USRDIR/html/sman.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<head>
<title>wMAN MOD 1.47.31</title>
<title>wMAN MOD 1.47.32</title>
<link rel="stylesheet" type="text/css" href="/dev_hdd0/xmlhost/game_plugin/sman.css"/>
<script src="/dev_hdd0/xmlhost/game_plugin/sman.js"></script>
</head>
Expand Down
Binary file modified _Projects_/updater/pkgfiles/USRDIR/webftp_server_full.sprx
Binary file not shown.
Binary file modified _Projects_/updater/pkgfiles/USRDIR/webftp_server_lite.sprx
Binary file not shown.
Binary file modified _Projects_/updater/pkgfiles/USRDIR/webftp_server_noncobra.sprx
Binary file not shown.
Binary file not shown.
Binary file modified _Projects_/updater/update/dev_hdd0/plugins/webftp_server.sprx
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ function t2lnks(){
var url = /(\b(https?|ftp|file):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/ig;
var www =/(^|[^\/#])(www\.[\S]+(\b|$))/gim;
var dev =/(\/\b(dev_+.*))/ig;
txt.innerHTML= "<a href='/'><b>webMAN MOD</b> 1.47.31</a><HR>" +
txt.innerHTML= "<a href='/'><b>webMAN MOD</b> 1.47.32</a><HR>" +
txt.innerHTML
.replace(url, "<a href='$1'>$1</a>")
.replace(www, '$1<a target="_blank" href="http://$2">$2</a>')
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1977,7 +1977,7 @@
</div>

<div id="menu" style="display:none;">
<div id="header"><a id="nav-close" href="javascript:void(0)" onclick="hideMenu();"><span style="position:absolute;left:10px">&#9664;</span> webMAN MOD 1.47.30</a></div>
<div id="header"><a id="nav-close" href="javascript:void(0)" onclick="hideMenu();"><span style="position:absolute;left:10px">&#9664;</span> webMAN MOD 1.47.32</a></div>
<div id="wrapper-menu">
<div id="scroller">
<ul id="thelist">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<head>
<title>wMAN MOD 1.47.30</title>
<title>wMAN MOD 1.47.32</title>
<link rel="stylesheet" type="text/css" href="/dev_hdd0/xmlhost/game_plugin/sman.css"/>
<script src="/dev_hdd0/xmlhost/game_plugin/sman.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ SYS_MODULE_STOP(wwwd_stop);
SYS_MODULE_EXIT(wwwd_stop);

#define WM_APPNAME "webMAN"
#define WM_VERSION "1.47.31 MOD"
#define WM_VERSION "1.47.32 MOD"
#define WM_APP_VERSION WM_APPNAME " " WM_VERSION
#define WEBMAN_MOD WM_APPNAME " MOD"

Expand Down

0 comments on commit 0b0576c

Please sign in to comment.