FTp üzerinde bağlanarak çalışan bir sohbet sistemidir
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");
- ftp://vasts_999999@ftp.vastserve.com/htdocs/panel.txt UhostingAll üzerinde açıldı yani sizin yol uzantınız farklı olabillir
-
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
It is a chat system that works by connecting on FTp
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.
- HostingAll - I recommend using fake mail for this Site
- 000webhost
- poyrazhosting
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");
- ftp://vasts_999999@ftp.vastserve.com/htdocs/panel.txt UhostingAll opened on so your path extension may be different
-
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