<?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[Heart⁺¹ Attack - The Sands of Ozymandius]]></title>
		<link>https://chicchicboom.nfshost.com/forum/</link>
		<description><![CDATA[Heart⁺¹ Attack - https://chicchicboom.nfshost.com/forum]]></description>
		<pubDate>Thu, 07 May 2026 13:59:03 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Spam accounts]]></title>
			<link>https://chicchicboom.nfshost.com/forum/showthread.php?tid=143</link>
			<pubDate>Fri, 01 Aug 2025 14:55:00 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://chicchicboom.nfshost.com/forum/member.php?action=profile&uid=2">Coldsaturn</a>]]></dc:creator>
			<guid isPermaLink="false">https://chicchicboom.nfshost.com/forum/showthread.php?tid=143</guid>
			<description><![CDATA[Careful with U4GM, they're known for spamming <br />
<a href="https://www.reddit.com/r/Scams/comments/1bg1y4i/u4gm_is_a_scam_website_please_beware/?show=original" target="_blank" rel="noopener" class="mycode_url">https://www.reddit.com/r/Scams/comments/...w=original</a>]]></description>
			<content:encoded><![CDATA[Careful with U4GM, they're known for spamming <br />
<a href="https://www.reddit.com/r/Scams/comments/1bg1y4i/u4gm_is_a_scam_website_please_beware/?show=original" target="_blank" rel="noopener" class="mycode_url">https://www.reddit.com/r/Scams/comments/...w=original</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CUSTOM CODES]]></title>
			<link>https://chicchicboom.nfshost.com/forum/showthread.php?tid=133</link>
			<pubDate>Tue, 29 Jul 2025 19:24:13 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://chicchicboom.nfshost.com/forum/member.php?action=profile&uid=1">ChicletPrime</a>]]></dc:creator>
			<guid isPermaLink="false">https://chicchicboom.nfshost.com/forum/showthread.php?tid=133</guid>
			<description><![CDATA[okay, it occurs to me as I am working on putting in the hack for TikTok embeds, that I should probably list a few things in the background that I've jammed into the forum to do random things. <br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">CUSTOM MYBB CODES</span><br />
<ul class="mycode_list"><li><span style="font-style: italic;" class="mycode_i">a spoiler tag, puts text behind a gray screen overlay</span> <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[hide] ... [/hide]</code></div></div></li>
<li><span style="font-style: italic;" class="mycode_i">allows for embed of a TikTok video</span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[tiktok] ID# of a tiktok video here [/tiktok]</code></div></div></li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">HTML / CSS using DIV, SPAN etc. tags</span><ul class="mycode_list"><li><span style="font-style: italic;" class="mycode_i">makes very small text, useful for signatures and for song lyrics in the MUSIC INSPO thread</span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;div class="smalltext"&gt;&lt;/div&gt;</code></div></div><br />
<div class="smalltext"> this is an example of smalltext</div>
<br />
</li>
<li><span style="font-style: italic;" class="mycode_i">allows for a 2 column grid box</span> <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;div class="grid-two-auto"&gt;&lt;div&gt;one&lt;/div&gt;&lt;div&gt;two&lt;/div&gt;&lt;/div&gt;</code></div></div><div class="grid-two-auto"><div>this is column 1</div><div>this is column 2</div></div>
<br />
</li>
<li>a flexible grid, currently spans up to 4 images across in a post (let me know if this needs to be adjusted)<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;div class="gallery"&gt; all your image links here &lt;/div&gt;</code></div></div><div class="gallery"><img src="https://chicchicboom.nfshost.com/games/love_and_deepspace_images/home.png"> <img src="https://chicchicboom.nfshost.com/games/love_and_deepspace_images/home.png"> <img src="https://chicchicboom.nfshost.com/games/love_and_deepspace_images/home.png"> <img src="https://chicchicboom.nfshost.com/games/love_and_deepspace_images/home.png"> <img src="https://chicchicboom.nfshost.com/games/love_and_deepspace_images/home.png"> <img src="https://chicchicboom.nfshost.com/games/love_and_deepspace_images/home.png"></div>
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">GENERAL HACK</span><br />
<br />
if using HTML (img or div) codes to insert images from an outside source, adding WIDTH="100%" to the img tag will force the image to fit completely within the message post body, useful if the image is oversized. You can set the percentage smaller if you don't want to blast anybody's eyeballs with Rafyael's hot towel look.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;img width="100%" src="url here"&gt;</code></div></div>]]></description>
			<content:encoded><![CDATA[okay, it occurs to me as I am working on putting in the hack for TikTok embeds, that I should probably list a few things in the background that I've jammed into the forum to do random things. <br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">CUSTOM MYBB CODES</span><br />
<ul class="mycode_list"><li><span style="font-style: italic;" class="mycode_i">a spoiler tag, puts text behind a gray screen overlay</span> <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[hide] ... [/hide]</code></div></div></li>
<li><span style="font-style: italic;" class="mycode_i">allows for embed of a TikTok video</span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[tiktok] ID# of a tiktok video here [/tiktok]</code></div></div></li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">HTML / CSS using DIV, SPAN etc. tags</span><ul class="mycode_list"><li><span style="font-style: italic;" class="mycode_i">makes very small text, useful for signatures and for song lyrics in the MUSIC INSPO thread</span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;div class="smalltext"&gt;&lt;/div&gt;</code></div></div><br />
<div class="smalltext"> this is an example of smalltext</div>
<br />
</li>
<li><span style="font-style: italic;" class="mycode_i">allows for a 2 column grid box</span> <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;div class="grid-two-auto"&gt;&lt;div&gt;one&lt;/div&gt;&lt;div&gt;two&lt;/div&gt;&lt;/div&gt;</code></div></div><div class="grid-two-auto"><div>this is column 1</div><div>this is column 2</div></div>
<br />
</li>
<li>a flexible grid, currently spans up to 4 images across in a post (let me know if this needs to be adjusted)<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;div class="gallery"&gt; all your image links here &lt;/div&gt;</code></div></div><div class="gallery"><img src="https://chicchicboom.nfshost.com/games/love_and_deepspace_images/home.png"> <img src="https://chicchicboom.nfshost.com/games/love_and_deepspace_images/home.png"> <img src="https://chicchicboom.nfshost.com/games/love_and_deepspace_images/home.png"> <img src="https://chicchicboom.nfshost.com/games/love_and_deepspace_images/home.png"> <img src="https://chicchicboom.nfshost.com/games/love_and_deepspace_images/home.png"> <img src="https://chicchicboom.nfshost.com/games/love_and_deepspace_images/home.png"></div>
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">GENERAL HACK</span><br />
<br />
if using HTML (img or div) codes to insert images from an outside source, adding WIDTH="100%" to the img tag will force the image to fit completely within the message post body, useful if the image is oversized. You can set the percentage smaller if you don't want to blast anybody's eyeballs with Rafyael's hot towel look.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;img width="100%" src="url here"&gt;</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Crawler?]]></title>
			<link>https://chicchicboom.nfshost.com/forum/showthread.php?tid=130</link>
			<pubDate>Sat, 26 Jul 2025 18:31:47 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://chicchicboom.nfshost.com/forum/member.php?action=profile&uid=2">Coldsaturn</a>]]></dc:creator>
			<guid isPermaLink="false">https://chicchicboom.nfshost.com/forum/showthread.php?tid=130</guid>
			<description><![CDATA[<img src="https://i.postimg.cc/6qNwnbgy/image-2025-07-26-203112091.png" loading="lazy"  alt="[Image: image-2025-07-26-203112091.png]" class="mycode_img" />]]></description>
			<content:encoded><![CDATA[<img src="https://i.postimg.cc/6qNwnbgy/image-2025-07-26-203112091.png" loading="lazy"  alt="[Image: image-2025-07-26-203112091.png]" class="mycode_img" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[test]]></title>
			<link>https://chicchicboom.nfshost.com/forum/showthread.php?tid=81</link>
			<pubDate>Mon, 02 Jun 2025 18:13:49 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://chicchicboom.nfshost.com/forum/member.php?action=profile&uid=1">ChicletPrime</a>]]></dc:creator>
			<guid isPermaLink="false">https://chicchicboom.nfshost.com/forum/showthread.php?tid=81</guid>
			<description><![CDATA[testing test :D :) :P<br />
<br />
fantastic. emoticons are nuked, and the world breathes a sigh of relief.]]></description>
			<content:encoded><![CDATA[testing test :D :) :P<br />
<br />
fantastic. emoticons are nuked, and the world breathes a sigh of relief.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Formal Application by Donald W Baker]]></title>
			<link>https://chicchicboom.nfshost.com/forum/showthread.php?tid=77</link>
			<pubDate>Sun, 01 Jun 2025 20:23:37 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://chicchicboom.nfshost.com/forum/member.php?action=profile&uid=1">ChicletPrime</a>]]></dc:creator>
			<guid isPermaLink="false">https://chicchicboom.nfshost.com/forum/showthread.php?tid=77</guid>
			<description><![CDATA[<div style="width:fit-content;margin:auto;"><span style="font-weight: bold;" class="mycode_b">Formal Application</span><br />
<br />
I shall begin first by learning to throw<br />
the knife, first at trees, until it sticks<br />
in the trunk and quivers every time;<br />
<br />
next from a chair, using only wrist<br />
and fingers, at a thing on the ground,<br />
a fresh ant hill or a fallen leaf,<br />
<br />
then at a moving object, perhaps<br />
a pieplate swinging on twine, until<br />
I pot it at least twice in three tries.<br />
<br />
Meanwhile, I shall be teaching the birds<br />
that the skinny fellow in sneakers<br />
is a source of suet and bread crumbs,<br />
<br />
first putting them on a shingle nailed<br />
to a pine tree, next scattering them<br />
on the needles, closer and closer<br />
<br />
to my seat, until the proper bird,<br />
a towhee, I think, in black and rust<br />
and gray, takes tossed crumbs six feet away.<br />
<br />
Finally, I shall coordinate<br />
conditioned reflex and functional<br />
form and qualify as Modern Man.<br />
<br />
You see the splash of blood and feathers<br />
and the blade pinning it to the tree?<br />
It's called an "Audubon Crucifix".<br />
<br />
The phrase has pleasing (even pious)<br />
connotations, like<span style="font-style: italic;" class="mycode_i"> Arbeit Macht Frei</span>,<br />
Molotov Cocktail, and <span style="font-style: italic;" class="mycode_i">Enola Gay</span>.<br />
<br />
<hr class="mycode_hr" />
<span style="font-style: italic;" class="mycode_i">Arbeit Macht Frei</span> - "labor liberates" was the slogan of the German Nazi Party<br />
<span style="font-style: italic;" class="mycode_i">Molotov Cocktail</span> - a homemade hand grenade<br />
<span style="font-style: italic;" class="mycode_i">Enola Gay</span> - the American plane that dropped the atom bomb on Hiroshima.</div>]]></description>
			<content:encoded><![CDATA[<div style="width:fit-content;margin:auto;"><span style="font-weight: bold;" class="mycode_b">Formal Application</span><br />
<br />
I shall begin first by learning to throw<br />
the knife, first at trees, until it sticks<br />
in the trunk and quivers every time;<br />
<br />
next from a chair, using only wrist<br />
and fingers, at a thing on the ground,<br />
a fresh ant hill or a fallen leaf,<br />
<br />
then at a moving object, perhaps<br />
a pieplate swinging on twine, until<br />
I pot it at least twice in three tries.<br />
<br />
Meanwhile, I shall be teaching the birds<br />
that the skinny fellow in sneakers<br />
is a source of suet and bread crumbs,<br />
<br />
first putting them on a shingle nailed<br />
to a pine tree, next scattering them<br />
on the needles, closer and closer<br />
<br />
to my seat, until the proper bird,<br />
a towhee, I think, in black and rust<br />
and gray, takes tossed crumbs six feet away.<br />
<br />
Finally, I shall coordinate<br />
conditioned reflex and functional<br />
form and qualify as Modern Man.<br />
<br />
You see the splash of blood and feathers<br />
and the blade pinning it to the tree?<br />
It's called an "Audubon Crucifix".<br />
<br />
The phrase has pleasing (even pious)<br />
connotations, like<span style="font-style: italic;" class="mycode_i"> Arbeit Macht Frei</span>,<br />
Molotov Cocktail, and <span style="font-style: italic;" class="mycode_i">Enola Gay</span>.<br />
<br />
<hr class="mycode_hr" />
<span style="font-style: italic;" class="mycode_i">Arbeit Macht Frei</span> - "labor liberates" was the slogan of the German Nazi Party<br />
<span style="font-style: italic;" class="mycode_i">Molotov Cocktail</span> - a homemade hand grenade<br />
<span style="font-style: italic;" class="mycode_i">Enola Gay</span> - the American plane that dropped the atom bomb on Hiroshima.</div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[PS forums rock]]></title>
			<link>https://chicchicboom.nfshost.com/forum/showthread.php?tid=13</link>
			<pubDate>Thu, 01 May 2025 23:47:50 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://chicchicboom.nfshost.com/forum/member.php?action=profile&uid=1">ChicletPrime</a>]]></dc:creator>
			<guid isPermaLink="false">https://chicchicboom.nfshost.com/forum/showthread.php?tid=13</guid>
			<description><![CDATA[long form communication at its finest, boo yah!]]></description>
			<content:encoded><![CDATA[long form communication at its finest, boo yah!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Forum Checklist]]></title>
			<link>https://chicchicboom.nfshost.com/forum/showthread.php?tid=10</link>
			<pubDate>Thu, 01 May 2025 22:34:19 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://chicchicboom.nfshost.com/forum/member.php?action=profile&uid=1">ChicletPrime</a>]]></dc:creator>
			<guid isPermaLink="false">https://chicchicboom.nfshost.com/forum/showthread.php?tid=10</guid>
			<description><![CDATA[<ul class="mycode_list"><li><span style="text-decoration: line-through;" class="mycode_s">find the "show all new posts" button wherever it is hiding and activate or use a plugin to reveal it as myBB may not have it as a native function.</span><br />
</li>
<li><span style="text-decoration: line-through;" class="mycode_s">reskin to more of a Love And Deepspace-y vibe</span>. IN PROGRESS<br />
</li>
<li><span style="text-decoration: line-through;" class="mycode_s">checking into rotating wallpaper? </span> <br />
</li>
<li><span style="text-decoration: line-through;" class="mycode_s">find a better name - "Protocore" "Aether ... something" "Heart +1"??"</span><br />
</li>
<li>Quick Reply / Quick Edit popup is in a wonky place - please fix and make larger / more obvious <br />
</li>
<li>emails to "Contact" are not going through, and no emails about registering users seem to push either<br />
</li>
<li><span style="text-decoration: line-through;" class="mycode_s">Find a better place to stick the "posted by this date" and "last edited" pieces, they are annoying</span><br />
</li>
<li><span style="text-decoration: line-through;" class="mycode_s">setup FFXIV forum? not sure. Maybe just GENERAL GAMES for anything that spills out into other digital options worthy of note</span><br />
</li>
<li><span style="text-decoration: line-through;" class="mycode_s">can extend side avatar on posts to take up entire left side - the staggered flow is messing with my brain nah, its fine, ignore.</span><br />
</li>
<li>better icons, fix once everything else is settled<br />
</li>
<li>find an oekaki board and install. there has to be SOMETHING out there.<br />
</li>
</ul>
]]></description>
			<content:encoded><![CDATA[<ul class="mycode_list"><li><span style="text-decoration: line-through;" class="mycode_s">find the "show all new posts" button wherever it is hiding and activate or use a plugin to reveal it as myBB may not have it as a native function.</span><br />
</li>
<li><span style="text-decoration: line-through;" class="mycode_s">reskin to more of a Love And Deepspace-y vibe</span>. IN PROGRESS<br />
</li>
<li><span style="text-decoration: line-through;" class="mycode_s">checking into rotating wallpaper? </span> <br />
</li>
<li><span style="text-decoration: line-through;" class="mycode_s">find a better name - "Protocore" "Aether ... something" "Heart +1"??"</span><br />
</li>
<li>Quick Reply / Quick Edit popup is in a wonky place - please fix and make larger / more obvious <br />
</li>
<li>emails to "Contact" are not going through, and no emails about registering users seem to push either<br />
</li>
<li><span style="text-decoration: line-through;" class="mycode_s">Find a better place to stick the "posted by this date" and "last edited" pieces, they are annoying</span><br />
</li>
<li><span style="text-decoration: line-through;" class="mycode_s">setup FFXIV forum? not sure. Maybe just GENERAL GAMES for anything that spills out into other digital options worthy of note</span><br />
</li>
<li><span style="text-decoration: line-through;" class="mycode_s">can extend side avatar on posts to take up entire left side - the staggered flow is messing with my brain nah, its fine, ignore.</span><br />
</li>
<li>better icons, fix once everything else is settled<br />
</li>
<li>find an oekaki board and install. there has to be SOMETHING out there.<br />
</li>
</ul>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[where the hell is the New Posts button?]]></title>
			<link>https://chicchicboom.nfshost.com/forum/showthread.php?tid=9</link>
			<pubDate>Thu, 01 May 2025 17:04:14 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://chicchicboom.nfshost.com/forum/member.php?action=profile&uid=1">ChicletPrime</a>]]></dc:creator>
			<guid isPermaLink="false">https://chicchicboom.nfshost.com/forum/showthread.php?tid=9</guid>
			<description><![CDATA[reminder to self -- figure out where the "Show New Posts" button is. am i just missing it? i'm probably just missing it.]]></description>
			<content:encoded><![CDATA[reminder to self -- figure out where the "Show New Posts" button is. am i just missing it? i'm probably just missing it.]]></content:encoded>
		</item>
	</channel>
</rss>