It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://www.webspacebar.co.za

  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.    <!--Meta Informations-->
  6.    <meta charset="UTF-8">
  7.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  8.    <meta name="viewport" content="width=device-width, initial-scale=1">
  9.    <meta name="google-site-verification" content="pZyWPI75g96TjXIRKLugVZQQ4caSYpWTsvLV9nDS9Vc" />
  10.    <meta name="keywords"
  11.        content="cheap, cheapest, domain, domains, south africa, local, web, web hosting, hosting, email, domain, unlimited, reseller, host, dns, host, african, cheap, registrar, name, names, register, register domains, hosting services, co.za, dns, internet, register domains, domain registrations">
  12.    <meta name="google-site-verification" content="UMk8U1mHeidfHTpRY4Hp0L7ABpFyghOahRYKm4bHV9o" />
  13.    <meta name="description"
  14.        content="Cheapest Web Hosting in South Africa from R30 per month, Domain Registrations, Uncapped Hosting and Reseller Hosting" />
  15.    <meta property="og:description"
  16.        content="Cheapest Web Hosting in South Africa from R30 per month, Domain Registrations, Uncapped Hosting and Reseller Hosting" />
  17.    <title>Web Hosting from R30 per month, Domain Registration, Uncapped Hosting and Reseller Hosting</title>
  18.  
  19.    <!--Favicons-->
  20.    <link rel="apple-touch-icon" sizes="60x60" href="assets/favicon/apple-touch-icon.png">
  21.    <link rel="icon" type="image/png" href="assets/favicon/favicon.ico" sizes="32x32">
  22.    <link rel="icon" type="image/png" href="assets/favicon/favicon.ico" sizes="16x16">
  23.    <link rel="manifest" href="assets/favicon/manifest.json">
  24.    <link rel="mask-icon" href="assets/favicon/safari-pinned-tab.svg" color="#5bbad5">
  25.    <link rel="shortcut icon" href="assets/favicon/favicon.ico">
  26.    <meta name="msapplication-config" content="assets/favicon/browserconfig.xml">
  27.    <meta name="theme-color" content="#ffffff">
  28.  
  29.    <!--Style Assets-->
  30.    <link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
  31.    <link rel="stylesheet" href="vendors/fontawesome/css/font-awesome.min.css">
  32.    <link rel="stylesheet" href="vendors/owl/owl.carousel.css">
  33.  
  34.  
  35.    <!--Theme Style-->
  36.    <link rel="stylesheet" href="assets/css/styles.css">
  37.  
  38.    <!--[if lt IE 9]>
  39. <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
  40. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  41. <![endif]-->
  42.    <!-- Google tag (gtag.js) -->
  43.  
  44.    <script>
  45.        window.dataLayer = window.dataLayer || [];
  46.  function gtag(){dataLayer.push(arguments);}
  47.  gtag('js', new Date());
  48.  gtag('config', 'AW-779140162');
  49.    </script>
  50.  
  51.  
  52.    <style>
  53.        :root {
  54.            --border: #77c6e9;
  55.            /* Update the border color */
  56.            --text: hsl(40, 70%, 85%);
  57.            --button-hover: #99defc
  58.                /* Lighter blue hover color */
  59.        }
  60.  
  61.        .card {
  62.            display: flex;
  63.            flex-direction: column;
  64.  
  65.            background: var(--background);
  66.            width: 30rem;
  67.            height: 100%;
  68.            border: 2px solid var(--border);
  69.            position: relative;
  70.            padding: 0.1rem;
  71.  
  72.            .corner {
  73.                width: 0.5rem;
  74.                height: 0.5rem;
  75.                border: 1px solid var(--border);
  76.                position: absolute;
  77.  
  78.                &::after,
  79.                &::before {
  80.                    content: "";
  81.                    position: absolute;
  82.                }
  83.  
  84.                &::after {
  85.                    width: 2rem;
  86.                    height: calc(1rem - 1px);
  87.                }
  88.  
  89.                &::before {
  90.                    width: calc(1rem - 1px);
  91.                    height: 2rem;
  92.                }
  93.  
  94.                &.left {
  95.                    left: -0.5rem;
  96.  
  97.                    &::after {
  98.                        left: calc(-2px + 1rem);
  99.                        border-left: 1px solid var(--border);
  100.                    }
  101.  
  102.                    &::before {
  103.                        left: -1px;
  104.                        border-left: 1px solid var(--border);
  105.                    }
  106.                }
  107.  
  108.                &.right {
  109.                    right: -0.5rem;
  110.  
  111.                    &::after {
  112.                        right: calc(-2px + 1rem);
  113.                        border-right: 1px solid var(--border);
  114.                    }
  115.  
  116.                    &::before {
  117.                        right: -1px;
  118.                        border-right: 1px solid var(--border);
  119.                    }
  120.                }
  121.  
  122.                &.top {
  123.                    top: -0.5rem;
  124.  
  125.                    &::after {
  126.                        top: -1px;
  127.                        border-top: 1px solid var(--border);
  128.                    }
  129.  
  130.                    &::before {
  131.                        top: calc(-2px + 1rem);
  132.                        border-top: 1px solid var(--border);
  133.                    }
  134.                }
  135.  
  136.                &.bottom {
  137.                    bottom: -0.5rem;
  138.  
  139.                    &::after {
  140.                        bottom: -1px;
  141.                        border-bottom: 1px solid var(--border);
  142.                    }
  143.  
  144.                    &::before {
  145.                        bottom: calc(-2px + 1rem);
  146.                        border-bottom: 1px solid var(--border);
  147.                    }
  148.                }
  149.            }
  150.        }
  151.  
  152.        .card .card h1,
  153.        .card h2,
  154.        .card h3,
  155.        .card button {
  156.            text-align: center;
  157.        }
  158.  
  159.        @keyframes fadeToWhiteGold {
  160.            0% {
  161.                background-color: gold;
  162.                color: black;
  163.            }
  164.  
  165.            50% {
  166.                background-color: white;
  167.                color: black;
  168.            }
  169.  
  170.            100% {
  171.                background-color: gold;
  172.                color: black;
  173.            }
  174.        }
  175.  
  176.        button {
  177.            display: flex;
  178.            all: unset;
  179.            text-align: center;
  180.            border-top: 1px solid var(--border);
  181.            border-bottom: 1px solid var(--border);
  182.            height: 2rem;
  183.            padding: 0 1rem;
  184.            position: relative;
  185.            transition: none;
  186.  
  187.            margin: 0 2rem;
  188.  
  189.            cursor: pointer;
  190.  
  191.            .left,
  192.            .right {
  193.                position: absolute;
  194.                width: 1.45rem;
  195.                height: 1.45rem;
  196.                border-bottom: 1px solid var(--border);
  197.                border-left: 1px solid var(--border);
  198.                transition: none;
  199.  
  200.                &::before {
  201.                    content: "";
  202.                    width: 0.75rem;
  203.                    height: 0.75rem;
  204.                    border: 1px solid var(--border);
  205.                    position: absolute;
  206.                    top: calc(1rem - 1px);
  207.                    left: calc(-0.4rem - 1px);
  208.                }
  209.  
  210.                &::after {
  211.                    content: "";
  212.                    width: 0.5rem;
  213.                    height: 0.5rem;
  214.                    background: var(--border);
  215.                    position: absolute;
  216.                    top: calc(1rem - 1px);
  217.                    left: calc(-0rem - 1px);
  218.                }
  219.            }
  220.  
  221.            .left {
  222.                left: -0.75rem;
  223.                transform: rotate(45deg);
  224.            }
  225.  
  226.            .right {
  227.                right: -0.75rem;
  228.                transform: rotate(-135deg);
  229.            }
  230.  
  231.            &:hover {
  232.                background: var(--button-hover);
  233.  
  234.                .left,
  235.                .right {
  236.                    background: var(--button-hover);
  237.                }
  238.            }
  239.        }
  240.  
  241.        * {
  242.            box-sizing: border-box;
  243.        }
  244.  
  245.        @keyframes blink {
  246.  
  247.            0%,
  248.            100% {
  249.                opacity: 1;
  250.            }
  251.  
  252.            50% {
  253.                opacity: 0;
  254.            }
  255.        }
  256.  
  257.        .blinking {
  258.            animation: blink 3s infinite;
  259.            /* 2 seconds per cycle, loops forever */
  260.            color: white;
  261.            text-decoration: none;
  262.            font-size: 20px;
  263.        }
  264.  
  265.        .blinking:hover {
  266.            animation: none;
  267.            /* Stop the blinking */
  268.            opacity: 1;
  269.            /* Ensure it's fully visible */
  270.        }
  271.  
  272.        .whatsapp-float {
  273.            position: fixed;
  274.            bottom: 20px;
  275.            left: 20px;
  276.            z-index: 1000;
  277.            width: 60px;
  278.            height: 60px;
  279.        }
  280.  
  281.        .whatsapp-float img {
  282.            width: 100%;
  283.            height: 100%;
  284.            border-radius: 50%;
  285.            box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  286.            transition: transform 0.2s ease;
  287.        }
  288.  
  289.        .whatsapp-float img:hover {
  290.            transform: scale(1.1);
  291.        }
  292.          
  293.    </style>
  294.    <script>
  295.        const dailySpecials = {
  296.            "Sunday": `
  297.            <h3>Sunday Special: </h3>
  298. <p>
  299.    💫 <strong>R20 discount</strong> on your 750mb annual hosting package order!
  300. </p>
  301.  
  302. <p>
  303.    💸 Discount applied at checkout
  304. </p>
  305.  
  306. <p>
  307.    <em>Note: Your hosting will renew at the regular rate the following year.</em>
  308. </p>
  309.            <h1><a href="https://webspacebar.co.za/portal/?cmd=module&module=37&cid=10">Order Now</a></h1>
  310.            
  311.    `,
  312.        "Monday": `
  313.            <h3>Monday Special: </h3>
  314. <p>
  315.    💫 <strong>R30 discount</strong> on your 1gig annual hosting package order!
  316. </p>
  317.  
  318. <p>
  319.    💸 Discount applied at checkout
  320. </p>
  321.  
  322. <p>
  323.    <em>Note: Your hosting will renew at the regular rate the following year.</em>
  324. </p>
  325.            <h1><a href="https://webspacebar.co.za/portal/?cmd=module&module=37&cid=11">Order Now</a></h1>
  326.    `,
  327.        "Tuesday": `
  328.            <h3>Tuesday Special: </h3>
  329. <p>
  330.    💫 <strong>R40 discount</strong> on your 2gig annual hosting package order!
  331. </p>
  332.  
  333. <p>
  334.    💸 Discount applied at checkout
  335. </p>
  336.  
  337. <p>
  338.    <em>Note: Your hosting will renew at the regular rate the following year.</em>
  339. </p>
  340.            <h1><a href="https://webspacebar.co.za/portal/?cmd=module&module=37&cid=12">Order Now</a></h1>
  341.    `,
  342.        "Wednesday": `
  343.            <h3>Wednesday Special: </h3>
  344. <p>
  345.    💫 <strong>R50 discount</strong> on your 4gig annual hosting package order!
  346. </p>
  347.  
  348. <p>
  349.    💸 Discount applied at checkout
  350. </p>
  351.  
  352. <p>
  353.    <em>Note: Your hosting will renew at the regular rate the following year.</em>
  354. </p>
  355.            <h1><a href="https://webspacebar.co.za/portal/?cmd=module&module=37&cid=13">Order Now</a></h1>
  356.    `,
  357.        "Thursday": `
  358.            <h3>Thursday Special: </h3>
  359. <p>
  360.    💫 <strong>R60 discount</strong> on your 6gig annual hosting package order!
  361. </p>
  362.  
  363. <p>
  364.    💸 Discount applied at checkout
  365. </p>
  366.  
  367. <p>
  368.    <em>Note: Your hosting will renew at the regular rate the following year.</em>
  369. </p>
  370.            <h1><a href="https://webspacebar.co.za/portal/?cmd=module&module=37&cid=14">Order Now</a></h1>
  371.    `,
  372.        "Friday": `
  373.            <h3>Friday Special: </h3>
  374. <p>
  375.    💫 <strong>R70 discount</strong> on your 8gig annual hosting package order!
  376. </p>
  377.  
  378. <p>
  379.    💸 Discount applied at checkout
  380. </p>
  381.  
  382. <p>
  383.    <em>Note: Your hosting will renew at the regular rate the following year.</em>
  384. </p>
  385.            <h1><a href="https://webspacebar.co.za/portal/?cmd=module&module=37&cid=15">Order Now</a></h1>
  386.    `,
  387.    "Saturday": `
  388.        <h3>Saturday Special: </h3>
  389. <p>
  390.    💫 <strong>R80 discount</strong> on your 10gig annual hosting package order!
  391. </p>
  392.  
  393. <p>
  394.    💸 Discount applied at checkout
  395. </p>
  396.  
  397. <p>
  398.    <em>Note: Your hosting will renew at the regular rate the following year.</em>
  399. </p>
  400.            <h1><a href="https://webspacebar.co.za/portal/?cmd=module&module=37&cid=16">Order Now</a></h1>
  401.    `
  402. };
  403.  
  404.    // Function to calculate the next valid period (8:00 AM)
  405.    function getNextValidPeriod() {
  406.        const nextPeriod = new Date();
  407. if (nextPeriod.getHours() >= 23) {
  408. nextPeriod.setDate(nextPeriod.getDate() + 1);
  409. }
  410. nextPeriod.setHours(5, 0, 0, 0);
  411.        return nextPeriod;
  412.    }
  413.  
  414.    // Function to update the special offer and timer
  415. function updateSpecialOffer() {
  416.    const now = new Date();
  417.    const specialTextElement = document.getElementById("special-text");
  418.    const timerElement = document.getElementById("timer");
  419.    const headerElement = document.getElementById("special-header");
  420.    const messageElement = document.getElementById("special-message");
  421.  
  422.    const dayNames = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"];
  423.    const today = dayNames[now.getDay()];
  424.    const nextValidPeriod = getNextValidPeriod();
  425.  
  426.    // Define special period: 5:00 AM to 11:00 PM
  427.    const startTime = new Date();
  428.    startTime.setHours(5, 0, 0, 0);
  429.    const endTime = new Date();
  430.    endTime.setHours(23, 0, 0, 0);
  431.  
  432.    if (now >= startTime && now <= endTime) {
  433.        // 🟢 Special is active
  434.  
  435.        headerElement.style.display = 'block';
  436.        messageElement.style.display = 'block';
  437.        specialTextElement.style.display = 'block';
  438.        timerElement.style.display = 'block';
  439.  
  440.        specialTextElement.innerHTML = `<small>This is a limited time offer</small><p>${dailySpecials[today]}</p>`;
  441.  
  442.        const timeLeft = Math.max(0, Math.floor((endTime - now) / 1000));
  443.        timerElement.innerHTML = `<hr><center>Time left: ${formatTime(timeLeft)}</center><hr>`;
  444.    } else {
  445.        // 🔴 Outside of special window
  446.  
  447.        headerElement.style.display = 'none';
  448.        messageElement.style.display = 'none';
  449.        specialTextElement.style.display = 'none';
  450.        specialTextElement.innerHTML = '';
  451.  
  452.        timerElement.style.display = 'block';
  453.        const timeLeft = Math.max(0, Math.floor((nextValidPeriod - now) / 1000));
  454.        timerElement.innerHTML = `<h3>Countdown to the next special:<br>${formatTime(timeLeft)}</h3>`;
  455.    }
  456. }
  457.  
  458.    // Format time in HH:MM:SS
  459.    function formatTime(seconds) {
  460.        const hours = Math.floor(seconds / 3600);
  461.        const minutes = Math.floor((seconds % 3600) / 60);
  462.        const secs = seconds % 60;
  463.        return `${hours}h ${minutes}m ${secs}s`;
  464.    }
  465.  
  466.    // Update the special offer every second
  467.    setInterval(updateSpecialOffer, 1000);
  468.    window.onload = updateSpecialOffer;
  469.    </script>
  470. </head>
  471.  
  472. <body>
  473.  
  474.    <div id="page" class="site row">
  475.        <header id="header" class="site-header">
  476.  
  477.            <nav class="navbar navbar-defatult navbar-fixed-top fluid-navbar navbar-style1">
  478.                <div class="container-fluid">
  479.                    <div class="navbar-header">
  480.                        <a href="index.html"
  481.                            class="navbar-brand"><img src="assets/icons/logo_small.png" alt="" class="logo-img"></a>
  482.                        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#main-nav" aria-expanded="false">
  483. <span class="sr-only">Nav Opener</span>
  484. <span class="icon-bar"></span>
  485. <span class="icon-bar"></span>
  486. <span class="icon-bar"></span>
  487. </button>
  488.                    </div>
  489.                    <div class="collapse navbar-collapse" id="main-nav">
  490.                        <ul class="nav navbar-nav navbar-right cart-nav">
  491.                            <li><a
  492.                                    href="https://webspacebar.co.za/portal/cart/"><img src="assets/icons/cart.png" alt="Cart"></a>
  493.                            </li>
  494.                        </ul>
  495.                        <ul class="navbar-nav nav navbar-right">
  496.                            <li class="active"><a href="index.html">Home</a></li>
  497.                            <li><a href="https://webspacebar.co.za/portal/cart/domains/">Domain Registration</a></li>
  498.                            <li><a href="https://webspacebar.co.za/portal/cart/web-hosting/">Web Hosting</a></li>
  499.                            <li><a href="https://webspacebar.co.za/portal/cart/uncapped-disk-space">Uncapped Disk
  500.                                    Space</a></li>
  501.                            <li><a href="https://webspacebar.co.za/portal/cart/web-hosting-resellers/">Reseller
  502.                                    Hosting</a></li>
  503.                            <li><a href="#">VPS</a></li>
  504.                            <li><a href="submit_spam_report.php" target="_blank" rel="noopener noreferrer">📩 Report Spam Email</a></li>
  505.                            <li><a href="https://webspacebar.co.za/portal/tickets/">Contact</a></li>
  506.                            <li><a href="https://webspacebar.co.za/portal/index.php?/clientarea/" class="blinking"
  507.                                    style="color: orange;">Client Area</a></li>
  508.                        </ul>
  509.                    </div>
  510.                </div>
  511.            </nav>
  512.  
  513.        </header>
  514.  
  515.        <main id="contents" class="site-contnts">
  516.  
  517.            <!--Slider-->
  518.            <div class="home-slider">
  519.                <div class="item" data-slide="assets/images/droneswithboxes.jpeg">
  520.                    <div class="container">
  521.                        <div class="row">
  522.                            <div class="col-sm-11 col-md-8 col-lg-7">
  523.                                <h2 class="slide-title"><strong>DOUBLE</strong> the data</h2>
  524.                                <p>We have increased the space you get on all existing packages.</p>
  525.                                <a href="https://webspacebar.co.za/portal/cart/web-hosting/"
  526.                                    class="btn btn-primary">view plans</a>
  527.                            </div>
  528.                        </div>
  529.                    </div>
  530.                </div>
  531.                <div class="item" data-slide="assets/images/reseller_server_room.jpeg">
  532.                    <div class="container">
  533.                        <div class="row">
  534.                            <div class="col-sm-8 col-md-7 col-lg-6">
  535.                                <h2 class="slide-title slide-title2"><strong>Reseller Hosting</strong></h2>
  536.                                <h3>Start your <strong>OWN</strong> web hosting business <strong>TODAY</strong>.</h3>
  537.                                <ul class="nav slide-flist">
  538.                                    <li>No user creation cap</li>
  539.                                    <li>Free Letsencrypt SSL for your customers included</li>
  540.                                    <li>No bandwidth cap</li>
  541.                                    <li>Free Sitepad and Kopage for your customers included</li>
  542.                                    <li>Softaculous included for your customers to install sites like Wordpress, over
  543.                                        330 CMS sites to choose from</li>
  544.                                    <li>We take care of the servers, you take care of your business</li>
  545.                                </ul>
  546.                                <a href="https://webspacebar.co.za/portal/cart/web-hosting-resellers/"
  547.                                    class="btn btn-primary">learn more</a>
  548.                            </div>
  549.                        </div>
  550.                    </div>
  551.                </div>
  552.  
  553.                <div class="item" data-slide="assets/images/uncapped.jpeg">
  554.                    <div class="container">
  555.                        <div class="row">
  556.                            <div class="col-sm-11 col-md-8 col-lg-7">
  557.                                <h2 class="slide-title"><strong>UNCAPPED</strong> disk space packages.</h2>
  558.                                <p>DirectAdmin Uncapped Disk Space Billed R10 per GB over the 1st Gig starting from R40 per month</p>
  559.                                <a href="https://webspacebar.co.za/portal/cart/uncapped-disk-space"
  560.                                    class="btn btn-primary">view plans</a>
  561.                            </div>
  562.                        </div>
  563.                    </div>
  564.                </div>
  565.  
  566.                <div class="item" data-slide="assets/images/direct_admin_new.webp">
  567.                    <div class="container">
  568.                        <div class="row">
  569.                            <div class="col-sm-11 col-md-8 col-lg-7">
  570.                                <h2 class="slide-title">Website, SiteBuilder, SSL, Email, Database
  571.                                    access.<br><strong>ALL IN ONE</strong> panel.</h2>
  572.                                <p>100% OFF on any hosting package fee for the first month with the promo code <a
  573.                                        href="https://clientzone.webspacebar.co.za/domain/pricing" class="blinking"
  574.                                        style="color: #89CFF0;"> <b>hostme</b> </a><br>
  575. Hosting packages from R30 per month<br>
  576. Includes Softaculous - one click install of Wordpress and more.<br>
  577. Includes Sitepad &amp; Kopage Site Builders.<br>
  578.                                    <b>Free</b> SSL installed once DNS propagation has completed<BR>
  579.                                </p>
  580.                                <a href="https://webspacebar.co.za/portal/cart/web-hosting" class="btn btn-primary">view
  581.                                    plans</a>
  582.                            </div>
  583.                        </div>
  584.                    </div>
  585.                </div>
  586.  
  587.            </div>
  588.  
  589.            <!--Find Domain-->
  590.            <form class="row domain-search bg-pblue" method="post"
  591.                action="https://webspacebar.co.za/portal/?cmd=checkdomain" target="_blank">
  592.                <input type="hidden" value="checkdomain" name="action">
  593.                <input type="hidden" value="1" name="singlecheck">
  594.                <input type="hidden" value="1" name="register">
  595.                <input type="hidden" value="61" name="domain_cat">
  596.  
  597.                <div class="container">
  598.                    <div class="row">
  599.                        <div class="col-md-3">
  600.                            <h2 class="form-title">Find Your <strong>Dream Domain</strong></h2>
  601.                            <p>Search for your dream domain now</p><br>
  602.  
  603.                        </div>
  604.                        <div class="col-md-9">
  605.                            <div class="input-group">
  606.                                <input type="search" class="form-control" name="domain" placeholder="Enter your domain name">
  607.                                <span class="input-group-addon">
  608.                        <input type="submit" value="Search" class="btn btn-primary">
  609.                    </span>
  610.                            </div>
  611.                            <p>.com
  612.                                <strong><script src="https://webspacebar.co.za/portal/?cmd=integrator&action=tld&get=price&tld=.com&type=register"></script></strong>
  613.                                .co.za
  614.                                <strong><script src="https://webspacebar.co.za/portal/?cmd=integrator&action=tld&get=price&tld=.co.za&type=register"></script></strong>
  615.                                <a href="https://webspacebar.co.za/portal/checkdomain/domains/" class="blinking"
  616.                                    target="_blank">
  617.                                    <small>Full domain price list here</small>
  618.                                </a>
  619.                            </p>
  620.                        </div>
  621.                    </div>
  622.                </div>
  623.            </form>
  624.  
  625.            <div class="ticker-wrapper">
  626.                <div class="ticker">
  627.                    🚨 Breaking News: 🎉 Updated website posted | Please note all prices on our website are excluding VAT, VAT will be added to the invoice |🛡️ Security Tip: Enable 2FA for better protection |
  628.                    💰 New customers, please remember to use the promo code <b>hostme</b> for 100% discount for the
  629.                    current month on your first MONTHLY hosting order (applies to the first order of a new customer and
  630.                    on one hosting package only)(promo codes do not stack, and the 100% discount is only when monthly
  631.                    billing is selected).
  632.                </div>
  633.            </div>
  634.  
  635.            <!--Hosting Services - Tab-->
  636.            <section>
  637.                <div class="container">
  638.  
  639.                    <div class="settopbox-container">
  640.                        <div class="settopbox-column">
  641.                            <div><small><small>Please note all prices on our website are excluding VAT, VAT will be added to the invoice</small></small><br><br>
  642.                                <p>Your website is the heart of your online presence—trust it to a hosting provider with
  643.                                    over a decade of proven reliability. Since 2011, we've been empowering businesses
  644.                                    like yours with fast, secure, and dependable hosting solutions. Let us handle the
  645.                                    technical details so you can focus on growing your brand. Your success is our
  646.                                    priority.</p>
  647.                            </div>
  648.                        </div>
  649.                        <div class="settopbox-column">
  650.                            <div class="review-wall">
  651.                                <div class="reviews">
  652.                                    <!-- Reviews -->
  653.                                    <div class="review">"I was facing a major downtime right before a product launch,
  654.                                        and my old hosting provider just couldn't fix the issue fast enough. A friend
  655.                                        recommended Webspacebar, and within hours, they had me up and running. I haven't
  656.                                        looked back since—reliable and quick support made all the difference!"</div>
  657.                                    <div class="review">"When my previous hosting provider couldn’t handle the traffic
  658.                                        spike during a special promotion, my site went offline for hours. After
  659.                                        switching to webspacebar, I never had to worry about outages again. Their
  660.                                        scalable solutions ensured my website stayed strong during high-traffic events!"
  661.                                    </div>
  662.                                    <div class="review">"My old host had terrible support. When I had a critical issue
  663.                                        with my email system, I reached out multiple times, but nothing happened. I
  664.                                        moved my website and email services over to webspacebar, and their customer
  665.                                        service was incredible from day one. Responsive, friendly, and
  666.                                        solutions-focused."</div>
  667.                                    <div class="review">"My old hosting company was so slow to respond to technical
  668.                                        issues that I missed out on a major business opportunity. I switched to
  669.                                        webspacebar and I immediately felt the difference. They are responsive, help me
  670.                                        optimize my settings, and now I never worry about issues affecting my business
  671.                                        again."</div>
  672.                                </div>
  673.                                <div class="upvote-container"></div>
  674.  
  675.                            </div>
  676.                        </div>
  677.                    </div>
  678.                    <!-- TrustBox widget - Micro Review Count -->
  679.                    <div class="trustpilot-widget" data-locale="en-US" data-template-id="5419b6a8b0d04a076446a9ad"
  680.                        data-businessunit-id="63b40774702e5c58dd840875" data-style-height="24px" data-style-width="100%"
  681.                        data-theme="light" data-min-review-count="10" data-style-alignment="center"
  682.                        style="position: relative;"><iframe title="Customer reviews powered by Trustpilot"
  683.                            loading="auto"
  684.                            src="https://widget.trustpilot.com/trustboxes/5419b6a8b0d04a076446a9ad/index.html?templateId=5419b6a8b0d04a076446a9ad&amp;businessunitId=63b40774702e5c58dd840875#locale=en-US&amp;styleHeight=24px&amp;styleWidth=100%25&amp;theme=light&amp;minReviewCount=10&amp;styleAlignment=center"
  685.                            style="position: relative; height: 24px; width: 100%; border-style: none; display: block; overflow: hidden;"></iframe>
  686.                    </div>
  687.                    <!-- End TrustBox widget -->
  688.                    <br>
  689.                    <hr>
  690.                    <div class="row section-title text-center">
  691.                        <section id="hosting-services" class="section">
  692.                            <div class="container">
  693.                                <div class="row section-title text-center">
  694.                                    <h2>Hosting Services</h2>
  695.                                    <p>At Webspacebar, we offer a range of fast, reliable, and secure hosting solutions
  696.                                        to suit South African businesses and individuals alike. Explore our plans below
  697.                                        and find the perfect fit for your website.</p>
  698.                                </div>
  699.                                <ul class="nav nav-tabs nav-justified hstab" role="tablist">
  700.                                    <li role="presentation" class="active"><a href="#hst-1" aria-controls="hst-1"
  701.                                            role="tab" data-toggle="tab">Web Hosting</a></li>
  702.                                    <li role="presentation"><a href="#hst-2" aria-controls="hst-2" role="tab"
  703.                                            data-toggle="tab">Uncapped Disk Space Hosting</a></li>
  704.                                    <li role="presentation"><a href="#hst-3" aria-controls="hst-3" role="tab"
  705.                                            data-toggle="tab">Reseller Hosting</a></li>
  706.                                    <li role="presentation"><a href="#hst-4" aria-controls="hst-4" role="tab"
  707.                                            data-toggle="tab">VPS Hosting</a></li>
  708.                                </ul>
  709.                                <!-- Tab panes -->
  710.                                <div class="tab-content hst-contents">
  711.  
  712.                                    <!-- Web Hosting Tab -->
  713.                                    <div role="tabpanel" class="tab-pane active" id="hst-1">
  714.                                        <div class="row">
  715.                                            <div class="col-md-7">
  716.                                                <h3 class="au-title">
  717.                                                    Powerful <strong>Web Hosting</strong> from Webspacebar<br>
  718.                                                    <strong>Fast.</strong> Reliable. <strong>Easy to Manage.</strong>
  719.                                                </h3>
  720.                                                <p>
  721.                                                    Our South African web hosting is ideal for startups, small
  722.                                                    businesses, and personal websites. We focus on
  723.                                                    delivering stable performance and quick load times by utilising
  724.                                                    local data centers. Enjoy 99.9% uptime,
  725.                                                    free SSL certificates, and a user-friendly control panel that makes
  726.                                                    managing your site a breeze.
  727.                                                </p>
  728.                                                <div class="media service-quote">
  729.                                                    <div class="media-body">
  730.                                                        <p><em>“Thanks to Webspacebar’s excellent support, our website now loads lightning-fast and never goes down!”</em>
  731.                                                        </p>
  732.                                                        <h4>Sipho Dlamini</h4>
  733.                                                        <h5>Cape Digital</h5>
  734.                                                    </div>
  735.                                                </div>
  736.                                            </div>
  737.                                            <div class="col-md-5 col-plan">
  738.                                                <div class="hst-plan row">
  739.                                                    <ul class="plan-list nav">
  740.                                                        <li></i><strong>High-Speed</strong> Servers</li>
  741.                                                        <li><strong>1-Click</strong> App Installer (WordPress, Joomla,
  742.                                                            etc.)</li>
  743.                                                        <li>Intuitive Control Panel</li>
  744.                                                        <li>FREE Letsencryot <strong>SSL Cert</strong></li>
  745.                                                        <li><strong>Free Sitebuilders </strong> Kopage and SitePad</li>
  746.                                                        <li><strong>from 750mb</strong> Storage</li>
  747.                                                        <li>24/7/365 <strong>Support</strong></li>
  748.                                                    </ul>
  749.                                                    <div class="media hst-plan-price">
  750.                                                        <div class="media-body">
  751.                                                            Price starting from
  752.                                                            <span class="price"><sup>R</sup>30<sub>/month</sub></span>
  753.                                                        </div>
  754.                                                        <div class="media-right">
  755.                                                            <a href="https://webspacebar.co.za/portal/cart/web-hosting/"
  756.                                                                class="btn btn-default" target="_blank">choose plan</a>
  757.                                                        </div>
  758.                                                    </div>
  759.                                                </div>
  760.                                            </div>
  761.                                        </div><br><small>Please note all prices on our website are excluding VAT, VAT will be added to the invoice</small>
  762.                                    </div>
  763.  
  764.                                    <!-- Uncapped Disk Space Hosting Tab -->
  765.                                    <div role="tabpanel" class="tab-pane" id="hst-2">
  766.                                        <div class="row">
  767.                                            <div class="col-md-7">
  768.                                                <h3>Uncapped Disk Space <strong>Hosting</strong> with Webspacebar<br>
  769.                                                    <strong>Fast.</strong> Reliable. <strong>Flexible.</strong>
  770.                                                </h3>
  771.                                                <p>
  772.                                                    Tired of running out of storage? Our Uncapped Disk Space Hosting is
  773.                                                    perfect for content-heavy sites
  774.                                                    and online businesses. Take advantage of local servers, free SSL
  775.                                                    certificates, easy one-click installs,
  776.                                                    and reliable customer support to keep your projects running
  777.                                                    smoothly.
  778.                                                </p>
  779.                                                <div class="media service-quote">
  780.                                                    <div class="media-body">
  781.                                                        <p><em>“Our media-heavy website runs flawlessly thanks to the unlimited storage and great uptime.”</em>
  782.                                                        </p>
  783.                                                        <h4>Melissa Naidoo</h4>
  784.                                                        <h5>JHB Media</h5>
  785.                                                    </div>
  786.                                                </div>
  787.                                            </div>
  788.                                            <div class="col-md-5 col-plan">
  789.                                                <div class="hst-plan row">
  790.                                                    <ul class="plan-list nav">
  791.                                                        <li><strong>Uncapped</strong> Disk Space</li>
  792.                                                        <li><strong>1-Click</strong> App Installer</li>
  793.                                                        <li>All-in-One Control Panel</li>
  794.                                                        <li>R40 <strong>per month includes the first gig space, there after R10 billed per gig.</strong>
  795.                                                        </li>
  796.                                                        <li><strong>Unmetered</strong> Bandwidth</li>
  797.                                                        <li><strong>Free SSL</strong> Included</li>
  798.                                                        <li>Free <strong>Site Builders </strong>included</li>
  799.                                                    </ul>
  800.                                                    <div class="media hst-plan-price">
  801.                                                        <div class="media-body">
  802.                                                            Price starting from
  803.                                                            <span class="price"><sup>R</sup>50<sub>/month</sub></span>
  804.                                                        </div>
  805.                                                        <div class="media-right">
  806.                                                            <a href="https://webspacebar.co.za/portal/cart/uncapped-disk-space"
  807.                                                                class="btn btn-default" target="_blank">choose plan</a>
  808.                                                        </div>
  809.                                                    </div>
  810.                                                </div>
  811.                                            </div>
  812.                                        </div><br><small>Please note all prices on our website are excluding VAT, VAT will be added to the invoice</small>
  813.                                    </div>
  814.  
  815.                                    <!-- Reseller Hosting Tab -->
  816.                                    <div role="tabpanel" class="tab-pane" id="hst-3">
  817.                                        <div class="row">
  818.                                            <div class="col-md-7">
  819.                                                <h3>Reseller <strong>Hosting</strong> by Webspacebar<br>
  820.                                                    <strong>Fast.</strong> Scalable. <strong>Profitable.</strong>
  821.                                                </h3>
  822.                                                <p>
  823.                                                    Want to start your own hosting business or manage multiple client
  824.                                                    sites under one account?
  825.                                                    Our Reseller Hosting plans give you the tools you need, including
  826.                                                    easy billing, DirectAdmin access,
  827.                                                    and flexible resources. Grow your hosting business with complete
  828.                                                    peace of mind.
  829.                                                </p>
  830.                                                <div class="media service-quote">
  831.                                                    <div class="media-body">
  832.                                                        <p><em>“Webspacebar’s reseller platform makes it super easy to manage my clients’ sites.”</em>
  833.                                                        </p>
  834.                                                        <h4>Tebogo Ndlovu</h4>
  835.                                                        <h5>Mzansi Web Solutions</h5>
  836.                                                    </div>
  837.                                                </div>
  838.                                            </div>
  839.                                            <div class="col-md-5 col-plan">
  840.                                                <div class="hst-plan row">
  841.                                                    <ul class="plan-list nav">
  842.                                                        <li></i>Competitive <strong>Reseller Pricing</strong></li>
  843.                                                        <li></i><strong>DirectAdmin</strong> Access</li>
  844.                                                        <li></i>Manage Multiple <strong>Client Accounts</strong></li>
  845.                                                        <li><strong>Uncapped</strong> Monthly Bandwidth</li>
  846.                                                        <li><strong>Starting from 20 GB SSD</strong> Storage</li>
  847.                                                        <li>Overselling <strong>allowed</strong></li>
  848.                                                    </ul>
  849.                                                    <div class="media hst-plan-price">
  850.                                                        <div class="media-body">
  851.                                                            Price starting from
  852.                                                            <span class="price"><sup>R</sup>100<sub>/month</sub></span>
  853.                                                        </div>
  854.                                                        <div class="media-right">
  855.                                                            <a href="https://webspacebar.co.za/portal/cart/web-hosting-resellers/"
  856.                                                                class="btn btn-default" target="_blank">choose plan</a>
  857.                                                        </div>
  858.                                                    </div>
  859.                                                </div>
  860.                                            </div>
  861.                                        </div><br><small>Please note all prices on our website are excluding VAT, VAT will be added to the invoice</small>
  862.                                    </div>
  863.  
  864.                                    <!-- VPS Hosting Tab -->
  865.                                    <div role="tabpanel" class="tab-pane" id="hst-4">
  866.                                        <div class="row">
  867.                                            <div class="col-md-7">
  868.                                                <h3>Virtual Private Server <strong>Hosting</strong> with Webspacebar<br>
  869.                                                    <strong>Fast.</strong> Secure. <strong>Customizable.</strong>
  870.                                                </h3>
  871.                                                <p>
  872.                                                    <strong>Currently out of stock</strong> – Please check back soon!
  873.                                                    Our VPS solutions provide dedicated
  874.                                                    resources, root access, and scalable performance for more demanding
  875.                                                    projects. Host high-traffic sites,
  876.                                                    run custom applications, and enjoy greater flexibility with VPS
  877.                                                    hosting powered by Webspacebar.
  878.                                                </p>
  879.                                            </div>
  880.                                            <div class="col-md-5 col-plan">
  881.                                                <div class="hst-plan row">
  882.                                                    <ul class="plan-list nav">
  883.                                                        <li><strong>High-Performance</strong> VPS</li>
  884.                                                        <li><strong>Full Root Access</strong></li>
  885.                                                        <li>Easy <strong>OS Reinstalls</strong></li>
  886.                                                        <li>24/7/365 <strong>Expert Support</strong></li>
  887.                                                    </ul>
  888.                                                    <div class="media hst-plan-price">
  889.                                                        <div class="media-body">
  890.                                                            <!--  Price starting from-->
  891.                                                            <span class="price"><sup>Coming Soon</sup></span>
  892.                                                        </div>
  893.                                                        <!--                            
  894. <div class="media-right">
  895.                                    <a href="#" class="btn btn-default" target="_blank">choose plan</a>
  896.                                </div>
  897. -->
  898.                                                    </div>
  899.                                                </div>
  900.                                            </div>
  901.                                        </div><br><small>Please note all prices on our website are excluding VAT, VAT will be added to the invoice</small>
  902.                                    </div>
  903.                                </div>
  904.                            </div>
  905.                    </div>
  906.            </section>
  907.  
  908.            <!--Call to Action-->
  909.            <section class="row c2a-plan">
  910.                <div class="container">
  911.                    <div class="row">
  912.                        <div class="col-md-5 col-sm-6">
  913.                            <h2 class="h1 c2ap-title"><strong>Webspacebar</strong> Gives you <strong>Ease</strong> &amp;
  914.                                <strong>Flexibility</strong></h2>
  915.                            <ul class="nav c2ap-list">
  916.                                <li><i class="fa fa-bolt"></i><strong>Fast &amp; Simple</strong> WordPress Hosting</li>
  917.                                <li><i class="fa fa-mouse-pointer"></i><strong>1-Click Staging</strong> Environment</li>
  918.                                <li><i class="fa fa-gear"></i>All-in-One <strong>Control</strong> Panel</li>
  919.                            </ul>
  920.                            <a href="#" class="btn btn-primary">View Plan</a>
  921.                        </div>
  922.                    </div>
  923.                </div>
  924.            </section>
  925.        </main>
  926.  
  927.        <section class="row specials_slider frontpagespecials-space">
  928.            <div class="nebula-layer"></div>
  929.            <canvas class="space-bg"></canvas>
  930.  
  931.            <div class="container">
  932.                <div class="row section-title text-center">
  933.                    <div id="special-header" class="fps-space-title">🪐 Daily Special Transmission Incoming 🪐</div>
  934.                    <p id="special-message" class="fps-space-message">Enjoy an exclusive daily offer as a special thanks
  935.                        for browsing our website.</p>
  936.                    <div id="special-text" class="fps-space-content pulsing-offer"></div>
  937.                    <div id="timer" class="fps-space-timer"></div>
  938.                </div><center><span style="color: white; font-size: smaller;">Please note all prices on our website are excluding <strong style="color: yellow;">VAT</strong>, <strong style="color: yellow;">VAT</strong> will be added to the invoice</span></center>
  939.            </div>
  940.        </section>
  941.  
  942.  
  943.        <!--Footer-->
  944.        <footer id="footer" class="site-footer">
  945.            <section class="row site-footer-top">
  946.                <div class="container">
  947.                    <div class="row">
  948.                        <div class="media">
  949.                            <div class="col-sm-9 media-left">
  950.                                <a href="index.html" class="media-object"><img src="assets/icons/logo_small.png" alt="Webspacebar Logo">&copy;
  951.                                    <span id="year"></span> - All Rights Reserved by Webspacebar. Webspacebar is a
  952.                                    registered trademark.</a>
  953.                            </div>
  954.                            <div class="col-sm-3 media-body">
  955.                                <a href="terms.html" class="media-object">Terms and Conditions</span></a>
  956.                            </div>
  957.                        </div>
  958.                    </div>
  959.                </div>
  960.            </section>
  961.        </footer>
  962.  
  963.    </div>
  964.    <a href="https://wa.me/270825883241?text=Hello%20Webspacebar" class="whatsapp-float" target="_blank">
  965.        <img src="https://img.icons8.com/color/100/whatsapp--v1.png" alt="WhatsApp Chat" />
  966.    </a>
  967.    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
  968.    <script src="vendors/jquery-2.2.0.min.js"></script>
  969.    <script src="bootstrap/js/bootstrap.min.js"></script>
  970.    <script src="vendors/owl/owl.carousel.min.js"></script>
  971.    <script src="vendors/mcustomscrollbar/jquery.mCustomScrollbar.concat.min.js"></script>
  972.    <script src="vendors/isotope.pkgd.min.js"></script>
  973.    <script src="vendors/imagesloaded.pkgd.min.js"></script>
  974.    <!--Theme JS-->
  975.    <script src="assets/js/discount.js"></script>
  976.    <script src="assets/js/upscript.js"></script>
  977.    <script src="assets/js/hostpro.js"></script>
  978.  
  979.    <!-- TrustBox script -->
  980.    <script type="text/javascript" src="https://widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js" defer>
  981.    </script>
  982.    <!-- End TrustBox script -->
  983.    <!--Start of Tawk.to Script-->
  984.    <script type="text/javascript">
  985.        var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
  986. (function(){
  987. var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
  988. s1.async=true;
  989. s1.src='https://embed.tawk.to/566bc4e2373990810a73f057/1enr8fh3o';
  990. s1.charset='UTF-8';
  991. s1.setAttribute('crossorigin','*');
  992. s0.parentNode.insertBefore(s1,s0);
  993. })();
  994.    </script>
  995.    <!--End of Tawk.to Script-->
  996.    <script>
  997.        document.getElementById("year").textContent = new Date().getFullYear();
  998.    </script>
  999.    <script>
  1000.        const canvas = document.querySelector('.space-bg');
  1001. const ctx = canvas.getContext('2d');
  1002.  
  1003. let stars = [];
  1004. const starCount = 100;
  1005.  
  1006. function resizeCanvas() {
  1007.    const rect = canvas.parentElement.getBoundingClientRect();
  1008.    canvas.width = rect.width;
  1009.    canvas.height = rect.height;
  1010.  
  1011.    stars = Array.from({ length: starCount }, () => ({
  1012.        x: Math.random() * canvas.width,
  1013.        y: Math.random() * canvas.height,
  1014.        radius: Math.random() * 1.5 + 0.5,
  1015.        speed: Math.random() * 0.3 + 0.05
  1016.    }));
  1017. }
  1018.  
  1019. function drawStars() {
  1020.    ctx.clearRect(0, 0, canvas.width, canvas.height);
  1021.  
  1022.    ctx.fillStyle = '#ffffff';
  1023.    for (let star of stars) {
  1024.        ctx.beginPath();
  1025.        ctx.arc(star.x, star.y, star.radius, 0, Math.PI * 2);
  1026.        ctx.fill();
  1027.    }
  1028.  
  1029.    for (let star of stars) {
  1030.        star.y += star.speed;
  1031.        if (star.y > canvas.height) {
  1032.            star.y = 0;
  1033.            star.x = Math.random() * canvas.width;
  1034.        }
  1035.    }
  1036.  
  1037.    requestAnimationFrame(drawStars);
  1038. }
  1039.  
  1040. window.addEventListener('load', () => {
  1041.    resizeCanvas();
  1042.    drawStars();
  1043. });
  1044.  
  1045. window.addEventListener('resize', resizeCanvas);
  1046.    </script>
  1047. </body>
  1048.  
  1049. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda