<?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 : mqtt bağlantı hatası</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; : mqtt bağlantı hatası]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 27 Apr 2026 13:31:33 +0000</pubDate>
  <lastBuildDate>Mon, 27 Apr 2026 11:10:01 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>https://forum.clomosy.com.tr/RSS_post_feed.asp?TID=1454</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[mqtt bağlantı hatası : Merhaba H&#252;seyin&#304;ki kodun birbiriyle...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1454&amp;PID=3313#3313</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> 1454<br /><strong>Gönderim Zamanı:</strong> 27&nbsp;Nisan&nbsp;2026 Saat 11:10<br /><br />Merhaba Hüseyin&nbsp;<br>İki kodun birbiriyle haberleşmemesini sebebi<br>MQTT kanallarının farklı olmasın&nbsp;<a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"</a> integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" 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>admin panelinde Cekilis2026_App</div><div>kullanıcı tarafında YarsimaTest&nbsp;<br>haberleşme için aynı kanalda olmaları gerekli&nbsp;<br><br><div>&nbsp;&nbsp;</div><div>void MQTTBaglan</div><div>{</div><div>&nbsp; CanliMQTT = renkForm.AddNewMQTTConnection(renkForm, 'CanliMQTT');</div><div>&nbsp; CanliMQTT.Channel = 'Cekilis2026_App';&nbsp;</div><div>&nbsp; renkForm.AddNewEvent(CanliMQTT, tbeOnMQTTPublishReceived, 'MQTTMesajGelince');</div><div>&nbsp; CanliMQTT.Connect;</div><div>}<br><br>ilgili kısımları kodlar da düzeltmen yeterli&nbsp;</div></div>]]>
   </description>
   <pubDate>Mon, 27 Apr 2026 11:10:01 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1454&amp;PID=3313#3313</guid>
  </item> 
  <item>
   <title><![CDATA[mqtt bağlantı hatası : // admin_panelvar MyForm: TclForm;...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1454&amp;PID=3312#3312</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=354">Hüseyin_Sadik</a><br /><strong>Konu:</strong> 1454<br /><strong>Gönderim Zamanı:</strong> 27&nbsp;Nisan&nbsp;2026 Saat 10:22<br /><br /><div>// admin_panel</div><div>var</div><div>&nbsp; MyForm: TclForm;</div><div>&nbsp; CanliMQTT: TclMQTT;</div><div>&nbsp; LblKirmiziDurum: TclProLabel;</div><div>&nbsp; LblMaviDurum: TclProLabel;</div><div>&nbsp; BtnBaslat: TclProButton;</div><div>&nbsp; MemoLog: TclMemo;</div><div>&nbsp; KirmiziHazir: Boolean;</div><div>&nbsp; MaviHazir: Boolean;</div><div>&nbsp; GelenMesaj: String;</div><div>&nbsp; Komut: String;</div><div>&nbsp; GelenRenk: String;</div><div>&nbsp; GelenGUID: String;</div><div>&nbsp; GelenAd: String;</div><div><br></div><div>void OnMqttMessageReceived</div><div>{</div><div>&nbsp;&nbsp;</div><div>&nbsp; if (CanliMQTT.ReceivedAlright)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; GelenMesaj = CanliMQTT.ReceivedMessage;</div><div>&nbsp; &nbsp; Komut = clGetStringTo(GelenMesaj, '|');</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; MemoLog.Lines.Add('Gelen: ' + GelenMesaj);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if (Komut == 'RENK_SEC')</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; GelenRenk = clGetStringTo(clGetStringAfter(GelenMesaj, '|'), '|');</div><div>&nbsp; &nbsp; &nbsp; GelenGUID = clGetStringTo(clGetStringAfter(clGetStringAfter(GelenMesaj, '|'), '|'), '|');</div><div>&nbsp; &nbsp; &nbsp; GelenAd = clGetStringAfter(clGetStringAfter(clGetStringAfter(GelenMesaj, '|'), '|'), '|');</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; MemoLog.Lines.Add('Renk: ' + GelenRenk + ' - Kullanici: ' + GelenAd);</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; if (GelenRenk == 'Kirmizi')</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; KirmiziHazir = True;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; LblKirmiziDurum.Text = 'KIRMIZI: HAZIR (' + GelenAd + ')';</div><div>&nbsp; &nbsp; &nbsp; &nbsp; LblKirmiziDurum.clProSettings.FontColor = clAlphaColor.clLime;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; LblKirmiziDurum.SetclProSettings(LblKirmiziDurum.clProSettings);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; MemoLog.Lines.Add('*** KIRMIZI HAZIR ***');</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; else if (GelenRenk == 'Mavi')</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; MaviHazir = True;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; LblMaviDurum.Text = 'MAVI: HAZIR (' + GelenAd + ')';</div><div>&nbsp; &nbsp; &nbsp; &nbsp; LblMaviDurum.clProSettings.FontColor = clAlphaColor.clLime;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; LblMaviDurum.SetclProSettings(LblMaviDurum.clProSettings);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; MemoLog.Lines.Add('*** MAVI HAZIR ***');</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; if (KirmiziHazir &amp;&amp; MaviHazir)</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; BtnBaslat.Enabled = True;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; MemoLog.Lines.Add('*** IKI OYUNCU DA HAZIR! YARISMA BASLATILABILIR ***');</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; }</div><div>&nbsp; }</div><div>}</div><div><br></div><div>void YarismayiBaslat</div><div>{</div><div>&nbsp; if (KirmiziHazir == False)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Kirmizi oyuncu hazir degil!');</div><div>&nbsp; &nbsp; Exit;</div><div>&nbsp; }</div><div>&nbsp; if (MaviHazir == False)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Mavi oyuncu hazir degil!');</div><div>&nbsp; &nbsp; Exit;</div><div>&nbsp; }</div><div>&nbsp;&nbsp;</div><div>&nbsp; CanliMQTT.Send('YARISMA_BASLADI');</div><div>&nbsp; MemoLog.Lines.Add('*** YARISMA BASLATILDI ***');</div><div>&nbsp; BtnBaslat.Enabled = False;</div><div>}</div><div><br></div><div>{</div><div>&nbsp; MyForm = TclForm.Create(Self);</div><div>&nbsp; MyForm.LytTopBar.Visible = False;</div><div>&nbsp; MyForm.SetFormColor('#0F172A', '', clGNone);</div><div>&nbsp;&nbsp;</div><div>&nbsp; // MQTT</div><div>&nbsp; CanliMQTT = MyForm.AddNewMQTTConnection(MyForm, 'CanliMQTT');</div><div>&nbsp; CanliMQTT.Channel = 'Cekilis2026_App';</div><div>&nbsp; MyForm.AddNewEvent(CanliMQTT, tbeOnMQTTPublishReceived, 'OnMqttMessageReceived');</div><div>&nbsp; CanliMQTT.Connect;</div><div>&nbsp;&nbsp;</div><div>&nbsp; // Arayuz</div><div>&nbsp; LblKirmiziDurum = MyForm.AddNewProLabel(MyForm, 'LblKirmiziDurum', 'KIRMIZI: BEKLIYOR');</div><div>&nbsp; LblKirmiziDurum.Align = alTop;</div><div>&nbsp; LblKirmiziDurum.Height = 40;</div><div>&nbsp; LblKirmiziDurum.Margins.Top = 20;</div><div>&nbsp; LblKirmiziDurum.clProSettings.FontColor = clAlphaColor.clRed;</div><div>&nbsp; LblKirmiziDurum.clProSettings.FontSize = 16;</div><div>&nbsp; LblKirmiziDurum.clProSettings.TextSettings.Font.Style = &#091;fsBold&#093;;</div><div>&nbsp; LblKirmiziDurum.SetclProSettings(LblKirmiziDurum.clProSettings);</div><div>&nbsp;&nbsp;</div><div>&nbsp; LblMaviDurum = MyForm.AddNewProLabel(MyForm, 'LblMaviDurum', 'MAVI: BEKLIYOR');</div><div>&nbsp; LblMaviDurum.Align = alTop;</div><div>&nbsp; LblMaviDurum.Height = 40;</div><div>&nbsp; LblMaviDurum.clProSettings.FontColor = clAlphaColor.clBlue;</div><div>&nbsp; LblMaviDurum.clProSettings.FontSize = 16;</div><div>&nbsp; LblMaviDurum.clProSettings.TextSettings.Font.Style = &#091;fsBold&#093;;</div><div>&nbsp; LblMaviDurum.SetclProSettings(LblMaviDurum.clProSettings);</div><div>&nbsp;&nbsp;</div><div>&nbsp; BtnBaslat = MyForm.AddNewProButton(MyForm, 'BtnBaslat', 'YARISMAYI BASLAT');</div><div>&nbsp; BtnBaslat.Align = alTop;</div><div>&nbsp; BtnBaslat.Height = 50;</div><div>&nbsp; BtnBaslat.Margins.Top = 20;</div><div>&nbsp; BtnBaslat.Enabled = False;</div><div>&nbsp; BtnBaslat.clProSettings.BackgroundColor = clAlphaColor.clGreen;</div><div>&nbsp; BtnBaslat.clProSettings.FontColor = clAlphaColor.clWhite;</div><div>&nbsp; BtnBaslat.clProSettings.FontSize = 16;</div><div>&nbsp; BtnBaslat.clProSettings.RoundHeight = 10;</div><div>&nbsp; BtnBaslat.clProSettings.RoundWidth = 10;</div><div>&nbsp; BtnBaslat.SetclProSettings(BtnBaslat.clProSettings);</div><div>&nbsp; MyForm.AddNewEvent(BtnBaslat, tbeOnClick, 'YarismayiBaslat');</div><div>&nbsp;&nbsp;</div><div>&nbsp; MemoLog = MyForm.AddNewMemo(MyForm, 'MemoLog', '');</div><div>&nbsp; MemoLog.Align = alClient;</div><div>&nbsp; MemoLog.Margins.Top = 20;</div><div>&nbsp; MemoLog.Lines.Add('=== YARISMA LOGU ===');</div><div>&nbsp; MemoLog.Lines.Add('Admin panel hazir');</div><div>&nbsp; MemoLog.Lines.Add('MQTT Kanal: Cekilis2026_App');</div><div>&nbsp;&nbsp;</div><div>&nbsp; KirmiziHazir = False;</div><div>&nbsp; MaviHazir = False;</div><div>&nbsp;&nbsp;</div><div>&nbsp; MyForm.Run;</div><div>}<br><br>bu admin panelini bu renksec koduna bağlayamıyorum<br><br><div>// renksec</div><div>var</div><div>&nbsp; renkForm: TclForm;</div><div>&nbsp; centerLayout: TclLayout;</div><div>&nbsp; btnKirmizi: TclProButton;</div><div>&nbsp; btnMavi: TclProButton;</div><div>&nbsp; lblInfo: TclProLabel;</div><div>&nbsp; CanliMQTT: TclMQTT;</div><div>&nbsp; MyGUID: String;</div><div>&nbsp; MyName: String;</div><div>&nbsp; renkSecildi: Boolean;</div><div>&nbsp; GelenMesaj: String;</div><div>&nbsp; Komut: String;</div><div>&nbsp;&nbsp;</div><div><br></div><div>void MQTTBaglan</div><div>{</div><div>&nbsp; CanliMQTT = renkForm.AddNewMQTTConnection(renkForm, 'CanliMQTT');</div><div>&nbsp; CanliMQTT.Channel = 'YarismaTest';</div><div>&nbsp; renkForm.AddNewEvent(CanliMQTT, tbeOnMQTTPublishReceived, 'MQTTMesajGelince');</div><div>&nbsp; CanliMQTT.Connect;</div><div>}</div><div><br></div><div>void MQTTMesajGelince</div><div>{</div><div>&nbsp; if (CanliMQTT.ReceivedAlright)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; GelenMesaj = CanliMQTT.ReceivedMessage;</div><div>&nbsp; &nbsp; Komut = clGetStringTo(GelenMesaj, '|');</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if (Komut == 'YARISMA_BASLADI')</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Yarisma basliyor!');</div><div>&nbsp; &nbsp; }</div><div>&nbsp; }</div><div>}</div><div><br></div><div>void SecKirmizi</div><div>{</div><div>&nbsp; if (renkSecildi == True)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Zaten renk sectiniz!');</div><div>&nbsp; &nbsp; Exit;</div><div>&nbsp; }</div><div>&nbsp;&nbsp;</div><div>&nbsp; MyGUID = Clomosy.AppUserGUID;</div><div>&nbsp; MyName = Clomosy.AppUserDisplayName;</div><div>&nbsp;&nbsp;</div><div>&nbsp; if (CanliMQTT.Connected)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; CanliMQTT.Send('RENK_SEC|Kirmizi|' + MyGUID + '|' + MyName);</div><div>&nbsp; &nbsp; ShowMessage('Mesaj gonderildi: Kirmizi');</div><div>&nbsp; }</div><div>&nbsp; else</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('MQTT bagli degil!');</div><div>&nbsp; &nbsp; Exit;</div><div>&nbsp; }</div><div>&nbsp;&nbsp;</div><div>&nbsp; renkSecildi = True;</div><div>&nbsp; Clomosy.RunUnit('kirmizihazir');</div><div>}</div><div><br></div><div>void SecMavi</div><div>{</div><div>&nbsp; if (renkSecildi == True)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Zaten renk sectiniz!');</div><div>&nbsp; &nbsp; Exit;</div><div>&nbsp; }</div><div>&nbsp;&nbsp;</div><div>&nbsp; MyGUID = Clomosy.AppUserGUID;</div><div>&nbsp; MyName = Clomosy.AppUserDisplayName;</div><div>&nbsp;&nbsp;</div><div>&nbsp; if (CanliMQTT.Connected)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; CanliMQTT.Send('RENK_SEC|Mavi|' + MyGUID + '|' + MyName);</div><div>&nbsp; &nbsp; ShowMessage('Mesaj gonderildi: Mavi');</div><div>&nbsp; }</div><div>&nbsp; else</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('MQTT bagli degil!');</div><div>&nbsp; &nbsp; Exit;</div><div>&nbsp; }</div><div>&nbsp;&nbsp;</div><div>&nbsp; renkSecildi = True;</div><div>&nbsp; Clomosy.RunUnit('mavihazir');</div><div>}</div><div><br></div><div>{</div><div>&nbsp; renkForm = TclForm.Create(Self);</div><div>&nbsp; renkForm.LytTopBar.Visible = False;</div><div>&nbsp; renkForm.SetFormColor('#FFFF00', '', clGNone);</div><div>&nbsp;&nbsp;</div><div>&nbsp; MQTTBaglan;</div><div>&nbsp; renkSecildi = False;</div><div>&nbsp;&nbsp;</div><div>&nbsp; centerLayout = renkForm.AddNewLayout(renkForm, 'centerLayout');</div><div>&nbsp; centerLayout.Align = alCenter;</div><div>&nbsp; centerLayout.Width = 300;</div><div>&nbsp; centerLayout.Height = 400;</div><div>&nbsp; centerLayout.Margins.Top = 60;</div><div>&nbsp;&nbsp;</div><div>&nbsp; lblInfo = renkForm.AddNewProLabel(centerLayout, 'lblInfo', 'Hosgeldin: ' + Clomosy.AppUserDisplayName);</div><div>&nbsp; lblInfo.Align = alTop;</div><div>&nbsp; lblInfo.Height = 40;</div><div>&nbsp; lblInfo.clProSettings.FontColor = clAlphaColor.clBlack;</div><div>&nbsp; lblInfo.clProSettings.FontSize = 14;</div><div>&nbsp; lblInfo.clProSettings.FontHorzAlign = palCenter;</div><div>&nbsp; lblInfo.SetclProSettings(lblInfo.clProSettings);</div><div>&nbsp;&nbsp;</div><div>&nbsp; btnKirmizi = renkForm.AddNewProButton(centerLayout, 'btnKirmizi', 'KIRMIZI');</div><div>&nbsp; btnKirmizi.Align = alTop;</div><div>&nbsp; btnKirmizi.Height = 110;</div><div>&nbsp; btnKirmizi.Margins.Top = 20;</div><div>&nbsp; btnKirmizi.clProSettings.BackgroundColor = clAlphaColor.clRed;</div><div>&nbsp; btnKirmizi.clProSettings.FontColor = clAlphaColor.clWhite;</div><div>&nbsp; btnKirmizi.clProSettings.BorderColor = clAlphaColor.clBlack;</div><div>&nbsp; btnKirmizi.clProSettings.BorderWidth = 3;</div><div>&nbsp; btnKirmizi.clProSettings.IsRound = True;</div><div>&nbsp; btnKirmizi.clProSettings.RoundHeight = 25;</div><div>&nbsp; btnKirmizi.clProSettings.RoundWidth = 25;</div><div>&nbsp; btnKirmizi.SetclProSettings(btnKirmizi.clProSettings);</div><div>&nbsp; renkForm.AddNewEvent(btnKirmizi, tbeOnClick, 'SecKirmizi');</div><div>&nbsp;&nbsp;</div><div>&nbsp; btnMavi = renkForm.AddNewProButton(centerLayout, 'btnMavi', 'MAVI');</div><div>&nbsp; btnMavi.Align = alTop;</div><div>&nbsp; btnMavi.Height = 110;</div><div>&nbsp; btnMavi.Margins.Top = 25;</div><div>&nbsp; btnMavi.clProSettings.BackgroundColor = clAlphaColor.clBlue;</div><div>&nbsp; btnMavi.clProSettings.FontColor = clAlphaColor.clWhite;</div><div>&nbsp; btnMavi.clProSettings.BorderColor = clAlphaColor.clBlack;</div><div>&nbsp; btnMavi.clProSettings.BorderWidth = 3;</div><div>&nbsp; btnMavi.clProSettings.IsRound = True;</div><div>&nbsp; btnMavi.clProSettings.RoundHeight = 25;</div><div>&nbsp; btnMavi.clProSettings.RoundWidth = 25;</div><div>&nbsp; btnMavi.SetclProSettings(btnMavi.clProSettings);</div><div>&nbsp; renkForm.AddNewEvent(btnMavi, tbeOnClick, 'SecMavi');</div><div>&nbsp;&nbsp;</div><div>&nbsp; if (CanliMQTT.Connected)</div><div>&nbsp; &nbsp; ShowMessage('MQTT BAGLI');</div><div>&nbsp; else</div><div>&nbsp; &nbsp; ShowMessage('MQTT BAGLI DEGIL');</div><div>&nbsp;&nbsp;</div><div>&nbsp; renkForm.Run;</div><div>}</div></div><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"</a> integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" 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>Mon, 27 Apr 2026 10:22:39 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1454&amp;PID=3312#3312</guid>
  </item> 
 </channel>
</rss>