User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: how can I get a users MAC Address?

  1. #1
    No Products Registered

    Join Date
    Jul 2006
    Location
    London - UK
    Posts
    427
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    how can I get a users MAC Address?

    is there a way of getting the users MAC Address in MMF?

    it is displayed in the old DOS cmd:

    ipconfig/all

    it is under 'physical address'.

    can anyone help me retrieve this?

    Thanks a lot!

    -Mel

  2. #2
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperiOS Export ModuleMac Export ModuleSWF Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    JasonDarby's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    4,938
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    Re: how can I get a users MAC Address?


    I dont know if this would work, but its an idea

    Well you could pipe ipconfig /all into a text file, and then search the text file for the MAC address?

    Jason

  3. #3
    No Products Registered

    Join Date
    Jul 2006
    Location
    London - UK
    Posts
    427
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: how can I get a users MAC Address?

    Hi Jason..

    I've never used the pipe object before... How would I do that?

    -Mel

  4. #4
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: how can I get a users MAC Address?

    He meant telling mmf to exectute "ipconfig /all >c:\ip.txt" and then loading ip.txt into a list, matching the "address" line and reading the ip.

    Though using the pipe object would stop it from having to write to a txt file.

  5. #5
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperiOS Export ModuleMac Export ModuleSWF Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    JasonDarby's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    4,938
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    Re: how can I get a users MAC Address?

    Yeah sorry should have been more clear especially as there is an object called pipe

    Yes i meant run the command pipe (its a dos command)

  6. #6
    No Products Registered

    Join Date
    Jul 2006
    Location
    London - UK
    Posts
    427
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: how can I get a users MAC Address?

    hmm.. just tried it. It doesnt seem to like it much. I can notice a lot of info on the DOS Screen for a split second before it quits.

    No ip.txt file is created. If I hand type it into the DOS prompt, then it does work.. Can you guys get it to work coz I might be doing something really stupid... lol

    -Mel

  7. #7
    No Products Registered

    Join Date
    Jul 2006
    Location
    London - UK
    Posts
    427
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: how can I get a users MAC Address?

    Or.. is there any other way of getting it? Possibly through an ActiveX?

    -Mel

  8. #8
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperiOS Export ModuleMac Export ModuleSWF Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    JasonDarby's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    4,938
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    Re: how can I get a users MAC Address?

    Ah the command has changed since the old NT 4 days

    Try

    ipconfig /all > filename.txt

    Jason

  9. #9
    No Products Registered

    Join Date
    Jul 2006
    Location
    London - UK
    Posts
    427
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: how can I get a users MAC Address?

    Hi Jason..

    Dynasoft was right.. You need to add the C:\ part in the beginning of the filename otherwise it doesn't even save manually.

    ipconfig /all > c:\filename.txt will work if I type it in, but not in MMF..

    Can you guys get it to work through MMF? I can't seem to. There surely must be an ActiveX or something to do this.. It seems like such an everyday thing ... lol

    Thanks a lot (so far anyway!) guys..

    -Mel

  10. #10
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperiOS Export ModuleMac Export ModuleSWF Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    JasonDarby's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    4,938
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    Re: how can I get a users MAC Address?

    I really should read other peoples posts before posting...lol

    Why dont you create a file.bat file, then use the run executable program command?

    Then you will create the file and then be able to hopefully load it in.. its messy but it might just work.

    I think getting the Mac address through MMF would be pretty cool though. I wonder if there is an option already in one of the objects somewhere...lol

Page 1 of 2 1 2 LastLast

Similar Threads

  1. is there a way to grab the users IP address?
    By assentec in forum iOS Export Module Version 2.0
    Replies: 0
    Last Post: 30th October 2013, 09:37 AM
  2. Player IP Address
    By bockert in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 7th October 2011, 01:05 AM
  3. IP Address
    By Game_Master in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 25th April 2009, 09:19 PM
  4. Mac address determiner
    By SEELE in forum File Archive
    Replies: 0
    Last Post: 16th March 2009, 05:17 AM
  5. MAC Address
    By Renatos in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 12th April 2008, 09:20 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •