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

User avatar
alisonrag
Developers
Developers
Posts: 35
Joined: 30 Jun 2011, 12:25
Noob?: No
Location: Brazil

Re: webMonitor v2 - by BonScott

#41 Post by alisonrag »

Sugestion in webmonitor.pl:
Old:

Code: Select all

$bind = "localhost";
New:

Code: Select all

$bind = $config{webIP} || "localhost";
add in config:

Code: Select all

webIP myexample.no-ip.org
Remote access for users with no-ip, dyndns, etc....
"ignorance is a blessing"
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: webMonitor v2 - by BonScott

#42 Post by EternalHarvest »

Yes, that's a needed option. But maybe not a good idea to push everyone to use it like that until all obvious security issues are fixed and some sort of authorization. Until then, it's easy to change right in the plugin if you know what you're doing.
jcgonz24
Noob
Noob
Posts: 11
Joined: 28 Mar 2012, 21:48
Noob?: No

Re: webMonitor v2 - by BonScott

#43 Post by jcgonz24 »

Hi! I am getting this error. I have the newest openkore not from tortoiseSVN.

Code: Select all

The error message is:
Plugin contains syntax errors:
Can't locate POSIX.pm in @INC (@INC contains: plugins/webMonitor plugins src
src/deps D:/JcGonz/OpenKore/KORE/src/deps D:/JcGonz/OpenKore/KORE/src
D:/JcGonz/OpenKore/KORE .) at plugins/webMonitor/webMonitorServer.pm line 57.
BEGIN failed--compilation aborted at plugins/webMonitor/webMonitorServer.pm
line 57.
Compilation failed in require at
D:/JcGonz/OpenKore/KORE/plugins/webMonitor/webMonitorPlugin.pl line 51.
BEGIN failed--compilation aborted at
D:/JcGonz/OpenKore/KORE/plugins/webMonitor/webMonitorPlugin.pl line 51.

Press ENTER to exit this program.
Do I need perl installed?
or are there other plugins I need to download too?
Kaspy
Halfway to Eternity
Halfway to Eternity
Posts: 398
Joined: 08 Jun 2012, 15:42
Noob?: No
Location: Brazil

Re: webMonitor v2 - by BonScott

#44 Post by Kaspy »

jcgonz24, you installed the module JSON and Protocol::WebSocket from CPAN?
Yes, need to have Perl installed.
Image
khalim
Noob
Noob
Posts: 2
Joined: 26 Jul 2008, 01:59
Noob?: No

Re: webMonitor v2 - by BonScott

#45 Post by khalim »

great plugin, i was totally looking foward something like this. im currently running openkore on an android and atm wxinterface modules are not supported on it. so this plugin totally helps a lot.
only 1 thing, please add the position freature on minimap. thanks
jcgonz24
Noob
Noob
Posts: 11
Joined: 28 Mar 2012, 21:48
Noob?: No

Re: webMonitor v2 - by BonScott

#46 Post by jcgonz24 »

KeplerBR wrote:jcgonz24, you installed the module JSON and Protocol::WebSocket from CPAN?
Yes, need to have Perl installed.
I don't have any of those. I'll look for a Perl Installer and everything else to allow this plugin to work.

Does openkore (start.exe) need to be running at the same time? If it does, how would I make it consume very little of my computer's memory at runtime? Since, AFAIK, I will have to run the main bot program and then watch the bot through my browser.
Kiranetix
Noob
Noob
Posts: 16
Joined: 28 Jul 2012, 14:17
Noob?: No

Re: webMonitor v2 - by BonScott

#47 Post by Kiranetix »

Well I was able to use this with wxstart. However, how can we exactly run this plugin without the use of wxstart.exe in windows?

Things already installed:
Perl (ActivePerl)
CPAN's Protocol-Websocket
CPAN'S JSON
Wx

It keeps searching for POSIX.pm when running console (start.exe)
wall00
Noob
Noob
Posts: 5
Joined: 14 Jan 2012, 00:38
Noob?: Yes

Re: webMonitor v2 - by BonScott

#48 Post by wall00 »

Parabéns pelo Plugin BonScott, estou utilizando já, está ótimo no meu celular, obrigado mesmo e parabéns novamente.
wall00
Noob
Noob
Posts: 5
Joined: 14 Jan 2012, 00:38
Noob?: Yes

Re: webMonitor v2 - by BonScott

#49 Post by wall00 »

Parabéns pelo plugin, estou utilizando já, está suprindo todas as minhas necessidades, parabéns mesmo BonScott!
rcrx
Noob
Noob
Posts: 1
Joined: 14 Feb 2013, 13:27
Noob?: No

Re: webMonitor v2 - by BonScott

#50 Post by rcrx »

I'm not sure if you still check this thread, but thank you for all of your hard work. This is an amazing plugin, all of my bots now run on a netbook since OpenKore is so lightweight. This makes it super easy to keep track of everything rather than using vnc with wxstart, and my friends can even control their characters when they need to.