• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • iMonitor

    Discussion in 'Archives' started by finality, Nov 2, 2010.

    1. snoweey

      snoweey Member

      Joined:
      Jan 15, 2010
      Messages:
      416
      Likes Received:
      2
      Trophy Points:
      18
      Yes just logged in and donloaded newest plugin from site and my toon still is showing zero stats i'll pm you the screenshot since it has my characters name
       
    2. snoweey

      snoweey Member

      Joined:
      Jan 15, 2010
      Messages:
      416
      Likes Received:
      2
      Trophy Points:
      18
      Warning: Division by zero in /www/htdocs/w00d3d48/imonitor/search.php on line 37 Warning: Division by zero in /www/htdocs/w00d3d48/imonitor/search.php on line 44
       
    3. finality

      finality New Member

      Joined:
      Oct 21, 2010
      Messages:
      85
      Likes Received:
      1
      Trophy Points:
      0
      That's because you're data haven't been refreshed.

      Its' strange... because the "Hey I'm here, do you know me, Server?" Is right, because if not you weren't listed in the Database....

      I can add a line to the Plugin to show the "Request URL".

      So...pls put this iMonitor.cs in your iMonitor folder an overwrite the old or move it to another folder but not the Plugin folder :p

      This will spam your chat, everytime it makes a request. Pls PM me the given link...
      It will be blue and underlined and starts with "http://imonitor.usilight.de/set..." and so on...
      So I can debug it on my pc :D
       

      Attached Files:

      Last edited: Nov 11, 2010
    4. snoweey

      snoweey Member

      Joined:
      Jan 15, 2010
      Messages:
      416
      Likes Received:
      2
      Trophy Points:
      18
      Ok as soon as i get home from work I will try this.
       
    5. Rprp

      Rprp New Member

      Joined:
      Jan 15, 2010
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      Maybe add the Activity HB is doing currently, or Quest
       
    6. snoweey

      snoweey Member

      Joined:
      Jan 15, 2010
      Messages:
      416
      Likes Received:
      2
      Trophy Points:
      18
      Link has been sent
       
    7. quel

      quel Member

      Joined:
      Oct 19, 2010
      Messages:
      844
      Likes Received:
      7
      Trophy Points:
      18
      Is it possible to add a screenshot feature in the future? :)

      Would be nice if it took a screenshot every now and then.

      Really love you work
       
    8. finality

      finality New Member

      Joined:
      Oct 21, 2010
      Messages:
      85
      Likes Received:
      1
      Trophy Points:
      0
      I found the problem...
      Do you use any proxy or something in this way?
      It's because every request your PC is doing to my Server comes twice...with different IP's.

      The exact same request, in the same second!

      First my plugin request an ID from the server.
      If he successfully get one, he use it in every future request.
      But your pc makes 2 request for an ID so he get's 2...
      The first will be used, but the record in my DB has the second id, so heres the mismatch!

      Maybe I can add something, so the plugin or website could handle this.

      I PM you if it's ready
       
    9. finality

      finality New Member

      Joined:
      Oct 21, 2010
      Messages:
      85
      Likes Received:
      1
      Trophy Points:
      0
      The Screenshot feature will be added in next release. :)
       
    10. quel

      quel Member

      Joined:
      Oct 19, 2010
      Messages:
      844
      Likes Received:
      7
      Trophy Points:
      18
      Nice :D, can't wait :)
       
    11. snoweey

      snoweey Member

      Joined:
      Jan 15, 2010
      Messages:
      416
      Likes Received:
      2
      Trophy Points:
      18
      if your referring to me i don't use a proxy. so not sure what is going on.
       
    12. snoweey

      snoweey Member

      Joined:
      Jan 15, 2010
      Messages:
      416
      Likes Received:
      2
      Trophy Points:
      18
      Ok had Oracle's vm virtual machine software that created a fake network adapter. Uninstalled but still getting the no info. Altough i did get my toon to start showing up again. this may have been what was causing the no info to show up
       
    13. goodmorning

      goodmorning New Member

      Joined:
      Sep 16, 2010
      Messages:
      259
      Likes Received:
      1
      Trophy Points:
      0
      Crash.

      Code:
      
      <?xml version="1.0" encoding="utf-8"?>
      <Exception>
        <Type>System.NotSupportedException</Type>
        <Message>WebClient does not support concurrent I/O operations.</Message>
        <StackTrace>
          <Frame>mU.A(T A_0)</Frame>
          <Frame>jc.A(T A_0, QZ A_1)</Frame>
          <Frame>jc.A(T A_0)</Frame>
          <Frame>jc.A(ISLMVirtualMachineParams A_0, JD A_1)</Frame>
          <Frame>jc.A(Byte[] A_0, ISLMVirtualMachineParams A_1, El A_2)</Frame>
          <Frame>Cw.A(Assembly A_0, Byte[] A_1, ISLMVirtualMachineParams A_2)</Frame>
          <Frame>Cw.A(Assembly A_0, String A_1, ISLMVirtualMachineParams A_2)</Frame>
          <Frame>Microsoft.Licensing.SLMRuntime.InternalSVMExecMethod(Assembly declaringAssembly, String SVMMethodId, ISLMVirtualMachineParams paramsReader)</Frame>
          <Frame>Microsoft.Licensing.SLMRuntime.SVMExecMethod(Object obj, String SVMMethodId, Object[] args, Type[] genericTypeParams, Type[] genericMethodParams)</Frame>
          <Frame>bi.b(Object A_0)</Frame>
          <Frame>System.Threading._TimerCallback.TimerCallback_Context(Object state)</Frame>
          <Frame>System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)</Frame>
          <Frame>System.Threading._TimerCallback.PerformTimerCallback(Object state)</Frame>
        </StackTrace>
        <Data>
          <SmartStackFrames>System.Collections.Generic.LinkedList`1[System.Object]</SmartStackFrames>
        </Data>
      </Exception>
      
      
       
    14. finality

      finality New Member

      Joined:
      Oct 21, 2010
      Messages:
      85
      Likes Received:
      1
      Trophy Points:
      0
      Which .net framework do u use?o_O
      NotSupportedException = The function, which will be called is not supported...
       
    15. goodmorning

      goodmorning New Member

      Joined:
      Sep 16, 2010
      Messages:
      259
      Likes Received:
      1
      Trophy Points:
      0
      I've got .net 4.0 and all prior to it. The plugin works for like 30 minutes, and crashes HB after a period of time. It's a shame, cuz this plugin worked flawlessly up until the last HB update.
       
    16. p0rt3m

      p0rt3m New Member

      Joined:
      Sep 23, 2010
      Messages:
      17
      Likes Received:
      1
      Trophy Points:
      0
      Like!

      I like your plugin its very easy to handle... I'm a Webdesigner if you like I can make an awesome desin for this =D

      Also some features for the wishlist ;):

      - ScreenCapture
      - Working Next Level in...
      - Kills and Deahts / Hour
      - Show Chatlog or How many whispers the bot gets :D

      Thats it... keep your work up :D
       
    17. finality

      finality New Member

      Joined:
      Oct 21, 2010
      Messages:
      85
      Likes Received:
      1
      Trophy Points:
      0
      @goordmorning:
      I've tested the plugin last night with the newest HB release.
      No error's, works smoothly for me... That's not a problem with my plugin, it's a prob. with HB or the .NET Framework on your pc...
      But I can't say exectly which of these 2... cause i never got a error in my whole life, like your's :D

      @p0rt3m
      I'm fighting with ScreenCapture :D
      The plugin makes a screen, but the Upload is a problem for me...
      I don't want to upload it on the ftp way...
      But I win this fight and the ScreenCapture will be added soon :)

      The other things will follow, too.
      So it will be a big update and takes time :D
       
    18. p0rt3m

      p0rt3m New Member

      Joined:
      Sep 23, 2010
      Messages:
      17
      Likes Received:
      1
      Trophy Points:
      0
      Upload it to a common image hoster and just use the direct image link to bind it to your site :D
       
    19. finality

      finality New Member

      Joined:
      Oct 21, 2010
      Messages:
      85
      Likes Received:
      1
      Trophy Points:
      0
      Every minute a few new images, I think the Hoster would block my IP after a few days :D

      But the Screenshot feature is working, right now.
      Now I'm building a configuration UI. ( Won't take much long :D )
       
    20. finality

      finality New Member

      Joined:
      Oct 21, 2010
      Messages:
      85
      Likes Received:
      1
      Trophy Points:
      0
      Settings

      [​IMG]

      How does it look? Any change requests, or should I take this one?:D
       

    Share This Page