Hi..friend.. anybody help me, how to display motherboard serial with php script ? thanks... :)

Recommended Answers

All 4 Replies

I don't think you can do it through PHP. The best I could come up with was a way to display the computer name:

$hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);
	echo $hostname;

may be like this.. please look attachment picture from me. this picture for limiting activation on personal computer. i dont know how to display motherboard serial or etc about machine serial with PHP

Hi..friend.. anybody help me, how to display motherboard serial with php script ? thanks... :)

You can't. PHP is a server-side language, it is not allowed to get anywhere near the end-user's hardware. Hell, it doesn't even touch the user's browser outside of knowing which browser it is.

:) oke sir..thanks for this information

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.