Jump to content

Sitedeki Txt Ye Veri Yazma


Amilo
 Share

Recommended Posts

Böyle bir şey mümkündür fakat sitenin ftp şifresine sahip olmanız gerekmektedir.Sahipseniz;

[code]
$server = 'server (domain)'
$username = 'kullanıcı adın'
$pass = 'şifren'
$Open = _FTP_Open('Kaspersky')
$Conn = _FTP_Connect($Open, $server, $username, $pass) ;ftp ile bağlantı kurulmuş oluyor
If @error Then MsgBox(16, "Hata!", "Ftp'ye bağlanılamadı!") ; hata kontrolü
_Ftp_FilePut($Conn,"yerel dosya yolun", "/httpdocs/veri.txt") ; sanırım httpten ulaşabilmek için buraya koyuyorduk
_FTP_Close($Open) ;ftp bağlantısını kapat[/code]

Kodlarıyla ftpye bağlantı yapabilirsin.Inputtan veri alıp yazdırmak için de

[code]FileWrite("tnctr.txt", GUICtrlRead($input))[/code]

$input oluşturduğun input değişkeni olmak üzere bu şekilde yazdırabilirsin.

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