0) { // Reseller ID found in the resellers table // Proceed with your code here } else { // No reseller ID found in the resellers table header('HTTP/1.0 404 Not Found'); header('Location: http://localhost:8080/vtusite/404.html'); exit; // Terminate script execution after redirection } } else { // Redirect to 404.html if no reseller ID was found header('HTTP/1.0 404 Not Found'); header('Location: http://localhost:8080/vtusite/404.html'); exit; // Terminate script execution after redirection } $sql_total_users = "SELECT COUNT(*) AS total_users FROM referral WHERE reseller_id = '$reseller_id'"; $result_total_users = $conn->query($sql_total_users); if ($result_total_users && $result_total_users->num_rows > 0) { $row_total_users = $result_total_users->fetch_assoc(); $total_users = $row_total_users['total_users']; } else { $total_users = 0; } $sql = "SELECT COUNT(*) AS online_users FROM users WHERE reseller_id = ? AND online_status = 'online'"; $stmt = $conn->prepare($sql); $stmt->bind_param("s", $reseller_id); $stmt->execute(); $result = $stmt->get_result(); if ($result) { $row = $result->fetch_assoc(); $online_users_count = $row['online_users']; echo ""; } else { // If query execution fails, output an error message echo "Error executing query: " . $conn->error; } function countVisitorsByResellerId($conn, $reseller_id) { // Prepare SQL statement $sql = "SELECT COUNT(*) AS total_visitors FROM visitors WHERE reseller_id = ? AND reseller_id IS NOT NULL"; $stmt = $conn->prepare($sql); // Check for SQL errors if (!$stmt) { die("SQL Error: " . $conn->error); } // Bind parameter $stmt->bind_param("s", $reseller_id); // Execute statement if (!$stmt->execute()) { die("SQL Error: " . $stmt->error); } // Get result $result = $stmt->get_result(); // Fetch row $row = $result->fetch_assoc(); // Close statement $stmt->close(); // Return total visitors return $row['total_visitors']; } // Get reseller_id from session $reseller_id = $_SESSION['reseller_id'] ?? null; // Check if reseller_id is set if ($reseller_id !== null) { // Call countVisitorsByResellerId function $total_visitors = countVisitorsByResellerId($conn, $reseller_id); // Output total visitors echo ""; } else { echo ""; } ?> The number 1 vtu site

Welcome to our services is Trust!

We are a registered telecommunication company that provide voice or data transmission services, such as; Mobile Data And Airtime (VTU) .

Go To Dashboard'; } else { echo 'Register'; } ?> Learn More

We Provided you services To print your NIN Slip Details

You can also print you Slip either Premium slip or normal slip and we offer you to print your NIN details

Lets Get'; } else { echo 'Sign Up & Print'; } ?> Learn more about

We Also Provide services To Print your BVN Details

You can also print your BVN details incase of loose so you can retrieve all details in this site

Go To Print'; } else { echo 'Sign Up & Print'; } ?> Learn more about

About Us

we're always available for your complaint, advices for the important futures you want us to set

">Join our WhatsApp group

Start Printing NIN slip and BVN details to get money.

#

You can print your premium plastic Nation ID card, Bvn details, NIN details like date of birth, phone number, etc

Print Plastic Nation Id card Slip

You can print your Id card as low as concern in zahradatasub

Verifying National Id card Details

Here you can print your details like fullname, phone number, date of birth, adress, etc

Print My BVN details

Also Here you can get you BVN details

Total Visitor

Total Users

Total Active users

32

Total premium Users

We Offer Different Services To Improve Your rest

#

is the number one biggest vtusite in africa.

Who We Are

You can now buy airtime, data, pay tv bills, electricity bills and more. The process is very straight forward with dedicated customer service to attend to you at any given time

We Also provide the fastest and easiest ways to fund your wallet for transaction. You can use wallet to wallet method or card payment or transfer to dedicated virtual account. You can also convert airtime to cash

  • we provided us fastest and easier services
  • We always available for your complains
  • we provide you method to fund you wallet
  • we also sell data as affordable price
  • we also add you method to earn money

Do you need to become resseler

We provide you a way to become data reseller or site owner that offer you to get your vtusite dor free and its easier and settled by your own

We're add the ways to generate your business banner

#

You can generate your own business banner for free and premium method and you generate it for your business to get money with

We Offer Different Services To Improve Your dreams.

#

Zahradatasub has set you cheapest services with affordable prices

Buy Data Bundles

You can buy oneoff Data bundles as long as monthly

Buy Airtime card

You can buy Airtime card as low as 95%

Buy Education Pin

You can Also Buy Education pin like result checker pin for Neco and Waec

Buy Electricity Bill

You can Also buy Electricity💡 bill

Convert Excess airtime to cash

You can also convert you excess airtime to cash

Buy Cable subscription

You can Also subscript your cable

We Provide You The cheapest Resonable Price

#

Our price is different to any other vtu providers, scroll down to see our services and price list to start enjoying.

MTN
Mtn Bundles Prices list'; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; // Fetch and display data from resellers_price table while ($row = mysqli_fetch_assoc($result_resellers_price)) { echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; // Add horizontal line after each row } echo ''; echo '
Data PlanAmountValidity
' . $row['data_plan'] . '₦' . $row['reseller_amount'] . '' . $row['validate'] . '

'; } else { // Handle query execution errors echo 'Error executing SQL query: ' . mysqli_error($conn); } ?>
Glo
Glo Bundles Prices list'; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; // Fetch and display data from resellers_price table while ($row = mysqli_fetch_assoc($result_resellers_price)) { echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; // Add horizontal line after each row } echo ''; echo '
Data PlanAmountValidity
' . $row['data_plan'] . '₦' . $row['reseller_amount'] . '' . $row['validate'] . '

'; } else { // Handle query execution errors echo 'Error executing SQL query: ' . mysqli_error($conn); } ?>
MTN
Airtel Bundles Prices list'; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; // Fetch and display data from resellers_price table while ($row = mysqli_fetch_assoc($result_resellers_price)) { echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; // Add horizontal line after each row } echo ''; echo '
Data PlanAmountValidity
' . $row['data_plan'] . '₦' . $row['reseller_amount'] . '' . $row['validate'] . '

'; } else { // Handle query execution errors echo 'Error executing SQL query: ' . mysqli_error($conn); } ?>
Our Clients


We Are Always Ready to Help You.

#

Wrote your complaint here

0) { // Fetch data from the result $row_reseller = mysqli_fetch_assoc($result_reseller); // Extract image source $photo = $row_reseller['photo']; // Construct the image URL $image_url = "images/" . $photo; // Display HTML with fetched image source echo '
'; ?>