<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Hosting Destek Platformu &#187; Windows Server &amp; Hosting</title>
	<atom:link href="http://destek.ixirhost.com/category/windows-server/feed" rel="self" type="application/rss+xml" />
	<link>http://destek.ixirhost.com</link>
	<description>IIS, LINUX, WINDOWS, APACHE, PLESK vb.</description>
	<lastBuildDate>Fri, 18 Nov 2011 13:01:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Plesk, &#8220;The domain is still suspended for the following reason” sorunu</title>
		<link>http://destek.ixirhost.com/plesk-the-domain-is-still-suspended-for-the-following-reason%e2%80%9d-sorunu.html</link>
		<comments>http://destek.ixirhost.com/plesk-the-domain-is-still-suspended-for-the-following-reason%e2%80%9d-sorunu.html#comments</comments>
		<pubDate>Thu, 15 Sep 2011 14:58:36 +0000</pubDate>
		<dc:creator>Maresca</dc:creator>
				<category><![CDATA[Linux Server & Hosting]]></category>
		<category><![CDATA[Plesk Panel]]></category>
		<category><![CDATA[Windows Server & Hosting]]></category>
		<category><![CDATA[sorun]]></category>
		<category><![CDATA[the domain is still suspended for the following reason]]></category>

		<guid isPermaLink="false">http://destek.ixirhost.com/?p=193</guid>
		<description><![CDATA[Domaini listede silemiyor veya açıp kapayamıyorsanız, ” The domain is still suspended for the following reason: Domain is temporarily suspended for backing up or restoring ” hatası veriyorsa psa veri tabanında domain status’u ’4′durumda yani Suspend durumunda kalmıştır. Bu domainin Plesk Backup yada Plesk Restore işlemleri sırasında ayarlar kısmından seçilen Suspend ayarı ile ilgilidir. Durumu düzeltmek için [...]]]></description>
		<wfw:commentRss>http://destek.ixirhost.com/plesk-the-domain-is-still-suspended-for-the-following-reason%e2%80%9d-sorunu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uzak Masaüstü Port Değiştirme</title>
		<link>http://destek.ixirhost.com/uzak-masaustu-port-degistirme.html</link>
		<comments>http://destek.ixirhost.com/uzak-masaustu-port-degistirme.html#comments</comments>
		<pubDate>Tue, 01 Jun 2010 13:50:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Server & Hosting]]></category>
		<category><![CDATA[rdp portu değiştirme]]></category>
		<category><![CDATA[rdp portu değiştirmek]]></category>
		<category><![CDATA[remote desktop port değiştirme]]></category>
		<category><![CDATA[uzak masaüstü port değiştirme]]></category>
		<category><![CDATA[uzak masaüstü portu değiştirme]]></category>

		<guid isPermaLink="false">http://destek.ixirhost.com/?p=182</guid>
		<description><![CDATA[Windows Serverlarda standart remote desktop Portu: 3389 &#8216;dur. Bunu Değiştirmek istiyorsak eğer Registry&#8217;den bir takım ayarlar yapmalıyız. Bu Portu değiştirmek bir takım deneme yanılma, bruteforce ataklardan vs. koruyacaktır.
Start &#62; Run &#62; regedit
Sunucu üzerinde yaparak Kayıt defteri düzenleyecimizi açıyoruz.
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\PortNumber
kayıt yoluna ulaşıyoruz, RDP-TcpPortNumber sağ tıklayıp edit yapıyoruz açılan ekranda ondalık (decimal) seçiyoruz ve yeni RDP port numaramızı [...]]]></description>
		<wfw:commentRss>http://destek.ixirhost.com/uzak-masaustu-port-degistirme.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JMail  Mail Gönderimi için örnek kod</title>
		<link>http://destek.ixirhost.com/jmail-icin-ornek-kod-form-mail.html</link>
		<comments>http://destek.ixirhost.com/jmail-icin-ornek-kod-form-mail.html#comments</comments>
		<pubDate>Mon, 24 Aug 2009 14:42:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Genel]]></category>
		<category><![CDATA[Nasıl Yapabilirim?]]></category>
		<category><![CDATA[Windows Server & Hosting]]></category>
		<category><![CDATA[asp formmail]]></category>
		<category><![CDATA[formmail]]></category>
		<category><![CDATA[jmail]]></category>
		<category><![CDATA[jmail formmail]]></category>
		<category><![CDATA[jmail örnek kodlar]]></category>

		<guid isPermaLink="false">http://destek.ixirhost.com/?p=108</guid>
		<description><![CDATA[Formmail vb. gibi uygulamalarınızda kullanabileceğiniz JMail örnek kodları aşağıdaki gidibir;
&#60;%
On Error Resume Next
Set smtp = Server.CreateObject(&#8221;JMail.Message&#8221;)
For Each veri In Request.Form
msg = msg &#38; veri &#38; &#8220;: &#8221; &#38; Request.Form(veri) &#38; &#8221;
&#8221;
Next
smtp.ContentType = &#8220;text/html&#8221;
smtp.Charset = &#8220;ISO-8859-9&#8243;
smtp.AddRecipient &#8220;mailto:gonderilecekposta@adresi.comalicipostaadresi@domain.com&#8221;
smtp.from = &#8220;mailto:benimposta@adresim.com&#8221;&#62;gondericiposta@domain.com&#8221;
smtp.fromname = &#8220;Web Form&#8221;
smtp.MailServerUserName = &#8220;mailto:benimposta@adresim.com&#8221;&#62;gondericiposta@domain.com&#8221;
smtp.MailServerPassWord = &#8220;gondericipostasifresi&#8221;
smtp.Subject = &#8220;Mesaj Başlığı&#8221;
smtp.body = msg
smtp.Send(&#8221;mail.domainadresiniz.com&#8221;)
if err then
response.Write err.Description &#38; &#8221;
Hata [...]]]></description>
		<wfw:commentRss>http://destek.ixirhost.com/jmail-icin-ornek-kod-form-mail.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aspx ile MySQL veritabanı bağlantısı için gerekli kod</title>
		<link>http://destek.ixirhost.com/aspx-ile-mysql-veritabani-baglantisi-icin-gerekli-kod.html</link>
		<comments>http://destek.ixirhost.com/aspx-ile-mysql-veritabani-baglantisi-icin-gerekli-kod.html#comments</comments>
		<pubDate>Mon, 24 Aug 2009 14:40:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Genel]]></category>
		<category><![CDATA[Windows Server & Hosting]]></category>
		<category><![CDATA[asp.net mysql]]></category>
		<category><![CDATA[aspnet mysql]]></category>
		<category><![CDATA[aspx mysql bağlantısı]]></category>

		<guid isPermaLink="false">http://destek.ixirhost.com/?p=103</guid>
		<description><![CDATA[Eğer Asp.Net ile MySQL veritabanını kullanmak istiyorsanız aşağıdaki kodu kullanabilirsiniz.
&#60;appSettings&#62;
&#60;add key=&#8221;strConn&#8221; value=&#8221;DRIVER={MySQL ODBC 3.51 Driver};SERVER=localhost;DATABASE=dbadi;UID=kullanıcıdı;PASSWORD=sifre;OPTION=3&#8243;/&#62;
&#60;/appSettings&#62;
DLL Olarak tanımlamak isterseniz,
string MyConString = &#8220;DRIVER={MySQL ODBC 3.51 Driver};&#8221; +
&#8220;SERVER=mysqlserver;&#8221; +
&#8220;DATABASE=dbadı;&#8221; +
&#8220;UID=kullanıcıadı;&#8221; +
&#8220;PASSWORD=şifresi;&#8221; +
&#8220;OPTION=3&#8243;;
OdbcConnection MyConnection = new OdbcConnection(MyConString);
MyConnection.Open();
Dll doyasını compile ederken aşağıdaki satırı da include etmeniz gereklidir.
(C# kullanıldığında)
csc /r:Microsoft.Data.Odbc.dll
Ayrıca koda `Microsoft.Data.Odbc&#8217; namespace olarak import etmeniz gereklidir.
[Visual Basic]
Imports Microsoft.Data.Odbc
[C#]
using Microsoft.Data.Odbc;
]]></description>
		<wfw:commentRss>http://destek.ixirhost.com/aspx-ile-mysql-veritabani-baglantisi-icin-gerekli-kod.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asp ile MySQL veritabani kullanmaniz için gerekli kod</title>
		<link>http://destek.ixirhost.com/asp-ile-mysql-veritabani-kullanma.html</link>
		<comments>http://destek.ixirhost.com/asp-ile-mysql-veritabani-kullanma.html#comments</comments>
		<pubDate>Mon, 24 Aug 2009 14:38:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Nasıl Yapabilirim?]]></category>
		<category><![CDATA[Windows Server & Hosting]]></category>
		<category><![CDATA[asp ile mysql]]></category>
		<category><![CDATA[asp mysql]]></category>
		<category><![CDATA[asp mysql connectionstring]]></category>

		<guid isPermaLink="false">http://destek.ixirhost.com/?p=98</guid>
		<description><![CDATA[Eğer Asp ile MySQL veritabanını kullanmak istiyorsanız size aşağıdaki kod lazım olacaktır.Bu kod ile Asp &#8211; MySQL bağlantısı kurabilirsiniz.
Dim conn, dsn
set conn=Server.CreateObject(&#8221;ADODB.Connection&#8221;)
dsn=&#8221;Driver={MySQL ODBC 3.51 Driver};Server=localhost;Database=veritabanıadı;Uid=kullanıcıadı;Pwd=şifre;&#8221;
conn.open dsn
]]></description>
		<wfw:commentRss>http://destek.ixirhost.com/asp-ile-mysql-veritabani-kullanma.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

