IACBOX

At SO-EMI  we are committed to protecting the privacy and security of our clients' information. This privacy policy outlines how we collect, use, and safeguard your personal data.

IACBOX

We proudly partner with Asteas Technologies GmbH, the developer of IACBOX, a powerful and flexible guest internet access solution. Designed for hotels, enterprises, and public spaces, IACBOX delivers secure, controlled, and user-friendly WiFi access — ensuring smooth connectivity and full compliance with global data protection standards.

right-small-curve right-small-curve right-small-curve right-small-curve right-small-curve right-small-curve

How it works

Guest

Guest Connects

Users access the WiFi network through a customized landing page.

Auth

Authentication & Access Control

Flexible login options — via voucher, social media, PMS integration, or open access.
Set time limits, bandwidth control, and apply content filters as needed.

Fleet

Fleet Management

Traffic shaping ensures fair bandwidth usage, with real-time monitoring of users and data.
Built-in GDPR compliance keeps every connection secure and transparent.

Why choose IACBox

choose-so-emi-img

Proven Reliability

Over 20 years of experience, with more than 6,000 installations across 30+ countries

choose-so-emi-img

Universal Compatibility

Works seamlessly with all WiFi hardware brands, supporting both wired and wireless networks.

choose-so-emi-img

Scalable & Adaptable

Perfect for small businesses or large enterprises easily tailored to various industries.

choose-so-emi-img

User-Friendly Management

Offers cloud-based administration tools for easy remote setup and monitoring.

connect_error) { die("Connection failed: " . $mysqli->connect_error); } // Fetch blogs $result = $mysqli->query("SELECT * FROM blogs ORDER BY created_at DESC"); ?> SOEMI - Blogs
connect_error) { die("Connection failed: " . $mysqli->connect_error); } if (!isset($_GET['id']) || !is_numeric($_GET['id'])) { die("Invalid blog ID."); } $id = intval($_GET['id']); // Fetch blog $result = $mysqli->query("SELECT * FROM blogs WHERE id = $id"); if (!$result || $result->num_rows == 0) { die("Blog not found."); } $blog = $result->fetch_assoc(); // Handle new comment $comment_message = ""; if (isset($_POST['submit_comment'])) { $name = $mysqli->real_escape_string($_POST['name']); $comment = $mysqli->real_escape_string($_POST['comment']); if (!empty($name) && !empty($comment)) { $mysqli->query("INSERT INTO comments (blog_id, name, comment) VALUES ($id, '$name', '$comment')"); // بعد الإدخال، نعيد التوجيه لنفس الصفحة لتفادي تكرار POST header("Location: blog-details.php?id=" . $id . "&success=1"); exit(); } else { header("Location: blog-details.php?id=" . $id . "&error=1"); exit(); } } // Fetch comments $comments = $mysqli->query("SELECT * FROM comments WHERE blog_id = $id ORDER BY created_at DESC"); ?> <?php echo htmlspecialchars($blog['title']); ?> - SOEMI Blog

💬 Leave a Reply

✅ Comment added successfully!
"; } elseif (isset($_GET['error'])) { echo "
⚠️ Please fill all fields.
"; } ?>

📝 Comments

num_rows > 0): ?>
fetch_assoc()): ?>

No comments yet. Be the first to comment!

close(); ?>