aldostools / webMAN-MOD

Extended services for PS3 console (web server, ftp server, netiso, ntfs, ps3mapi, etc.)
https://aldostools.github.io/webMAN-MOD/
GNU General Public License v3.0
1.33k stars 177 forks source link

HTML site resize bug #204

Closed DEX357 closed 5 years ago

DEX357 commented 5 years ago

https://ibb.co/7r3PXsN https://ibb.co/4sMQ9pw https://ibb.co/zPJHbCZ

aldostools commented 5 years ago

You can test copying this sman.htm to /dev_hdd0/xmlhost/game_plugin

And copying this webftp_server.sprx to /dev_hdd0/plugins/

DEX357 commented 5 years ago

Aldo almost but PS3MAPI still hide and cant switch on/off and CPU/RSX Temp now missing https://ibb.co/LdgQkbd https://ibb.co/wNFkJkK

aldostools commented 5 years ago

It seems that you're using the wrong version of the sprx 1.47.22

In the latest build the labels (PS3 DISC, CCAPI, PS3MAPI) are listed in the line after REMOVE CFW SYSCALLS

As you can see in the current source code there is a <BR> (line break) after R2+∆: https://github.com/aldostools/webMAN-MOD/blob/master/include/setup.h#L998

add_check_box("psc", false, STR_DELCFWSYS2, " : <b>R2+∆</b><BR>  ("         , !(webman_config->combo & DISABLESH),  buffer);
DEX357 commented 5 years ago

I am already checking it and I will let you know in a moment

DEX357 commented 5 years ago

Im test it but i now have some language mix xml in xmb and html problem, scal size look ok. Probably bad compilation files

aldostools commented 5 years ago

The issues are solved in 1.47.22 see release section.