<?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>Hazır Script - Hazır Kod &#187; genelhazirkod</title>
	<atom:link href="http://script-kod.com/s/author/genelhazirkod/feed/" rel="self" type="application/rss+xml" />
	<link>http://script-kod.com</link>
	<description>script - kod - yazılım - hazır sistem - hazır site</description>
	<lastBuildDate>Sat, 20 Feb 2010 00:51:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Domain sorgulama</title>
		<link>http://script-kod.com/s/42/domain-sorgulama/</link>
		<comments>http://script-kod.com/s/42/domain-sorgulama/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 21:00:00 +0000</pubDate>
		<dc:creator>genelhazirkod</dc:creator>
				<category><![CDATA[Hazır]]></category>

		<guid isPermaLink="false">http://destekblogu.com/hazirkod/2008/03/31/domain-sorgulama/</guid>
		<description><![CDATA[Domain sorgulama
Domainin kullanimda olup olmadigini sorgulayan  kod örnegi 
  codeDivStart()
&#60;%

If  request.form("domain")&#60;&#62;""  then

 GotothisURL = "http://www." &#38; request.form("domain")

  Set  GetConnection = CreateObject("Microsoft.XMLHTTP")

 GetConnection.Open "get", GotothisURL,  False

on error resume  next

 GetConnection.Send

 ResponsePage = GetConnection.getResponseHeader("Date")

if  ResponsePage=""  then

Response.write("Domain kullanımda değil")

else

Response.write("Domain alınmış(kullanımda)")

end  if

Set  GetConnection =  Nothing

else

%&#62;

&#60;form method=post [...]]]></description>
		<wfw:commentRss>http://script-kod.com/s/42/domain-sorgulama/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asp ile word dökümani yaratarak print almak</title>
		<link>http://script-kod.com/s/95/asp-ile-word-dokumani-yaratarak-print-almak/</link>
		<comments>http://script-kod.com/s/95/asp-ile-word-dokumani-yaratarak-print-almak/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 15:43:34 +0000</pubDate>
		<dc:creator>genelhazirkod</dc:creator>
				<category><![CDATA[Hazır]]></category>

		<guid isPermaLink="false">http://destekblogu.com/hazirkod/2008/04/01/asp-ile-word-dokumani-yaratarak-print-almak/</guid>
		<description><![CDATA[Asp ile word dökümani yaratarak print almak
Bu kod ile asp ile  word dökümanina yazmis oldugumuz veriyi otomatik olarak yazicidan çikti olarak  alabiliyoruz.
  codeDivStart()


&#60;%@ LANGUAGE="VBSCRIPT" %&#62;

&#60;%

Dim strWordDosyasi

Set strWordDosyasi = CreateObject("Word.Document")

strWordDosyasi.Application.Visible = True

strWordDosyasi.content.Font.Bold = True

strWordDosyasi.content.Font.Italic = True

strWordDosyasi.content.Font.Underline = True

strWordDosyasi.content.Font.Name = "Comic Sans MS"

strWordDosyasi.content.Font.Size = 25

strWordDosyasi.content.insertAfter "word1 word2 word3 word4"

strWordDosyasi.content.InsertParagraphAfter

strWordDosyasi.Words(1).Font.Size = 10

strWordDosyasi.Words(1).Font.ColorIndex = 1

strWordDosyasi.Words(2).Font.Size = [...]]]></description>
		<wfw:commentRss>http://script-kod.com/s/95/asp-ile-word-dokumani-yaratarak-print-almak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mail yollama</title>
		<link>http://script-kod.com/s/17/mail-yollama/</link>
		<comments>http://script-kod.com/s/17/mail-yollama/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 09:09:32 +0000</pubDate>
		<dc:creator>genelhazirkod</dc:creator>
				<category><![CDATA[Hazır]]></category>

		<guid isPermaLink="false">http://destekblogu.com/hazirkod/2007/10/16/mail-yollama/</guid>
		<description><![CDATA[Mail yollama
Mail yollama
codeDivStart()&#60;%

'dosya isimi..gonder_email.asp **

'Farkli formlar dan gelen bilgilerin farkli email adresine

'gelmesini sagliyor. formdan gelen formtercihi degerine göre

'ilgili Case içine girer . Case leri ve email tercihlerini

'çogaltmak mümkün

dim FormTercihi, strTo, strSubject, strBody

'formdan gelen deger alinir

FormTercihi=Request("HangiForm" )

Select Case FormTercihi

'alinan deger select içine alinir.

Case 1

'formdan gelen bilgiler alinir

  adi="ADI SOYADI.." &#38;Request.Form("ADI" )+"," &#38;
 Request.Form("SOYADI" )+"," &#38; [...]]]></description>
		<wfw:commentRss>http://script-kod.com/s/17/mail-yollama/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Matrislerin çarpımı</title>
		<link>http://script-kod.com/s/179/matrislerin-carpimi/</link>
		<comments>http://script-kod.com/s/179/matrislerin-carpimi/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 06:39:07 +0000</pubDate>
		<dc:creator>genelhazirkod</dc:creator>
				<category><![CDATA[Hazır]]></category>

		<guid isPermaLink="false">http://destekblogu.com/hazirkod/2008/04/03/matrislerin-carpimi/</guid>
		<description><![CDATA[Matrislerin çarpımı
C de matris leri çarpan program. 
  codeDivStart()


#include&#60;stdio.h&#62;

#include&#60;conio.h&#62;

int matrisa[3][3]={5,2,7,4,9,6,7,4,1};

int matrisb[3][3]={6,7,4,9,8,2,3,4,9};

int carpmatris[3][3]={0,0,0,0,0,0,0,0,0};

int i,j;

int main(){

	clrscr();

	for (i=0;i&#60;3;i++){

		for (j=0;j&#60;3;j++){

			carpmatris[i][j]=matrisa[i][j]*matrisb[i][j];

		}

	}

	for (i=0;i&#60;3;i++){

		for (j=0;j&#60;3;j++){

			printf("%d     ",carpmatris[i][j]);

		}

		printf("\n\n\n");

	}

	getch();

}

zeki yılmaz

d_3vil@hotmail.com
]]></description>
		<wfw:commentRss>http://script-kod.com/s/179/matrislerin-carpimi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asp ile word dosyalarinin htm formatina cevrilmesi</title>
		<link>http://script-kod.com/s/92/asp-ile-word-dosyalarinin-htm-formatina-cevrilmesi/</link>
		<comments>http://script-kod.com/s/92/asp-ile-word-dosyalarinin-htm-formatina-cevrilmesi/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 15:37:05 +0000</pubDate>
		<dc:creator>genelhazirkod</dc:creator>
				<category><![CDATA[Hazır]]></category>

		<guid isPermaLink="false">http://destekblogu.com/hazirkod/2008/04/01/asp-ile-word-dosyalarinin-htm-formatina-cevrilmesi/</guid>
		<description><![CDATA[Asp ile word dosyalarinin htm formatina cevrilmesi
Asp ile word  dosyalarini htmle cevirme gerekirse pratik bir cozum onerisi 
  codeDivStart()


'

' Server uzerince ms word bulunmasi gerekir  )

' RTF ve DOC formatlari icin calisiyor

' RTFFileNAme ile verilen dosyayi cHtmlFile ile verilen dosyaya kaydeder

' ------------------------------------------------------------------------

Public Function RTF2HTML(cRtfFile, cHtmFile)

   Dim wApp

   dim [...]]]></description>
		<wfw:commentRss>http://script-kod.com/s/92/asp-ile-word-dosyalarinin-htm-formatina-cevrilmesi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memory-oyunu</title>
		<link>http://script-kod.com/s/176/memory-oyunu/</link>
		<comments>http://script-kod.com/s/176/memory-oyunu/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 06:37:46 +0000</pubDate>
		<dc:creator>genelhazirkod</dc:creator>
				<category><![CDATA[Hazır]]></category>

		<guid isPermaLink="false">http://destekblogu.com/hazirkod/2008/04/03/memory-oyunu/</guid>
		<description><![CDATA[Memory-oyunu
C de yazimis memory oyunu.oldukca eglenceli 
#include &#60;stdio.h&#62;

#include &#60;stdlib.h&#62;

#include &#60;time.h&#62;

#define FALSE 0

#define TRUE 1

#define REMOVED 10

void

swap(char *a, char *b)

{

  char t = *a;

  *a = *b;

  *b = t;

}

void

init(char field[], int *pairsLeft, int *player)

{

  int i, random;

  srand((unsigned int) time(NULL));

  for (i = 0; i &#60; 10; ++i) {

 [...]]]></description>
		<wfw:commentRss>http://script-kod.com/s/176/memory-oyunu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Limitli karakter</title>
		<link>http://script-kod.com/s/89/limitli-karakter/</link>
		<comments>http://script-kod.com/s/89/limitli-karakter/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 15:36:09 +0000</pubDate>
		<dc:creator>genelhazirkod</dc:creator>
				<category><![CDATA[Hazır]]></category>

		<guid isPermaLink="false">http://destekblogu.com/hazirkod/2008/04/01/limitli-karakter/</guid>
		<description><![CDATA[Limitli karakter
Bir stringte sadece izin verile karakterlerin  kullanilmasini saglar 
&#60;%

'date:01.07.2003

'nolovelust

'postmaster@smslust.net

'www.smslust.net

function NoTurkce(input)

dim gecerliKarakterler

gecerliKarakterler = " !,&#38;#%()*+-./0123456789:;=?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`'abcdefghijklmnopqrstuvwxyz{&#124;}~£$"""""

if len(input)&#62;0 then

					for i=1 to len(input)

					harf = mid(input,i,1)

					if  not instr(gecerliKarakterler,harf)&#62;0 then

					NoTurkceHata(harf)

					response.end

					Exit function

					end if

					next

else

                    NoTurkceHata("Bos deger")

					response.end

end if

NoTurkce=input

end function

%&#62;

&#60;%sub NoTurkceHata(hata)

&#60;p align="center"&#62;&#60;%=Server.HTMLEncode(hata)%&#62;&#60;br/&#62;illegal character!&#60;br/&#62; [...]]]></description>
		<wfw:commentRss>http://script-kod.com/s/89/limitli-karakter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asp ile il il hava durumu</title>
		<link>http://script-kod.com/s/41/asp-ile-il-il-hava-durumu/</link>
		<comments>http://script-kod.com/s/41/asp-ile-il-il-hava-durumu/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 12:08:35 +0000</pubDate>
		<dc:creator>genelhazirkod</dc:creator>
				<category><![CDATA[Hazır]]></category>

		<guid isPermaLink="false">http://destekblogu.com/hazirkod/2008/03/31/asp-ile-il-il-hava-durumu/</guid>
		<description><![CDATA[Asp ile il il hava durumu
Asp ile il il hava durumu 
  codeDivStart()
&#60;%

if request.QueryString ("il")&#60;&#62;"" then

il=request.QueryString ("il")

else

il="BİLECİK"

end if

const Request_GET = 2

Dim haberURL, haberim, basliklar

haberURL = "http://meteo.tr.net/cgi-bin/wfa.pl?"&#38;il

Set alma = CreateObject("SOFTWING.ASPtear" )

On Error Resume Next

haberim = alma.Retrieve(haberURL, Request_GET, "" , "" , "" )

If Err.Number &#60;&#62; 0 Then

Response.Write "HATA!!!!!!! Lütfen Sayfayi Yeniden Yükleyiniz... "

Response.End

End If

lenstr=308+len(il)

haberim=Mid(haberim,9166,lenstr)

  [...]]]></description>
		<wfw:commentRss>http://script-kod.com/s/41/asp-ile-il-il-hava-durumu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dizi fonksiyonları</title>
		<link>http://script-kod.com/s/173/dizi-fonksiyonlari/</link>
		<comments>http://script-kod.com/s/173/dizi-fonksiyonlari/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 06:36:52 +0000</pubDate>
		<dc:creator>genelhazirkod</dc:creator>
				<category><![CDATA[Hazır]]></category>

		<guid isPermaLink="false">http://destekblogu.com/hazirkod/2008/04/03/dizi-fonksiyonlari/</guid>
		<description><![CDATA[Dizi fonksiyonları
Girilen istediğiniz kadar [maks 100] sayıdan en küçüğünü ve en büyüğünü bulur bu sayıların ortalamalarını alıp tümünü ekranda gösterir. 
  codeDivStart()


/*Girilen istediğiniz kadar [maks 100] sayıdan en küçüğünü ve en büyüğünü bulur, bu sayıların ortalamalarını alıp tümünü ekranda gösterir.*/

#include &#60;iostream&#62;

using namespace std;

/*Deklerasyonlar*/

float max_sayi(float[] ,int);

float min_sayi(float[], int);

float ort_sayi(float[], int);

/*--------------*/

int main()

{

    cout&#60;&#60;"&#124;##### [...]]]></description>
		<wfw:commentRss>http://script-kod.com/s/173/dizi-fonksiyonlari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Üyelik sistemi</title>
		<link>http://script-kod.com/s/86/uyelik-sistemi-2/</link>
		<comments>http://script-kod.com/s/86/uyelik-sistemi-2/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 15:35:15 +0000</pubDate>
		<dc:creator>genelhazirkod</dc:creator>
				<category><![CDATA[Hazır]]></category>

		<guid isPermaLink="false">http://destekblogu.com/hazirkod/2008/04/01/uyelik-sistemi-2/</guid>
		<description><![CDATA[Üyelik sistemi
Kullanicilarin siteye üyelikleri 
  codeDivStart()


Bir üyelik sisteminin oluşturulması için bir veritabanının varlığından söz etmek gerekir. Bu veritabanında membership

adında bir tablo olmalı. Bu tablonun alanları ise, userid, username,password, IP, Email, freq gibi alanlardan olmalı. Bu alanlardan en

önemlileri username ve password alanlarıdır ve diğerleri isteğe göre değiştirilebilir. Bu tablonun primary key'si userid alanıdır ve bu [...]]]></description>
		<wfw:commentRss>http://script-kod.com/s/86/uyelik-sistemi-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aspde sayfalama yapmak</title>
		<link>http://script-kod.com/s/40/aspde-sayfalama-yapmak/</link>
		<comments>http://script-kod.com/s/40/aspde-sayfalama-yapmak/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 12:08:12 +0000</pubDate>
		<dc:creator>genelhazirkod</dc:creator>
				<category><![CDATA[Hazır]]></category>

		<guid isPermaLink="false">http://destekblogu.com/hazirkod/2008/03/31/aspde-sayfalama-yapmak/</guid>
		<description><![CDATA[Aspde sayfalama yapmak
Asp de sayfalama yapmak için küçük kod  parcasi 
  codeDivStart()
&#60;html&#62;

&#60;head&#62;

&#60;meta http-equiv="Content-Type" content="text/html; charset=windows-1254"&#62;

&#60;title&#62;New Page 1&#60;/title&#62;

&#60;/head&#62;

&#60;body&#62;

&#60;table border="1" width="100%" id="table1"&#62;

&#60;font color="#FF00FF"&#62;

&#60;%

set data=server.createobject("adodb.connection")

set rst6=server.createobject("adodb.recordset")

data.Open "Provider=SQLOLEDB.1;Password=4671547;Persist Security Info=True;User ID=web;Initial Catalog=TICONA2005;Data Source=ramazan"

rst6.open "select * from TBLSTSABIT order by STOK_KODU ",data,3,3

deste=15

Sayfa=rst6.recordcount/deste

sayi=request("S")

Liste=sayi * deste

if sayi=&#62;2 then

for i= 0 to Liste-15

	if i=rst6.recordcount then

	exit for

	end if

rst6.movenext

next

else

end if

%&#62;

&#60;/font&#62;

&#60;font color=#FF3300&#62;

&#60;%

if sayi=1 then

liste=1

end [...]]]></description>
		<wfw:commentRss>http://script-kod.com/s/40/aspde-sayfalama-yapmak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amatör dolar &amp; euro &amp; ytl çevirici [döngülere örnek]</title>
		<link>http://script-kod.com/s/170/amator-dolar-euro-ytl-cevirici-dongulere-ornek/</link>
		<comments>http://script-kod.com/s/170/amator-dolar-euro-ytl-cevirici-dongulere-ornek/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 06:33:26 +0000</pubDate>
		<dc:creator>genelhazirkod</dc:creator>
				<category><![CDATA[Hazır]]></category>

		<guid isPermaLink="false">http://destekblogu.com/hazirkod/2008/04/03/amator-dolar-euro-ytl-cevirici-dongulere-ornek/</guid>
		<description><![CDATA[Amatör dolar &#38; euro &#38; ytl çevirici [döngülere örnek]
Bu kodun amacı if&#8230;else ifadesini do ve while döngülerini yeni öğrenenlere örnek teşkil etmesidir. kodlar amatör ve çok sade bir biçimde yazılmıştır.
  codeDivStart()
#include &#60;iostream&#62;

using namespace std;

int main()

{

    cout&#60;&#60;"~~~KURLAR 19.06.2007 TARIHINE AITTIR~~~\n"

        &#60;&#60;"..::C++ LA TASARLANDI.BY KNIGHTRIDER::..\n"

  [...]]]></description>
		<wfw:commentRss>http://script-kod.com/s/170/amator-dolar-euro-ytl-cevirici-dongulere-ornek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sql server connect</title>
		<link>http://script-kod.com/s/83/sql-server-connect/</link>
		<comments>http://script-kod.com/s/83/sql-server-connect/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 15:26:09 +0000</pubDate>
		<dc:creator>genelhazirkod</dc:creator>
				<category><![CDATA[Hazır]]></category>

		<guid isPermaLink="false">http://destekblogu.com/hazirkod/2008/04/01/sql-server-connect/</guid>
		<description><![CDATA[Sql server connect
Sql server baglantisinin yapilmasi. çalisan ve  test edilmis kodlarla. 
  codeDivStart()


&#60;%

dim i

Set Bag = Server.CreateObject("ADODB.Connection" )

Bag.Open ("Driver={SQL Server};" &#38; "Server=SERVERADINIYAZIN;" &#38; _

           "Address=SERVERIPADRESIYAZIN,1433;" &#38; _

           "Network=DBMSSOCN;" &#38; _

    [...]]]></description>
		<wfw:commentRss>http://script-kod.com/s/83/sql-server-connect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aspde rastgele sayi</title>
		<link>http://script-kod.com/s/39/aspde-rastgele-sayi/</link>
		<comments>http://script-kod.com/s/39/aspde-rastgele-sayi/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 12:07:53 +0000</pubDate>
		<dc:creator>genelhazirkod</dc:creator>
				<category><![CDATA[Hazır]]></category>

		<guid isPermaLink="false">http://destekblogu.com/hazirkod/2008/03/31/aspde-rastgele-sayi/</guid>
		<description><![CDATA[Aspde rastgele sayi
.asp sayfalarinda rastgele sayi getirmek  için&#8230; 
&#60;%

Dim rastgelesayi

Randomize

rastgelesayi = RND

%&#62;

&#60;p align="center"&#62;&#60;%=rastgelesayi%&#62;&#60;/p&#62;
]]></description>
		<wfw:commentRss>http://script-kod.com/s/39/aspde-rastgele-sayi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Çok güzel basit bir hesap makinesi</title>
		<link>http://script-kod.com/s/167/cok-guzel-basit-bir-hesap-makinesi/</link>
		<comments>http://script-kod.com/s/167/cok-guzel-basit-bir-hesap-makinesi/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 06:32:25 +0000</pubDate>
		<dc:creator>genelhazirkod</dc:creator>
				<category><![CDATA[Hazır]]></category>

		<guid isPermaLink="false">http://destekblogu.com/hazirkod/2008/04/03/cok-guzel-basit-bir-hesap-makinesi/</guid>
		<description><![CDATA[Çok güzel basit bir hesap makinesi
Sadece 4 işlemi yapıyor. fakat yeni başlayanlar için gerçekten öğretici bir program. programı dev c++ da yazdım 
  codeDivStart()
#include &#60;iostream&#62;

#include &#60;stdio.h&#62;

#include &#60;conio.h&#62;

#include &#60;math.h&#62;

//*Programı Dev C++ da yaptım. Diğer derleme programlarında çalışıyormu bilmiyorum*//

int a,b,c,d;

using namespace std;

int main()

{

    cout&#60;&#60;"\n          [...]]]></description>
		<wfw:commentRss>http://script-kod.com/s/167/cok-guzel-basit-bir-hesap-makinesi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server2server db yedekleme</title>
		<link>http://script-kod.com/s/80/server2server-db-yedekleme/</link>
		<comments>http://script-kod.com/s/80/server2server-db-yedekleme/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 15:25:16 +0000</pubDate>
		<dc:creator>genelhazirkod</dc:creator>
				<category><![CDATA[Hazır]]></category>

		<guid isPermaLink="false">http://destekblogu.com/hazirkod/2008/04/01/server2server-db-yedekleme/</guid>
		<description><![CDATA[Server2server db yedekleme
Bir serverdeki dbleri oteki servere  download eder 
  codeDivStart()


&#60;%

'db locs

Server.ScriptTimeOut=640

hdLocation="../../db/"

dosyalarim=array(_

"test.mdb",_

"test2.mdb")

For i=0 to ubound(dosyalarim)

    kaydedilecek = hdLocation&#38;dosyalarim(i)

	'fileURL=fileURL&#38;dosyalarim(i)

    Set xmlHTTP = CreateObject("MSXML2.ServerXMLHTTP")

	'

	'asil serverdeki dbler fso yada ftp ile web e acik bi dizine kopyalanmali

    '

    xmlHTTP.open "GET", "http://smslust.net/temproryfolder/"&#38;dosyalarim(i), false

   [...]]]></description>
		<wfw:commentRss>http://script-kod.com/s/80/server2server-db-yedekleme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cdonts mail bileseni mail yollama</title>
		<link>http://script-kod.com/s/38/cdonts-mail-bileseni-mail-yollama/</link>
		<comments>http://script-kod.com/s/38/cdonts-mail-bileseni-mail-yollama/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 12:07:35 +0000</pubDate>
		<dc:creator>genelhazirkod</dc:creator>
				<category><![CDATA[Hazır]]></category>

		<guid isPermaLink="false">http://destekblogu.com/hazirkod/2008/03/31/cdonts-mail-bileseni-mail-yollama/</guid>
		<description><![CDATA[Cdonts mail bileseni mail yollama
Bir çok forumda sorulan ve hala  yanitini bulamayanlar için 
&#60;%

'Created By MTDesign - by_muslum@hotmail.com

'CDONTS MAIL SENDER

RESPONSE.BUFFER = TRUE

Dim objCDOMail

Dim strFrom, strTo

Dim strBody, strSubject

strFrom = Request.form("from")

strTo = request.form("to")

strBody = request.form("body")

strSubject = request.form("subject")

Set objCDOMail = Server.createobject("CDONTS.NewMail")

objCDOMail.From = str.From

objCDOMail.To = strTo

objCDOMail.Subject = strSubject

objCDOMail.MailFormat = 0 '(0:Text, 1:HTML, 2:Close HTML)

objCDOMail.BodyFormat = 0

objCDOMail.Body = strBody

objCDOMail.Importance [...]]]></description>
		<wfw:commentRss>http://script-kod.com/s/38/cdonts-mail-bileseni-mail-yollama/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.net takvim&#8230;&#8230;</title>
		<link>http://script-kod.com/s/164/net-takvim/</link>
		<comments>http://script-kod.com/s/164/net-takvim/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 05:11:50 +0000</pubDate>
		<dc:creator>genelhazirkod</dc:creator>
				<category><![CDATA[Hazır]]></category>

		<guid isPermaLink="false">http://destekblogu.com/hazirkod/2008/04/03/net-takvim/</guid>
		<description><![CDATA[.net takvim&#8230;&#8230;
En basitinden takvim&#8230;..
&#60;%@ Page Language="VB" %&#62;

&#60;script runat="server"&#62;

&#60;/script&#62;

&#60;html&#62;

&#60;head&#62;

&#60;/head&#62;

&#60;body&#62;

    &#60;form runat="server"&#62;

        &#60;asp:Calendar id="Calendar1" runat="server" ShowGridLines="True" BorderColor="#FFCC66" Font-Names="Verdana" Font-Size="8pt" Height="200px" ForeColor="#663399" DayNameFormat="FirstLetter" Width="220px" BackColor="#FFFFCC" BorderWidth="1px"&#62;

            &#60;TodayDayStyle forecolor="White" backcolor="#FFCC66"&#62;&#60;/TodayDayStyle&#62;

         [...]]]></description>
		<wfw:commentRss>http://script-kod.com/s/164/net-takvim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Üyelik sistemi</title>
		<link>http://script-kod.com/s/77/uyelik-sistemi/</link>
		<comments>http://script-kod.com/s/77/uyelik-sistemi/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 12:35:22 +0000</pubDate>
		<dc:creator>genelhazirkod</dc:creator>
				<category><![CDATA[Hazır]]></category>

		<guid isPermaLink="false">http://destekblogu.com/hazirkod/2008/04/01/uyelik-sistemi/</guid>
		<description><![CDATA[Üyelik sistemi
Örnek kod.. 
  codeDivStart()
İlk önce bir sayfa açrak onu .asp ye donusturun.

Benim vereceğim kodları yazın...

&#60;% Response.Buffer = True %&#62;

&#60;%on error resume next%&#62;

&#60;!--#Include File="dahil.asp"--&#62;

&#60;%

  Set getValues = objConn.Execute("SELECT * FROM AYARLAR WHERE A_ID = 0")

  dk_g = getValues("A_TIMEOUT")

  recordNo = getValues("A_LINK_RECORD")

  nRecordNo = getValues("A_NEWS_RECORD")

  lcid = getValues("A_LCID")

  Session.LCID [...]]]></description>
		<wfw:commentRss>http://script-kod.com/s/77/uyelik-sistemi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
