Jump to content

[ Soru ] Internetten Veri Cekmek


Amilo
 Share

Recommended Posts

arkadaslar ben bir scirpt yapmak istiyorum

bu scripte winwait komutu olucak

ben winwait leri sitemin üzerinden yazmak istiyorum güncellemek için

ki o pencere acıldıgınca komutu devreye sokayım ama her yeni hile cıktıgında yeni exe yapmamak için win waitleri site üzerinden cekmek istiyorum yani titleleri

örnek : siteadi.com/title.txt içine yazdıklarım winwait olucak sizce mümkünmü yardımlarınızı bekliyorum Şimdiden Teşekkürlet Edited by Amilo
Link to comment
Share on other sites

@Amilo

Evet, @MostWanted'ın söylediği gibi, internetten ulaşabileceğin bir döküman oluştur. Misal adı deneme.txt olsun.
Ve buna direk ulaşım için bir link ayarla. Misal http://www.sitem.com.tr/deneme.txt

Sonra istediğin zaman bu dosyayı inetread ile okutup, aldığın bilgiyi kullanabilirsin. Basit bir örnek istersen;
[code]
Global $Title = _Read_Data("http://www.sitem.com.tr/deneme.txt")
MsgBox(64,"",$Title)

Func _Read_Data($Link)
Local $sData = InetRead($Link,1)
If @error = 0 Then
Return BinaryToString($sData)
Else
Return SetError(1,0,"")
EndIf
EndFunc[/code]

Neyse kolay gelsin...

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...