<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Clomosy | Forum : SQL</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Clomosy ile de&#287;i&#351;ken kullan&#305;m&#305; : SQL]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 04:33:56 +0000</pubDate>
  <lastBuildDate>Wed, 18 Feb 2026 10:58:57 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.clomosy.com.tr/RSS_post_feed.asp?TID=1353</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Clomosy | Forum]]></title>
   <url>https://forum.clomosy.com.tr/forum_images/logo.png</url>
   <link>https://forum.clomosy.com.tr/</link>
  </image>
  <item>
   <title><![CDATA[SQL : Merhaba Ebrar,https://static.c...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1353&amp;PID=3055#3055</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=257">Emr.Erkmn</a><br /><strong>Konu:</strong> 1353<br /><strong>Gönderim Zamanı:</strong> 18&nbsp;Şubat&nbsp;2026 Saat 10:58<br /><br />Merhaba Ebrar,&nbsp;<br><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015"</a> integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous"><div>Clomosy de TRObject dilinde yazıyoruz o yüzden kodlamanı bu şekilde yaparsan hata oranın daha da azalır&nbsp;</div>]]>
   </description>
   <pubDate>Wed, 18 Feb 2026 10:58:57 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1353&amp;PID=3055#3055</guid>
  </item> 
  <item>
   <title><![CDATA[SQL : veritaban&#305;na ba&#287;land&#305; te&#351;ekk&#252;rler:)...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1353&amp;PID=3050#3050</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=369">ebrarflz</a><br /><strong>Konu:</strong> 1353<br /><strong>Gönderim Zamanı:</strong> 18&nbsp;Şubat&nbsp;2026 Saat 09:29<br /><br />veritabanına bağlandı teşekkürler:)]]>
   </description>
   <pubDate>Wed, 18 Feb 2026 09:29:12 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1353&amp;PID=3050#3050</guid>
  </item> 
  <item>
   <title><![CDATA[SQL : var MyForm: TclForm; EdtAd, EdtSoyad:...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1353&amp;PID=3038#3038</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=344">M-Guney</a><br /><strong>Konu:</strong> 1353<br /><strong>Gönderim Zamanı:</strong> 17&nbsp;Şubat&nbsp;2026 Saat 18:32<br /><br /><div>var</div><div>&nbsp; MyForm: TclForm;</div><div>&nbsp; EdtAd, EdtSoyad: TclEdit;</div><div>&nbsp; BtnKaydet: TclButton;</div><div>&nbsp; MemoListe: TclMemo;</div><div>&nbsp; LytUst: TclLayout;</div><div><br></div><div>void ListeyiYenile;</div><div>{</div><div>&nbsp; try</div><div>&nbsp; &nbsp; // SORGULAMA İŞLEMİ (SELECT)</div><div>&nbsp; &nbsp; Clomosy.DBSQLServerQuery.Sql.Text = 'SELECT Ad, Soyad FROM Musteriler ORDER BY Ad ASC';</div><div>&nbsp; &nbsp; Clomosy.DBSQLServerQuery.Open;&nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; MemoListe.Lines.Clear;</div><div>&nbsp; &nbsp; MemoListe.Lines.Add('--- KAYITLI MÜŞTERİLER ---');</div><div>&nbsp; &nbsp; MemoListe.Lines.Add('--------------------------');</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if (Clomosy.DBSQLServerQuery.Found)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; Clomosy.DBSQLServerQuery.First;</div><div>&nbsp; &nbsp; &nbsp; while (not Clomosy.DBSQLServerQuery.EOF)</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; MemoListe.Lines.Add('&#128100; ' + Clomosy.DBSQLServerQuery.FieldByName('Ad').AsString + ' ' +&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Clomosy.DBSQLServerQuery.FieldByName('Soyad').AsString);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Clomosy.DBSQLServerQuery.Next;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; MemoListe.Lines.Add('Henüz kayıt bulunamadı.');</div><div>&nbsp; &nbsp; }</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('Liste güncellenirken hata oluştu.');</div><div>&nbsp; }</div><div>}</div><div><br></div><div>void MusteriEkle;</div><div>{</div><div>&nbsp; // Ad veya Soyad boş mu kontrolü</div><div>&nbsp; if ((EdtAd.Text == '') || (EdtSoyad.Text == ''))&nbsp;</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Lütfen Ad ve Soyad giriniz!');</div><div>&nbsp; &nbsp; Exit;</div><div>&nbsp; }</div><div><br></div><div>&nbsp; try</div><div>&nbsp; &nbsp; // KAYIT İŞLEMİ (INSERT)</div><div>&nbsp; &nbsp; Clomosy.DBSQLServerQuery.Sql.Text = 'INSERT INTO Musteriler (Ad, Soyad) VALUES (' +&nbsp;</div><div>&nbsp; &nbsp; &nbsp; QuotedStr(EdtAd.Text) + ',' + QuotedStr(EdtSoyad.Text) + ')';</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; Clomosy.DBSQLServerQuery.ExecSql;&nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; EdtAd.Text = '';&nbsp;</div><div>&nbsp; &nbsp; EdtSoyad.Text = '';</div><div>&nbsp; &nbsp; ShowMessage('Müşteri başarıyla kaydedildi!');</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; ListeyiYenile;</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('Kayıt işlemi sırasında bir hata oluştu.');</div><div>&nbsp; }</div><div>}</div><div><br></div><div>void VeritabaniHazirla;</div><div>{</div><div>&nbsp; // BAĞLANTI AYARLARI (DB Found / Bağlantı Kontrolü)</div><div>&nbsp; if (Clomosy.DBSQLServerConnect('SQL Server', 'IP', 'USER', 'PASS', 'DatabaseName', 1433))</div><div>&nbsp; {</div><div>&nbsp; &nbsp; // TABLO OLUŞTURMA</div><div>&nbsp; &nbsp; Clomosy.DBSQLServerQuery.Sql.Text = 'IF NOT EXISTS (SELECT * FROM sysobjects WHERE name=''Musteriler'' and xtype=''U'') ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'CREATE TABLE Musteriler (Ad VARCHAR(50), Soyad VARCHAR(50))';</div><div>&nbsp; &nbsp; Clomosy.DBSQLServerQuery.ExecSql;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; ListeyiYenile;</div><div>&nbsp; }</div><div>&nbsp; else</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Bağlantı Başarısız: Veritabanı bulunamadı veya sunucuya erişilemiyor.');</div><div>&nbsp; }</div><div>}</div><div><br></div><div>{ // --- ANA BLOK (MAIN) ---</div><div>&nbsp; MyForm = TclForm.Create(Self);</div><div>&nbsp; MyForm.SetFormColor('#f4f4f9', '', clGNone);</div><div><br></div><div>&nbsp; LytUst = MyForm.AddNewLayout(MyForm, 'LytUst');</div><div>&nbsp; LytUst.Align = alTop;</div><div>&nbsp; LytUst.Height = 150;</div><div>&nbsp; LytUst.Margins.Left = 10;&nbsp;</div><div>&nbsp; LytUst.Margins.Right = 10;</div><div><br></div><div>&nbsp; EdtAd = MyForm.AddNewEdit(LytUst, 'EdtAd', 'Ad');</div><div>&nbsp; EdtAd.Align = alTop;&nbsp;</div><div>&nbsp; EdtAd.Margins.Top = 10;</div><div><br></div><div>&nbsp; EdtSoyad = MyForm.AddNewEdit(LytUst, 'EdtSoyad', 'Soyad');</div><div>&nbsp; EdtSoyad.Align = alTop;&nbsp;</div><div>&nbsp; EdtSoyad.Margins.Top = 5;</div><div><br></div><div>&nbsp; BtnKaydet = MyForm.AddNewButton(LytUst, 'BtnKaydet', 'Müşteriyi Kaydet');</div><div>&nbsp; BtnKaydet.Align = alBottom;</div><div>&nbsp; BtnKaydet.Height = 40;</div><div>&nbsp; MyForm.AddNewEvent(BtnKaydet, tbeOnClick, 'MusteriEkle');</div><div><br></div><div>&nbsp; MemoListe = MyForm.AddNewMemo(MyForm, 'MemoListe', '');</div><div>&nbsp; MemoListe.Align = alClient;</div><div>&nbsp; MemoListe.Margins.Top = 10;</div><div>&nbsp; MemoListe.ReadOnly = True;</div><div>&nbsp; MemoListe.TextSettings.Font.Size = 14;</div><div><br></div><div>&nbsp; VeritabaniHazirla;</div><div>&nbsp;&nbsp;</div><div>&nbsp; MyForm.Run;</div><div>}<br><br>Bu şekilde deneyebilirsiniz.</div>]]>
   </description>
   <pubDate>Tue, 17 Feb 2026 18:32:06 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1353&amp;PID=3038#3038</guid>
  </item> 
  <item>
   <title><![CDATA[SQL : var MyForm: TclForm; EdtAd, EdtSoyad:...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1353&amp;PID=3035#3035</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=369">ebrarflz</a><br /><strong>Konu:</strong> 1353<br /><strong>Gönderim Zamanı:</strong> 17&nbsp;Şubat&nbsp;2026 Saat 17:31<br /><br /><div>var</div><div>&nbsp; MyForm: TclForm;</div><div>&nbsp; EdtAd, EdtSoyad: TclEdit;</div><div>&nbsp; BtnKaydet: TclButton;</div><div>&nbsp; MemoListe: TclMemo;</div><div>&nbsp; LytUst: TclLayout;</div><div><br></div><div>procedure ListeyiYenile;</div><div>begin</div><div>&nbsp; try</div><div>&nbsp; &nbsp; Clomosy.DBSQLServerQuery.Sql.Text := 'SELECT Ad, Soyad FROM Musteriler ORDER BY Ad ASC';</div><div>&nbsp; &nbsp; Clomosy.DBSQLServerQuery.Open;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; MemoListe.Lines.Clear;</div><div>&nbsp; &nbsp; MemoListe.Lines.Add('--- KAYITLI MÜŞTERİLER ---');</div><div>&nbsp; &nbsp; MemoListe.Lines.Add('--------------------------');</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if Clomosy.DBSQLServerQuery.Found then</div><div>&nbsp; &nbsp; begin</div><div>&nbsp; &nbsp; &nbsp; while not Clomosy.DBSQLServerQuery.EOF do</div><div>&nbsp; &nbsp; &nbsp; begin</div><div>&nbsp; &nbsp; &nbsp; &nbsp; MemoListe.Lines.Add('&#128100; ' + Clomosy.DBSQLServerQuery.FieldByName('Ad').AsString + ' ' +&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Clomosy.DBSQLServerQuery.FieldByName('Soyad').AsString);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Clomosy.DBSQLServerQuery.Next;</div><div>&nbsp; &nbsp; &nbsp; end;</div><div>&nbsp; &nbsp; end</div><div>&nbsp; &nbsp; else</div><div>&nbsp; &nbsp; &nbsp; MemoListe.Lines.Add('Henüz kayıt bulunamadı.');</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('Liste güncellenirken hata oluştu: ' + LastExceptionMessage);</div><div>&nbsp; end;</div><div>end;</div><div><br></div><div>procedure MusteriEkle;</div><div>begin</div><div>&nbsp; if (EdtAd.Text = '') or (EdtSoyad.Text = '') then</div><div>&nbsp; begin</div><div>&nbsp; &nbsp; ShowMessage('Lütfen Ad ve Soyad giriniz!');</div><div>&nbsp; &nbsp; Exit;</div><div>&nbsp; end;</div><div><br></div><div>&nbsp; try</div><div>&nbsp; &nbsp; Clomosy.DBSQLServerQuery.Sql.Text := 'INSERT INTO Musteriler (Ad, Soyad) VALUES (' +&nbsp;</div><div>&nbsp; &nbsp; &nbsp; QuotedStr(EdtAd.Text) + ',' + QuotedStr(EdtSoyad.Text) + ')';</div><div>&nbsp; &nbsp; Clomosy.DBSQLServerQuery.Execute(0, 0);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; EdtAd.Text := ''; EdtSoyad.Text := '';</div><div>&nbsp; &nbsp; ShowMessage('Müşteri başarıyla kaydedildi!');</div><div>&nbsp; &nbsp; ListeyiYenile;</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('Kayıt hatası: ' + LastExceptionMessage);</div><div>&nbsp; end;</div><div>end;</div><div><br></div><div>procedure VeritabaniHazirla;</div><div>begin</div><div>&nbsp; try</div><div>&nbsp; &nbsp; Clomosy.DBSQLServerConnect(0, 'IP_ADRESI', 'Kullanici', 'SIFRE', 'DB_ADI', 1433);</div><div><br></div><div>&nbsp; &nbsp; Clomosy.DBSQLServerQuery.Sql.Text := 'IF NOT EXISTS (SELECT * FROM sysobjects WHERE name=''Musteriler'' and xtype=''U'') ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;'CREATE TABLE Musteriler (Ad VARCHAR(50), Soyad VARCHAR(50))';</div><div>&nbsp; &nbsp; Clomosy.DBSQLServerQuery.Execute(0, 0);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; ListeyiYenile;</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('Bağlantı Başarısız: ' + LastExceptionMessage);</div><div>&nbsp; end;</div><div>end;</div><div><br></div><div>begin</div><div>&nbsp; MyForm := TclForm.Create(Self);</div><div>&nbsp; MyForm.SetFormColor('#f4f4f9', '', clGNone);</div><div><br></div><div>&nbsp; LytUst := MyForm.AddNewLayout(MyForm, 'LytUst');</div><div>&nbsp; LytUst.Align := alTop;</div><div>&nbsp; LytUst.Height := 150;</div><div>&nbsp; LytUst.Margins.Left := 10; LytUst.Margins.Right := 10;</div><div><br></div><div>&nbsp; EdtAd := MyForm.AddNewEdit(LytUst, 'EdtAd', 'Ad');</div><div>&nbsp; EdtAd.Align := alTop; EdtAd.Margins.Top := 10;</div><div><br></div><div>&nbsp; EdtSoyad := MyForm.AddNewEdit(LytUst, 'EdtSoyad', 'Soyad');</div><div>&nbsp; EdtSoyad.Align := alTop; EdtSoyad.Margins.Top := 5;</div><div><br></div><div>&nbsp; BtnKaydet := MyForm.AddNewButton(LytUst, 'BtnKaydet', 'Müşteriyi Kaydet');</div><div>&nbsp; BtnKaydet.Align := alBottom;</div><div>&nbsp; BtnKaydet.Height := 40;</div><div>&nbsp; MyForm.AddNewEvent(BtnKaydet, tbeOnClick, 'MusteriEkle');</div><div><br></div><div>&nbsp; MemoListe := MyForm.AddNewMemo(MyForm, 'MemoListe', '');</div><div>&nbsp; MemoListe.Align := alClient;</div><div>&nbsp; MemoListe.Margins.Top := 10;</div><div>&nbsp; MemoListe.ReadOnly := True;</div><div>&nbsp; MemoListe.TextSettings.Font.Size := 14;</div><div><br></div><div>&nbsp; VeritabaniHazirla;</div><div>&nbsp;&nbsp;</div><div>&nbsp; MyForm.Run;</div><div>end;</div><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015"</a> integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Tue, 17 Feb 2026 17:31:35 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1353&amp;PID=3035#3035</guid>
  </item> 
  <item>
   <title><![CDATA[SQL : Kodu iletebilrsen hatan&#305; inceleyebilirim.....]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1353&amp;PID=3034#3034</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=344">M-Guney</a><br /><strong>Konu:</strong> 1353<br /><strong>Gönderim Zamanı:</strong> 17&nbsp;Şubat&nbsp;2026 Saat 17:04<br /><br />Kodu iletebilrsen hatanı inceleyebilirim.<br><br><br><br><br>.]]>
   </description>
   <pubDate>Tue, 17 Feb 2026 17:04:36 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1353&amp;PID=3034#3034</guid>
  </item> 
  <item>
   <title><![CDATA[SQL : DBSQLServerConnect de sorun ya&#351;&#305;yorum...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1353&amp;PID=3033#3033</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=369">ebrarflz</a><br /><strong>Konu:</strong> 1353<br /><strong>Gönderim Zamanı:</strong> 17&nbsp;Şubat&nbsp;2026 Saat 17:01<br /><br />DBSQLServerConnect de sorun yaşıyorum bir çok şey denedim fakat proje çalıştığında kayıt hatası yaşıyorum öneriniz var mı acaba?<a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015"</a> integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Tue, 17 Feb 2026 17:01:49 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1353&amp;PID=3033#3033</guid>
  </item> 
 </channel>
</rss>