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

[Plugin - Monitoring] [FoxMon] 0.9.3 a tiny info-page including a webserver

Hehe ok, that's cool =)

Where are you from ?
<--- german
 
Im from Norway.

Adding minutes till level and hours till level. Also adding auto update with AJAX. (makes updating really smooth)
 
Added
  • nextlvl in minutes
  • next level in hours
  • ajax (smooth updating)
  • countdown bar till next time page is refreshed


Note you need both template.html and FoxMon.cs


Enjoy :)
 

Attachments

  • FoxMon.cs
    FoxMon.cs
    5 KB · Views: 46
  • FoxMon_Template_Second_rev3.webp
    FoxMon_Template_Second_rev3.webp
    8.7 KB · Views: 109
  • template.html
    template.html
    6.6 KB · Views: 55
Last edited:
wow nice work man =)

i have no time for conding at the moment...
nice to see my plugin grow ;)

i will include it to the package when i come back from work in about 9 hours ;)
 
I think I'm quite happy with this latest build.


Added / Modified
  • meta tag to not cache page (needed for ajax support in all browsers)
  • styled percent bars
  • smoother countdown bar


Edit: Added screenshot.

/j0achim
 

Attachments

  • template.html
    template.html
    6.8 KB · Views: 49
  • FoxMon_Template_Second_rev4.webp
    FoxMon_Template_Second_rev4.webp
    17.2 KB · Views: 97
Last edited:
new version 1.0.2 with AWESOME template :D
 
looks really good, am i allowed to make it multi-bot usable? :P

When you have Multiple Bots, simply make separate complete HB folders PER BOT.

Now you can change the port number (4444) for every bot in the cs file ;)

---> MULTIBOT :>
 
Update!

Page will no longer give you the error page which says something about the page is not available in German.

Enjoy!


/j0achim
 

Attachments

just found this plugin, i know it's a old thread, but is there anyway to remove the webserver part? and only make it export the html?
also, im no javascript guru, but is it possible to change the update funtion on this? it seems to take the url from the browser and updating that.
can i change it to a static url?
updating is not working in iframes :(
 
Yes, simply reamove all the <script> </script> code in the header. (which will make it 100% static, meaning you will have to manually update the page for current data to show)
 
keeps saying "No File Created Yet ! Please wait 30 seconds!" :( anyone got any ideas?
 
keeps saying "No File Created Yet ! Please wait 30 seconds!" :( anyone got any ideas?

You need to look for errors in Debug tab of HB.
In my case FoxMon couldn't find index.html and template.html.
I've just changed 5 lines to exact paths.

FoxMon.cs (lines 28 and 29):
string templateFile = "d:/hb/Plugins/FoxMon/template.html";
string realFile = "d:/hb/Plugins/FoxMon/index.html";

ServerHandling.cs (lines 41, 52, 53):
if (File.Exists("d:/hb/Plugins/FoxMon/" + filename))
if (File.Exists("d:/hb/Plugins/FoxMon/" + "index.html"))
sendFile("d:/hb/Plugins/FoxMon/" + "index.html");
 
hi guys, sorry but i was not botting for a long time, because i stopped playing WoW for more familiy time ;)

nice to see that my plugin is still "alive" ;)
 
Hey there, is there any possibility you could update this? :) Would be amazing since my HB crashes everytime i try to activate the plugin. :(
 
Hey there, is there any possibility you could update this? :) Would be amazing since my HB crashes everytime i try to activate the plugin. :(
Just enable to plugin before starting the bot. Then it works fine. It does for me atleast :)
 
Back
Top