/FTP-Chat-System-Sohbet-Sistemi

🚀İnfinityWare 🚀yazılım grubunun Ortak yazılımıdır ==> https://discord.gg/8UAAB5Z

Primary LanguageC#MIT LicenseMIT

FTP Chat System // Sohbet-Sistemi

TR

FTp üzerinde bağlanarak çalışan bir sohbet sistemidir

Nasıl Kullanacağız

Bedava hosting veren bir site bularak orada açacağınız bir ftp sunucusu ile rahatlıkla kullanabillirsiniz ben size alt tarafda bir kaç örnek site vereceğim

  • HostingAll - Bu site için sahte mail kullanmanızı öneriyorum
  • 000webhost - Bu site için sahte mail kullanmanızı öneriyorum
  • poyrazhosting - Bu site için sahte mail kullanmanızı öneriyorum
 ftp.Credentials = new NetworkCredential("Ftp Login Name", "Enter Ftp Password"); 
         richTextBox1.Text = ftp.DownloadString("ftp://chatverti.com/panel.txt");
         
 ftp.Credentials = new NetworkCredential("örnek1", "şifre123456); 
          ichTextBox1.Text = ftp.DownloadString("ftp://örnek1.com/panel.txt"); 

Örnek URL

hatırlatma

  • yukarıdaki işlemleri kaynak koda 3 defa yapacaksınız sakın unutmayın

  • Birinci

  • İkinci

  • Üçüncü

  • Yukarıda Örnek SS bıraktım

  • Sonra x86 release yaparak derleme yapınız sonra bütün işlemler biter size iyi sohbetler

ENG

It is a chat system that works by connecting on FTp

How We Will Use

You can find a site that gives free hosting and use it with an ftp server you will open there and I will give you a few sample sites at the bottom.

 ftp.Credentials = new NetworkCredential("Ftp Login Name", "Enter Ftp Password"); 
         richTextBox1.Text = ftp.DownloadString("ftp://chatverti.com/panel.txt");
         
 ftp.Credentials = new NetworkCredential("örnek1", "şifre123456); 
          ichTextBox1.Text = ftp.DownloadString("ftp://örnek1.com/panel.txt"); 

Example URL

Reminding

  • do not forget that you will do the above operations to the source code 3 times

  • First

  • Second

  • Third

  • I left Sample SS above

  • Then compile with x86 release then all the process ends and you have a good conversation