xfox
New Member
- Joined
- Mar 18, 2010
- Messages
- 217
- Reaction score
- 3
Features:
- Tiny info website with LIVE(!) updates of your bot (with)
- A Webserver for hosting your website for yourself is included (there is no public server for this)
Requirements:
- Node.js (node.js), this let's you run serverside javascript (webserver is written in js)
To DO:
- still a lot
graphical UI etc...
Instructions:
IMPORTANT: there is no need of reloading the page, everything is done with websockets (socket.io), so when something happens, you will see it... (looting and leaving a run with stats for now)
For using this from outside your network: you have to edit the index.html:
- Tiny info website with LIVE(!) updates of your bot (with)
- A Webserver for hosting your website for yourself is included (there is no public server for this)
Requirements:
- Node.js (node.js), this let's you run serverside javascript (webserver is written in js)
To DO:
- still a lot
Instructions:
- Download and install node.js (node.js)
- Download webserver.zip and extract it where you want, NOT in your db folder
- Start the webserver with the start-server.cmd, now it will listen on port 9050 (default) for the events from the plugin and on port 33333 (default) for http-requests...
- Now you should be able to navigate to http://localhost:33333 with your favourite browser (i recommend chrome)... there should be a naked web site, now you have to install the plugin (next step)
- Download watchfox.zip (the db-plugin) and extract it to your Plugins folder
- Enable it and start the bot.
- Donate!
(Would be great, so i can buy me an ice
)
IMPORTANT: there is no need of reloading the page, everything is done with websockets (socket.io), so when something happens, you will see it... (looting and leaving a run with stats for now)
For using this from outside your network: you have to edit the index.html:
- change localhost:33333 to externalip:33333
- thanks to flexkres to this advice, i forgot to tell you those instructions
Attachments
Last edited:






