<?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 : ClRest response değişken kullanımı</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; : ClRest response değişken kullanımı]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 03:03:46 +0000</pubDate>
  <lastBuildDate>Thu, 06 Nov 2025 14:48:46 +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=1215</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[ClRest response değişken kullanımı : Te&#351;ekk&#252;rler ]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1215&amp;PID=2631#2631</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> 1215<br /><strong>Gönderim Zamanı:</strong> 06&nbsp;Kasım&nbsp;2025 Saat 14:48<br /><br />Teşekkürler]]>
   </description>
   <pubDate>Thu, 06 Nov 2025 14:48:46 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1215&amp;PID=2631#2631</guid>
  </item> 
  <item>
   <title><![CDATA[ClRest response değişken kullanımı : Evet G&#252;ney count ile &#246;nce dizinin...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1215&amp;PID=2627#2627</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> 1215<br /><strong>Gönderim Zamanı:</strong> 06&nbsp;Kasım&nbsp;2025 Saat 14:34<br /><br />Evet Güney count ile önce dizinin uzunluğunu bulup daha sonra bulunan count kadar veri eklemesi yapmamız gerekiyor.&nbsp;<div><div><a href="https://www.docs.clomosy.com/index.php?title=TclJS&#079;NArray" target="_blank" rel="nofollow">https://www.docs.clomosy.com/index.php?title=TclJSONArray</a></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"></div>]]>
   </description>
   <pubDate>Thu, 06 Nov 2025 14:34:06 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1215&amp;PID=2627#2627</guid>
  </item> 
  <item>
   <title><![CDATA[ClRest response değişken kullanımı : void GetShiftTypesCompletedvar...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1215&amp;PID=2624#2624</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> 1215<br /><strong>Gönderim Zamanı:</strong> 06&nbsp;Kasım&nbsp;2025 Saat 14:01<br /><br /><div>void GetShiftTypesCompleted</div><div>var</div><div>&nbsp; //strIncomingData, shiftName, shiftStartTime, shiftEndTime : String</div><div>&nbsp; jsonResponse: String;</div><div>&nbsp; shiftName: String;</div><div>&nbsp; shiftId: String;</div><div>&nbsp; i: Integer;</div><div>{</div><div>&nbsp; try</div><div>&nbsp; &nbsp; clRest.Execute;</div><div>&nbsp; &nbsp; ShowMessage(clRest.Response);</div><div>&nbsp; &nbsp; jsonResponse = clRest.Response;</div><div>&nbsp; &nbsp; // ComboBox'ı temizle</div><div>&nbsp; &nbsp; Combo1.Items.Clear;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; // Array içindeki her eleman için shift_name'i al ve ComboBox'a ekle</div><div>&nbsp; &nbsp; i = 0;</div><div>&nbsp; &nbsp; while (True)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; // Array elemanlarına erişim: "0.shift_name", "1.shift_name", vb.</div><div>&nbsp; &nbsp; &nbsp; shiftName = Clomosy.CLParseJSON(jsonResponse, IntToStr(i) + '.shift_name');</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; if (shiftName == '')</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; break;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; // shift_id'yi de al (isteğe bağlı)</div><div>&nbsp; &nbsp; &nbsp; shiftId = Clomosy.CLParseJSON(jsonResponse, IntToStr(i) + '.shift_id');</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; // ComboBox'a shift_name'i ekle</div><div>&nbsp; &nbsp; &nbsp; Combo1.Items.Add(shiftName);</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('İ: '+IntToStr(i)+ ' shift_id: ' + IntToStr(shiftId) );</div><div>&nbsp; &nbsp; &nbsp; i = i + 1;</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if (i &gt; 0)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; ShowMessage(IntToStr(i) + ' vardiya tipi başarıyla yüklendi.');</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Vardiya tipi bulunamadı veya JSON formatı hatalı.');</div><div>&nbsp; &nbsp; }</div><div>&nbsp;&nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; except</div><div>&nbsp; ShowMessage('Exception Class: '+LastExceptionClassName+' Exception Message: '+LastExceptionMessage);</div><div>&nbsp; }</div><div>}&nbsp;&nbsp;<br><br>Bu şekildeyken çalışıyor fakat count ile saymam gerek sanırsam çünkü en sonunda geçersiz dizi indeksi diyor verilen jsondan fazla yere bakmaya çalışıyor</div><div><br></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>Thu, 06 Nov 2025 14:01:39 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1215&amp;PID=2624#2624</guid>
  </item> 
  <item>
   <title><![CDATA[ClRest response değişken kullanımı : Merhaba G&#252;ney,https://www.docs.clomosy.com/CLParseJSON...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1215&amp;PID=2623#2623</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> 1215<br /><strong>Gönderim Zamanı:</strong> 06&nbsp;Kasım&nbsp;2025 Saat 10:58<br /><br />Merhaba Güney,&nbsp;<br><a href="https://www.docs.clomosy.com/CLParseJS&#079;N" target="_blank" rel="nofollow">https://www.docs.clomosy.com/CLParseJSON</a> gelen cevabı ile ayrıştırdım,&nbsp;<div>obj= clRest.Response kodu çalışmaz çünkü response bir string bu yüzden JSON parse etmek gerekiyor.&nbsp;</div><div>GetShiftTypes da API'ye get isteğini gönderdik (async ile)<br>GetShiftTypesCompleted ile response geldiğin de çağırdık ve&nbsp;<br>Json response pars ettik<br>array içinde ki her eleman için shift_name değerini alıp comboboxa ekledik.<br><br>Kendi basuURL API'ni değiştirip dener misin?&nbsp;<br><br><div>var</div><div>&nbsp; MainForm: TClForm;</div><div>&nbsp; clRest: TclRest;</div><div>&nbsp; Combo1: TCLComboBox;</div><div>&nbsp; GetShiftBtn: TClProButton;</div><div><br></div><div>void GetShiftTypesCompleted</div><div>var</div><div>&nbsp; jsonResponse: String;</div><div>&nbsp; shiftName: String;</div><div>&nbsp; shiftId: String;</div><div>&nbsp; i: Integer;</div><div>{</div><div>&nbsp; Try</div><div>&nbsp;&nbsp;</div><div>&nbsp; &nbsp; jsonResponse = clRest.Response;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; // ComboBox'ı temizle</div><div>&nbsp; &nbsp; Combo1.Items.Clear;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; // Array içindeki her eleman için shift_name'i al ve ComboBox'a ekle</div><div>&nbsp; &nbsp; i = 0;</div><div>&nbsp; &nbsp; while (True)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; // Array elemanlarına erişim: "0.shift_name", "1.shift_name", vb.</div><div>&nbsp; &nbsp; &nbsp; shiftName = Clomosy.CLParseJSON(jsonResponse, IntToStr(i) + '.shift_name');</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; if (shiftName == '')</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; break;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; // shift_id'yi de al (isteğe bağlı)</div><div>&nbsp; &nbsp; &nbsp; shiftId = Clomosy.CLParseJSON(jsonResponse, IntToStr(i) + '.shift_id');</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; // ComboBox'a shift_name'i ekle</div><div>&nbsp; &nbsp; &nbsp; Combo1.Items.Add(shiftName);</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; i = i + 1;</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if (i &gt; 0)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; ShowMessage(IntToStr(i) + ' vardiya tipi başarıyla yüklendi.');</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Vardiya tipi bulunamadı veya JSON formatı hatalı.');</div><div>&nbsp; &nbsp; }</div><div>&nbsp;&nbsp;</div><div>&nbsp; except</div><div>&nbsp;&nbsp;</div><div>&nbsp; &nbsp; ShowMessage('Hata: ' + LastExceptionClassName + ' - ' + LastExceptionMessage);</div><div>&nbsp; }</div><div>}</div><div><br></div><div>void GetShiftTypes</div><div>{</div><div>&nbsp; &nbsp; clRest.BaseURL = 'http://BENIM_UZANTIM/shifttypes';</div><div>&nbsp; &nbsp; clRest.Accept = 'application/json';</div><div>&nbsp; &nbsp; clRest.Method = rmGET;</div><div>&nbsp; &nbsp; clRest.OnCompleted = 'GetShiftTypesCompleted';</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; clRest.ExecuteAsync;</div><div>}</div><div><br></div><div>{</div><div>&nbsp; MainForm = TClForm.Create(Self);</div><div>&nbsp;&nbsp;</div><div>&nbsp; Combo1 = MainForm.AddNewComboBox(MainForm, 'Combo1');</div><div>&nbsp; Combo1.Align = alTop;</div><div>&nbsp; Combo1.Height = 50;</div><div>&nbsp; Combo1.Margins.Top = 20;</div><div>&nbsp; Combo1.Margins.Left = 20;</div><div>&nbsp; Combo1.Margins.Right = 20;</div><div>&nbsp;&nbsp;</div><div>&nbsp; GetShiftBtn = MainForm.AddNewProButton(MainForm, 'GetShiftBtn', 'Vardiya Tiplerini Yükle');</div><div>&nbsp; GetShiftBtn.Align = alTop;</div><div>&nbsp; GetShiftBtn.Height = 50;</div><div>&nbsp; GetShiftBtn.Margins.Top = 10;</div><div>&nbsp; GetShiftBtn.Margins.Left = 20;</div><div>&nbsp; GetShiftBtn.Margins.Right = 20;</div><div>&nbsp; GetShiftBtn.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#3498DB');</div><div>&nbsp; GetShiftBtn.clProSettings.FontColor = clAlphaColor.clHexToColor('#FFFFFF');</div><div>&nbsp; GetShiftBtn.clProSettings.FontSize = 16;</div><div>&nbsp; GetShiftBtn.clProSettings.FontVertAlign = palcenter;</div><div>&nbsp; GetShiftBtn.clProSettings.FontHorzAlign = palcenter;</div><div>&nbsp; GetShiftBtn.clProSettings.RoundHeight = 8;</div><div>&nbsp; GetShiftBtn.clProSettings.RoundWidth = 8;</div><div>&nbsp; GetShiftBtn.SetclProSettings(GetShiftBtn.clProSettings);</div><div>&nbsp; MainForm.AddNewEvent(GetShiftBtn, tbeOnClick, 'GetShiftTypes');</div><div>&nbsp;&nbsp;</div><div>&nbsp; clRest = TclRest.Create;</div><div>&nbsp;&nbsp;</div><div>&nbsp; MainForm.Run;</div><div>}</div><div><br></div><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="{"version":"2024.11.0","token":"439455f3e46c40b98dbd42a2f1a954d8","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}" crossorigin="anonymous"&gt;</div>< defer="" ="https://static.cloudflareinsights.com/beac&#111;n.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28&#111;n72PdrCzSjY4U6VaAw1EQ==" -cf-beac&#111;n="&quot;versi&#111;n&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;_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;locati&#111;n_startswith&quot;:null" crossorigin="an&#111;nymous"><span style="font-size:10px"><br /><br />Düzenleyen Emr.Erkmn - 06&nbsp;Kasım&nbsp;2025 Saat 10:59</span>]]>
   </description>
   <pubDate>Thu, 06 Nov 2025 10:58:52 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1215&amp;PID=2623#2623</guid>
  </item> 
  <item>
   <title><![CDATA[ClRest response değişken kullanımı : ClRest ile Api den ald&#305;&#287;&#305;m veriyi...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1215&amp;PID=2622#2622</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> 1215<br /><strong>Gönderim Zamanı:</strong> 06&nbsp;Kasım&nbsp;2025 Saat 10:14<br /><br />ClRest ile Api den aldığım veriyi bir objeye atayım sonra o objedeki belirli verileri shift_name'i alıp combo box a eklemek istiyorum.<br><br><div>void GetShiftTypes</div><div>var</div><div>&nbsp;Obj: TCLJSONObject;</div><div>{</div><div>&nbsp; try</div><div>&nbsp; &nbsp; clRest.BaseURL = 'http://BENIM_UZANTIM/shifttypes';</div><div>&nbsp; &nbsp; clRest.Accept = 'application/json';</div><div>&nbsp; &nbsp; clRest.Method = rmGET;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; clRest.Execute;</div><div>&nbsp; &nbsp; ShowMessage(clRest.Response);</div><div>&nbsp; &nbsp; ///FirstPlayer = Clomosy.CLParseJSON(Players, 'categories.0.pairs.' + IntToStr(RandomIndex) + '.0');</div><div>&nbsp; &nbsp; Obj=clRest.Response;</div><div>&nbsp; &nbsp; ShowMessage(obj.ToJSONString);</div><div>&nbsp; &nbsp; //ShowMessage(Obj.ToJSONString); // Hata ayıklamayı türkçeleştirebilirsin</div><div>&nbsp; &nbsp; //Combo1.AddItem(Obj.shift_id, Obj.shift_name);</div><div>&nbsp;&nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; except</div><div>&nbsp; ShowMessage('Exception Class: '+LastExceptionClassName+' Exception Message: '+LastExceptionMessage);</div><div>&nbsp; }<br><br>Örnek json çıktısı<br><br><div style="color: rgb248, 248, 242; : rgb33, 33, 33; font-family: IBMPlexMono, &quot;Courier New&quot;, monospace, C&#111;nsolas, &quot;Courier New&quot;, monospace; font-size: 12px; line-height: 18px; white-space: pre;"><div>&nbsp;<span style="color: #dcdcdc;">{</span></div><div>&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #9cdcfe;">"shift_id"</span><span style="color: #dcdcdc;">:</span> <span style="color: #b5cea8;">2</span><span style="color: #dcdcdc;">,</span></div><div>&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #9cdcfe;">"shift_name"</span><span style="color: #dcdcdc;">:</span> <span style="color: #ce9178;">"Sabahçı"</span><span style="color: #dcdcdc;">,</span></div><div>&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #9cdcfe;">"user_id"</span><span style="color: #dcdcdc;">:</span> <span style="color: #ce9178;">null</span><span style="color: #dcdcdc;">,</span></div><div>&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #9cdcfe;">"start_time"</span><span style="color: #dcdcdc;">:</span> <span style="color: #ce9178;">"1970-01-01T09:00:00.000Z"</span><span style="color: #dcdcdc;">,</span></div><div>&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #9cdcfe;">"end_time"</span><span style="color: #dcdcdc;">:</span> <span style="color: #ce9178;">"1970-01-01T18:30:00.000Z"</span><span style="color: #dcdcdc;">,</span></div><div>&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #9cdcfe;">"expenses"</span><span style="color: #dcdcdc;">:</span> <span style="color: #ce9178;">null</span></div><div>&nbsp; <span style="color: #dcdcdc;">},</span></div></div></div><div><br></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>Thu, 06 Nov 2025 10:14:17 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1215&amp;PID=2622#2622</guid>
  </item> 
 </channel>
</rss>