Jump to content

Adlibregister Donguden Cıkmıyor


darendeli
 Share

Recommended Posts

Func SiteBilgileriGuncel()
Local $oIE = _IECreate("https://yootugne.gq/prog.php?p=youtubeikk",0,0)
Local $oTags1 = _IETagNameGetCollection($oIE, "div")
For $oTag1 In $oTags1
     If String ($oTag1.GetAttribute("class")) == "stats" Then
	  If not @error then	$hostteam1 = $oTag1.innerTEXT
	  If GUICtrlRead($hostteam1) <> "" Then
  ConsoleWrite ($hostteam1& @CRLF)
	GUICtrlSetData($Label2 ,GUICtrlRead($hostteam1))
 EndIf
If StringLen($hostteam1) = 0 Then $hostteam1 = @CRLF
ConsoleWrite($hostteam1 & @CRLF)
GUICtrlSetData($Label2 ,$hostteam1)
	 EndIf
Next
_IEQuit($oIE)
AdlibUnRegister("SiteBilgileriGuncel")
AdlibRegister("SiteBilgileriGuncel",1000)
EndFunc

 

Link to comment
Share on other sites

darendeli, 20 saat önce yazdı:

Func SiteBilgileriGuncel()
Local $oIE = _IECreate("https://yootugne.gq/prog.php?p=youtubeikk",0,0)
Local $oTags1 = _IETagNameGetCollection($oIE, "div")
For $oTag1 In $oTags1
     If String ($oTag1.GetAttribute("class")) == "stats" Then
	  If not @error then	$hostteam1 = $oTag1.innerTEXT
	  If GUICtrlRead($hostteam1) <> "" Then
  ConsoleWrite ($hostteam1& @CRLF)
	GUICtrlSetData($Label2 ,GUICtrlRead($hostteam1))
 EndIf
If StringLen($hostteam1) = 0 Then $hostteam1 = @CRLF
ConsoleWrite($hostteam1 & @CRLF)
GUICtrlSetData($Label2 ,$hostteam1)
	 EndIf
Next
_IEQuit($oIE)
AdlibUnRegister("SiteBilgileriGuncel")
AdlibRegister("SiteBilgileriGuncel",1000)
EndFunc

 

AdlibRegister  ile işlevi kaydedeceksin ondan sonra AdlibUnRegister kayıtlı işlevi sileceksin. _IECreate işlevi bitti artık Internet Explorer siteleri desteklemiyor.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...