<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Konnexu Community - All Forums]]></title>
		<link>https://forum.konnexu.com/</link>
		<description><![CDATA[Konnexu Community - https://forum.konnexu.com]]></description>
		<pubDate>Fri, 10 Apr 2026 09:51:00 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[How Spambots Can Harm a Server]]></title>
			<link>https://forum.konnexu.com/thread-66.html</link>
			<pubDate>Fri, 07 Feb 2025 13:37:10 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.konnexu.com/member.php?action=profile&uid=2">Donna_Kx</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.konnexu.com/thread-66.html</guid>
			<description><![CDATA[There has been a notable increase in spambot activity as of early 2025. Recent reports highlight a surge in sophisticated phishing scams, many of which are generated by AI-powered spambots. These advanced attacks craft highly personalized emails that closely mimic legitimate communications, making them more convincing and harder to detect. This escalation in spambot sophistication poses significant challenges for individuals and organizations aiming to maintain cybersecurity. You can read more about these attacks at <a href="https://www.ft.com/content/d60fb4fb-cb85-4df7-b246-ec3d08260e6f?utm_source=chatgpt.com" target="_blank" rel="noopener" class="mycode_url">ft.com</a> and <a href="https://nypost.com/2025/01/04/tech/gmail-outlook-and-apple-users-urged-to-watch-out-for-this-new-email-scam-cybersecurity-experts-sound-alarm/?utm_source=chatgpt.com" target="_blank" rel="noopener" class="mycode_url">nypost.com</a><br />
<br />
A <span style="font-weight: bold;" class="mycode_b">spambot attack</span> can severely impact a server, leading to issues such as:<br />
<br />
<span style="font-weight: bold;" class="mycode_b">1. Increased Server Load</span><ul class="mycode_list"><li>Spambots generate massive numbers of requests, overwhelming the server’s CPU and memory.<br />
</li>
<li>If too many bots hit the server at once, it may slow down or crash due to resource exhaustion.<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">2. Bandwidth Consumption</span><ul class="mycode_list"><li>Bots send excessive traffic, using up the site's bandwidth and causing slower loading times for real users.<br />
</li>
<li>If hosting has bandwidth limits, this can lead to additional costs or temporary service suspension.<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">3. Database Overload</span><ul class="mycode_list"><li>Spambots create fake user accounts, post spam comments, or submit junk data into forms, leading to an overloaded database.<br />
</li>
<li>Large amounts of fake entries can slow down queries and affect site performance.<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">4. Denial of Service (DoS) Effects</span><ul class="mycode_list"><li>A flood of bot activity can mimic a <span style="font-weight: bold;" class="mycode_b">DDoS attack</span>, making the website unresponsive or completely unavailable.<br />
</li>
<li>Spambot attacks can also exhaust <span style="font-weight: bold;" class="mycode_b">server connections</span>, preventing legitimate users from accessing the site.<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">5. Security Vulnerabilities</span><ul class="mycode_list"><li>Some spambots attempt <span style="font-weight: bold;" class="mycode_b">SQL injections, cross-site scripting (XSS), or brute-force login attempts</span>, which can compromise the server.<br />
</li>
<li>If successful, these attacks can lead to data breaches or full system takeovers.<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">6. IP Blacklisting &amp; SEO Penalties</span><ul class="mycode_list"><li>If a server is flagged for sending spam or hosting spam content, search engines may <span style="font-weight: bold;" class="mycode_b">penalize</span> or <span style="font-weight: bold;" class="mycode_b">de-index</span> the site.<br />
</li>
<li>Email servers may blacklist the domain, affecting legitimate email communication.<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">How to Protect Your Server</span><ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Implement rate limiting &amp; firewalls</span> to detect and block excessive requests.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Use CAPTCHA or reCAPTCHA</span> to filter out bots from forms and login pages.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Monitor server logs &amp; traffic</span> to detect unusual spikes in activity.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Block known bot IPs &amp; use bot detection tools</span> like Cloudflare or Akamai.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Enable email verification &amp; user validation</span> to prevent fake account creation.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Use Honeypots </span>to trap bots by hiding invisible fields that only bots interact with<span style="font-weight: bold;" class="mycode_b">.</span><br />
</li>
</ul>
]]></description>
			<content:encoded><![CDATA[There has been a notable increase in spambot activity as of early 2025. Recent reports highlight a surge in sophisticated phishing scams, many of which are generated by AI-powered spambots. These advanced attacks craft highly personalized emails that closely mimic legitimate communications, making them more convincing and harder to detect. This escalation in spambot sophistication poses significant challenges for individuals and organizations aiming to maintain cybersecurity. You can read more about these attacks at <a href="https://www.ft.com/content/d60fb4fb-cb85-4df7-b246-ec3d08260e6f?utm_source=chatgpt.com" target="_blank" rel="noopener" class="mycode_url">ft.com</a> and <a href="https://nypost.com/2025/01/04/tech/gmail-outlook-and-apple-users-urged-to-watch-out-for-this-new-email-scam-cybersecurity-experts-sound-alarm/?utm_source=chatgpt.com" target="_blank" rel="noopener" class="mycode_url">nypost.com</a><br />
<br />
A <span style="font-weight: bold;" class="mycode_b">spambot attack</span> can severely impact a server, leading to issues such as:<br />
<br />
<span style="font-weight: bold;" class="mycode_b">1. Increased Server Load</span><ul class="mycode_list"><li>Spambots generate massive numbers of requests, overwhelming the server’s CPU and memory.<br />
</li>
<li>If too many bots hit the server at once, it may slow down or crash due to resource exhaustion.<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">2. Bandwidth Consumption</span><ul class="mycode_list"><li>Bots send excessive traffic, using up the site's bandwidth and causing slower loading times for real users.<br />
</li>
<li>If hosting has bandwidth limits, this can lead to additional costs or temporary service suspension.<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">3. Database Overload</span><ul class="mycode_list"><li>Spambots create fake user accounts, post spam comments, or submit junk data into forms, leading to an overloaded database.<br />
</li>
<li>Large amounts of fake entries can slow down queries and affect site performance.<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">4. Denial of Service (DoS) Effects</span><ul class="mycode_list"><li>A flood of bot activity can mimic a <span style="font-weight: bold;" class="mycode_b">DDoS attack</span>, making the website unresponsive or completely unavailable.<br />
</li>
<li>Spambot attacks can also exhaust <span style="font-weight: bold;" class="mycode_b">server connections</span>, preventing legitimate users from accessing the site.<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">5. Security Vulnerabilities</span><ul class="mycode_list"><li>Some spambots attempt <span style="font-weight: bold;" class="mycode_b">SQL injections, cross-site scripting (XSS), or brute-force login attempts</span>, which can compromise the server.<br />
</li>
<li>If successful, these attacks can lead to data breaches or full system takeovers.<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">6. IP Blacklisting &amp; SEO Penalties</span><ul class="mycode_list"><li>If a server is flagged for sending spam or hosting spam content, search engines may <span style="font-weight: bold;" class="mycode_b">penalize</span> or <span style="font-weight: bold;" class="mycode_b">de-index</span> the site.<br />
</li>
<li>Email servers may blacklist the domain, affecting legitimate email communication.<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">How to Protect Your Server</span><ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Implement rate limiting &amp; firewalls</span> to detect and block excessive requests.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Use CAPTCHA or reCAPTCHA</span> to filter out bots from forms and login pages.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Monitor server logs &amp; traffic</span> to detect unusual spikes in activity.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Block known bot IPs &amp; use bot detection tools</span> like Cloudflare or Akamai.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Enable email verification &amp; user validation</span> to prevent fake account creation.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Use Honeypots </span>to trap bots by hiding invisible fields that only bots interact with<span style="font-weight: bold;" class="mycode_b">.</span><br />
</li>
</ul>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Origami folding caravan]]></title>
			<link>https://forum.konnexu.com/thread-65.html</link>
			<pubDate>Sun, 12 Jan 2025 23:44:20 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.konnexu.com/member.php?action=profile&uid=13">Geffers</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.konnexu.com/thread-65.html</guid>
			<description><![CDATA[How do people design items like this?<br />
<br />
This is an amazing caravan, looks superb and quite spacious inside, albeit no loo or shower, but then neither has a tent.<br />
<br />
This would be superb at a camp site with those type of facilities on hand.<br />
<br />
<a href="https://vm.tiktok.com/ZGdSrp9pM/" target="_blank" rel="noopener" class="mycode_url">https://vm.tiktok.com/ZGdSrp9pM/</a><br />
<br />
Geffers]]></description>
			<content:encoded><![CDATA[How do people design items like this?<br />
<br />
This is an amazing caravan, looks superb and quite spacious inside, albeit no loo or shower, but then neither has a tent.<br />
<br />
This would be superb at a camp site with those type of facilities on hand.<br />
<br />
<a href="https://vm.tiktok.com/ZGdSrp9pM/" target="_blank" rel="noopener" class="mycode_url">https://vm.tiktok.com/ZGdSrp9pM/</a><br />
<br />
Geffers]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Christmas Dining under Canvas]]></title>
			<link>https://forum.konnexu.com/thread-64.html</link>
			<pubDate>Fri, 03 Jan 2025 23:31:25 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.konnexu.com/member.php?action=profile&uid=13">Geffers</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.konnexu.com/thread-64.html</guid>
			<description><![CDATA[This woman is adventurous, in her 50s and just 18 months took up solo wild camping.  <br />
<br />
She often camps in Scotland during the winter.<br />
<br />
This has a funny ending.<br />
<br />
<a href="https://www.tiktok.com/@fionainthewild/video/7452382050415349025" target="_blank" rel="noopener" class="mycode_url">https://www.tiktok.com/@fionainthewild/v...0415349025</a><br />
<br />
Geffers]]></description>
			<content:encoded><![CDATA[This woman is adventurous, in her 50s and just 18 months took up solo wild camping.  <br />
<br />
She often camps in Scotland during the winter.<br />
<br />
This has a funny ending.<br />
<br />
<a href="https://www.tiktok.com/@fionainthewild/video/7452382050415349025" target="_blank" rel="noopener" class="mycode_url">https://www.tiktok.com/@fionainthewild/v...0415349025</a><br />
<br />
Geffers]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Robots becoming realistic]]></title>
			<link>https://forum.konnexu.com/thread-63.html</link>
			<pubDate>Fri, 03 Jan 2025 23:12:56 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.konnexu.com/member.php?action=profile&uid=13">Geffers</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.konnexu.com/thread-63.html</guid>
			<description><![CDATA[Robots are becoming eerie real, is this good or not so?<br />
<br />
China's technology is amazing.<br />
<br />
<a href="https://youtu.be/54IHAT0d6JQ?si=QBD25PUUG2T6_BwS" target="_blank" rel="noopener" class="mycode_url">https://youtu.be/54IHAT0d6JQ?si=QBD25PUUG2T6_BwS</a><br />
<br />
Geffers<br />
<hr class="mycode_hr" />
A further fascinating video covering this subject,<br />
<br />
This one is 16 minutes duration and shows how tech is advancing, at 1:23 watch Morgan Freeman, will we be able to separate reality from fiction?<br />
<br />
<a href="https://youtu.be/zpRM25pUD8w?si=8-gQVss3dHN_ifvq" target="_blank" rel="noopener" class="mycode_url">https://youtu.be/zpRM25pUD8w?si=8-gQVss3dHN_ifvq</a><br />
<br />
Geffers]]></description>
			<content:encoded><![CDATA[Robots are becoming eerie real, is this good or not so?<br />
<br />
China's technology is amazing.<br />
<br />
<a href="https://youtu.be/54IHAT0d6JQ?si=QBD25PUUG2T6_BwS" target="_blank" rel="noopener" class="mycode_url">https://youtu.be/54IHAT0d6JQ?si=QBD25PUUG2T6_BwS</a><br />
<br />
Geffers<br />
<hr class="mycode_hr" />
A further fascinating video covering this subject,<br />
<br />
This one is 16 minutes duration and shows how tech is advancing, at 1:23 watch Morgan Freeman, will we be able to separate reality from fiction?<br />
<br />
<a href="https://youtu.be/zpRM25pUD8w?si=8-gQVss3dHN_ifvq" target="_blank" rel="noopener" class="mycode_url">https://youtu.be/zpRM25pUD8w?si=8-gQVss3dHN_ifvq</a><br />
<br />
Geffers]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Amazing Google Maps]]></title>
			<link>https://forum.konnexu.com/thread-62.html</link>
			<pubDate>Tue, 31 Dec 2024 00:00:12 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.konnexu.com/member.php?action=profile&uid=13">Geffers</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.konnexu.com/thread-62.html</guid>
			<description><![CDATA[<span style="color: #323232;" class="mycode_color"><span style="font-family: Atkinson Hyperlegible;" class="mycode_font">Google maps, we take this app for granted nowadays as it is a default install on most android phones , but this video explains some of the technology behind it.</span></span><br />
<br />
<div style="text-align: left;" class="mycode_align"><span style="color: #323232;" class="mycode_color"><span style="font-family: Atkinson Hyperlegible;" class="mycode_font">Absolutely fascinating.</span></span></div>
<div style="text-align: left;" class="mycode_align">I stll think a proper map is great, I further think map apps compliment a real paper map rather than replace it.  I feel one can plan a route much better with a paper map than using a phone app, maybe I am just old fashioned.</div>
<div style="text-align: left;" class="mycode_align"><span style="color: #323232;" class="mycode_color"><span style="font-family: Atkinson Hyperlegible;" class="mycode_font"><a href="https://youtu.be/iKAlo_fW0w0?si=8Aynnu85n1s4288R" target="_blank" rel="noopener" class="mycode_url"><span style="color: #cc0033;" class="mycode_color">https://youtu.be/iKAlo_fW0w0?si=8Aynnu85n1s4288R</span></a></span></span></div>
<span style="color: #323232;" class="mycode_color"><span style="font-family: Atkinson Hyperlegible;" class="mycode_font">Geffers</span></span>]]></description>
			<content:encoded><![CDATA[<span style="color: #323232;" class="mycode_color"><span style="font-family: Atkinson Hyperlegible;" class="mycode_font">Google maps, we take this app for granted nowadays as it is a default install on most android phones , but this video explains some of the technology behind it.</span></span><br />
<br />
<div style="text-align: left;" class="mycode_align"><span style="color: #323232;" class="mycode_color"><span style="font-family: Atkinson Hyperlegible;" class="mycode_font">Absolutely fascinating.</span></span></div>
<div style="text-align: left;" class="mycode_align">I stll think a proper map is great, I further think map apps compliment a real paper map rather than replace it.  I feel one can plan a route much better with a paper map than using a phone app, maybe I am just old fashioned.</div>
<div style="text-align: left;" class="mycode_align"><span style="color: #323232;" class="mycode_color"><span style="font-family: Atkinson Hyperlegible;" class="mycode_font"><a href="https://youtu.be/iKAlo_fW0w0?si=8Aynnu85n1s4288R" target="_blank" rel="noopener" class="mycode_url"><span style="color: #cc0033;" class="mycode_color">https://youtu.be/iKAlo_fW0w0?si=8Aynnu85n1s4288R</span></a></span></span></div>
<span style="color: #323232;" class="mycode_color"><span style="font-family: Atkinson Hyperlegible;" class="mycode_font">Geffers</span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Sheepdogs running across fields.]]></title>
			<link>https://forum.konnexu.com/thread-61.html</link>
			<pubDate>Fri, 20 Dec 2024 22:54:44 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.konnexu.com/member.php?action=profile&uid=13">Geffers</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.konnexu.com/thread-61.html</guid>
			<description><![CDATA[TikTok video link showing two sheepdogs running through lovely countryside.<br />
<br />
Used computer link so may be viewable without needing to download the app, ost annoying I know.<br />
<br />
<a href="https://www.tiktok.com/@seanthesheepman/video/7450478685364260129?is_from_webapp=1&amp;sender_device=pc&amp;web_id=7378567900007220768" target="_blank" rel="noopener" class="mycode_url">https://www.tiktok.com/@seanthesheepman/...0007220768</a><br />
<br />
Geffers]]></description>
			<content:encoded><![CDATA[TikTok video link showing two sheepdogs running through lovely countryside.<br />
<br />
Used computer link so may be viewable without needing to download the app, ost annoying I know.<br />
<br />
<a href="https://www.tiktok.com/@seanthesheepman/video/7450478685364260129?is_from_webapp=1&amp;sender_device=pc&amp;web_id=7378567900007220768" target="_blank" rel="noopener" class="mycode_url">https://www.tiktok.com/@seanthesheepman/...0007220768</a><br />
<br />
Geffers]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hide n Seek]]></title>
			<link>https://forum.konnexu.com/thread-60.html</link>
			<pubDate>Fri, 20 Dec 2024 22:47:15 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.konnexu.com/member.php?action=profile&uid=13">Geffers</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.konnexu.com/thread-60.html</guid>
			<description><![CDATA[Squirrel plays hide n seek with a dog.<br />
<br />
<a href="https://youtube.com/shorts/SuBN2mwUN9E?si=oMmTnoMhMtm2NLbv" target="_blank" rel="noopener" class="mycode_url">https://youtube.com/shorts/SuBN2mwUN9E?s...MhMtm2NLbv</a><br />
<br />
Geffers]]></description>
			<content:encoded><![CDATA[Squirrel plays hide n seek with a dog.<br />
<br />
<a href="https://youtube.com/shorts/SuBN2mwUN9E?si=oMmTnoMhMtm2NLbv" target="_blank" rel="noopener" class="mycode_url">https://youtube.com/shorts/SuBN2mwUN9E?s...MhMtm2NLbv</a><br />
<br />
Geffers]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Nature is Strange]]></title>
			<link>https://forum.konnexu.com/thread-59.html</link>
			<pubDate>Fri, 20 Dec 2024 22:43:39 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.konnexu.com/member.php?action=profile&uid=13">Geffers</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.konnexu.com/thread-59.html</guid>
			<description><![CDATA[Oddly we usually associate cats and dogs as natural enemies, then nature shows us how wrong we can be.<br />
<br />
<a href="https://youtube.com/shorts/rgZWFIwDBk4?si=cxfO0O7EdExwZNFX" target="_blank" rel="noopener" class="mycode_url">https://youtube.com/shorts/rgZWFIwDBk4?s...7EdExwZNFX</a><br />
<br />
Geffers]]></description>
			<content:encoded><![CDATA[Oddly we usually associate cats and dogs as natural enemies, then nature shows us how wrong we can be.<br />
<br />
<a href="https://youtube.com/shorts/rgZWFIwDBk4?si=cxfO0O7EdExwZNFX" target="_blank" rel="noopener" class="mycode_url">https://youtube.com/shorts/rgZWFIwDBk4?s...7EdExwZNFX</a><br />
<br />
Geffers]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Coincidence - surely]]></title>
			<link>https://forum.konnexu.com/thread-58.html</link>
			<pubDate>Mon, 16 Dec 2024 23:03:09 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.konnexu.com/member.php?action=profile&uid=13">Geffers</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.konnexu.com/thread-58.html</guid>
			<description><![CDATA[This is eerie<br />
<br />
A group of us were having lunch today, during conversation our content wandered to  the Thunderbirds puppet series.  We mentioned the four Thunderbird crafts and the various pods.  No phone searches took place.<br />
<br />
When I arrivaed home later same day I was browsing Youtube on my TV and  a video on Thunderbirds was suggested on my home screen, this video (link below) covered the four main crafts along with reference to the pods, just as had discussed at lunch.<br />
<br />
I've watched videos before relating to Thunderbirds - months, maybe years ago.  Weird coincidence nevertheless.<br />
<br />
<a href="https://youtu.be/TcGUWfvk2hs?si=rXuSnWqh0an6NUu9" target="_blank" rel="noopener" class="mycode_url">https://youtu.be/TcGUWfvk2hs?si=rXuSnWqh0an6NUu9</a><br />
<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/TcGUWfvk2hs" frameborder="0" allowfullscreen="true"></iframe><br />
<br />
Geffers]]></description>
			<content:encoded><![CDATA[This is eerie<br />
<br />
A group of us were having lunch today, during conversation our content wandered to  the Thunderbirds puppet series.  We mentioned the four Thunderbird crafts and the various pods.  No phone searches took place.<br />
<br />
When I arrivaed home later same day I was browsing Youtube on my TV and  a video on Thunderbirds was suggested on my home screen, this video (link below) covered the four main crafts along with reference to the pods, just as had discussed at lunch.<br />
<br />
I've watched videos before relating to Thunderbirds - months, maybe years ago.  Weird coincidence nevertheless.<br />
<br />
<a href="https://youtu.be/TcGUWfvk2hs?si=rXuSnWqh0an6NUu9" target="_blank" rel="noopener" class="mycode_url">https://youtu.be/TcGUWfvk2hs?si=rXuSnWqh0an6NUu9</a><br />
<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/TcGUWfvk2hs" frameborder="0" allowfullscreen="true"></iframe><br />
<br />
Geffers]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[NORAD tracks Santa]]></title>
			<link>https://forum.konnexu.com/thread-57.html</link>
			<pubDate>Sat, 14 Dec 2024 10:33:31 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.konnexu.com/member.php?action=profile&uid=13">Geffers</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.konnexu.com/thread-57.html</guid>
			<description><![CDATA[Anyone with young children may be interested in this article that explains why NORAD tracks Santa on December 24 as he flies across the World delivering presents.<br />
<br />
The following link explains the history behind this annual event as to why the North American Air Defence Command are involved.<br />
<br />
Apps available for phone - I always install (despite my age) just before Christmas then remove after.<br />
<br />
<a href="https://www.norad.mil/NORAD-Tracks-Santa/" target="_blank" rel="noopener" class="mycode_url">https://www.norad.mil/NORAD-Tracks-Santa/</a><br />
<br />
Geffers]]></description>
			<content:encoded><![CDATA[Anyone with young children may be interested in this article that explains why NORAD tracks Santa on December 24 as he flies across the World delivering presents.<br />
<br />
The following link explains the history behind this annual event as to why the North American Air Defence Command are involved.<br />
<br />
Apps available for phone - I always install (despite my age) just before Christmas then remove after.<br />
<br />
<a href="https://www.norad.mil/NORAD-Tracks-Santa/" target="_blank" rel="noopener" class="mycode_url">https://www.norad.mil/NORAD-Tracks-Santa/</a><br />
<br />
Geffers]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Dangers of Remember Me Checkbox]]></title>
			<link>https://forum.konnexu.com/thread-56.html</link>
			<pubDate>Tue, 10 Dec 2024 13:48:32 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.konnexu.com/member.php?action=profile&uid=2">Donna_Kx</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.konnexu.com/thread-56.html</guid>
			<description><![CDATA[So many use the Remember Me checkbox when logging in to websites. These can be very insecure and dangerous - opening you up to hacking. I remove that option on all of my sites and, we've removed it here too. It's just not worth the risk to save someone a few seconds in typing their log in details. <br />
<br />
Let's say you lose your phone, ipad, etc. If you've saved your logins to your bank, work, etc - anyone that finds your device, or steals it, now has full access to important sites. This is like leaving your door open to your home when you leave. Anyone can get in and steal all that you own. <br />
<br />
The Remember Me checkbox uses a cookie stored on your computer to store your log in details. Hackers can steal these cookies and then have access as well. <br />
<br />
About 2,200 cyber-attacks happen daily, with a cyber-attack taking place every 39 seconds on average. In order to avoid your site being a potential security risk for your users, consider removing the Remember Me option. If it's a feature you have now, just let users know that you found that option to be a security risk for any website and have decided to opt in to better security. <br />
<br />
Here's an interesting article on <a href="https://emailsecurity.checkpoint.com/blog/remember-me-cookies-under-exploit-in-account-takeover-attempts" target="_blank" rel="noopener" class="mycode_url">how cyber criminals are using Remember Me</a> cookies to take over Gmail accounts, with more info from the FBI. There are other sources of information regarding this topic. Please feel free to explore and ask questions. If you want to disable it on your own site and aren't sure how, feel free to ask as well. We can try to help. <img src="https://forum.konnexu.com/images/smilies/smiley.svg" alt="Smile" title="Smile" class="smilie smilie_42" />]]></description>
			<content:encoded><![CDATA[So many use the Remember Me checkbox when logging in to websites. These can be very insecure and dangerous - opening you up to hacking. I remove that option on all of my sites and, we've removed it here too. It's just not worth the risk to save someone a few seconds in typing their log in details. <br />
<br />
Let's say you lose your phone, ipad, etc. If you've saved your logins to your bank, work, etc - anyone that finds your device, or steals it, now has full access to important sites. This is like leaving your door open to your home when you leave. Anyone can get in and steal all that you own. <br />
<br />
The Remember Me checkbox uses a cookie stored on your computer to store your log in details. Hackers can steal these cookies and then have access as well. <br />
<br />
About 2,200 cyber-attacks happen daily, with a cyber-attack taking place every 39 seconds on average. In order to avoid your site being a potential security risk for your users, consider removing the Remember Me option. If it's a feature you have now, just let users know that you found that option to be a security risk for any website and have decided to opt in to better security. <br />
<br />
Here's an interesting article on <a href="https://emailsecurity.checkpoint.com/blog/remember-me-cookies-under-exploit-in-account-takeover-attempts" target="_blank" rel="noopener" class="mycode_url">how cyber criminals are using Remember Me</a> cookies to take over Gmail accounts, with more info from the FBI. There are other sources of information regarding this topic. Please feel free to explore and ask questions. If you want to disable it on your own site and aren't sure how, feel free to ask as well. We can try to help. <img src="https://forum.konnexu.com/images/smilies/smiley.svg" alt="Smile" title="Smile" class="smilie smilie_42" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Close your eyes and imagine this scene.]]></title>
			<link>https://forum.konnexu.com/thread-55.html</link>
			<pubDate>Sun, 01 Dec 2024 20:01:24 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.konnexu.com/member.php?action=profile&uid=13">Geffers</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.konnexu.com/thread-55.html</guid>
			<description><![CDATA[Absolute bliss for a woman, a horse and two dogs.  The road surface appears surprisingly good for the location.<br />
<br />
<a href="https://vm.tiktok.com/ZGdjVeNWf/" target="_blank" rel="noopener" class="mycode_url">https://vm.tiktok.com/ZGdjVeNWf/</a><br />
<br />
Geffers]]></description>
			<content:encoded><![CDATA[Absolute bliss for a woman, a horse and two dogs.  The road surface appears surprisingly good for the location.<br />
<br />
<a href="https://vm.tiktok.com/ZGdjVeNWf/" target="_blank" rel="noopener" class="mycode_url">https://vm.tiktok.com/ZGdjVeNWf/</a><br />
<br />
Geffers]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Padlock Icon]]></title>
			<link>https://forum.konnexu.com/thread-54.html</link>
			<pubDate>Wed, 27 Nov 2024 08:09:39 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.konnexu.com/member.php?action=profile&uid=13">Geffers</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.konnexu.com/thread-54.html</guid>
			<description><![CDATA[Who actually checks the padlock icon when logging in to secure sites?<br />
<br />
I always do where an exchange of money takes place, depending on one's browser hovering the mouse pointer over the padlock will give some indication that site is secure.  Of course any https site will show as secure but I will usually select 'more information' and view the actual certificate.  It will list who the certificate was issued to, by whom and valid dates etc..<br />
<br />
I did on one occasion quite recently notice that one of my banks had a different Certificate Authority issuer to previously noted, I actually declined the transaction I was intending pending an email to the bank.  All confirmed by them, they had in fact changed CA issuers.<br />
<br />
Now I am not that paranoid that I recall all CA details, this was coincidental as it was a relatively new card company I was using but worth checking, fraud is getting very clever on the internet.<br />
<br />
Geffers]]></description>
			<content:encoded><![CDATA[Who actually checks the padlock icon when logging in to secure sites?<br />
<br />
I always do where an exchange of money takes place, depending on one's browser hovering the mouse pointer over the padlock will give some indication that site is secure.  Of course any https site will show as secure but I will usually select 'more information' and view the actual certificate.  It will list who the certificate was issued to, by whom and valid dates etc..<br />
<br />
I did on one occasion quite recently notice that one of my banks had a different Certificate Authority issuer to previously noted, I actually declined the transaction I was intending pending an email to the bank.  All confirmed by them, they had in fact changed CA issuers.<br />
<br />
Now I am not that paranoid that I recall all CA details, this was coincidental as it was a relatively new card company I was using but worth checking, fraud is getting very clever on the internet.<br />
<br />
Geffers]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Website Fonts]]></title>
			<link>https://forum.konnexu.com/thread-53.html</link>
			<pubDate>Wed, 20 Nov 2024 13:41:19 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.konnexu.com/member.php?action=profile&uid=2">Donna_Kx</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.konnexu.com/thread-53.html</guid>
			<description><![CDATA[When designing your website, be aware of the font choice you make. Choose a font that is known for being handicap accessible. When we researched accessible fonts, we found two in the Google fonts that were highly rated for legibility - <a href="https://fonts.google.com/specimen/Atkinson+Hyperlegible" target="_blank" rel="noopener" class="mycode_url">Atkinson Hyperlegible</a> and <a href="https://fonts.google.com/specimen/Lexend" target="_blank" rel="noopener" class="mycode_url">Lexend</a> get high ratings for accessibility. We use Atkinson here. We will also be using it for themes in something that's coming up. Here's why fonts can make such a difference. Have a look at how things look with different fonts:<br />
<br />
<span style="font-size: x-large;" class="mycode_size"><span style="font-family: Atkinson Hyperlegible;" class="mycode_font">the pass is 10OliIpqmdeoDb – Atkinson</span></span><br />
<span style="font-size: x-large;" class="mycode_size"><span style="font-family: Papyrus, sans-serif;" class="mycode_font">the pass is 10OliIpqmdeoDb – Papyrus</span></span><br />
<span style="font-size: x-large;" class="mycode_size"><span style="font-family: Brush Script MT;" class="mycode_font">the pass is 10OliIpqmdeoDb – Brush Script</span></span><br />
<span style="font-size: x-large;" class="mycode_size"><span style="font-family: Impact, sans-serif;" class="mycode_font">the pass is 10OliIpqmdeoDb – Impact</span></span><br />
<span style="font-size: x-large;" class="mycode_size"><span style="font-family: 'Futura Medium', sans-serif;" class="mycode_font">the pass is 10OliIpqmdeoDb – Futura</span></span><br />
<br />
Notice how the "I" in each one is harder to make out for most of the fonts other than Atkinson. The 0 and the O or o are also hard to distinguish. Keep fonts in mind when designing your website. Accessible fonts are not only visually appealing, but are much better for your audience as you won't be excluding visually impaired viewers from participating.  <img src="https://forum.konnexu.com/images/smilies/cool2.svg" alt="Cool" title="Cool" class="smilie smilie_43" /><br />
<br />
One last thing, the above was just an example and not an actual password.  <img src="https://forum.konnexu.com/images/smilies/tongue2.svg" alt="Tongue" title="Tongue" class="smilie smilie_5" />]]></description>
			<content:encoded><![CDATA[When designing your website, be aware of the font choice you make. Choose a font that is known for being handicap accessible. When we researched accessible fonts, we found two in the Google fonts that were highly rated for legibility - <a href="https://fonts.google.com/specimen/Atkinson+Hyperlegible" target="_blank" rel="noopener" class="mycode_url">Atkinson Hyperlegible</a> and <a href="https://fonts.google.com/specimen/Lexend" target="_blank" rel="noopener" class="mycode_url">Lexend</a> get high ratings for accessibility. We use Atkinson here. We will also be using it for themes in something that's coming up. Here's why fonts can make such a difference. Have a look at how things look with different fonts:<br />
<br />
<span style="font-size: x-large;" class="mycode_size"><span style="font-family: Atkinson Hyperlegible;" class="mycode_font">the pass is 10OliIpqmdeoDb – Atkinson</span></span><br />
<span style="font-size: x-large;" class="mycode_size"><span style="font-family: Papyrus, sans-serif;" class="mycode_font">the pass is 10OliIpqmdeoDb – Papyrus</span></span><br />
<span style="font-size: x-large;" class="mycode_size"><span style="font-family: Brush Script MT;" class="mycode_font">the pass is 10OliIpqmdeoDb – Brush Script</span></span><br />
<span style="font-size: x-large;" class="mycode_size"><span style="font-family: Impact, sans-serif;" class="mycode_font">the pass is 10OliIpqmdeoDb – Impact</span></span><br />
<span style="font-size: x-large;" class="mycode_size"><span style="font-family: 'Futura Medium', sans-serif;" class="mycode_font">the pass is 10OliIpqmdeoDb – Futura</span></span><br />
<br />
Notice how the "I" in each one is harder to make out for most of the fonts other than Atkinson. The 0 and the O or o are also hard to distinguish. Keep fonts in mind when designing your website. Accessible fonts are not only visually appealing, but are much better for your audience as you won't be excluding visually impaired viewers from participating.  <img src="https://forum.konnexu.com/images/smilies/cool2.svg" alt="Cool" title="Cool" class="smilie smilie_43" /><br />
<br />
One last thing, the above was just an example and not an actual password.  <img src="https://forum.konnexu.com/images/smilies/tongue2.svg" alt="Tongue" title="Tongue" class="smilie smilie_5" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Slack for Chat]]></title>
			<link>https://forum.konnexu.com/thread-52.html</link>
			<pubDate>Wed, 20 Nov 2024 12:47:12 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.konnexu.com/member.php?action=profile&uid=2">Donna_Kx</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.konnexu.com/thread-52.html</guid>
			<description><![CDATA[Here's an out of the box option for those of you who may have SocialEngine or another script that recently may have removed chat and replaced it with paid SaaS chat service. Some scripts don't even have any chat. <a href="https://slack.com/pricing" target="_blank" rel="noopener" class="mycode_url">Slack chat</a> could be an option for you. They have a free plan and then some fairly affordable paid plans. We have Slack for Bello Dynamic. My partner and I have it for BryZar as well. We invite people to our Slack channel and can then chat with them. The free plan only stores chats for 90 days though. If you want them stored longer, you need a paid plan. <br />
<br />
Slack is pretty easy to use too. Here's the interface:<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.konnexu.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=44" target="_blank" title="">slack.png</a> (Size: 214.17 KB / Downloads: 8)
<!-- end: postbit_attachments_attachment --><br />
I had to blur out other slack channels on the above as that's the map app view and I have other channels in my slack. I like it. You can do calls (video and/or audio) too. <img src="https://forum.konnexu.com/images/smilies/smiley.svg" alt="Smile" title="Smile" class="smilie smilie_42" />]]></description>
			<content:encoded><![CDATA[Here's an out of the box option for those of you who may have SocialEngine or another script that recently may have removed chat and replaced it with paid SaaS chat service. Some scripts don't even have any chat. <a href="https://slack.com/pricing" target="_blank" rel="noopener" class="mycode_url">Slack chat</a> could be an option for you. They have a free plan and then some fairly affordable paid plans. We have Slack for Bello Dynamic. My partner and I have it for BryZar as well. We invite people to our Slack channel and can then chat with them. The free plan only stores chats for 90 days though. If you want them stored longer, you need a paid plan. <br />
<br />
Slack is pretty easy to use too. Here's the interface:<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.konnexu.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=44" target="_blank" title="">slack.png</a> (Size: 214.17 KB / Downloads: 8)
<!-- end: postbit_attachments_attachment --><br />
I had to blur out other slack channels on the above as that's the map app view and I have other channels in my slack. I like it. You can do calls (video and/or audio) too. <img src="https://forum.konnexu.com/images/smilies/smiley.svg" alt="Smile" title="Smile" class="smilie smilie_42" />]]></content:encoded>
		</item>
	</channel>
</rss>