webMonitor v2 - by BonScott

Other plugins for extending OpenKore's functionality. This forum is only for posting new plugins and commenting on existing plugins. For support, use the Support forum.

Moderator: Moderators

Message
Author
Kaspy
Halfway to Eternity
Halfway to Eternity
Posts: 398
Joined: 08 Jun 2012, 15:42
Noob?: No
Location: Brazil

Re: webMonitor v2 - by BonScott

#51 Post by Kaspy »

I sent some news to the plugin.

Image
* Add: Page homunculos with tabs to status, skills and commands
* Improve: Display icons skills improved
* Changes: Icons on menu pages
* Fixbug in report item: Now correctly displays icons
* Fixbug in map image: Was sending an image that did not exist
Image

Maple
Noob
Noob
Posts: 14
Joined: 21 Mar 2013, 05:55
Noob?: No

Re: webMonitor v2 - by BonScott

#52 Post by Maple »

The template doesn't support other language even if I included UTF-8 decode.
Any resolutions?

Kaspy
Halfway to Eternity
Halfway to Eternity
Posts: 398
Joined: 08 Jun 2012, 15:42
Noob?: No
Location: Brazil

Re: webMonitor v2 - by BonScott

#53 Post by Kaspy »

Maple wrote:The template doesn't support other language even if I included UTF-8 decode.
Any resolutions?
This browser?
If so, the problem is HTML.

The Portuguese works perfectly. Which language you're trying to use?
Image

Maple
Noob
Noob
Posts: 14
Joined: 21 Mar 2013, 05:55
Noob?: No

Re: webMonitor v2 - by BonScott

#54 Post by Maple »

Trying with JP, KR and Chinese. all result are following
Image
:shock:

Kaspy
Halfway to Eternity
Halfway to Eternity
Posts: 398
Joined: 08 Jun 2012, 15:42
Noob?: No
Location: Brazil

Re: webMonitor v2 - by BonScott

#55 Post by Kaspy »

I spent a few hours trying to find the solution, but I could not... It seems that the page can not display two different encodings at the same time (latin + Japanese, latin + chinese, for example)

Image

Image



If anyone knows anything that can help, please tell.
Image

Maple
Noob
Noob
Posts: 14
Joined: 21 Mar 2013, 05:55
Noob?: No

Re: webMonitor v2 - by BonScott

#56 Post by Maple »

KeplerBR wrote:I spent a few hours trying to find the solution, but I could not... It seems that the page can not display two different encodings at the same time (latin + Japanese, latin + chinese, for example)

Image

Image



If anyone knows anything that can help, please tell.
Yeah,this is the ONLY problem I've found despite those NULL(none) stuff.

BTW: have any future development about storage tab?

Kaspy
Halfway to Eternity
Halfway to Eternity
Posts: 398
Joined: 08 Jun 2012, 15:42
Noob?: No
Location: Brazil

Re: webMonitor v2 - by BonScott

#57 Post by Kaspy »

Maple wrote: have any future development about storage tab?
How so? A tab showing the armazem? For all I know, nobody is developing something related to that.
Image

Maple
Noob
Noob
Posts: 14
Joined: 21 Mar 2013, 05:55
Noob?: No

Re: webMonitor v2 - by BonScott

#58 Post by Maple »

KeplerBR wrote:
Maple wrote: have any future development about storage tab?
How so? A tab showing the armazem? For all I know, nobody is developing something related to that.
here we got the inventory tab shows in this plugin but no storage tab. I don't know why :roll:

Kaspy
Halfway to Eternity
Halfway to Eternity
Posts: 398
Joined: 08 Jun 2012, 15:42
Noob?: No
Location: Brazil

Re: webMonitor v2 - by BonScott

#59 Post by Kaspy »

Maple wrote:here we got the inventory tab shows in this plugin but no storage tab. I don't know why :roll:
Well, who are interested can implement it. Just ask me to send commands to the SVN and review if desired.

I can also help whoever programmed it.
Image

Maple
Noob
Noob
Posts: 14
Joined: 21 Mar 2013, 05:55
Noob?: No

Re: webMonitor v2 - by BonScott

#60 Post by Maple »

I'm currently working on it to make it work in another language.
Current problem is when I use Console tab to chat using 3-bit UTF-8 charsets like KR,JP,CN, it will not show what i said. But weird charsets instead.
Is it the same problem I reported above?

Does it related with Base::Server and Base::WebServer?

for above encoding problem, a possible fix as following?

Code: Select all

use Encode qw/encode decode/;
my $utf_data = encode("utf8", decode("big5", $data));
# $data is big5  coding, $utf_data is utf8 coding
maybe have a try?

Post Reply