{"id":138,"date":"2018-01-26T03:29:27","date_gmt":"2018-01-26T03:29:27","guid":{"rendered":"http:\/\/www.ctfcrv.org\/?page_id=138"},"modified":"2026-02-08T21:15:51","modified_gmt":"2026-02-09T02:15:51","slug":"download-page","status":"publish","type":"page","link":"https:\/\/ctfcrv.goofysanime.com\/?page_id=138","title":{"rendered":"Downloads"},"content":{"rendered":"\n<style>\n\/* ===== WPDM Login Form Customization ===== *\/\n\n\/* Hide Forgot Password link *\/\n.wpdm-auth-forgot {\n    display: none !important;\n}\n\n\/* Hide the entire Keep Me Signed In container (including checkbox and icon) *\/\n.wpdm-auth-check {\n    display: none !important; \/* Hide the entire container *\/\n}\n\n\/* Style the login form *\/\n.wpdm-login-form {\n    max-width: 420px;\n    margin: 40px auto;\n    padding: 30px;\n    background: #111; \/* dark background *\/\n    border-radius: 14px;\n    box-shadow: 0 12px 30px rgba(0,0,0,0.4);\n}\n\n\/* Inputs: username & password *\/\n.wpdm-login-form input[type=\"text\"],\n.wpdm-login-form input[type=\"password\"] {\n    width: 100%;\n    padding: 14px;\n    margin-bottom: 15px;\n    border-radius: 10px;\n    border: 1px solid #333;\n    background: #1a1a1a;\n    color: #fff;\n    font-size: 15px;\n}\n\n\/* Labels *\/\n.wpdm-login-form label {\n    color: #bbb;\n    font-size: 13px;\n    margin-bottom: 6px;\n    display: block;\n}\n\n\/* Login button *\/\n.wpdm-login-form button,\n.wpdm-login-form input[type=\"submit\"] {\n    width: 100%;\n    padding: 14px;\n    background: linear-gradient(135deg, #ff6a00, #ff2d55);\n    color: #fff;\n    border: none;\n    border-radius: 12px;\n    font-weight: 600;\n    cursor: pointer;\n}\n\n.wpdm-login-form button:hover,\n.wpdm-login-form input[type=\"submit\"]:hover {\n    opacity: 0.9;\n}\n\/* Hide the wpdm-auth-welcome-text *\/\n.wpdm-auth-welcome-text {\n    display: none !important;\n}\n\n<\/style>\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n    \/\/ 1. Hide the \"Forgot password?\" link\n    var forgotPasswordLink = document.querySelector('.wpdm-auth-forgot');\n    if (forgotPasswordLink) {\n        forgotPasswordLink.style.display = 'none';\n    }\n\n    \/\/ 2. Hide the \"Keep me signed in\" text (targeting <span>, <label>, and any other possible elements)\n    var keepMeSignedInText = document.querySelectorAll('span, label');\n    \n    keepMeSignedInText.forEach(function(element) {\n        if (element.textContent.trim() === 'Keep me signed in') {\n            element.style.display = 'none'; \/\/ Hide the element that contains the text\n        }\n    });\n\n    \/\/ 3. Change the \"Email ID\" placeholder to \"Username\"\n    var emailInput = document.getElementById('user_login');\n    if (emailInput) {\n        emailInput.placeholder = 'Username';  \/\/ Change placeholder text\n    }\n\n    \/\/ 4. Change the \"Login Account\" heading to \"Login to the CTFCRV Members Area\"\n    var heading = document.querySelector('.wpdm-auth-form-title');\n    if (heading) {\n        heading.textContent = 'Login to CTFCRV members area';  \/\/ Change heading text\n    }\n});\n<\/script>\n<script>\n\/\/ 5. Disable auto remember password\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n    setTimeout(function(){\n        var inputs = document.querySelectorAll('#user_login, input[type=\"password\"]');\n        inputs.forEach(function(input){\n            input.value = '';\n        });\n    }, 300);\n});\n<\/script>\n\n<style>\n\/* Force hide any elements with the \"Keep me signed in\" text, specifically *\/\n.wpdm-auth-check span, .wpdm-auth-check label {\n    display: none !important; \/* Force hiding of the text *\/\n}\n<\/style>\n\n\n<p><span style=\"display: inline !important; float: none; background-color: transparent; color: #333333; cursor: text; font-family: Georgia,'Times New Roman','Bitstream Charter',Times,serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;\">\n<div class=\"w3eden wpdm-auth-page\" id=\"wpdmloginpage\">\n    <div class=\"wpdm-auth-split\" id=\"wpdmlogin\">\n        <div class=\"wpdm-auth-panel\">\n            <!-- Left Panel - Decorative -->\n            <div class=\"wpdm-auth-left\">\n                <div class=\"wpdm-auth-grid\"><\/div>\n                <div class=\"wpdm-auth-circles\">\n                    <div class=\"wpdm-auth-circle\"><\/div>\n                    <div class=\"wpdm-auth-circle\"><\/div>\n                    <div class=\"wpdm-auth-circle\"><\/div>\n                    <div class=\"wpdm-auth-circle\"><\/div>\n                <\/div>\n\n                <div class=\"wpdm-auth-brand\">\n                    <a href=\"https:\/\/ctfcrv.goofysanime.com\">\n                                            <div class=\"wpdm-auth-brand-icon\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M12 16v-4\"\/><path d=\"M12 8h.01\"\/><\/svg>\n                        <\/div>\n                                        <span>Connecticut Family Campers and RVers<\/span>\n                    <\/a>\n                <\/div>\n\n                <div class=\"wpdm-auth-welcome\">\n                    <div class=\"wpdm-auth-welcome-sub\">Nice to see you again<\/div>\n                    <div class=\"wpdm-auth-welcome-title\">WELCOME BACK<\/div>\n                    <div class=\"wpdm-auth-welcome-line\"><\/div>\n                    <div class=\"wpdm-auth-welcome-text\">\n                        Sign in to access your account, manage your downloads, and explore all the features available to you.                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Right Panel - Form -->\n            <div class=\"wpdm-auth-right\">\n\n\n                <div class=\"wpdm-auth-form-header\">\n                    <h1 class=\"wpdm-auth-form-title\">Login Account<\/h1>\n                    <p class=\"wpdm-auth-form-desc\">Enter your credentials to access your account and continue where you left off.<\/p>\n                <\/div>\n                                <form name=\"loginform\" id=\"loginform\" action=\"\" method=\"post\">\n                    <input type=\"hidden\" name=\"permalink\" value=\"https:\/\/ctfcrv.goofysanime.com\/?page_id=138\" \/>\n\n                    <!-- Alerts -->\n                    <div id=\"__signin_msg\">\n                                            <\/div>\n\n                    \n                    <!-- Email -->\n                    <div class=\"wpdm-auth-field\">\n                        <div class=\"wpdm-auth-input-wrap\">\n                            <input type=\"text\" name=\"wpdm_login[log]\" id=\"user_login\" class=\"wpdm-auth-input\" required placeholder=\"Email ID\" autocomplete=\"username\" \/>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Password -->\n                    <div class=\"wpdm-auth-field\">\n                        <div class=\"wpdm-auth-input-wrap\">\n                            <input type=\"password\" name=\"wpdm_login[pwd]\" id=\"password\" class=\"wpdm-auth-input has-toggle\" required placeholder=\"Password\" autocomplete=\"current-password\" \/>\n                            <button type=\"button\" class=\"wpdm-auth-pwd-toggle\" onclick=\"wpdmTogglePwd()\" aria-label=\"Toggle password visibility\">\n                                <svg id=\"wpdm-eye\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"\/><circle cx=\"12\" cy=\"12\" r=\"3\"\/><\/svg>\n                                <svg id=\"wpdm-eye-off\" style=\"display:none\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24\"\/><line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"\/><\/svg>\n                            <\/button>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Hidden hash -->\n                                        <input type=\"hidden\" name=\"__phash\" id=\"__phash\" value=\"OR4LxDDOdTBIH8BIIHttgU-pzV_2EE1spikrYyLVPZTLck-4qqS6Gz7iSCZvsx2g1ivjUemivNea3DVmlUZLw59orrO5BlU6Aq8UpgPmgxXWFQO8tQ6n77wgrxJXw633kT-SSW49x21_hYgaygwaGVJXUL-5xwoFTLQ0eV015Wqg\" \/>\n\n                    \n                                        \n                    <!-- Remember & Forgot -->\n                    <div class=\"wpdm-auth-meta\">\n                        <label class=\"wpdm-auth-remember\">\n                            <input type=\"checkbox\" name=\"rememberme\" id=\"rememberme\" value=\"forever\" \/>\n                            <span class=\"wpdm-auth-check\">\n                                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\n                            <\/span>\n                            <span>Keep me signed in<\/span>\n                        <\/label>\n                        <a href=\"https:\/\/ctfcrv.goofysanime.com\/?page_id=138&action=lostpassword\" class=\"wpdm-auth-forgot\">Forgot password?<\/a>\n                    <\/div>\n\n                    <!-- Submit -->\n                    <button type=\"submit\" name=\"wp-submit\" id=\"loginform-submit\" class=\"wpdm-auth-btn\">\n                        <span>Sign In<\/span>\n                    <\/button>\n\n                    <!-- Register Link -->\n                    \n                    <input type=\"hidden\" name=\"redirect_to\" value=\"https:\/\/ctfcrv.goofysanime.com\/?page_id=209\" \/>\n                <\/form>\n\n                <!-- Social Login -->\n                \n                            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\nfunction wpdmTogglePwd() {\n    var pwd = document.getElementById('password');\n    var eye = document.getElementById('wpdm-eye');\n    var eyeOff = document.getElementById('wpdm-eye-off');\n    if (pwd.type === 'password') {\n        pwd.type = 'text';\n        eye.style.display = 'none';\n        eyeOff.style.display = 'block';\n    } else {\n        pwd.type = 'password';\n        eye.style.display = 'block';\n        eyeOff.style.display = 'none';\n    }\n}\n\njQuery(function ($) {\n        var $btn = $('#loginform-submit');\n    var btnHtml = $btn.html();\n\n    $('#loginform').submit(function () {\n        $btn.html('<span class=\"wpdm-auth-spinner\"><\/span><span>Signing in...<\/span>').attr('disabled', 'disabled');\n\n        $(this).ajaxSubmit({\n            error: function(error) {\n                if(typeof error.responseJSON !== 'undefined') {\n                    showErr(error.responseJSON.messages || error.responseJSON.message);\n                    $btn.html(btnHtml).removeAttr('disabled');\n                                    } else {\n                    setTimeout(function () {\n                        location.href = \"https:\/\/ctfcrv.goofysanime.com\/?page_id=209\";\n                    }, 1000);\n                }\n            },\n            success: async function (res) {\n                if (!res.success) {\n                    showErr(res.message);\n                    $btn.html(btnHtml).removeAttr('disabled');\n                                    } else {\n                    let proceed = await WPDM.doAction(\"wpdm_user_login\", res);\n                    $btn.html('<svg viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/><polyline points=\"22 4 12 14.01 9 11.01\"\/><\/svg><span>' + res.message + '<\/span>');\n                    setTimeout(function () {\n                        location.href = \"https:\/\/ctfcrv.goofysanime.com\/?page_id=209\";\n                    }, 1000);\n                }\n            }\n        });\n        return false;\n    });\n    \n    function showErr(msg) {\n        $('#loginform .wpdm-auth-alert.error').remove();\n        var html = '<div class=\"wpdm-auth-alert error\">' +\n            '<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"15\" y1=\"9\" x2=\"9\" y2=\"15\"\/><line x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\"\/><\/svg>' +\n            '<span>' + msg + '<\/span><\/div>';\n        $('#loginform').prepend(html);\n    }\n\n    $('body').on('click', '.wpdm-auth-alert.error', function(){\n        $(this).slideUp(150, function() { $(this).remove(); });\n    });\n});\n<\/script>\n<\/span><\/p>\n\n\n\n\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_mc_calendar":[],"footnotes":""},"class_list":["post-138","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ctfcrv.goofysanime.com\/index.php?rest_route=\/wp\/v2\/pages\/138","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ctfcrv.goofysanime.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ctfcrv.goofysanime.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ctfcrv.goofysanime.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ctfcrv.goofysanime.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=138"}],"version-history":[{"count":80,"href":"https:\/\/ctfcrv.goofysanime.com\/index.php?rest_route=\/wp\/v2\/pages\/138\/revisions"}],"predecessor-version":[{"id":1508,"href":"https:\/\/ctfcrv.goofysanime.com\/index.php?rest_route=\/wp\/v2\/pages\/138\/revisions\/1508"}],"wp:attachment":[{"href":"https:\/\/ctfcrv.goofysanime.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=138"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}