What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

[Plugin] WatchFox

Another problem is that my node.js doesnt work after installing, because when try to start server by "node server.js", it can not define a command as "node". What may be the problem?
Do I need to restart windows after installing node.js? Thanks
 
So can anyone confirm if this is working sweetly? I'm in army and I've to be in camp now, can't get to try this out!!

Will be good if I can get to check my stats over 3G on my blackberry.
 
Coming along nicely - good to see other german devs in here :D

Amazing idea. Just hope its more stable than Webstats plugin. It crashes hell lots of times. And thanks for allowing us o host it on our own. So much more privacy!

For defense, that was a DB bug - all fixed, private LAN version is getting prepared as we speak :)
 
Coming along nicely - good to see other german devs in here :D



For defense, that was a DB bug - all fixed, private LAN version is getting prepared as we speak :)

Hey I didn't get to try the version that fixed the crashes yet, I will definitely test it. Just want to know, can I upload it to my own webhost so that I can view it on my blackberry?
 
Another problem is that my node.js doesnt work after installing, because when try to start server by "node server.js", it can not define a command as "node". What may be the problem?
Do I need to restart windows after installing node.js? Thanks

set the path to node.js in windows.... (should be done automatically after install):
How to set the windows path in Windows 7
add the path to node.exe here !
 
Works like a charm.

I edited the index.html file though to rid the gold spam :P

Code:
socket.on('loot', function (item) {
	if (item.name != "Gold") {
        	writeLog(item.timeStamp + ' looted: <b><font color="#' + item.color + '">' +  item.name + '</font></b>, ' + item.itemType + ', itemLevel: ' + item.level)
	}
})
 
Gute Idee, mal was anderes, vielen Dank :)

Was muss ich denn eingeben, damit ichs unterwegs vom iPhone checken kann?
 
Last edited:
I haven't had the chance to look through the code yet, but does this support multiple instances of bots yet?
 
A nice new Feature would be if you also could see the Stats of the Looted Items. May you can add this with a new release.
 
A nice new Feature would be if you also could see the Stats of the Looted Items. May you can add this with a new release.

i want to include that too and it's not hard, but i don't have time :D i'll try my best :)
 
xfox, i fixed the problem accessing the webpage externally.
First of all noone should miss port forwarding when it comes to this ;P

BUT i had to edit the index.html, and change localhost:33333 to "myexternalip:33333"

Just fyi:D now it works like a charm on all phones! eaven iphone!

"edit index.html in the webserver folder ofc;P"
 
Last edited:
xfox, i fixed the problem accessing the webpage externally.
First of all noone should miss port forwarding when it comes to this ;P

BUT i had to edit the index.html, and change localhost:33333 to "myexternalip:33333"

Just fyi:D now it works like a charm on all phones! eaven iphone!

"edit index.html in the webserver folder ofc;P"

this is not a fix :D this is the way you should do it, just forgot to explain sorry :D
 
Any instructions for hosting this on our own website?

this is not the way it works...
it is including a webserver, there's no wayto host it on another.... you could run this webserver on a rootserver, that would work, but not on any php-pages or anything else, because thiswebserver has it's own socket-handling logic etc...
 
Back
Top