• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

How to find physical address

Joined
Dec 2, 2009
Messages
3,353 (0.59/day)
System Name Dark Stealth
Processor Ryzen 5 5600x
Motherboard Gigabyte B450M Gaming rev 1.0
Cooling Snowman, arctic p12 x2 fans
Memory 16x2 DDR4 Corsair Dominator Pro
Video Card(s) 3080 10gb
Storage 2TB NVME PCIE 4.0 Crucial P3 Plus, 1TB Crucial MX500 SSD, 4TB WD RED HDD
Display(s) HP Omen 34c (34" monitor 3440x1440 165Hz VA panel)
Case Zalman S2
Power Supply Corsair 750TX
Mouse Logitech pro superlight, mx mouse s3, Razer Basiliskx with battery
Keyboard Custom mechanical keyboard tm680
Software Windows 11
Benchmark Scores 70-80 fps 3440x1440 on cyberpunk 2077 max settings
Hello again!
I was searching for the physical address or mac address
of someone who is using my application. How can i find it?
I am using limesurvey
 
None can help here? O.o
 
There is a thread on this at limesurvey's site:
http://www.limesurvey.org/en/forum/development/60296-can-physical-adress-be-added-in-a-survey

Someone mentioned it was possible with ActiveX and IE.

Also:
Originally Posted by goblinbox
In IPv4, MAC addresses are only sent in packets going to other machines on a LAN; they're stripped from packets going past the gateway onto the 'net.

In IPv6, the 64 bit "host" part of the full 128 bit address is often automatically generated from the MAC address, and hence might be visible to the server one connects to. See also How to avoid exposing my MAC address when using IPv6?
 
you can do it via WMI
 
you can do it via WMI
WMI is definitely the easiest and most reliable way to get it. I've never heard of this LimeSurvey though so I'm not sure how exactly that would work.
 
After looking the manuals for WMI it doesn't look simple to find the address
What is worse, i need to integrate it into the open source of limesurvey
 
The meaning of this is:
Dublicated votes must be avoided, but the ip in my country is a real problem.
People get a lot of same ip and it is very dynamical. The ip i have now is the same as the ip
of another person in the meantime, from another provider.
Only mac address can give the dublication problem a solution.
So in the survey, someone who has its computer can vote 100 times.
This can be avoided using the mac address, so the user can vote only 1 time.
I remember in gpu-z givaways you could only sent only one candidate to win from 1 computer.
 
from the internet you can not remotely get the machine mac address (as far as i know)

to avoid duplicate votes you can try ip recording, cookies or browser fingerprinting
 
The only way that I know to accomplish this is to have the user load some kind of ActiveX control. This will not work in many cases.

There are a couple of other ways that might work (IP route comparisons, for example) but you would have to store a stupid amount of information for it to be accurate and it's not worth the effort.

You could force people to create accounts and only allow the account to vote once. This would not eliminate duplication, but it is doubtful that someone is going to make 100 acounts just to skew the results of the survey. You can always adjust the results by a statistical error average like most survey places do.

The fact that the survey is online automatically removes it from being any sort of scientifically accurate information, which is why most online surveys will have a blurb that says, "Survey results based on viewer response, this is not a scientific survey."

Yes, I've gleefully thwarted survey accuracy when I felt a survey was totally biased in its presentation of the questions. :D
 
The ActiveX control unfortunately is just for IE, not for other browsers.
I didnt know about cookies, anyway i will try to find it out.
Thank you
 
Back
Top