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

xfox

New Member
Joined
Mar 18, 2010
Messages
217
Reaction score
3
FoxMon


What is FoxMon?

FoxMon monitors all the important data of your bot on a tiny web-page (hosted on your pc without needing apache etc.)

Why?

It's late, i'm bored, and i want to have a look on my bot later in the bedroom through my iPod Touch. So i designed the monitoring template for IPod / IPhone users.
Tiny, Simple, Cool.

How-To?

Just extract the package into your ./Plugin folder, start HB and activate the addon.

It will open the port 4444 for the website, so you can access it there in your browser:
http://localhost:4444


have fun,
xfox aka tr0llslay3r ;)

edit: v1.0.2: template improved :D

edit: awesome template added (by j0achim)
made this to final version 1.0.0
 

Attachments

  • FoxMon_1.0.2.zip
    FoxMon_1.0.2.zip
    6.2 KB · Views: 563
  • [FoxMon] 102.webp
    [FoxMon] 102.webp
    2.1 KB · Views: 2,385
Last edited:
Looks awesome, but I must ask one thing: is this only useable on local networks then and not on 3G mobiles when on the run?
 
sure you can use it... therefor you need to know your external IP or use dyndns.

then you can call it like "http://ryderblah.dyndns.org:4444" from everywhere.

and you have to be sure, that the port is forwarded through your router to your pc (here: 4444)
 
finally there's the HB update =)

now have fun with hb and my plugin too =)
 
any chance to make the page a .net page with an auto refresh in it?

i will try to help with that if i can..
 
any chance to make the page a .net page with an auto refresh in it?

i will try to help with that if i can..

The cool thing is:
You can simply customize the template.html to your needs !
Only restriction: no images can be used, must be clean html-text file (no php, ssi etc.)
 
yeh unless im mistaken you can code a html page in .net that will have features of .net in it but im not sure if it requires sliverlight to do that and then how that would work through HB complier..?
 
yeh unless im mistaken you can code a html page in .net that will have features of .net in it but im not sure if it requires sliverlight to do that and then how that would work through HB complier..?

i don't know what kind of features you require on the page (.net features) ?

for simple page refreshes you can use javascript or something
 
any chance to make the page a .net page with an auto refresh in it?

i will try to help with that if i can..
You can make the html file refresh itself.

Go to your FoxMon folder -> Open up template.html -> between <head> and </head> add this line
<meta http-equiv="refresh" content="5" >

Done ;)
 
You can make the html file refresh itself.

Go to your FoxMon folder -> Open up template.html -> between <head> and </head> add this line
<meta http-equiv="refresh" content="5" >

Done ;)

thanks for your help,

i still don't know why he wants a ".net page" ? ;)

but 30 seconds is enough... the data updates every 30 seconds

(ok you can change this also in the cs file ;))
 
yeh i wanted a .net page just because thats the way i know to get it to refresh...i was also using google chrome so i will play around with it today to get it to refresh.

Cheers.
 
Also you can make a small javascript in the heading, this way you could make the data refresh instead of the page. (Ajax)
 
Heres a styled template, nothing huge but imo better then plain text, only styled with CSS.


As soon as i get home i will upload the template file.
 

Attachments

  • foxmonstyled.webp
    foxmonstyled.webp
    5.9 KB · Views: 173
very nice =) and still cute and tiny <3
 
So as promised heres the template.

Install is pretty self explained. Download and replace the template.html inside your FoxMon Plugin folder.

Honestly, the Javascript was so that template would not need any changes with the plugin, however there are a few things missing so i've updated that as well. And im too lazy to remove the JavaScript code atm. but i will remove it asap. And update with a new version.

Only current change that are used in this template is "required xp till level". So if you want to have that download and replace FoxMon.cs also.
 

Attachments

  • FoxMon_Template_Second_Draft.webp
    FoxMon_Template_Second_Draft.webp
    7.2 KB · Views: 83
  • FoxMon.cs
    FoxMon.cs
    4.4 KB · Views: 51
  • template.html
    template.html
    4.4 KB · Views: 66
Last edited:
thank you very much, j0achim!

included your complete stuff, and released the complete package as final version 1.0.0 !
(see first post)
 
Back
Top