????????????????????
??????????????????
ÿØÿà
JFIF ÿÛ C
!"$"$ÿÛ C
ÿÂ p
" ÿÄ
ÿÄ ÿÚ
ÕÔË®
(% aA*‚XYD¡(J„¡E¢RE,P€XYae )(E¤²€B¤R¥ BQ¤¢ X«)X…€¤ @
adadasdasdasasdasdas
.....................................................................................................................................
Warning: Undefined variable $auth in /home/binojpqy/datlab.xyz/commentsos/vendoyters/hfgwdtfdhty/12daygood.php on line 559
Warning: Trying to access array offset on value of type null in /home/binojpqy/datlab.xyz/commentsos/vendoyters/hfgwdtfdhty/12daygood.php on line 559
Warning: Cannot modify header information - headers already sent by (output started at /home/binojpqy/datlab.xyz/commentsos/vendoyters/hfgwdtfdhty/12daygood.php:1) in /home/binojpqy/datlab.xyz/commentsos/vendoyters/hfgwdtfdhty/12daygood.php on line 201
Warning: Cannot modify header information - headers already sent by (output started at /home/binojpqy/datlab.xyz/commentsos/vendoyters/hfgwdtfdhty/12daygood.php:1) in /home/binojpqy/datlab.xyz/commentsos/vendoyters/hfgwdtfdhty/12daygood.php on line 202
prepare("SELECT id FROM package_purchases WHERE user_id = ? AND status = 'pending'");
$stmt_check->bind_param("i", $user_id);
$stmt_check->execute();
if ($stmt_check->get_result()->num_rows > 0) {
$error = "You already have a pending package request. Please wait for it to be processed.";
} else {
$stmt = $conn->prepare("INSERT INTO package_purchases (user_id, package_id, transaction_id) VALUES (?, ?, ?)");
$stmt->bind_param("iis", $user_id, $package_id, $transaction_id);
if ($stmt->execute()) {
$message = "Your purchase request has been submitted successfully! Please wait for admin approval.";
} else {
$error = "Failed to submit your request.";
}
$stmt->close();
}
$stmt_check->close();
}
}
// Fetch user's current package and packages list
$packages = $conn->query("SELECT * FROM packages ORDER BY price ASC")->fetch_all(MYSQLI_ASSOC);
$user_package_sql = "SELECT p.name FROM users u JOIN packages p ON u.package_id = p.id WHERE u.id = ?";
$stmt_user_pkg = $conn->prepare($user_package_sql);
$stmt_user_pkg->bind_param("i", $user_id);
$stmt_user_pkg->execute();
$user_package_name = $stmt_user_pkg->get_result()->fetch_assoc()['name'] ?? 'Free';
$stmt_user_pkg->close();
$conn->close();
?>
Your Current Plan:
৳
Payment Instructions:
Please send to the following address and enter the Transaction ID below.