<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:wfw="http://wellformedweb.org/CommentAPI/"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
     xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    >
    <channel>
        <title>OnTableTop - Home of Beasts of Warmcrssweeklyscifi &#8211; OnTableTop &#8211; Home of Beasts of War</title>
        <atom:link href="https://www.ontabletop.com/mcrssweeklyscifi/" rel="self" type="application/rss+xml"/>
        <link>https://www.ontabletop.com</link>
        <description>A World of Tabletop Wargaming</description>
        <lastBuildDate>Fri, 12 Jun 2026 09:22:21 +0000</lastBuildDate>
        <language></language>
        <sy:updatePeriod>hourly</sy:updatePeriod>
        <sy:updateFrequency>1</sy:updateFrequency>

        <?

        //Get Content Type
        if ($_GET['conttype'] == "1") {
            $postconttype = "forums"; // Display Forums
        } else if ($_GET['conttype'] == "2") {
            $postconttype = "download"; // Display Download
        } else if ($_GET['conttype'] == "3") {
            $postconttype = "contributerblog"; // Display Contributer Blog Item	
        } else if ($_GET['conttype'] == "4") {
            $postconttype = "customposttype"; // Display Contributer Blog Item				
        } else {
            $postconttype = "news"; // Display News by Default
        }

        //Get Custom post_type
        if ($_GET['posttype'] == "") {
            $postposttype = ""; // Goto Standrd post_type by Default
        } else {
            $postposttype = "&post_type=" . $_GET['posttype'];
        }

        //Set No of Forum Topics Per Page
        if ($_GET['forumpp'] == "") {
            $postforumpp = "&per_page=10";
        } else {
            $postforumppnumber = $_GET['forumpp'];
            $postforumpp = "&per_page=" . $postforumppnumber;
        }

        //Set Forum Page Number
        if ($_GET['forumpno'] == "") {
            $postforumpno = "&page=1";
        } else {
            $postforumpnonumber = $_GET['forumpno'];
            $postforumpno = "&page=" . $postforumpnonumber;
        }

        //Set Forum post_type
        if ($_GET['forumtype'] == "") {
            $postforumtype = "";
        } else if ($_GET['forumtype'] == "popular") {
            $postforumtype = "&type=popular";
        } else if ($_GET['forumtype'] == "unreplied") {
            $postforumtype = "&type=unreplied";
        }

        //Get Number to start listing posts from
        if ($_GET['storyoffset'] == "") {
            $poststart = "";
        } else {
            $poststartnumber = $_GET['storyoffset'];
            $poststart = "&offset=" . $poststartnumber;
        }

        //Get Category ID
        if ($_GET['storycat'] == "") {
            $postcat = ""; // Goto Root Category by Default
        } else {
            $postcatnumber = $_GET['storycat'];
            $postcat = "&cat=" . $postcatnumber;
        }

        //Get Image Width
        if ($_GET['imgw'] == "") {
            $postimgw = "200"; // Goto SciFi Category by Default
        } else {
            $postimgw = $_GET['imgw'];
        }

        //Get Image Height
        if ($_GET['imgh'] == "") {
            $postimgh = "160"; // Goto SciFi Category by Default
        } else {
            $postimgh = $_GET['imgh'];
        }

        ?>

        
    </channel>
</rss>