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

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

    1. finality

      finality New Member

      Joined:
      Oct 21, 2010
      Messages:
      85
      Likes Received:
      1
      Trophy Points:
      0
      I quit this project, cause of less time and not much interest in WoW anymore...

      I've uploaded the current site, maybe someone need it.

      Maybe I make in the future a new plugin maybe not :D

      The current website will be online, until 01.02.2010.
       

      Attached Files:

      Last edited: Dec 24, 2010
    2. Cracktomte

      Cracktomte Member

      Joined:
      Mar 7, 2010
      Messages:
      430
      Likes Received:
      13
      Trophy Points:
      18
      Use IP as primary key instead, safer than a random number imo, or just character name?
       
    3. finality

      finality New Member

      Joined:
      Oct 21, 2010
      Messages:
      85
      Likes Received:
      1
      Trophy Points:
      0
      Ok IP is a good idear...but the Char name can be twice. Different Realms^^
      I think I will use IP, thanks for it :) :D
       
    4. Cracktomte

      Cracktomte Member

      Joined:
      Mar 7, 2010
      Messages:
      430
      Likes Received:
      13
      Trophy Points:
      18
      But you can also run several bots from the same IP. I don't know if HB know what realm the char is on, if it does, a combination of name and realm would be the best. I think... Haven't slept for days, lol.
       
    5. finality

      finality New Member

      Joined:
      Oct 21, 2010
      Messages:
      85
      Likes Received:
      1
      Trophy Points:
      0
      Yeah thats my feelings, too...^^
      I will have a look into the API with the Object inspector... Maybe i find something Unique :p
      But I think it would be the best if it's not the Accountname or the realm... Some data should never been captured :D
       
    6. finality

      finality New Member

      Joined:
      Oct 21, 2010
      Messages:
      85
      Likes Received:
      1
      Trophy Points:
      0
      Something went wrong with the host... I will fix it.. Sorry -.- Nice startup :(
       
      Last edited: Nov 2, 2010
    7. Laso49

      Laso49 New Member

      Joined:
      Jan 15, 2010
      Messages:
      270
      Likes Received:
      0
      Trophy Points:
      0
      Found a problem, It routed me to someone else's ID so I had to go in Imonitor.cs and edit Line 64-66
      I
      Code:
       Commented out those
      //Random number = new Random(1337);
                      
                      //ident = number.Next(1, 9999999);
      
      and then
      ident = XXXXX;
      Added my own number... Then I had space on the site you have.... For some reason it links everyone to ID 2088883
       
    8. finality

      finality New Member

      Joined:
      Oct 21, 2010
      Messages:
      85
      Likes Received:
      1
      Trophy Points:
      0
      yeah i know i fixed that:D
      But thx :)
      I just fixed one thing in the index.php. So now the Search works...
       
    9. Laso49

      Laso49 New Member

      Joined:
      Jan 15, 2010
      Messages:
      270
      Likes Received:
      0
      Trophy Points:
      0
    10. finality

      finality New Member

      Joined:
      Oct 21, 2010
      Messages:
      85
      Likes Received:
      1
      Trophy Points:
      0
      Yeah I know... I must change something...but i can't find the answer...
      There's a fault I can't find...

      Because if u search by ID u always get an result. But if u search by Name it's lucky to receive one...
       
    11. Laso49

      Laso49 New Member

      Joined:
      Jan 15, 2010
      Messages:
      270
      Likes Received:
      0
      Trophy Points:
      0
      Well I guess It's a good thing I set my own id huh :p I can just use that
       
    12. finality

      finality New Member

      Joined:
      Oct 21, 2010
      Messages:
      85
      Likes Received:
      1
      Trophy Points:
      0
      I think i fixed this...
      Noob mistake -.-
      I compared wrong Data rows.....

      So now it should works well... :D
       
      Last edited: Nov 2, 2010
    13. finality

      finality New Member

      Joined:
      Oct 21, 2010
      Messages:
      85
      Likes Received:
      1
      Trophy Points:
      0
      If something went wrong, or u're data would'nt been captured report to me pls. :)
       
    14. SkyHigh

      SkyHigh Member

      Joined:
      Apr 15, 2010
      Messages:
      396
      Likes Received:
      4
      Trophy Points:
      18
      Looks good, is it me or have there been a ton of these popping up over the last month?
       
    15. Spartanmfot

      Spartanmfot New Member

      Joined:
      Aug 29, 2010
      Messages:
      346
      Likes Received:
      1
      Trophy Points:
      0
      Just gave it a little test and it worked perfectly! Hope it carries on and thank you very much!
       
    16. Possien

      Possien Member

      Joined:
      Feb 24, 2010
      Messages:
      173
      Likes Received:
      17
      Trophy Points:
      18
      you might want to have a look a some mysql libs/class's for php ;)
       
    17. finality

      finality New Member

      Joined:
      Oct 21, 2010
      Messages:
      85
      Likes Received:
      1
      Trophy Points:
      0
      And why?^^
       
    18. Possien

      Possien Member

      Joined:
      Feb 24, 2010
      Messages:
      173
      Likes Received:
      17
      Trophy Points:
      18
      It makes doing your > 20 sql statements alot easier and most libs prevent sql injection ( couldn't see any in your code )
       
    19. Cardsmall

      Cardsmall Member

      Joined:
      Oct 7, 2010
      Messages:
      103
      Likes Received:
      0
      Trophy Points:
      16
      What's the website to check? I had it but now it doesn't work.. Is it down or am I missing something
       
    20. finality

      finality New Member

      Joined:
      Oct 21, 2010
      Messages:
      85
      Likes Received:
      1
      Trophy Points:
      0
      Hm...I think the Freehoster is not glad about my Database.
      Now I'm at work...I think I'm fix this this evening, and will move the Site to my own Webspace not a freehost.
       

    Share This Page