• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Plugin - Monitoring] [FoxMon] 0.9.3 a tiny info-page including a webserver

    Discussion in 'Archives' started by xfox, Oct 26, 2010.

    1. j0achim

      j0achim New Member

      Joined:
      Jan 15, 2010
      Messages:
      532
      Likes Received:
      15
      Trophy Points:
      0
      I'm on a roll adding more stuff now :)
       
    2. xfox

      xfox New Member

      Joined:
      Mar 18, 2010
      Messages:
      217
      Likes Received:
      3
      Trophy Points:
      0
      Hehe ok, that's cool =)

      Where are you from ?
      <--- german
       
    3. j0achim

      j0achim New Member

      Joined:
      Jan 15, 2010
      Messages:
      532
      Likes Received:
      15
      Trophy Points:
      0
      Im from Norway.

      Adding minutes till level and hours till level. Also adding auto update with AJAX. (makes updating really smooth)
       
    4. j0achim

      j0achim New Member

      Joined:
      Jan 15, 2010
      Messages:
      532
      Likes Received:
      15
      Trophy Points:
      0
      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 :)
       

      Attached Files:

      Last edited: Nov 8, 2010
    5. xfox

      xfox New Member

      Joined:
      Mar 18, 2010
      Messages:
      217
      Likes Received:
      3
      Trophy Points:
      0
      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 ;)
       
    6. j0achim

      j0achim New Member

      Joined:
      Jan 15, 2010
      Messages:
      532
      Likes Received:
      15
      Trophy Points:
      0
      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
       

      Attached Files:

      Last edited: Nov 9, 2010
    7. Beringtom

      Beringtom Member

      Joined:
      Mar 7, 2010
      Messages:
      278
      Likes Received:
      0
      Trophy Points:
      16
      looks really good, am i allowed to make it multi-bot usable? :p
       
    8. xfox

      xfox New Member

      Joined:
      Mar 18, 2010
      Messages:
      217
      Likes Received:
      3
      Trophy Points:
      0
      new version 1.0.2 with AWESOME template :D
       
    9. xfox

      xfox New Member

      Joined:
      Mar 18, 2010
      Messages:
      217
      Likes Received:
      3
      Trophy Points:
      0
      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 :>
       
    10. j0achim

      j0achim New Member

      Joined:
      Jan 15, 2010
      Messages:
      532
      Likes Received:
      15
      Trophy Points:
      0
      Update!

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

      Enjoy!


      /j0achim
       

      Attached Files:

    11. dayloon

      dayloon Active Member

      Joined:
      Mar 5, 2010
      Messages:
      1,046
      Likes Received:
      3
      Trophy Points:
      38
      This still work ?!?
       
    12. Beringtom

      Beringtom Member

      Joined:
      Mar 7, 2010
      Messages:
      278
      Likes Received:
      0
      Trophy Points:
      16
      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 :(
       
    13. j0achim

      j0achim New Member

      Joined:
      Jan 15, 2010
      Messages:
      532
      Likes Received:
      15
      Trophy Points:
      0
      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)
       
    14. Beringtom

      Beringtom Member

      Joined:
      Mar 7, 2010
      Messages:
      278
      Likes Received:
      0
      Trophy Points:
      16
      i cant find any <script> tags in the header... :/
       
    15. aztyx

      aztyx New Member

      Joined:
      Jan 15, 2010
      Messages:
      42
      Likes Received:
      0
      Trophy Points:
      0
      keeps saying "No File Created Yet ! Please wait 30 seconds!" :( anyone got any ideas?
       
    16. pilesos

      pilesos New Member

      Joined:
      Oct 18, 2010
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      1
      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");
       
    17. xfox

      xfox New Member

      Joined:
      Mar 18, 2010
      Messages:
      217
      Likes Received:
      3
      Trophy Points:
      0
      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" ;)
       
    18. toooooby

      toooooby New Member

      Joined:
      Dec 22, 2011
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      1
      Hey there, is there any possibility you could update this? :) Would be amazing since my HB crashes everytime i try to activate the plugin. :(
       
    19. hrumus

      hrumus Member

      Joined:
      May 9, 2010
      Messages:
      40
      Likes Received:
      0
      Trophy Points:
      6
      Just enable to plugin before starting the bot. Then it works fine. It does for me atleast :)
       
    20. Kopped

      Kopped New Member

      Joined:
      Feb 24, 2010
      Messages:
      178
      Likes Received:
      1
      Trophy Points:
      0
      xfox, are you going to develop this further?
       

    Share This Page