![]() |
|
|||||||
| 代码交流 ASP,PHP,JSP等网站源代码下载与交流。 |
|
|
Thread Tools | Display Modes |
|
#1
IP: 61.139.126.97
|
|||
|
|||
|
@exec("ipconfig /all",$array);
echo "<br><br><br>阁下的网卡地址是:"; for($Tmpa;$Tmpa<count($array);$Tmpa++){ if(eregi("Physical",$array[$Tmpa])){ $getstr=explode(":",$array[$Tmpa]); echo $getstr[1]; } } |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|