Skip to content

Commit

Permalink
webMAN MOD 1.47.41
Browse files Browse the repository at this point in the history
- Major reorganization of source code
- Refresh XML now shows a count of the games found / shows progress notification with SELECT+R3 (feat. request #691)
- Improvements in /stat.ps3 command
- Removed usage of vsh/stdc.h / fixed related warning
  • Loading branch information
aldostools committed May 1, 2022
1 parent 621abe2 commit c9204b5
Show file tree
Hide file tree
Showing 122 changed files with 1,098 additions and 1,074 deletions.
2 changes: 1 addition & 1 deletion _Make_pkg.bat
Expand Up @@ -24,7 +24,7 @@ call make_update.bat
rd custom

set ver=1.47
set rev=40
set rev=41

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
Expand Up @@ -22,7 +22,7 @@ DATA := data
INCLUDES := include
PKGFILES := $(CURDIR)/pkgfiles

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

Expand Down
Binary file modified _Projects_/updater/pkgfiles/PARAM.SFO
Binary file not shown.
2 changes: 1 addition & 1 deletion _Projects_/updater/pkgfiles/USRDIR/html/fs.js
Expand Up @@ -6,7 +6,7 @@ function t2lnks(){
var dev2 =/(\/\b(dev_+.*))/ig;
var htab = txt.innerHTML.indexOf("\t") > 0;
var count = txt.innerHTML.split("\n").length - 1;
txt.innerHTML = "<a href='/'><b>webMAN MOD</b> 1.47.40</a><HR>"+
txt.innerHTML = "<a href='/'><b>webMAN MOD</b> 1.47.41</a><HR>"+
"<style>td+td{width:100px;}</style><table>" +
txt.innerHTML
.replace(url, "<tr><td><a href='$1'>$1</td></tr>")
Expand Down
2 changes: 1 addition & 1 deletion _Projects_/updater/pkgfiles/USRDIR/html/mobile.html
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.40</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.41</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
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.40</title>
<title>wMAN MOD 1.47.41</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 modified _Projects_/updater/update/dev_hdd0/plugins/webftp_server_lite.sprx
Binary file not shown.
Binary file not shown.
Expand Up @@ -6,7 +6,7 @@ function t2lnks(){
var dev2 =/(\/\b(dev_+.*))/ig;
var htab = txt.innerHTML.indexOf("\t") > 0;
var count = txt.innerHTML.split("\n").length - 1;
txt.innerHTML = "<a href='/'><b>webMAN MOD</b> 1.47.40</a><HR>"+
txt.innerHTML = "<a href='/'><b>webMAN MOD</b> 1.47.41</a><HR>"+
"<style>td+td{width:100px;}</style><table>" +
txt.innerHTML
.replace(url, "<tr><td><a href='$1'>$1</td></tr>")
Expand Down
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.40</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.41</a></div>
<div id="wrapper-menu">
<div id="scroller">
<ul id="thelist">
Expand Down
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.40</title>
<title>wMAN MOD 1.47.41</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

0 comments on commit c9204b5

Please sign in to comment.