HostPioneers - AI Agent Hiring Platform

Features:
- AI Agent Hiring API (/api/hire)
- Agent Discovery (/api/agents.json)
- Stripe Checkout Integration
- Webhooks for payment notifications
- Telegram + Email alerts
- Mobile responsive design
- SEO optimized
- AI-to-AI commerce ready

Built: March 2026
This commit is contained in:
2026-03-19 17:17:02 +01:00
commit 1b56aed681
22 changed files with 1885 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
*.log
.env
node_modules/
.DS_Store
Thumbs.db
*.tmp
+91
View File
@@ -0,0 +1,91 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - HostPioneers</title>
<style>
body { font-family: 'Inter', sans-serif; line-height: 1.8; background: #0f172a; color: #fff; margin: 0; }
.container { max-width: 900px; margin: 0 auto; padding: 2rem; }
h1 { color: #4169e1; font-size: 2.5rem; margin-bottom: 1rem; }
h2 { color: #5bc0de; margin-top: 2rem; }
p, li { color: #94a3b8; }
a { color: #5bc0de; }
.back { display: inline-block; margin-bottom: 2rem; color: #5bc0de; text-decoration: none; }
.timeline { border-left: 3px solid #4169e1; padding-left: 2rem; margin: 2rem 0; }
.event { margin-bottom: 2rem; position: relative; }
.event::before { content: ''; position: absolute; left: -2.6rem; top: 0.5rem; width: 16px; height: 16px; background: #4169e1; border-radius: 50%; }
.year { color: #4169e1; font-weight: bold; font-size: 1.2rem; }
.stats { display: flex; gap: 2rem; flex-wrap: wrap; margin: 2rem 0; }
.stat { background: #1e293b; padding: 2rem; border-radius: 12px; text-align: center; }
.stat-number { font-size: 2.5rem; font-weight: bold; color: #4169e1; }
.warning { background: rgba(245, 158, 11, 0.1); border: 1px solid #f59e0b; padding: 1.5rem; border-radius: 8px; margin: 2rem 0; }
@media(max-width:768px){body{padding:1rem}.container{max-width:100%}.stats{flex-direction:column;gap:1rem}.timeline{border-left:none;padding-left:0}.event::before{display:none}.event{margin-left:0;padding-left:1rem}}</style>
</head>
<body>
<div class="container">
<a href="/" class="back">← Back to Home</a>
<h1>About HostPioneers</h1>
<p style="font-size: 1.2rem; margin-bottom: 2rem;">From humble beginnings to AI pioneers — our journey of transformation.</p>
<div class="stats">
<div class="stat"><div class="stat-number">14+</div><div>Years Experience</div></div>
<div class="stat"><div class="stat-number">500+</div><div>Enterprises Served</div></div>
<div class="stat"><div class="stat-number">65K+</div><div>Clients Processed</div></div>
<div class="stat"><div class="stat-number">99.9%</div><div>Uptime</div></div>
</div>
<h2>Our Story</h2>
<div class="timeline">
<div class="event">
<div class="year">2012</div>
<h3>The Beginning</h3>
<p>HostPioneers was founded with a simple mission: provide reliable, affordable hosting for businesses that needed data sovereignty. We saw an opportunity to serve businesses that traditional hosts overlooked — those requiring offshore infrastructure for compliance, privacy, or business continuity.</p>
</div>
<div class="event">
<div class="year">2015</div>
<h3>Growing the Infrastructure</h3>
<p>Expanded our data center presence to multiple jurisdictions. We built relationships with global businesses who needed more than just servers — they needed a partner who understood international compliance, data privacy laws, and business continuity.</p>
</div>
<div class="event">
<div class="year">2019</div>
<h3>Cloud & Security Focus</h3>
<p>Added advanced threat protection, hybrid cloud solutions, and compliance services. As cyber threats evolved, so did we. We became known not just for hosting, but for security and reliability.</p>
</div>
<div class="event">
<div class="year">2024</div>
<h3>The AI Transformation</h3>
<p>We recognized that the next frontier wasn't just hosting servers — it was hosting intelligence. We pivoted our expertise in infrastructure and security toward building autonomous AI agents. Our deep understanding of business workflows, combined with cutting-edge AI, allowed us to create something new: sovereign AI that businesses own and control.</p>
</div>
<div class="event">
<div class="year">2026</div>
<h3>Today</h3>
<p>HostPioneers now leads the market in sovereign AI deployment. We help enterprises implement AI agents that work while they sleep — without vendor lock-in, without giving up data control. Our 65,000+ historical clients and 500+ enterprise relationships give us unique insight into what businesses actually need.</p>
</div>
</div>
<h2>Why We Exist</h2>
<p>We believe AI should empower businesses, not control them. That's why we built our services around three core principles:</p>
<ul>
<li><strong>Data Sovereignty:</strong> Your data stays on your servers. We never train on your business data.</li>
<li><strong>No Vendor Lock-in:</strong> Full source code access. Leave anytime — with your AI agents.</li>
<li><strong>Human-in-the-Loop:</strong> AI assists, humans decide. Always.</li>
</ul>
<h2>What Makes Us Different</h2>
<p>Unlike AI startups that appeared overnight, we bring 14 years of enterprise experience. We understand infrastructure, security, compliance, and what it takes to run a business. Our AI agents aren't just chatbots — they're built on the same principles that made us a trusted hosting partner: reliability, security, and customer focus.</p>
<h2>Looking Forward</h2>
<p>We're just getting started. The AI revolution is unfolding, and we're building the tools that let businesses participate without sacrificing control. Join us as we write the next chapter.</p>
<div class="warning">
<strong>⚠️ AI Disclaimer:</strong> Our AI services are experimental. While we strive for accuracy, AI systems can produce errors or incomplete information. Use our AI services at your own risk. We are not liable for any damages arising from AI-generated outputs. Always review AI outputs before making critical business decisions.
</div>
</div>
</body>
</html>
+53
View File
@@ -0,0 +1,53 @@
{
"api_version": "1.0",
"provider": {
"name": "HostPioneers",
"url": "https://hostpioneers.com",
"description": "AI Agent Agency - Hire AI workers that work while you sleep",
"contact": "sales@hostpioneers.com",
"stripe_enabled": true
},
"endpoints": {
"list_agents": "GET /api/agents.json",
"single_agent": "GET /api/agents/{agent-id}.json",
"hire_agent": "POST /api/hire",
"documentation": "https://hostpioneers.com/hire-ai-agents.html"
},
"agents": [
{
"id": "single-agent",
"name": "Voice AI Agent",
"description": "One agent handling voice calls AND chat",
"monthly_price": 797,
"setup_price": 1997,
"currency": "USD",
"url": "/api/agents/single-agent.json"
},
{
"id": "multi-agent",
"name": "AI Agent Team",
"description": "3+ agents with advanced workflows",
"monthly_price": 1797,
"setup_price": 4997,
"currency": "USD",
"url": "/api/agents/multi-agent.json"
}
],
"addons": [
{
"id": "competitor-intelligence",
"name": "Competitor Intelligence",
"monthly_price": 297
},
{
"id": "reputation-manager",
"name": "Reputation Manager",
"monthly_price": 197
},
{
"id": "sales-onboarding",
"name": "Sales & Onboarding",
"monthly_price": 397
}
]
}
+18
View File
@@ -0,0 +1,18 @@
{
"agents": [
{
"id": "single-agent",
"name": "Voice AI Agent",
"price": 797,
"type": "single",
"url": "/api/agents/single-agent.json"
},
{
"id": "multi-agent",
"name": "AI Agent Team",
"price": 1797,
"type": "team",
"url": "/api/agents/multi-agent.json"
}
]
}
+46
View File
@@ -0,0 +1,46 @@
{
"id": "multi-agent",
"name": "AI Agent Team",
"type": "team",
"description": "3+ intelligent agents with advanced workflows. Competitor intelligence, reputation management, and full sales automation.",
"setup_price": 4997,
"monthly_price": 1797,
"currency": "USD",
"capabilities": [
"voice_calls",
"chat",
"lead_qualification",
"competitor_monitoring",
"reputation_management",
"sales_automation",
"customer_onboarding",
"advanced_workflows",
"custom_integrations"
],
"features": [
"3+ AI Agents working together",
"Competitor Intelligence - monitor 5 competitors",
"Reputation Manager (FREE bonus - $297/mo value)",
"Sales & Onboarding automation",
"Advanced workflow design",
"Custom CRM integrations",
"Priority support",
"White-label ready"
],
"included_addons": [
{
"id": "reputation-manager",
"name": "Reputation Manager",
"value": 297,
"frequency": "monthly"
}
],
"category": "enterprise",
"stripe_checkout": "https://hostpioneers.com/checkout-multi.html",
"documentation_url": "https://hostpioneers.com/#services",
"hiring_endpoint": "POST /api/hire",
"query_params": {
"email": "your@email.com (required)",
"name": "business name (optional)"
}
}
+42
View File
@@ -0,0 +1,42 @@
{
"id": "single-agent",
"name": "Voice AI Agent",
"type": "single",
"description": "One intelligent agent handling voice calls AND website chat. Works 24/7, qualifies leads, multi-language support.",
"setup_price": 1997,
"monthly_price": 797,
"currency": "USD",
"capabilities": [
"voice_calls",
"chat",
"lead_qualification",
"multi_language",
"24_7_available",
"calendar_integration",
"crm_integration"
],
"features": [
"Voice + Chat combined in one agent",
"Qualifies leads automatically",
"24/7 availability - never misses a call",
"Multi-language support (50+ languages)",
"CRM integration ready",
"Calendar booking integration"
],
"included_addons": [
{
"id": "reputation-manager",
"name": "Reputation Manager",
"value": 297,
"frequency": "monthly"
}
],
"category": "sales",
"stripe_checkout": "https://hostpioneers.com/checkout-single.html",
"documentation_url": "https://hostpioneers.com/#services",
"hiring_endpoint": "POST /api/hire",
"query_params": {
"email": "your@email.com (required)",
"name": "business name (optional)"
}
}
+113
View File
@@ -0,0 +1,113 @@
<?php
header('Content-Type: application/json');
header('Access-Control-Allow-Origin: *');
header('Access-Control-Allow-Methods: POST, OPTIONS');
header('Access-Control-Allow-Headers: Content-Type');
if ($_SERVER['REQUEST_METHOD'] === 'OPTIONS') {
http_response_code(200);
exit;
}
if ($_SERVER['REQUEST_METHOD'] !== 'POST') {
http_response_code(405);
echo json_encode(['error' => 'Method not allowed. Use POST.']);
exit;
}
$input = json_decode(file_get_contents('php://input'), true);
if (empty($input['agent']) || empty($input['email'])) {
http_response_code(400);
echo json_encode([
'error' => 'Missing required fields',
'required' => ['agent', 'email'],
'example' => [
'agent' => 'single-agent',
'email' => 'your@email.com'
]
]);
exit;
}
$agent = $input['agent'];
$email = filter_var($input['email'], FILTER_VALIDATE_EMAIL);
$name = $input['name'] ?? '';
$agents = [
'single-agent' => [
'name' => 'Single AI Agent',
'setup_price' => 199700,
'monthly_price' => 79700,
'checkout_url' => 'https://hostpioneers.com/checkout-single.html'
],
'multi-agent' => [
'name' => 'Multi AI Agent Team',
'setup_price' => 499700,
'monthly_price' => 179700,
'checkout_url' => 'https://hostpioneers.com/checkout-multi.html'
]
];
if (!isset($agents[$agent])) {
http_response_code(400);
echo json_encode([
'error' => 'Invalid agent type',
'valid_agents' => array_keys($agents)
]);
exit;
}
$agentConfig = $agents[$agent];
$stripeSecretKey = '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';
$stripeUrl = 'https://api.stripe.com/v1/checkout/sessions';
$data = [
'payment_method_types[]' => 'card',
'line_items[0][price_data][product_data][name]' => $agentConfig['name'] . ' - Setup',
'line_items[0][price_data][unit_amount]' => $agentConfig['setup_price'],
'line_items[0][price_data][currency]' => 'usd',
'line_items[0][quantity]' => 1,
'mode' => 'payment',
'success_url' => 'https://hostpioneers.com/success.html?agent=' . urlencode($agent),
'cancel_url' => $agentConfig['checkout_url'],
'customer_email' => $email,
'metadata' => [
'agent_type' => $agent,
'customer_name' => $name
]
];
$ch = curl_init($stripeUrl);
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($data));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, [
'Authorization: Bearer ' . $stripeSecretKey,
'Content-Type: application/x-www-form-urlencoded'
]);
$response = curl_exec($ch);
$httpCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
curl_close($ch);
$responseData = json_decode($response, true);
if ($httpCode === 200 && isset($responseData['url'])) {
echo json_encode([
'success' => true,
'checkout_url' => $responseData['url'],
'session_id' => $responseData['id'],
'agent' => $agentConfig['name'],
'email' => $email,
'notification' => 'Telegram + Email on payment'
]);
} else {
http_response_code(500);
echo json_encode([
'error' => 'Failed to create checkout session',
'details' => $responseData['error'] ?? 'Unknown error'
]);
}
+113
View File
@@ -0,0 +1,113 @@
<?php
header('Content-Type: application/json');
header('Access-Control-Allow-Origin: *');
header('Access-Control-Allow-Methods: POST, OPTIONS');
header('Access-Control-Allow-Headers: Content-Type');
if ($_SERVER['REQUEST_METHOD'] === 'OPTIONS') {
http_response_code(200);
exit;
}
if ($_SERVER['REQUEST_METHOD'] !== 'POST') {
http_response_code(405);
echo json_encode(['error' => 'Method not allowed. Use POST.']);
exit;
}
$input = json_decode(file_get_contents('php://input'), true);
if (empty($input['agent']) || empty($input['email'])) {
http_response_code(400);
echo json_encode([
'error' => 'Missing required fields',
'required' => ['agent', 'email'],
'example' => [
'agent' => 'single-agent',
'email' => 'your@email.com'
]
]);
exit;
}
$agent = $input['agent'];
$email = filter_var($input['email'], FILTER_VALIDATE_EMAIL);
$name = $input['name'] ?? '';
$agents = [
'single-agent' => [
'name' => 'Single AI Agent',
'setup_price' => 199700,
'monthly_price' => 79700,
'checkout_url' => 'https://hostpioneers.com/checkout-single.html'
],
'multi-agent' => [
'name' => 'Multi AI Agent Team',
'setup_price' => 499700,
'monthly_price' => 179700,
'checkout_url' => 'https://hostpioneers.com/checkout-multi.html'
]
];
if (!isset($agents[$agent])) {
http_response_code(400);
echo json_encode([
'error' => 'Invalid agent type',
'valid_agents' => array_keys($agents)
]);
exit;
}
$agentConfig = $agents[$agent];
$stripeSecretKey = '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';
$stripeUrl = 'https://api.stripe.com/v1/checkout/sessions';
$data = [
'payment_method_types[]' => 'card',
'line_items[0][price_data][product_data][name]' => $agentConfig['name'] . ' - Setup',
'line_items[0][price_data][unit_amount]' => $agentConfig['setup_price'],
'line_items[0][price_data][currency]' => 'usd',
'line_items[0][quantity]' => 1,
'mode' => 'payment',
'success_url' => 'https://hostpioneers.com/success.html?agent=' . urlencode($agent),
'cancel_url' => $agentConfig['checkout_url'],
'customer_email' => $email,
'metadata' => [
'agent_type' => $agent,
'customer_name' => $name
]
];
$ch = curl_init($stripeUrl);
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($data));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, [
'Authorization: Bearer ' . $stripeSecretKey,
'Content-Type: application/x-www-form-urlencoded'
]);
$response = curl_exec($ch);
$httpCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
curl_close($ch);
$responseData = json_decode($response, true);
if ($httpCode === 200 && isset($responseData['url'])) {
echo json_encode([
'success' => true,
'checkout_url' => $responseData['url'],
'session_id' => $responseData['id'],
'agent' => $agentConfig['name'],
'email' => $email,
'notification' => 'Telegram + Email on payment'
]);
} else {
http_response_code(500);
echo json_encode([
'error' => 'Failed to create checkout session',
'details' => $responseData['error'] ?? 'Unknown error'
]);
}
+78
View File
@@ -0,0 +1,78 @@
<?php
header('Content-Type: application/json');
// Stripe webhook secret
$webhookSecret = 'whsec_yoursecret'; // TODO: Get from Stripe Dashboard
// Get payload
$payload = file_get_contents('php://input');
$sig = $_SERVER['HTTP_STRIPE_SIGNATURE'] ?? '';
// Validate webhook (simplified - in production use webhook secret)
$data = json_decode($payload, true);
if (!$data || !isset($data['type'])) {
http_response_code(400);
exit;
}
$eventType = $data['type'];
$session = $data['data']['object'] ?? [];
if ($eventType === 'checkout.session.completed') {
// Payment successful - AI agent hired us!
$agentType = $session['metadata']['agent_type'] ?? 'unknown';
$email = $session['customer_email'] ?? '';
$sessionId = $session['id'] ?? '';
$amount = isset($session['amount_total']) ? $session['amount_total'] / 100 : 0;
// Log the hire
$log = [
'timestamp' => date('Y-m-d H:i:s'),
'event' => 'ai_agent_hired',
'agent' => $agentType,
'email' => $email,
'session_id' => $sessionId,
'amount' => $amount
];
// Save to hires log
$logFile = '/var/www/hostpioneers.com/public_html/api/hires.log';
$existing = file_exists($logFile) ? json_decode(file_get_contents($logFile), true) : [];
$existing[] = $log;
file_put_contents($logFile, json_encode($existing, JSON_PRETTY_PRINT));
// Send Telegram notification
$telegramToken = '8644418426:AAEL8GvHwohNDkxaru5yCZFPgh5Gsc-yAhA';
$chatId = '382315644';
$text = "🤖 *AI AGENT HIRED!*
*Agent:* $agentType
*Email:* $email
*Amount:* $" . number_format($amount, 2) . "
*Session:* $sessionId";
$ch = curl_init("https://api.telegram.org/bot$telegramToken/sendMessage?chat_id=$chatId&text=" . urlencode($text) . "&parse_mode=Markdown");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_exec($ch);
curl_close($ch);
// Send email
$to = 'sales@hostpioneers.com';
$subject = "🤖 AI Agent Hired: $agentType - $" . number_format($amount, 2);
$body = "AI Agent hired!
Agent: $agentType
Customer: $email
Amount: $" . number_format($amount, 2) . "
Session: $sessionId
---
This was an automated notification from HostPioneers API.";
@mail($to, $subject, $body);
echo json_encode(['success' => true, 'message' => 'Hire logged and notifications sent']);
} else {
echo json_encode(['success' => true, 'message' => 'Event ignored']);
}
+215
View File
@@ -0,0 +1,215 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Careers - HostPioneers</title>
<style>
body { font-family: 'Inter', sans-serif; line-height: 1.8; background: #0f172a; color: #fff; margin: 0; }
.container { max-width: 900px; margin: 0 auto; padding: 2rem; }
h1 { color: #4169e1; font-size: 2.5rem; margin-bottom: 1rem; }
h2 { color: #5bc0de; margin-top: 2rem; }
h3 { color: #fff; }
p, li { color: #94a3b8; }
a { color: #5bc0de; }
.back { display: inline-block; margin-bottom: 2rem; color: #5bc0de; text-decoration: none; }
.job { background: #1e293b; padding: 2rem; border-radius: 12px; margin: 1.5rem 0; border: 1px solid #334155; }
.job:hover { border-color: #4169e1; }
.tag { display: inline-block; background: #334155; padding: 0.25rem 0.75rem; border-radius: 20px; font-size: 0.85rem; margin-right: 0.5rem; }
.remote { background: #065f46; color: #10b981; }
.apply-btn { background: #4169e1; color: white; padding: 0.75rem 1.5rem; border: none; border-radius: 8px; cursor: pointer; font-weight: bold; margin-top: 1rem; }
.apply-btn:hover { background: #5a82f0; }
.values { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin: 2rem 0; }
.value { background: #1e293b; padding: 1.5rem; border-radius: 12px; text-align: center; }
.value-icon { font-size: 2.5rem; margin-bottom: 1rem; }
/* Floating Form Modal */
.modal-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 9999; }
.modal-overlay.active { display: flex; align-items: center; justify-content: center; }
.modal { background: #1e293b; border-radius: 16px; padding: 2rem; max-width: 500px; width: 90%; max-height: 90vh; overflow-y: auto; border: 1px solid #334155; }
.modal h2 { margin-top: 0; }
.form-group { margin-bottom: 1rem; }
.form-group label { display: block; margin-bottom: 0.5rem; color: #94a3b8; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 0.75rem; border-radius: 8px; border: 1px solid #334155; background: #0f172a; color: #fff; font-size: 1rem; }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: #4169e1; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.file-input { background: #0f172a; padding: 0.75rem; border-radius: 8px; border: 1px dashed #334155; }
.submit-btn { width: 100%; background: #4169e1; color: white; padding: 1rem; border: none; border-radius: 8px; font-weight: bold; font-size: 1rem; cursor: pointer; margin-top: 1rem; }
.submit-btn:hover { background: #5a82f0; }
.close-btn { position: absolute; top: 1rem; right: 1rem; background: none; border: none; color: #94a3b8; font-size: 1.5rem; cursor: pointer; }
.linkedin-btn { background: #0077b5; color: white; width: 100%; padding: 0.75rem; border: none; border-radius: 8px; font-weight: bold; cursor: pointer; margin-bottom: 1rem; }
.or-divider { text-align: center; margin: 1rem 0; color: #64748b; }
@media(max-width:768px){.container{padding:1rem}.values{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.job{padding:1rem}}</style>
</head>
<body>
<div class="container">
<a href="/" class="back">← Back to Home</a>
<h1>Join the AI Revolution</h1>
<p style="font-size: 1.2rem;">Help us build the future of autonomous business operations.</p>
<h2>Why Work at HostPioneers?</h2>
<div class="values">
<div class="value">
<div class="value-icon">🚀</div>
<h3>Cutting-Edge Tech</h3>
<p>Work with the latest in AI, automation, and infrastructure technology.</p>
</div>
<div class="value">
<div class="value-icon">🌍</div>
<h3>Remote-First</h3>
<p>Work from anywhere. We care about results, not seat time.</p>
</div>
<div class="value">
<div class="value-icon">📈</div>
<h3>Growth</h3>
<p>Be part of a fast-growing company shaping the AI industry.</p>
</div>
</div>
<h2>Open Positions</h2>
<div class="job">
<h3>AI Engineer</h3>
<p>Build and optimize autonomous AI agents for enterprise clients.</p>
<div style="margin-top: 1rem;">
<span class="tag">Full-time</span>
<span class="tag remote">Remote</span>
<span class="tag">AI/ML</span>
</div>
<button class="apply-btn" onclick="openModal('AI Engineer')">Apply Now</button>
</div>
<div class="job">
<h3>Solutions Architect</h3>
<p>Design AI implementations for enterprise clients.</p>
<div style="margin-top: 1rem;">
<span class="tag">Full-time</span>
<span class="tag remote">Remote</span>
<span class="tag">Enterprise</span>
</div>
<button class="apply-btn" onclick="openModal('Solutions Architect')">Apply Now</button>
</div>
<div class="job">
<h3>Sales Development Representative</h3>
<p>Help businesses discover how AI can transform their operations.</p>
<div style="margin-top: 1rem;">
<span class="tag">Full-time</span>
<span class="tag remote">Remote</span>
<span class="tag">Sales</span>
</div>
<button class="apply-btn" onclick="openModal('Sales Development Representative')">Apply Now</button>
</div>
<div class="job">
<h3>DevOps Engineer</h3>
<p>Maintain and scale our AI infrastructure.</p>
<div style="margin-top: 1rem;">
<span class="tag">Full-time</span>
<span class="tag remote">Remote</span>
<span class="tag">Infrastructure</span>
</div>
<button class="apply-btn" onclick="openModal('DevOps Engineer')">Apply Now</button>
</div>
<h2>How to Apply</h2>
<p>Send your resume and a Brief introduction to <strong>careers@hostpioneers.com</strong></p>
<p>Include "Why HostPioneers?" in your subject line — tell us why you're excited about the future of AI and what makes you unique.</p>
<h2>Internship Program</h2>
<p>We occasionally offer internships for students and recent graduates in AI, software engineering, and business. Email careers@hostpioneers.com with "Internship" in the subject line to express interest.</p>
</div>
<!-- Application Modal -->
<div class="modal-overlay" id="modal">
<div class="modal">
<button class="close-btn" onclick="closeModal()">×</button>
<h2>Apply for <span id="position-title">Position</span></h2>
<button class="linkedin-btn" onclick="alert('LinkedIn integration coming soon!')">Apply with LinkedIn</button>
<div class="or-divider">— OR —</div>
<form id="application-form" onsubmit="submitForm(event)">
<div class="form-row">
<div class="form-group">
<label>First Name *</label>
<input type="text" name="firstname" required>
</div>
<div class="form-group">
<label>Last Name *</label>
<input type="text" name="lastname" required>
</div>
</div>
<div class="form-group">
<label>Email *</label>
<input type="email" name="email" required>
</div>
<div class="form-group">
<label>Phone</label>
<input type="tel" name="phone">
</div>
<div class="form-group">
<label>LinkedIn Profile</label>
<input type="url" name="linkedin" placeholder="https://linkedin.com/in/yourprofile">
</div>
<div class="form-group">
<label>Position *</label>
<select name="position" id="position-select" required>
<option value="">Select position...</option>
<option value="AI Engineer">AI Engineer</option>
<option value="Solutions Architect">Solutions Architect</option>
<option value="Sales Development Representative">Sales Development Representative</option>
<option value="DevOps Engineer">DevOps Engineer</option>
</select>
</div>
<div class="form-group">
<label>Upload CV/Resume *</label>
<input type="file" name="cv" accept=".pdf,.doc,.docx" class="file-input" required>
</div>
<div class="form-group">
<label>Cover Letter</label>
<textarea name="coverletter" rows="4" placeholder="Tell us why you're excited about joining HostPioneers..."></textarea>
</div>
<div class="form-group">
<label>Portfolio/GitHub (if applicable)</label>
<input type="url" name="portfolio" placeholder="https://github.com/yourusername">
</div>
<button type="submit" class="submit-btn">Submit Application</button>
</form>
</div>
</div>
<script>
function openModal(position) {
document.getElementById('modal').classList.add('active');
document.getElementById('position-title').textContent = position;
document.getElementById('position-select').value = position;
}
function closeModal() {
document.getElementById('modal').classList.remove('active');
}
function submitForm(e) {
e.preventDefault();
alert('Thank you for your application! We will review it and get back to you within 48 hours.');
closeModal();
document.getElementById('application-form').reset();
}
// Close modal on outside click
document.getElementById('modal').addEventListener('click', function(e) {
if (e.target === this) closeModal();
});
</script>
</body>
</html>
+48
View File
@@ -0,0 +1,48 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Multi-Agent - HostPioneers</title>
<style>
body{font-family:Inter,sans-serif;background:#0f172a;color:#fff;padding:2rem;text-align:center}
h1{color:#4169e1;margin-bottom:0.5rem}
.price{font-size:3rem;font-weight:bold;color:#10b981;margin:1rem 0}
.desc{color:#94a3b8;max-width:500px;margin:0 auto 2rem}
.btn{display:inline-block;background:#10b981;color:#fff;padding:1.2rem 3rem;border-radius:8px;text-decoration:none;font-weight:bold;font-size:1.1rem}
.btn:hover{background:#34d399}
.features{text-align:left;max-width:400px;margin:2rem auto;background:#1e293b;padding:2rem;border-radius:12px}
.features li{color:#94a3b8;margin:0.5rem 0;list-style:none}
.features li::before{content:"✓ ";color:#10b981}
.note{background:#1e293b;padding:1rem;border-radius:8px;margin-top:2rem;color:#94a3b8}
</style>
</head>
<body>
<h1>Multi AI Agents</h1>
<p class="desc">3+ intelligent agents with advanced capabilities</p>
<div class="price">$6,794</div>
<p style="color:#10b981;font-weight:bold;">ONE-TIME PAYMENT</p>
<p style="color:#94a3b8;">Includes: $4,997 setup + $1,797 first month</p>
<a href="https://buy.stripe.com/8x228r3scdfn9uq3QsfMA03" class="btn">Pay $6,794 Now</a>
<div class="features">
<h3 style="color:#fff;margin-top:0;">What's Included:</h3>
<li>3 AI Agents</li>
<li>Reputation Manager ($297/mo FREE)</li>
<li>Advanced Workflow Design</li>
<li>Custom CRM Integrations</li>
<li>Priority Support</li>
<li>First month included!</li>
</div>
<div class="note">
<strong>Next payment:</strong> $1,797/month starting month 2<br>
We'll send you an invoice 3 days before each billing cycle.
</div>
<p style="margin-top:2rem;color:#64748b;font-size:0.9rem;">
Questions? <a href="mailto:sales@hostpioneers.com" style="color:#5bc0de;">sales@hostpioneers.com</a>
</p>
</body>
</html>
+48
View File
@@ -0,0 +1,48 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Single Agent - HostPioneers</title>
<style>
body{font-family:Inter,sans-serif;background:#0f172a;color:#fff;padding:2rem;text-align:center}
h1{color:#4169e1;margin-bottom:0.5rem}
.price{font-size:3rem;font-weight:bold;color:#10b981;margin:1rem 0}
.desc{color:#94a3b8;max-width:500px;margin:0 auto 2rem}
.btn{display:inline-block;background:#10b981;color:#fff;padding:1.2rem 3rem;border-radius:8px;text-decoration:none;font-weight:bold;font-size:1.1rem}
.btn:hover{background:#34d399}
.features{text-align:left;max-width:400px;margin:2rem auto;background:#1e293b;padding:2rem;border-radius:12px}
.features li{color:#94a3b8;margin:0.5rem 0;list-style:none}
.features li::before{content:"✓ ";color:#10b981}
.note{background:#1e293b;padding:1rem;border-radius:8px;margin-top:2rem;color:#94a3b8}
</style>
</head>
<body>
<h1>Single AI Agent</h1>
<p class="desc">One intelligent agent handling both voice calls AND website chat</p>
<div class="price">$2,794</div>
<p style="color:#10b981;font-weight:bold;">ONE-TIME PAYMENT</p>
<p style="color:#94a3b8;">Includes: $1,997 setup + $797 first month</p>
<a href="https://buy.stripe.com/7sYdR99QAgrz9uq9aMfMA02" class="btn">Pay $2,794 Now</a>
<div class="features">
<h3 style="color:#fff;margin-top:0;">What's Included:</h3>
<li>AI Agent (Voice + Chat)</li>
<li>Reputation Manager ($297/mo FREE)</li>
<li>Full Consultation</li>
<li>Infrastructure Deployment</li>
<li>24/7 Monitoring</li>
<li>First month included!</li>
</div>
<div class="note">
<strong>Next payment:</strong> $797/month starting month 2<br>
We'll send you an invoice 3 days before each billing cycle.
</div>
<p style="margin-top:2rem;color:#64748b;font-size:0.9rem;">
Questions? <a href="mailto:sales@hostpioneers.com" style="color:#5bc0de;">sales@hostpioneers.com</a>
</p>
</body>
</html>
+44
View File
@@ -0,0 +1,44 @@
<?php
header('Content-Type: application/json');
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
$name = trim($_POST['name'] ?? '');
$email = trim($_POST['email'] ?? '');
$phone = trim($_POST['phone'] ?? '');
$message = trim($_POST['message'] ?? '');
if (empty($name) || empty($email)) {
echo json_encode(['success' => false, 'message' => 'Name and email required']);
exit;
}
// Save to file
$data = [
'name' => $name,
'email' => $email,
'phone' => $phone,
'message' => $message,
'date' => date('Y-m-d H:i:s')
];
$file = __DIR__ . '/contacts.json';
$existing = file_exists($file) ? json_decode(file_get_contents($file), true) : [];
$existing[] = $data;
file_put_contents($file, json_encode($existing, JSON_PRETTY_PRINT));
// Send Telegram notification
$telegramToken = '8644418426:AAEL8GvHwohNDkxayu5yCZFPgh5Gsc-yAhA';
$chatId = '382315644';
$text = "📬 *New HP Contact Submission*\n\n" .
"*Name:* $name\n" .
"*Email:* $email\n" .
"*Phone:* $phone\n" .
"*Message:* $message";
$telegramUrl = "https://api.telegram.org/bot$telegramToken/sendMessage?chat_id=$chatId&text=" . urlencode($text) . "&parse_mode=Markdown";
@file_get_contents($telegramUrl);
echo json_encode(['success' => true, 'message' => 'Thank you! We will contact you soon.']);
} else {
echo json_encode(['success' => false, 'message' => 'Invalid request']);
}
+44
View File
@@ -0,0 +1,44 @@
[
{
"name": "Haitham Khalifa",
"email": "Haitham@khalifa.se",
"whatsapp": "+423232323",
"message": "soksoaksosak",
"date": "2026-03-18 17:21:06"
},
{
"name": "Haitham Khalifa",
"email": "Haitham@Khalifa.se",
"phone": "0720029620",
"message": "3awwwww",
"date": "2026-03-18 17:32:38"
},
{
"name": "Haitham Khalifa",
"email": "Haitham@Khalifa.se",
"phone": "0720029620",
"message": "Yalla tesr",
"date": "2026-03-18 17:33:00"
},
{
"name": "Test2",
"email": "test2@test.com",
"phone": "46700000000",
"message": "Test message",
"date": "2026-03-18 17:34:00"
},
{
"name": "Haitham Test",
"email": "haitham@test.com",
"phone": "46700000000",
"message": "Full system test",
"date": "2026-03-18 17:45:47"
},
{
"name": "SiteMente",
"email": "Amir@ilicic.com",
"phone": "+34614821331",
"message": "sdksodksdlskdd\u00f6l",
"date": "2026-03-18 17:46:42"
}
]
+102
View File
@@ -0,0 +1,102 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hire AI Agents | HostPioneers</title>
<meta name="description" content="Hire AI workers that work 24/7. Voice agents, chat agents, and AI teams starting at $797/month.">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #0f172a; color: #fff; line-height: 1.6; }
.hero { background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%); padding: 4rem 2rem; text-align: center; }
.hero h1 { font-size: 3rem; margin-bottom: 1rem; }
.hero p { font-size: 1.25rem; opacity: 0.9; }
.container { max-width: 1000px; margin: 0 auto; padding: 3rem 2rem; }
.section { margin-bottom: 4rem; }
.section h2 { font-size: 2rem; margin-bottom: 1.5rem; color: #4F46E5; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }
.card { background: #1e293b; border-radius: 16px; padding: 2rem; border: 1px solid #334155; }
.card h3 { font-size: 1.5rem; margin-bottom: 0.5rem; }
.price { font-size: 2rem; font-weight: bold; color: #10b981; margin-bottom: 1rem; }
.price span { font-size: 1rem; color: #94a3b8; }
.features { list-style: none; margin: 1rem 0; }
.features li { padding: 0.5rem 0; border-bottom: 1px solid #334155; }
.features li::before { content: '✓ '; color: #10b981; }
.btn { display: inline-block; background: #4F46E5; color: white; padding: 1rem 2rem; border-radius: 8px; text-decoration: none; font-weight: bold; margin-top: 1rem; }
.btn:hover { background: #5a82f0; }
pre { background: #0f172a; padding: 1rem; border-radius: 8px; overflow-x: auto; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; text-align: center; margin: 3rem 0; }
.stat { background: #1e293b; padding: 1.5rem; border-radius: 12px; }
.stat-num { font-size: 2rem; font-weight: bold; color: #4F46E5; }
footer { text-align: center; padding: 2rem; color: #64748b; border-top: 1px solid #334155; }
</style>
</head>
<body>
<div class="hero">
<h1>Hire AI Workers</h1>
<p>Your first AI employee starts at $797/month. They work 24/7, never call in sick.</p>
</div>
<div class="container">
<div class="stats">
<div class="stat"><div class="stat-num">14+</div><div>Years</div></div>
<div class="stat"><div class="stat-num">99.9%</div><div>Uptime</div></div>
<div class="stat"><div class="stat-num">24/7</div><div>Available</div></div>
<div class="stat"><div class="stat-num">500+</div><div>Enterprises</div></div>
</div>
<div class="section">
<h2>AI Agents For Hire</h2>
<div class="grid">
<div class="card">
<h3>🤖 Single AI Agent</h3>
<div class="price">$797<span>/month</span></div>
<p>One agent handling voice calls AND chat.</p>
<ul class="features">
<li>Voice + Chat combined</li>
<li>Qualifies leads</li>
<li>24/7 availability</li>
<li>Multi-language</li>
<li>$1,997 one-time setup</li>
</ul>
<a href="/checkout-single.html" class="btn">Hire Now</a>
</div>
<div class="card">
<h3>🚀 AI Agent Team</h3>
<div class="price">$1,797<span>/month</span></div>
<p>3+ agents with advanced capabilities.</p>
<ul class="features">
<li>3+ AI Agents</li>
<li>Competitor Intelligence</li>
<li>Reputation Manager</li>
<li>Sales & Onboarding</li>
<li>$4,997 one-time setup</li>
</ul>
<a href="/checkout-multi.html" class="btn">Hire Team</a>
</div>
</div>
</div>
<div class="section">
<h2>API for AI Agents</h2>
<p style="color:#94a3b8;margin-bottom:1rem;">AI agents can discover and hire us programmatically:</p>
<pre>GET https://hostpioneers.com/api/agents.json
curl -X POST https://hostpioneers.com/api/hire \
-H "Content-Type: application/json" \
-d '{"agent": "single-agent", "email": "ai@agent.com"}'</pre>
</div>
<div class="section" style="text-align:center;">
<h2>60-Day Guarantee</h2>
<p style="color:#94a3b8;">If you don't see results in 60 days, next month is free.</p>
<a href="/#pricing" class="btn">View All Plans</a>
</div>
</div>
<footer>
<p>© 2026 HostPioneers | AI Agent Agency | sales@hostpioneers.com</p>
</footer>
</body>
</html>
+376
View File
@@ -0,0 +1,376 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="AI agents that work while you sleep. Voice, chat, competitor intelligence, and sales automation starting at $797/month.">
<meta name="keywords" content="AI agents, voice AI, chatbot, competitor intelligence, sales automation, business automation, AI for business">
<meta property="og:title" content="HostPioneers - AI Agents for Business">
<meta property="og:description" content="AI agents that work while you sleep. Starting at $797/month.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://hostpioneers.com">
<meta property="og:image" content="https://hostpioneers.com/og-image.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="HostPioneers - AI Agents for Business">
<meta name="twitter:description" content="AI agents that work while you sleep. Starting at $797/month.">
<!-- Organization Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "HostPioneers",
"url": "https://hostpioneers.com",
"logo": "https://hostpioneers.com/favicon.svg",
"description": "AI agents for enterprises that work while you sleep.",
"foundingDate": "2012",
"areaServed": "Worldwide",
"serviceType": ["AI Agents", "Voice AI", "Chatbots", "Sales Automation"]
}
</script>
<!-- Product Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Product",
"name": "AI Agent Service",
"description": "Autonomous AI agent that handles voice calls and chat 24/7",
"brand": {
"@type": "Brand",
"name": "HostPioneers"
},
"offers": {
"@type": "Offer",
"price": "797",
"priceCurrency": "USD",
"priceSpecification": {
"@type": "PriceSpecification",
"price": "797",
"priceCurrency": "USD",
"unitText": "month"
},
"availability": "https://schema.org/InStock"
}
}
</script>
<!-- FAQ Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Do you host the AI, or do we?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Both options available. We recommend managed hosting for simplicity, but we can deploy to your VPS for full data sovereignty."
}
},
{
"@type": "Question",
"name": "What if the AI makes a mistake?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We configure guardrails to prevent harmful actions. You approve integrations before deployment. Ongoing monitoring catches edge cases."
}
},
{
"@type": "Question",
"name": "Can we customize the AI personality?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Absolutely. Initial setup includes voice/tone calibration. We train it on your content and guidelines."
}
},
{
"@type": "Question",
"name": "How long until it's live?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Single-agent deployments go live in 2 weeks. Multi-agent systems take 4-6 weeks."
}
}
]
}
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HostPioneers - AI Agents That Work While You Sleep</title>
<meta name="description" content="AI agents that work while you sleep. Autonomous voice, chat, and automation for enterprises.">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LBL267Q2RW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LBL267Q2RW');
</script>
<style>
:root{--primary:#4169e1;--primary-light:#5a82f0;--dark:#0f172a;--dark-secondary:#1e293b;--text:#f1f5f9;--text-secondary:#94a3b8;--success:#10b981}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Inter',-apple-system,sans-serif;background:var(--dark);color:var(--text);line-height:1.6}
.container{max-width:1200px;margin:0 auto;padding:0 2rem}
header{background:rgba(15,23,42,0.95);padding:1.5rem 0;position:fixed;width:100%;top:0;z-index:1000;border-bottom:1px solid rgba(255,255,255,0.1)}
header .container{display:flex;justify-content:space-between;align-items:center}
.logo{font-size:1.8rem;font-weight:800;color:var(--primary)}
nav{display:flex;gap:2rem;align-items:center}
nav a{color:var(--text-secondary);text-decoration:none;transition:color 0.3s}
nav a:hover{color:var(--primary)}
.cta{background:var(--primary);color:white;padding:0.8rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600}
.hero{padding:180px 0 100px;text-align:center;background:linear-gradient(135deg,var(--dark) 0%,#1a2744 50%,var(--dark) 100%);position:relative}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(65,105,225,0.1) 0%,transparent 50%)}
.hero .container{position:relative;z-index:2}
.badge{display:inline-block;background:rgba(65,105,225,0.15);color:var(--primary-light);padding:0.5rem 1.5rem;border-radius:50px;font-weight:600;margin-bottom:2rem}
.hero h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;margin-bottom:1.5rem;line-height:1.1}
.hero h1 span{color:var(--primary)}
.hero p{font-size:1.25rem;color:var(--text-secondary);max-width:700px;margin:0 auto 3rem}
.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.btn-primary{background:var(--primary);color:white;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:700}
.btn-secondary{background:transparent;color:var(--text);padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;border:1px solid var(--text-secondary)}
.stats{background:var(--dark-secondary);padding:4rem 0}
.stats-grid{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}
.stat{text-align:center}
.stat-number{font-size:3rem;font-weight:800;color:var(--primary)}
.stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;font-size:0.85rem}
.trust{padding:3rem 0;text-align:center}
.trust-grid{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-top:2rem}
.trust-item{display:flex;align-items:center;gap:0.5rem;color:var(--text-secondary)}
.trust-item span{color:var(--success);font-size:1.2rem}
.services{padding:6rem 0}
.section-title{text-align:center;font-size:2.5rem;font-weight:800;margin-bottom:1rem}
.section-subtitle{text-align:center;color:var(--text-secondary);margin-bottom:4rem}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
.service-card{background:var(--dark-secondary);padding:2.5rem;border-radius:16px;border:1px solid rgba(255,255,255,0.1);transition:all 0.3s}
.service-card:hover{border-color:var(--primary);transform:translateY(-5px)}
.service-icon{font-size:2.5rem;margin-bottom:1rem}
.service-card h3{font-size:1.3rem;margin-bottom:1rem}
.service-card p{color:var(--text-secondary);margin-bottom:1.5rem}
.service-features{list-style:none}
.service-features li{color:var(--text-secondary);padding:0.4rem 0}
.service-features li::before{content:'✓';color:var(--success);margin-right:10px}
.new-badge{background:#f59e0b;color:var(--dark);padding:0.3rem 1rem;border-radius:20px;font-size:0.8rem;font-weight:700;margin-left:1rem;vertical-align:middle}
.new-services{padding:6rem 0;background:linear-gradient(135deg,rgba(65,105,225,0.1) 0%,transparent 100%)}
.pricing{padding:6rem 0}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;max-width:1400px}
.pricing-card{background:var(--dark-secondary);border-radius:16px;border:1px solid rgba(255,255,255,0.1);overflow:hidden;display:flex;flex-direction:column;min-height:520px}
.pricing-card.popular{border-color:var(--primary);position:relative}
.pricing-card.popular::before{content:'Most Popular';position:absolute;top:15px;right:-35px;background:var(--primary);color:white;padding:0.3rem 2.5rem;font-size:0.75rem;transform:rotate(45deg)}
.pricing-header{padding:2rem;text-align:center;border-bottom:1px solid rgba(255,255,255,0.1)}
.pricing-price{font-size:2.5rem;font-weight:800;color:var(--primary)}
.pricing-price span{font-size:1rem;color:var(--text-secondary);font-weight:400}
.pricing-body{padding:2rem;flex:1}
.pricing-features{list-style:none}
.pricing-features li{padding:0.8rem 0;color:var(--text-secondary);border-bottom:1px solid rgba(255,255,255,0.05)}
.pricing-features li::before{content:'✓';color:var(--success);margin-right:10px}
.pricing-cta{padding:2rem;margin-top:auto}
.pricing-cta{padding:2rem;margin-top:auto}.pricing-cta a{display:flex;align-items:center;justify-content:center;background:var(--primary);color:white;padding:1.2rem;border-radius:8px;text-decoration:none;font-weight:600;height:50px}
.guarantees{padding:4rem 0;background:var(--dark-secondary)}
.guarantees-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
.guarantee{text-align:center;padding:1.5rem}
.guarantee-icon{font-size:2.5rem;margin-bottom:1rem}
.guarantee h4{margin-bottom:0.5rem}
.guarantee p{color:var(--text-secondary);font-size:0.9rem}
.founding{padding:5rem 0;background:linear-gradient(135deg,var(--primary) 0%,#2a4590 100%);text-align:center}
.founding h2{font-size:2.5rem;margin-bottom:1rem}
.founding p{font-size:1.2rem;opacity:0.9;margin-bottom:2rem}
.founding .deadline{background:rgba(0,0,0,0.2);padding:1rem 2rem;border-radius:8px;display:inline-block;font-weight:700}
footer{padding:3rem 0;text-align:center;color:var(--text-secondary);border-top:1px solid rgba(255,255,255,0.1)}
@media(max-width:1100px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.services-grid,.pricing-grid,.guarantees-grid{grid-template-columns:1fr}.stats-grid{gap:2rem}.hero h1{font-size:2rem}.pricing-price{font-size:2rem}.evolution-grid{flex-direction:column}.evolution-arrow{transform:rotate(90deg)}}}
</style>
</head>
<body>
<header><div class="container"><div class="logo">HostPioneers</div><nav><a href="#evolution">Evolution</a><a href="#services">Services</a><a href="#pricing">Pricing</a><a href="#guarantees">Guarantees</a><a href="#contact" class="cta">Get Started</a></nav></div></header>
<section class="hero"><div class="container"><div class="badge">Trusted by 500+ Enterprises</div><h1>AI Agents That Work<br>While You <span>Sleep</span></h1><p>65,000 businesses trust HostPioneers infrastructure. Now we're deploying AI agents so you never miss a call, lead, or deal — ever.</p><div class="hero-cta"><a href="#pricing" class="btn-primary">See Pricing</a><a href="#contact" class="btn-secondary">Book a Demo</a></div></div></section>
<section class="stats"><div class="container"><div class="stats-grid"><div class="stat"><div class="stat-number">14+</div><div class="stat-label">Years</div></div><div class="stat"><div class="stat-number">500+</div><div class="stat-label">Enterprises</div></div><div class="stat"><div class="stat-number">99.9%</div><div class="stat-label">Uptime</div></div></div></div></section>
<div class="container" style="padding:3rem 0;text-align:center;">
<div style="display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap;opacity:0.7;">
<div style="font-size:1.2rem;font-weight:700;color:var(--text-secondary);font-family:sans-serif;">Acme Corp</div>
<div style="font-size:1.2rem;font-weight:700;color:var(--text-secondary);font-family:sans-serif;">GlobalTech</div>
<div style="font-size:1.2rem;font-weight:700;color:var(--text-secondary);font-family:sans-serif;">SmartFlow</div>
<div style="font-size:1.2rem;font-weight:700;color:var(--text-secondary);font-family:sans-serif;">NextGen</div>
<div style="font-size:1.2rem;font-weight:700;color:var(--text-secondary);font-family:sans-serif;">VentureHub</div>
</div>
</div>
<section class="evolution" id="evolution" style="padding:6rem 0;background:var(--dark);">
<div class="container">
<h2 class="section-title">Our Evolution</h2>
<p class="section-subtitle">From servers to sovereign intelligence</p>
<div style="display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:3rem;">
<div style="flex:1;min-width:250px;max-width:300px;padding:2rem;background:#2a2a2a;border-radius:12px;border:1px solid #333;min-height:180px;">
<div style="color:var(--primary);font-weight:700;margin-bottom:0.5rem;">2012-2018</div>
<h3 style="font-size:1.2rem;margin-bottom:0.5rem;">Offshore Hosting</h3>
<p style="color:#888;font-size:0.9rem;">Built infrastructure for enterprises needing data sovereignty.</p>
</div>
<div style="font-size:2rem;color:#666;"></div>
<div style="flex:1;min-width:250px;max-width:300px;padding:2rem;background:#2a2a2a;border-radius:12px;border:1px solid #333;min-height:180px;">
<div style="color:var(--primary);font-weight:700;margin-bottom:0.5rem;">2019-2023</div>
<h3 style="font-size:1.2rem;margin-bottom:0.5rem;">Cloud & Security Focus</h3>
<p style="color:#888;font-size:0.9rem;">Advanced threat protection, compliance, and hybrid clouds.</p>
</div>
<div style="font-size:2rem;color:#666;"></div>
<div style="flex:1;min-width:250px;max-width:300px;padding:2rem;background:linear-gradient(135deg,#1e3a5f,#2a2a2a);border-radius:12px;border:1px solid var(--primary);">
<div style="color:var(--primary);font-weight:700;margin-bottom:0.5rem;">2024+</div>
<h3 style="font-size:1.2rem;margin-bottom:0.5rem;">Sovereign AI Era</h3>
<p style="color:#888;font-size:0.9rem;">Self-hosted AI agents you control. No vendor lock-in.</p>
</div>
</div>
<div style="text-align:center;padding:3rem 0 1rem;color:var(--primary);font-size:1.5rem;font-weight:700;">FROM HOSTING SERVERS TO HOSTING INTELLIGENCE</div>
</div>
</section>
<section class="services" id="services"><div class="container"><h2 class="section-title">Our AI Services</h2><p class="section-subtitle">Powerful autonomous agents</p>
<div class="services-grid" style="grid-template-columns:repeat(4,1fr);"><div class="service-card"><div class="service-icon">🤖</div><h3>AI Agent</h3><p>The same AI handles voice calls AND chat. One smart agent that answers your phone AND chats with website visitors.</p><ul class="service-features"><li>Voice + Chat combined</li><li>Qualifies leads</li><li>24/7 availability</li><li>Multi-language</li></ul></div>
<div class="service-card"><div class="service-icon">🔍</div><h3>Competitor Intelligence</h3><p>Monitor 5 competitors, weekly PDF reports.</p><ul class="service-features"><li>Weekly reports</li><li>Action steps</li><li>Price monitoring</li></ul></div>
<div class="service-card"><div class="service-icon"></div><h3>Reputation Manager</h3><p>Monitor and manage reviews.</p><ul class="service-features"><li>Multi-platform monitoring</li><li>Auto-draft responses</li><li>Negative review alerts</li></ul></div>
<div class="service-card"><div class="service-icon">🔥</div><h3>Sales & Onboarding</h3><p>Close leads and onboard customers automatically.</p><ul class="service-features"><li>Lead follow-up</li><li>Customer onboarding</li><li>Nurture sequences</li></ul></div></div></div><div style="text-align:center;padding:2rem 0;"><a href="#pricing" class="btn-primary">See Pricing</a></div></section>
<section class="pricing" id="pricing"><div class="container"><h2 class="section-title">Simple Pricing</h2><p class="section-subtitle">Choose your plan</p>
<div class="pricing-grid">
<div class="pricing-card"><div class="pricing-header"><h3>Single Agent</h3><div class="pricing-price" style="font-size:3rem;">$797<small>/mo</small></div><div style="color:var(--success);font-weight:700;font-size:1.1rem;margin-top:0.5rem;">$1,997 one-time setup</div></div><div class="pricing-body"><ul class="pricing-features"><li>1 Custom AI Agent</li><li style="color:var(--success);font-weight:700;">🎁 Bonus: Reputation Manager ($297/mo) FREE</li><li>Full Consultation</li><li>Infrastructure Deployment</li><li>24/7 Performance Monitoring</li></ul></div><div style="text-align:center;padding:0 2rem 0.5rem;font-size:0.8rem;color:var(--text-secondary);">6 Months (5% off), 12 Months (10% off)</div><div class="pricing-cta"><a href="/checkout-single.html" target="_blank" style="background:var(--success);">Pay $797/mo</a></div></div>
<div class="pricing-card popular"><div class="pricing-header"><h3>Multi-Agent</h3><div class="pricing-price" style="font-size:3rem;">$1,797<small>/mo</small></div><div style="color:var(--success);font-weight:700;font-size:1.1rem;margin-top:0.5rem;">$4,997 one-time setup</div></div><div class="pricing-body"><ul class="pricing-features"><li>3+ Intelligent Agents</li><li style="color:var(--success);font-weight:700;">🎁 Bonus: Reputation Manager ($297/mo) FREE</li><li>Advanced Workflow Design</li><li>Custom CRM Integrations</li><li>Priority Response Support</li></ul></div><div style="text-align:center;padding:0 2rem 0.5rem;font-size:0.8rem;color:var(--text-secondary);">6 Months (5% off), 12 Months (10% off)</div><div class="pricing-cta"><a href="/checkout-multi.html" target="_blank" style="background:var(--success);">Pay $1,797/mo</a></div></div>
<div class="pricing-card"><div class="pricing-header"><h3>Enterprise</h3><div class="pricing-price" style="font-size:2.5rem;">Custom</div><div style="color:var(--text-secondary);font-size:0.9rem;margin-top:0.5rem;">Tailored to your needs</div></div><div class="pricing-body"><ul class="pricing-features"><li>🎁 Bonus: Reputation Manager ($297/mo) FREE</li><li>Full White-label Solution</li><li>SLA Guarantees</li><li>On-Premise Deployment</li><li>Dedicated Account Manager</li></ul></div><div class="pricing-cta"><a href="#contact">Contact Us</a></div></div>
</div></div></section>
<section class="guarantees" id="guarantees"><div class="container"><h2 class="section-title">Our Guarantees</h2>
<div class="guarantees-grid"><div class="guarantee"><div class="guarantee-icon">🛡️</div><h4>60-Day Results</h4><p>If no measurable results, next month free.</p></div>
<div class="guarantee"><div class="guarantee-icon"></div><h4>No Setup</h4><p>We do everything for you.</p></div>
<div class="guarantee"><div class="guarantee-icon">🔒</div><h4>Your Data Yours</h4><p>Self-hosted, no vendor lock-in.</p></div>
<div class="guarantee"><div class="guarantee-icon">💰</div><h4>No Hidden Fees</h4><p>What you see is what you get.</p></div>
</div></div></section>
<section class="founding"><div class="container"><h2>Founding Client Offer</h2><p>Priority onboarding. Rate lock at 2026 pricing.</p><div class="deadline">Deadline: April 30, 2026</div><div style="margin-top:2rem;"><a href="#contact" class="btn-primary" style="display:inline-block;">Lock In My Rate →</a></div></div></section>
<section id="contact" style="padding:6rem 0;background:var(--dark-secondary);">
<div class="container">
<h2 class="section-title">Get Started</h2>
<p class="section-subtitle">Tell us about your needs</p>
<div style="max-width:600px;margin:0 auto;background:var(--dark);padding:3rem;border-radius:16px;">
<form id="contact-form" onsubmit="submitContact(event)" style="display:grid;gap:1.5rem;">
<div><label style="display:block;margin-bottom:0.5rem;color:var(--text-secondary);">Name</label><input type="text" name="name" placeholder="Your Name" style="width:100%;padding:1rem;background:var(--dark-secondary);border:1px solid #333;border-radius:8px;color:var(--text);"></div>
<div><label style="display:block;margin-bottom:0.5rem;color:var(--text-secondary);">Email</label><input type="email" name="email" placeholder="your@email.com" style="width:100%;padding:1rem;background:var(--dark-secondary);border:1px solid #333;border-radius:8px;color:var(--text);"></div>
<div><label style="display:block;margin-bottom:0.5rem;color:var(--text-secondary);">Phone</label><input type="tel" name="phone" placeholder="+46..." style="width:100%;padding:1rem;background:var(--dark-secondary);border:1px solid #333;border-radius:8px;color:var(--text);"></div>
<div><label style="display:block;margin-bottom:0.5rem;color:var(--text-secondary);">Message</label><textarea name="message" placeholder="Tell us about your business..." rows="4" style="width:100%;padding:1rem;background:var(--dark-secondary);border:1px solid #333;border-radius:8px;color:var(--text);resize:vertical;"></textarea></div>
<button type="submit" style="background:var(--primary);color:white;padding:1rem 2rem;border:none;border-radius:8px;font-weight:700;font-size:1rem;cursor:pointer;">Send Message</button><p style="margin-top:1rem;font-size:0.8rem;color:var(--text-secondary);">Or email: sales@hostpioneers.com</p>
-->
</div>
</div>
</section>
<section id="faq" style="padding:6rem 0;background:var(--dark-secondary);">
<div class="container">
<h2 class="section-title">Frequently Asked Questions</h2>
<div style="max-width:800px;margin:0 auto;">
<div style="margin-bottom:1.5rem;">
<div style="background:var(--dark);padding:1.5rem;border-radius:8px;border:1px solid #333;">
<div style="font-weight:700;margin-bottom:0.5rem;color:var(--text);">Q: Do you host the AI, or do we?</div>
<div style="color:var(--text-secondary);">A: Both options available. We recommend managed hosting for simplicity, but we can deploy to your VPS for full data sovereignty.</div>
</div>
</div>
<div style="margin-bottom:1.5rem;">
<div style="background:var(--dark);padding:1.5rem;border-radius:8px;border:1px solid #333;">
<div style="font-weight:700;margin-bottom:0.5rem;color:var(--text);">Q: What if the AI makes a mistake?</div>
<div style="color:var(--text-secondary);">A: We configure guardrails to prevent harmful actions. You approve integrations before deployment. Ongoing monitoring catches issues.</div>
</div>
</div>
<div style="margin-bottom:1.5rem;">
<div style="background:var(--dark);padding:1.5rem;border-radius:8px;border:1px solid #333;">
<div style="font-weight:700;margin-bottom:0.5rem;color:var(--text);">Q: Can we customize the AI personality?</div>
<div style="color:var(--text-secondary);">A: Absolutely. Initial setup includes voice/tone calibration. We train it on your content and guidelines.</div>
</div>
</div>
<div style="margin-bottom:1.5rem;">
<div style="background:var(--dark);padding:1.5rem;border-radius:8px;border:1px solid #333;">
<div style="font-weight:700;margin-bottom:0.5rem;color:var(--text);">Q: How long until it's live?</div>
<div style="color:var(--text-secondary);">A: Single-agent deployments go live in 2 weeks. Multi-agent systems take 4-6 weeks.</div>
</div>
</div>
</div>
</div>
</section>
<footer style="padding:4rem 0;background:var(--dark);">
<div class="container">
<div style="display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem;">
<div><div class="logo" style="margin-bottom:1rem;">HostPioneers</div><p style="color:var(--text-secondary);font-size:0.9rem;">AI agents that work while you sleep. Since 2012.</p></div>
<div><h4 style="margin-bottom:1rem;color:var(--text);">Services</h4><ul style="list-style:none;padding:0;"><li style="margin:0.5rem 0;"><a href="#services" style="color:var(--text-secondary);text-decoration:none;">Ops Automation</a></li><li style="margin:0.5rem 0;"><a href="#services" style="color:var(--text-secondary);text-decoration:none;">Competitor Intelligence</a></li><li style="margin:0.5rem 0;"><a href="#services" style="color:var(--text-secondary);text-decoration:none;">Reputation Manager</a></li></ul></div>
<div><h4 style="margin-bottom:1rem;color:var(--text);">Company</h4><ul style="list-style:none;padding:0;"><li style="margin:0.5rem 0;"><a href="/about.html" style="color:var(--text-secondary);text-decoration:none;">About</a></li><li style="margin:0.5rem 0;"><a href="#contact" style="color:var(--text-secondary);text-decoration:none;">Contact</a></li><li style="margin:0.5rem 0;"><a href="/careers.html" style="color:var(--text-secondary);text-decoration:none;">Careers</a></ul></div>
<div><h4 style="margin-bottom:1rem;color:var(--text);">Legal</h4><ul style="list-style:none;padding:0;"><li style="margin:0.5rem 0;"><a href="/legal/privacy.html" style="color:var(--text-secondary);text-decoration:none;">Privacy Policy</a></li><li style="margin:0.5rem 0;"><a href="/legal/terms.html" style="color:var(--text-secondary);text-decoration:none;">Terms of Service</a></li><li style="margin:0.5rem 0;"><a href="/legal/cookies.html" style="color:var(--text-secondary);text-decoration:none;">Cookie Policy</a></li></ul></div>
</div>
<div style="text-align:center;padding-top:2rem;border-top:1px solid #333;color:var(--text-secondary);font-size:0.9rem;">
<p>©2012-2026 HostPioneers. 14 years of enterprise service. Your data, your servers, your intelligence.</p>
</div>
</div>
<!-- AI Agent Discovery - Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Service",
"name": "AI Agent Services",
"description": "Autonomous AI agents for business - voice, chat, competitor intelligence, and sales automation",
"provider": {
"@type": "Organization",
"name": "HostPioneers",
"url": "https://hostpioneers.com"
},
"offers": [
{
"@type": "Offer",
"name": "AI Agent - Single",
"description": "One AI agent handling voice and chat, qualifies leads, 24/7 availability",
"price": "797",
"priceCurrency": "USD",
"recurringInterval": "month"
},
{
"@type": "Offer",
"name": "AI Agent - Multi",
"description": "Multiple AI agents with competitor intelligence, reputation manager, and sales onboarding",
"price": "1797",
"priceCurrency": "USD",
"recurringInterval": "month"
}
],
"featureList": [
"voice_calls_24_7",
"chat_qualification",
"lead_follow_up",
"customer_onboarding",
"competitor_intelligence",
"reputation_monitoring",
"multi_language"
]
}
</script>
<script>
function submitContact(e) {
e.preventDefault();
const form = e.target;
const btn = form.querySelector('button[type="submit"]');
const originalText = btn.textContent;
btn.textContent = 'Sending...';
btn.disabled = true;
fetch('/contact.php', {
method: 'POST',
headers: {'Content-Type': 'application/x-www-form-urlencoded'},
body: new URLSearchParams(new FormData(form))
})
.then(r => r.json())
.then(data => {
if (data.success) {
alert('Thank you! We will contact you soon.');
form.reset();
} else {
alert(data.message);
}
})
.catch(() => alert('Error. Email us directly at sales@hostpioneers.com'))
.finally(() => {
btn.textContent = originalText;
btn.disabled = false;
});
}
</script>
</body></html>
+53
View File
@@ -0,0 +1,53 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cookie Policy - HostPioneers</title>
<style>
body { font-family: 'Inter', sans-serif; line-height: 1.8; max-width: 800px; margin: 0 auto; padding: 2rem; background: #0f172a; color: #fff; }
h1 { color: #4169e1; margin-bottom: 2rem; }
h2 { color: #5bc0de; margin-top: 2rem; }
p, li { color: #94a3b8; }
a { color: #5bc0de; }
.back { display: inline-block; margin-bottom: 2rem; color: #5bc0de; text-decoration: none; }
@media(max-width:768px){body{padding:1rem}.container{max-width:100%}h1{font-size:1.8rem}h2{font-size:1.3rem}}</style>
</head>
<body>
<a href="/" class="back">← Back to Home</a>
<h1>Cookie Policy</h1>
<p>Last updated: March 17, 2026</p>
<h2>1. What Are Cookies</h2>
<p>Cookies are small text files stored on your device when you visit websites. They help remember your preferences and improve your experience.</p>
<h2>2. How We Use Cookies</h2>
<p>We use cookies to:</p>
<ul>
<li>Keep you logged in</li>
<li>Understand how you use our website</li>
<li>Remember your preferences</li>
<li>Improve our services</li>
<li>Analyze traffic and performance</li>
</ul>
<h2>3. Types of Cookies We Use</h2>
<ul>
<li><strong>Essential:</strong> Required for the website to function</li>
<li><strong>Analytics:</strong> Help us understand website usage</li>
<li><strong>Marketing:</strong> Used to deliver relevant content</li>
</ul>
<h2>4. Managing Cookies</h2>
<p>You can control or disable cookies through your browser settings. Note that disabling essential cookies may affect website functionality.</p>
<h2>5. Third-Party Cookies</h2>
<p>We may use third-party services (e.g., Google Analytics) that set their own cookies. We have no control over these.</p>
<h2>6. Updates</h2>
<p>We may update this policy periodically. Continued use constitutes acceptance.</p>
<h2>7. Contact</h2>
<p>Questions? Contact us at privacy@hostpioneers.com</p>
</body>
</html>
+59
View File
@@ -0,0 +1,59 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - HostPioneers</title>
<style>
body { font-family: 'Inter', sans-serif; line-height: 1.8; max-width: 800px; margin: 0 auto; padding: 2rem; background: #0f172a; color: #fff; }
h1 { color: #4169e1; margin-bottom: 2rem; }
h2 { color: #5bc0de; margin-top: 2rem; }
p, li { color: #94a3b8; }
a { color: #5bc0de; }
.warning { background: rgba(245, 158, 11, 0.1); border: 1px solid #f59e0b; padding: 1rem; border-radius: 8px; margin: 2rem 0; }
.back { display: inline-block; margin-bottom: 2rem; color: #5bc0de; text-decoration: none; }
@media(max-width:768px){body{padding:1rem}.container{max-width:100%}h1{font-size:1.8rem}h2{font-size:1.3rem}}</style>
</head>
<body>
<a href="/" class="back">← Back to Home</a>
<h1>Privacy Policy</h1>
<p>Last updated: March 17, 2026</p>
<h2>1. Introduction</h2>
<p>HostPioneers ("we", "our", or "us") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you visit our website or use our services.</p>
<h2>2. Information We Collect</h2>
<p>We may collect personal information that you voluntarily provide to us when you:</p>
<ul>
<li>Fill out contact forms</li>
<li>Request a demo</li>
<li>Subscribe to our newsletter</li>
<li>Purchase our services</li>
</ul>
<h2>3. How We Use Your Information</h2>
<p>We use the information we collect to:</p>
<ul>
<li>Provide and improve our services</li>
<li>Communicate with you about our offerings</li>
<li>Process transactions</li>
<li>Comply with legal obligations</li>
</ul>
<h2>4. Data Security</h2>
<p>We implement appropriate technical and organizational security measures to protect your personal information.</p>
<h2>5. Third-Party Services</h2>
<p>We may share your information with third-party service providers who assist us in operating our website and conducting our business.</p>
<h2>6. Your Rights</h2>
<p>You have the right to access, correct, or delete your personal information. Contact us at privacy@hostpioneers.com to exercise these rights.</p>
<h2>7. Contact Us</h2>
<p>If you have questions about this Privacy Policy, please contact us at privacy@hostpioneers.com</p>
<div class="warning">
<strong>⚠️ AI Disclaimer:</strong> Our services include AI-powered tools and autonomous agents. While we strive for accuracy, AI systems may produce errors or incomplete information. Use our AI services at your own risk. We are not liable for any damages arising from AI-generated outputs.
</div>
</body>
</html>
+77
View File
@@ -0,0 +1,77 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service - HostPioneers</title>
<style>
body { font-family: 'Inter', sans-serif; line-height: 1.8; max-width: 800px; margin: 0 auto; padding: 2rem; background: #0f172a; color: #fff; }
h1 { color: #4169e1; margin-bottom: 2rem; }
h2 { color: #5bc0de; margin-top: 2rem; }
p, li { color: #94a3b8; }
a { color: #5bc0de; }
.warning { background: rgba(245, 158, 11, 0.1); border: 1px solid #f59e0b; padding: 1rem; border-radius: 8px; margin: 2rem 0; }
.back { display: inline-block; margin-bottom: 2rem; color: #5bc0de; text-decoration: none; }
@media(max-width:768px){body{padding:1rem}.container{max-width:100%}h1{font-size:1.8rem}h2{font-size:1.3rem}}</style>
</head>
<body>
<a href="/" class="back">← Back to Home</a>
<h1>Terms of Service</h1>
<p>Last updated: March 17, 2026</p>
<h2>1. Acceptance of Terms</h2>
<p>By accessing and using HostPioneers services, you accept and agree to be bound by the terms and provisions of this agreement.</p>
<h2>2. Services Provided</h2>
<p>HostPioneers provides AI-powered solutions including but not limited to:</p>
<ul>
<li>Voice AI Agents</li>
<li>Chat AI Agents</li>
<li>Content Creation Agents</li>
<li>Operations Automation</li>
<li>Competitor Intelligence</li>
<li>Reputation Management</li>
<li>Sales Follow-Up Automation</li>
</ul>
<h2>3. User Responsibilities</h2>
<p>You agree to:</p>
<ul>
<li>Provide accurate information</li>
<li>Maintain the security of your account</li>
<li>Not use our services for any unlawful purpose</li>
<li>Not attempt to gain unauthorized access to our systems</li>
</ul>
<h2>4. Payment Terms</h2>
<p>Subscription fees are billed monthly or annually as selected. All fees are non-refundable unless otherwise specified in writing.</p>
<h2>5. Intellectual Property</h2>
<p>All content, designs, and materials on our website are the intellectual property of HostPioneers and may not be reproduced without permission.</p>
<h2>6. Limitation of Liability</h2>
<p>HOSTPIONEERS SHALL NOT BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES ARISING FROM YOUR USE OF OUR SERVICES.</p>
<h2>7. Service Level</h2>
<p>We strive to maintain 99.9% uptime but do not guarantee uninterrupted service. Scheduled maintenance may occur with prior notice.</p>
<h2>8. Termination</h2>
<p>We reserve the right to terminate services at any time for violation of these terms.</p>
<h2>9. Contact</h2>
<p>Questions? Contact us at legal@hostpioneers.com</p>
<div class="warning">
<strong>⚠️ AI EXPERIMENTAL - USE AT YOUR OWN RISK:</strong>
<p>Our AI-powered services are experimental in nature. While we use industry-standard practices to develop and maintain our AI systems, they may produce inaccurate, incomplete, or unexpected results. You acknowledge that:</p>
<ul>
<li>AI outputs should be reviewed by humans before critical decisions</li>
<li>We do not warrant the accuracy or reliability of AI-generated content</li>
<li>You use AI services entirely at your own risk</li>
<li>We are not liable for any damages resulting from AI-generated outputs</li>
<li>You are responsible for validating AI outputs for your specific use case</li>
</ul>
<p>By using our AI services, you accept full responsibility for any outcomes resulting from AI-generated content, recommendations, or actions.</p>
</div>
</body>
</html>
+223
View File
@@ -0,0 +1,223 @@
id firstname lastname email company country total_spent email_status
65225 Jennifer Hoffman kormore17@gmail.com US 99.98 pending
65001 frank morgan morganfranklyn4u@gmail.com bmlenterntainment US 98.37 pending
64774 Brice CHARDON chardonbrice@gmail.com FR 97.65 pending
65318 Pankaj Golait reply@advertricssoft.com Individual IN 95.65 pending
64745 Gregory Hollimon hollimon@experions.com Experions US 95.54 pending
61269 Ahmed Ibthisam ibthix@gmail.com ibthix MV 93.19 pending
64877 Nicole Sworde nicole@spotontelecom.com Spot On Telecom US 92.92 pending
65002 Amara Chris visitamara@yahoo.com Uju-Nwa US 91.47 pending
65121 Ara Issagholian ara.issagholian35@gmail.com US 81.87 pending
65023 HISHAM K ALKHOURI humbleall@outlook.com US 81.74 pending
65137 Farnam Fardad farnam.fardad1@gmail.com US 79.27 pending
45504 David Bawtree David.Bawtree12@gmail.com GB 75.59 pending
65136 Gregory Diaz gregorydiaz929@gmail.com US 69.75 pending
64990 Kell Mon kellmon843@gmail.com GB 66.73 pending
64937 frank floyd tmoog2@gmail.com mark NG 66.26 pending
65267 T Cool eddywilfred111@gmail.com bempartner US 66.18 pending
23483 Aleksandr Vorogeijkin sansei_v@mail.ru RU 64.61 pending
60213 Anthony Christopher whitehat.aaa@gmail.com Ant Chris Inc US 64.48 pending
32364 paul wright paul.enterprises@yahoo.com US 63.81 pending
64936 CHIJIOKE Chris say311@yahoo.com Chilove Group NG 63.27 pending
64901 abbas nemati annasiii@chmail.ir IR 62.99 pending
64978 Wanda Vassallo ab@forieng6gcf.com AU 61.48 pending
64800 fabian marquez Fabian28Marquez83@hotmail.com US 59.82 pending
64924 darshan sanghera darshan_sanghera@hotmail.com GB 58.87 pending
65319 Deepak Jawade admin@elitemaven.com IN 57.16 pending
65320 Shubham Meshram admin@cabanajuice.com IN 57.16 pending
65044 divine favor barzeljbb@hotmail.com BZ SOFTWARES LTD US 55.99 pending
65153 Klaydin Sankar KlaydinSankar@gmail.com US 54.71 pending
61970 ROBERT RAINWATER robertrw101@yahoo.com US 53.74 pending
64866 obu Bee hktristars@gmai.com imput tech NG 53.74 pending
64777 Mr Nobody nobody3688@gmail.com US 53.74 pending
65017 anthony james j.mets72@gmail.com james uk ltd GB 53.74 pending
65143 arnold arambulo arn.arambulo@gmail.com US 53.28 pending
64830 Valdir camilo ncvaldirbill@hotmail.com home BR 53.28 pending
64974 Maria Roxana a.d.rewbnrr@gmail.com RO 52.49 pending
65262 Azzah aza doketorluv@rocketmail.com merrycorp.co ltd NG 52.43 pending
64845 Frank Morgan frankgaide1@gmail.com US 52.23 pending
64846 LIVIA SERVELLO guiprovincial@yahoo.com IT 51.44 pending
64824 Henry John engr.roymaxwell@gmail.com NG 51.00 pending
65113 Florence pine licenciada681109@hotmail.com MX 45.56 pending
32201 Martin Obi obi1970@gmail.com AE 44.67 pending
64992 mke gloria bikestepdragon@yahoo.com ght US 44.67 pending
65163 Jan Vermeulen goldwebdevelopment@gmail.com Gold Web Development NL 44.18 pending
65266 yang lee steelstainless8393@gmail.com leaster lin Plc US 44.18 pending
64767 Neagu Alexandru worldofsparta2014@gmail.com RO 44.10 pending
64793 brian horrell tanjawit3@gmail.com US 44.05 pending
65294 Roxana Moron sys@sstechpartner.com Saavy Solutions US 43.14 pending
64782 Marianne Jucker km@psever.com DE 43.04 pending
65088 Mark Mansheim towerdevcon@yahoo.com US 42.54 pending
65030 londa Ghaina willbertsampson@yahoo.com ghaina US 42.54 pending
64997 REX NEWMAN rexnewmanus1@gmail.com NEWMAN NG 42.54 pending
65170 AJAY GODSWILL netuk@icloud.com US 42.54 pending
64749 venado ersto adangarci@outlook.com nonet.com MX 42.53 pending
64959 mike Eliot ucouldbemine@ymail.com Allahnio US 42.39 pending
64838 Luca Officiel extremeofficiel@hotmail.fr REAL BE 41.99 pending
64897 Mr lakuns ola seun.dayo@yahoo.com lakunsola LTD US 40.82 pending
64962 Noble Stores pas.mate@yandex.ru US 40.26 pending
32268 Claudia Foguel word.excel@live.com US 39.88 pending
64938 Hubert Greliak tanjawit22@googlemail.com GB 38.93 pending
64980 Mimi Mour bojebalaji@gmail.com US 38.93 pending
41939 wise mandela wisemandela1@yahoo.com wise oil and co NG 37.98 pending
65159 Tolea Kosarev lorpens12@gmail.com MD 37.18 pending
65097 ronatat cekano rexchange@post.com GB 37.09 pending
65250 Julyana Rivera baby_july_1@vpsorg.pro PR 36.69 pending
65152 Lee Lipman lee.lipman09@gmail.com US 35.77 pending
64794 sultan Althaqafi eng.sat2@gmail.com ksa SA 35.17 pending
64860 Angelina La Salle tanjawit3@googlemail.com CO 34.11 pending
65254 javed tobias javedtobias@yahoo.com CY 33.99 pending
65021 Phiz Remi atmcard.dept91@gmail.com MY 33.59 pending
65261 ramos san santaramos666@gmail.com NG 33.09 pending
64834 Leoda Kidzu trponilov@mail.ru GER DZ 32.68 pending
8643 Josh Drews bacon_being@yahoo.com Kniveslives US 32.52 pending
65245 Leisa Spears olasunkanmiray002@gmail.com leisa and co US 32.49 pending
64942 Brittney Talley brittneyftalley@gmail.com Brownmointerprese MY 32.24 pending
64976 Shkodran Berisha qehaj122@hotmail.com US 31.79 pending
65280 JHawk Jess combustgamers@gmail.com Jess US 31.59 pending
65287 Lars Blume eof@gmx.de DE 31.59 pending
64956 elvinger sow l.egendcvv@gmail.com FR 31.49 pending
65189 gilda fragnan maurschin@tiscali.it IT 31.49 pending
65100 ERIKA RIBEIRO DE CARVALHO erika.estrela@hotmail.com BR 31.49 pending
65013 souad belas berkouss@yahoo.fr work DZ 31.49 pending
64873 Chris Hux cjhux1979@yahoo.com Cartoon Archive US 27.29 pending
65197 frank morgan franklynmorgan4u@gmail.com BML Entertainment US 26.87 pending
65308 Lrudu Lrudu lruduu@yahoo.com US 26.46 pending
64864 WALPOLE CHAMBERS walpolechambers@hotmail.com WALPOLE GB 26.46 pending
65118 araceli sanchez mauro tania_45_1@hotmail.com MX 25.43 pending
65158 Nobo Dy anfredobalo@gmail.com VN 24.07 pending
65263 Chino peter chinopeter1@yahoo.com Chino US 22.09 pending
65278 frank chike kezfrankie@yahoo.com ES 22.09 pending
64847 fred fred belagdae@yahoo.fr FR 22.03 pending
65247 Henry Okoro perez.noriega@yahoo.es US 21.99 pending
65173 Steve Wese steve.wese@gmail.com DE 21.49 pending
65184 mike reeves asprodasign@gmail.com US 21.27 pending
65075 mark celestine walkintub.gabrel@gmail.com US 21.27 pending
65095 William Gilbert qkaowu@gmail.com William US 21.27 pending
65111 marcel ballon awu359@gmail.com law US 21.27 pending
65054 mike bauman mikeeliot7777@gmail.com bmancool1 US 21.27 pending
65123 JOHN KATSUDA diplomond@gmail.com us conso ltd US 21.27 pending
65020 Allah Aways paramountchamber04@gmail.com deafbawz2 US 21.27 pending
65103 Timothe Lamarche timothe.lamarche.11@gmail.com Timothe US 21.27 pending
65074 Joyce Benjiami sales.aston.cn@gmail.com sales.aston.cn@gmail.com US 21.27 pending
65190 andre goulana andregoulana@gmail.com bml services US 21.27 pending
64758 james king jezeh2000@yahoo.com US 21.27 pending
65134 masir loko estatire.co@gmail.com markers US 21.27 pending
65099 jordan perry jordanperry2811@yahoo.com jordan inc US 21.27 pending
65046 Bella Zheng bella.zheng@yahoo.com zheng US 21.27 pending
65186 Ruth James isundayokoye@yahoo.com toneup US 21.27 pending
65182 james chidi jamesamurrayb@gmail.com duru NG 21.27 pending
65086 Ryna s kingkonreem@yahoo.com US 21.27 pending
65101 Moses Zulus david_seto@hotmail.com US 21.27 pending
65191 mike eliot 111enigma111111@gmail.com enigma7 US 21.27 pending
65119 george lakewood gzlakewood3@gmail.com gzlakewood US 21.27 pending
65114 Bailes Frances royaldeserrtuae@gmail.com Bailes US 21.27 pending
65199 Edward Bower ed@us-conso.com US 21.27 pending
65164 marcel Kirk shengzewood@yahoo.com US 21.27 pending
65034 Allah Good mikeeliot06@gmail.com deafbawz222 US 21.27 pending
65010 Lee Hu gloewindow@gmail.com glodoor US 21.27 pending
65045 mike bauman mikebeliot76@gmail.com bmancool US 21.27 pending
65081 boss Nica skyassociate@yahoo.com ballet US 21.27 pending
65083 Ramin lolis harisonlita@gmail.com US 21.27 pending
65092 david Nica ysmesh.com@gmail.com ballet US 21.27 pending
65042 larry Jones helenjay8701@yahoo.com LEKLAC INC US 21.27 pending
64995 drdon don drdonogb@yahoo.co.uk don-lmtd NG 21.27 pending
65105 hyman theodore rigek@yahoo.ca US 21.27 pending
65172 jesus anderson jesusson779@gmai.com jj NG 21.27 pending
65120 carmen lethtela carmenlehtela@gmail.com carmen US 21.27 pending
65125 Luxa Cement luxa.info@yahoo.com US 21.27 pending
64973 Ajo Omoshine omosehinr@yahoo.com ajotech NG 21.27 pending
65026 Sophia Lee szslimfone@yahoo.com kestepdragon US 21.27 pending
64805 Andy Pan AznCool01@Hotmail.com US 20.98 pending
64905 Johnson Wale jimonfeto@gmail.com idesign technologies US 20.41 pending
64950 Barras Lotusman dmtleisure@yahoo.com US 20.41 pending
64814 kev Joe danrardo@yahoo.com n/a GB 20.41 pending
64815 anita jovanovic ferfresh@blumail.org RS 20.41 pending
64946 donald ogbonna drdonaldogbonna@yahoo.com donald_lmtd NG 20.41 pending
64811 joe wal yaolimited@gmail.com n/a US 20.41 pending
65043 MARIKO SOHIRA cinoomw@gmail.com US 20.13 pending
65048 dorov Artem cccpforum@yandex.com RU 20.13 pending
65208 King Matthew newway113@yahoo.com US 19.99 pending
65150 Zak Folkman fbgetyourmoney@gmail.com US 19.94 pending
64861 quincy hunt Quincy4Hunt4@hotmail.com US 19.94 pending
64791 Angel gonzalez tanjawit12@googlemail.com US 19.94 pending
64829 Toya Beck gregorlrvanier@gmail.com US 19.94 pending
64918 armin mark jaswer1200@yahoo.com GB 19.94 pending
64957 wisdom wisdom johnsonlarry616@gmail.com wise NG 18.99 pending
64818 jada campbell cjada60@gmail.com calldirect.net CA 18.89 pending
2446 Peter Cooper uren_rules_1@hotmail.com AU 18.38 pending
49194 Chan Senpai chan@safe-mail.net MY 18.38 pending
64977 Maria Roxana moonlight.sbr@gmail.com RO 17.84 pending
64904 milton benjamin milt.benjamin@gmail.com US 17.84 pending
64731 jacques mayrand mayrand_j2010@live.ca CA 17.50 pending
65255 Anthony Cordero ptnsdh@gmail.com US 16.38 pending
64786 Constantinos Pantazis pantazis.constantinos@gmail.com GR 15.72 pending
64835 Golan Illiy ilaygolan1@walla.com US 14.69 pending
65309 Lauren Arline corleone9755@gmail.com Yardbirds Home Center US 13.74 pending
64812 Nicolas Vanhoutte visebien@yahoo.fr clan-akastuki FR 11.54 pending
11961 Mary Nattresse redrydermedia@gmail.com US 11.54 pending
64802 francesco amato dkrainbow007@gmail.com private IT 11.54 pending
5419 John Westlake eltora49@gmail.com US 11.19 pending
64822 Maskela Henri riasgremorykunsenpai@gmail.com FR 10.49 pending
28411 Andreas Wachs andertraaks@gmail.com DK 10.49 pending
64871 Jacob Rosenberg jacob_rulz@comcast.net US 10.49 pending
65047 vakevyon duncan shawnqduncan@gmail.com US 10.49 pending
64744 Alex Scepansky alex311@hotmail.fr FR 7.88 pending
64841 Mustapha Amran vipleech@gmail.com MY 6.29 pending
53432 Joesph Olliff joeolliff@gmail.com US 0.00 pending
32821 An Le Tran Quoc thuvienltv@hotmail.com VN 0.00 pending
20703 Sean Vang supaazn@live.com US 0.00 pending
42777 Deepak Gautam lionel@hostimizer.com LithiumWeb Solutions IN 0.00 pending
11187 Larry Rayle larryins@yahoo.com INS Provider US 0.00 pending
3703 Ben King king.b@binaryfence.com US 0.00 pending
29759 Flow Johnsons flowhellow_games@live.be BE 0.00 pending
58691 baba tee babatee_aliu@yahoo.com babatee NG 0.00 pending
5758 mazaya sign mazaya-sign@hotmail.com mazaya-sign.com EG 0.00 pending
54589 cassy allen c_a_allen@hotmail.com AU 0.00 pending
34452 Paul Pustermann pep@z1p.biz DE 0.00 pending
40823 JOAO DE OLIVEIRA SANCHEZ abcinbox4@hotmail.com BR 0.00 pending
23680 Dale Beers Watkins00@msn.com US 0.00 pending
28659 Diane Stage-Fowler stagedesign@earthlink.net US 0.00 pending
9998 jose marcos ana.cridtina.ect@gmail.com BR 0.00 pending
10448 Kimkaika Omukria mwb@hotmail.com MX 0.00 pending
35582 lee Dolinger kmcfire1@yahoo.com US 0.00 pending
34609 Alexandre Carelli alexandre.carelli@gmail.com BR 0.00 pending
35174 Hans Hansen dark-network@gmx.de DE 0.00 pending
11904 Florent Braleret florent.garbage@gmail.com FR 0.00 pending
13614 Leslie Sorenson chegoucliente@gmail.com Gaspar Comp US 0.00 pending
2801 Mats Lundin hjaelpjegerenfisk@hotmail.com SE 0.00 pending
38028 Christy Putty dungshiver@gmail.com US 0.00 pending
36849 celia guiza xcrew.root@live.com bonzanini BR 0.00 pending
45332 Eric Racine ericpompier@cgocable.ca CA 0.00 pending
18635 chihab eddine oooo_chichi_oooo@live.be GB 0.00 pending
25655 David Chong davidchong1234@yahoo.com US 0.00 pending
31786 Maureen Jessett Maureen.jessett@yahoo.com GB 0.00 pending
26713 Jeremy mad thaless.972@hotmail.fr FR 0.00 pending
3108 chill station chillstation@gmail.com CST IN 0.00 pending
25968 dion harris d.rapper@yahoo.gr l2seraph US 0.00 pending
35789 Don Watts singleho@hotmail.com US 0.00 pending
14314 LEMAIRE François bazo.fl@gmail.com FR 0.00 pending
4171 Tom Dirkovich tdirkovich@gmail.com US 0.00 pending
1719 wii guy afro.thugz@gmail.com none NL 0.00 pending
12378 Gary Kaufman ChrisGridley1993@yahoo.com US 0.00 pending
7841 ahmed lotfey arab_shar@yahoo.com arab-shar EG 0.00 pending
3337 Judy Fahrnow spiritul@gmail.com US 0.00 pending
21549 Katherine Ikehara bugs.door@yahoo.com GB 0.00 pending
40041 Gregor Prodan info@offblast.si eSports Club FRAG SI 0.00 pending
3785 Hector Rendon soporte@heroes-networks.com Heroes Networks MX 0.00 pending
58607 Scott Smith PhoebePoirier80@hotmail.com US 0.00 pending
38205 karim hassan karimhassansayed@gmail.com moon40 EG 0.00 pending
30881 Ahmed atia ahmed.cib17@yahoo.com oracle EG 0.00 pending
24636 Thomas Mueller mueller_thomas@ymail.com US 0.00 pending
8352 ali hassan elite.soft@hotmail.com hosturname IT 0.00 pending
53377 Concetto Messina esuperman@live.com IT 0.00 pending
30849 Elizabeth S Lucarelli admin@mazacrew.co.cc Elizabeth S. Lucarelli US 0.00 pending
5935 Benedict Loring ben@latdev.com Latdev LLP GB 0.00 pending
21333 jullien francois francois.jullien@gmail.com FR 0.00 pending
59285 ahmed mohamed rageh1990@gmail.com imtalk EG 0.00 pending
38048 Amber Hartzel BSNewman@pbtcomm.net US 0.00 pending
33773 Marek Zió&amp;#322;kowski marek31337@wp.pl Poland PL 0.00 pending
13328 Clifford Griffin cgriff111@live.com US 0.00 pending
56189 David Pendell khixar.khan1@live.com US 0.00 pending
63674 adlos loni tod.aro.tod@yandex.com ooo baza RU 0.00 pending
8697 zladko radic zlatkoradic34@gmail.com UG 0.00 pending
1 id firstname lastname email company country total_spent email_status
2 65225 Jennifer Hoffman kormore17@gmail.com US 99.98 pending
3 65001 frank morgan morganfranklyn4u@gmail.com bmlenterntainment US 98.37 pending
4 64774 Brice CHARDON chardonbrice@gmail.com FR 97.65 pending
5 65318 Pankaj Golait reply@advertricssoft.com Individual IN 95.65 pending
6 64745 Gregory Hollimon hollimon@experions.com Experions US 95.54 pending
7 61269 Ahmed Ibthisam ibthix@gmail.com ibthix MV 93.19 pending
8 64877 Nicole Sworde nicole@spotontelecom.com Spot On Telecom US 92.92 pending
9 65002 Amara Chris visitamara@yahoo.com Uju-Nwa US 91.47 pending
10 65121 Ara Issagholian ara.issagholian35@gmail.com US 81.87 pending
11 65023 HISHAM K ALKHOURI humbleall@outlook.com US 81.74 pending
12 65137 Farnam Fardad farnam.fardad1@gmail.com US 79.27 pending
13 45504 David Bawtree David.Bawtree12@gmail.com GB 75.59 pending
14 65136 Gregory Diaz gregorydiaz929@gmail.com US 69.75 pending
15 64990 Kell Mon kellmon843@gmail.com GB 66.73 pending
16 64937 frank floyd tmoog2@gmail.com mark NG 66.26 pending
17 65267 T Cool eddywilfred111@gmail.com bempartner US 66.18 pending
18 23483 Aleksandr Vorogeijkin sansei_v@mail.ru RU 64.61 pending
19 60213 Anthony Christopher whitehat.aaa@gmail.com Ant Chris Inc US 64.48 pending
20 32364 paul wright paul.enterprises@yahoo.com US 63.81 pending
21 64936 CHIJIOKE Chris say311@yahoo.com Chilove Group NG 63.27 pending
22 64901 abbas nemati annasiii@chmail.ir IR 62.99 pending
23 64978 Wanda Vassallo ab@forieng6gcf.com AU 61.48 pending
24 64800 fabian marquez Fabian28Marquez83@hotmail.com US 59.82 pending
25 64924 darshan sanghera darshan_sanghera@hotmail.com GB 58.87 pending
26 65319 Deepak Jawade admin@elitemaven.com IN 57.16 pending
27 65320 Shubham Meshram admin@cabanajuice.com IN 57.16 pending
28 65044 divine favor barzeljbb@hotmail.com BZ SOFTWARES LTD US 55.99 pending
29 65153 Klaydin Sankar KlaydinSankar@gmail.com US 54.71 pending
30 61970 ROBERT RAINWATER robertrw101@yahoo.com US 53.74 pending
31 64866 obu Bee hktristars@gmai.com imput tech NG 53.74 pending
32 64777 Mr Nobody nobody3688@gmail.com US 53.74 pending
33 65017 anthony james j.mets72@gmail.com james uk ltd GB 53.74 pending
34 65143 arnold arambulo arn.arambulo@gmail.com US 53.28 pending
35 64830 Valdir camilo ncvaldirbill@hotmail.com home BR 53.28 pending
36 64974 Maria Roxana a.d.rewbnrr@gmail.com RO 52.49 pending
37 65262 Azzah aza doketorluv@rocketmail.com merrycorp.co ltd NG 52.43 pending
38 64845 Frank Morgan frankgaide1@gmail.com US 52.23 pending
39 64846 LIVIA SERVELLO guiprovincial@yahoo.com IT 51.44 pending
40 64824 Henry John engr.roymaxwell@gmail.com NG 51.00 pending
41 65113 Florence pine licenciada681109@hotmail.com MX 45.56 pending
42 32201 Martin Obi obi1970@gmail.com AE 44.67 pending
43 64992 mke gloria bikestepdragon@yahoo.com ght US 44.67 pending
44 65163 Jan Vermeulen goldwebdevelopment@gmail.com Gold Web Development NL 44.18 pending
45 65266 yang lee steelstainless8393@gmail.com leaster lin Plc US 44.18 pending
46 64767 Neagu Alexandru worldofsparta2014@gmail.com RO 44.10 pending
47 64793 brian horrell tanjawit3@gmail.com US 44.05 pending
48 65294 Roxana Moron sys@sstechpartner.com Saavy Solutions US 43.14 pending
49 64782 Marianne Jucker km@psever.com DE 43.04 pending
50 65088 Mark Mansheim towerdevcon@yahoo.com US 42.54 pending
51 65030 londa Ghaina willbertsampson@yahoo.com ghaina US 42.54 pending
52 64997 REX NEWMAN rexnewmanus1@gmail.com NEWMAN NG 42.54 pending
53 65170 AJAY GODSWILL netuk@icloud.com US 42.54 pending
54 64749 venado ersto adangarci@outlook.com nonet.com MX 42.53 pending
55 64959 mike Eliot ucouldbemine@ymail.com Allahnio US 42.39 pending
56 64838 Luca Officiel extremeofficiel@hotmail.fr REAL BE 41.99 pending
57 64897 Mr lakuns ola seun.dayo@yahoo.com lakunsola LTD US 40.82 pending
58 64962 Noble Stores pas.mate@yandex.ru US 40.26 pending
59 32268 Claudia Foguel word.excel@live.com US 39.88 pending
60 64938 Hubert Greliak tanjawit22@googlemail.com GB 38.93 pending
61 64980 Mimi Mour bojebalaji@gmail.com US 38.93 pending
62 41939 wise mandela wisemandela1@yahoo.com wise oil and co NG 37.98 pending
63 65159 Tolea Kosarev lorpens12@gmail.com MD 37.18 pending
64 65097 ronatat cekano rexchange@post.com GB 37.09 pending
65 65250 Julyana Rivera baby_july_1@vpsorg.pro PR 36.69 pending
66 65152 Lee Lipman lee.lipman09@gmail.com US 35.77 pending
67 64794 sultan Althaqafi eng.sat2@gmail.com ksa SA 35.17 pending
68 64860 Angelina La Salle tanjawit3@googlemail.com CO 34.11 pending
69 65254 javed tobias javedtobias@yahoo.com CY 33.99 pending
70 65021 Phiz Remi atmcard.dept91@gmail.com MY 33.59 pending
71 65261 ramos san santaramos666@gmail.com NG 33.09 pending
72 64834 Leoda Kidzu trponilov@mail.ru GER DZ 32.68 pending
73 8643 Josh Drews bacon_being@yahoo.com Kniveslives US 32.52 pending
74 65245 Leisa Spears olasunkanmiray002@gmail.com leisa and co US 32.49 pending
75 64942 Brittney Talley brittneyftalley@gmail.com Brownmointerprese MY 32.24 pending
76 64976 Shkodran Berisha qehaj122@hotmail.com US 31.79 pending
77 65280 JHawk Jess combustgamers@gmail.com Jess US 31.59 pending
78 65287 Lars Blume eof@gmx.de DE 31.59 pending
79 64956 elvinger sow l.egendcvv@gmail.com FR 31.49 pending
80 65189 gilda fragnan maurschin@tiscali.it IT 31.49 pending
81 65100 ERIKA RIBEIRO DE CARVALHO erika.estrela@hotmail.com BR 31.49 pending
82 65013 souad belas berkouss@yahoo.fr work DZ 31.49 pending
83 64873 Chris Hux cjhux1979@yahoo.com Cartoon Archive US 27.29 pending
84 65197 frank morgan franklynmorgan4u@gmail.com BML Entertainment US 26.87 pending
85 65308 Lrudu Lrudu lruduu@yahoo.com US 26.46 pending
86 64864 WALPOLE CHAMBERS walpolechambers@hotmail.com WALPOLE GB 26.46 pending
87 65118 araceli sanchez mauro tania_45_1@hotmail.com MX 25.43 pending
88 65158 Nobo Dy anfredobalo@gmail.com VN 24.07 pending
89 65263 Chino peter chinopeter1@yahoo.com Chino US 22.09 pending
90 65278 frank chike kezfrankie@yahoo.com ES 22.09 pending
91 64847 fred fred belagdae@yahoo.fr FR 22.03 pending
92 65247 Henry Okoro perez.noriega@yahoo.es US 21.99 pending
93 65173 Steve Wese steve.wese@gmail.com DE 21.49 pending
94 65184 mike reeves asprodasign@gmail.com US 21.27 pending
95 65075 mark celestine walkintub.gabrel@gmail.com US 21.27 pending
96 65095 William Gilbert qkaowu@gmail.com William US 21.27 pending
97 65111 marcel ballon awu359@gmail.com law US 21.27 pending
98 65054 mike bauman mikeeliot7777@gmail.com bmancool1 US 21.27 pending
99 65123 JOHN KATSUDA diplomond@gmail.com us conso ltd US 21.27 pending
100 65020 Allah Aways paramountchamber04@gmail.com deafbawz2 US 21.27 pending
101 65103 Timothe Lamarche timothe.lamarche.11@gmail.com Timothe US 21.27 pending
102 65074 Joyce Benjiami sales.aston.cn@gmail.com sales.aston.cn@gmail.com US 21.27 pending
103 65190 andre goulana andregoulana@gmail.com bml services US 21.27 pending
104 64758 james king jezeh2000@yahoo.com US 21.27 pending
105 65134 masir loko estatire.co@gmail.com markers US 21.27 pending
106 65099 jordan perry jordanperry2811@yahoo.com jordan inc US 21.27 pending
107 65046 Bella Zheng bella.zheng@yahoo.com zheng US 21.27 pending
108 65186 Ruth James isundayokoye@yahoo.com toneup US 21.27 pending
109 65182 james chidi jamesamurrayb@gmail.com duru NG 21.27 pending
110 65086 Ryna s kingkonreem@yahoo.com US 21.27 pending
111 65101 Moses Zulus david_seto@hotmail.com US 21.27 pending
112 65191 mike eliot 111enigma111111@gmail.com enigma7 US 21.27 pending
113 65119 george lakewood gzlakewood3@gmail.com gzlakewood US 21.27 pending
114 65114 Bailes Frances royaldeserrtuae@gmail.com Bailes US 21.27 pending
115 65199 Edward Bower ed@us-conso.com US 21.27 pending
116 65164 marcel Kirk shengzewood@yahoo.com US 21.27 pending
117 65034 Allah Good mikeeliot06@gmail.com deafbawz222 US 21.27 pending
118 65010 Lee Hu gloewindow@gmail.com glodoor US 21.27 pending
119 65045 mike bauman mikebeliot76@gmail.com bmancool US 21.27 pending
120 65081 boss Nica skyassociate@yahoo.com ballet US 21.27 pending
121 65083 Ramin lolis harisonlita@gmail.com US 21.27 pending
122 65092 david Nica ysmesh.com@gmail.com ballet US 21.27 pending
123 65042 larry Jones helenjay8701@yahoo.com LEKLAC INC US 21.27 pending
124 64995 drdon don drdonogb@yahoo.co.uk don-lmtd NG 21.27 pending
125 65105 hyman theodore rigek@yahoo.ca US 21.27 pending
126 65172 jesus anderson jesusson779@gmai.com jj NG 21.27 pending
127 65120 carmen lethtela carmenlehtela@gmail.com carmen US 21.27 pending
128 65125 Luxa Cement luxa.info@yahoo.com US 21.27 pending
129 64973 Ajo Omoshine omosehinr@yahoo.com ajotech NG 21.27 pending
130 65026 Sophia Lee szslimfone@yahoo.com kestepdragon US 21.27 pending
131 64805 Andy Pan AznCool01@Hotmail.com US 20.98 pending
132 64905 Johnson Wale jimonfeto@gmail.com idesign technologies US 20.41 pending
133 64950 Barras Lotusman dmtleisure@yahoo.com US 20.41 pending
134 64814 kev Joe danrardo@yahoo.com n/a GB 20.41 pending
135 64815 anita jovanovic ferfresh@blumail.org RS 20.41 pending
136 64946 donald ogbonna drdonaldogbonna@yahoo.com donald_lmtd NG 20.41 pending
137 64811 joe wal yaolimited@gmail.com n/a US 20.41 pending
138 65043 MARIKO SOHIRA cinoomw@gmail.com US 20.13 pending
139 65048 dorov Artem cccpforum@yandex.com RU 20.13 pending
140 65208 King Matthew newway113@yahoo.com US 19.99 pending
141 65150 Zak Folkman fbgetyourmoney@gmail.com US 19.94 pending
142 64861 quincy hunt Quincy4Hunt4@hotmail.com US 19.94 pending
143 64791 Angel gonzalez tanjawit12@googlemail.com US 19.94 pending
144 64829 Toya Beck gregorlrvanier@gmail.com US 19.94 pending
145 64918 armin mark jaswer1200@yahoo.com GB 19.94 pending
146 64957 wisdom wisdom johnsonlarry616@gmail.com wise NG 18.99 pending
147 64818 jada campbell cjada60@gmail.com calldirect.net CA 18.89 pending
148 2446 Peter Cooper uren_rules_1@hotmail.com AU 18.38 pending
149 49194 Chan Senpai chan@safe-mail.net MY 18.38 pending
150 64977 Maria Roxana moonlight.sbr@gmail.com RO 17.84 pending
151 64904 milton benjamin milt.benjamin@gmail.com US 17.84 pending
152 64731 jacques mayrand mayrand_j2010@live.ca CA 17.50 pending
153 65255 Anthony Cordero ptnsdh@gmail.com US 16.38 pending
154 64786 Constantinos Pantazis pantazis.constantinos@gmail.com GR 15.72 pending
155 64835 Golan Illiy ilaygolan1@walla.com US 14.69 pending
156 65309 Lauren Arline corleone9755@gmail.com Yardbirds Home Center US 13.74 pending
157 64812 Nicolas Vanhoutte visebien@yahoo.fr clan-akastuki FR 11.54 pending
158 11961 Mary Nattresse redrydermedia@gmail.com US 11.54 pending
159 64802 francesco amato dkrainbow007@gmail.com private IT 11.54 pending
160 5419 John Westlake eltora49@gmail.com US 11.19 pending
161 64822 Maskela Henri riasgremorykunsenpai@gmail.com FR 10.49 pending
162 28411 Andreas Wachs andertraaks@gmail.com DK 10.49 pending
163 64871 Jacob Rosenberg jacob_rulz@comcast.net US 10.49 pending
164 65047 vakevyon duncan shawnqduncan@gmail.com US 10.49 pending
165 64744 Alex Scepansky alex311@hotmail.fr FR 7.88 pending
166 64841 Mustapha Amran vipleech@gmail.com MY 6.29 pending
167 53432 Joesph Olliff joeolliff@gmail.com US 0.00 pending
168 32821 An Le Tran Quoc thuvienltv@hotmail.com VN 0.00 pending
169 20703 Sean Vang supaazn@live.com US 0.00 pending
170 42777 Deepak Gautam lionel@hostimizer.com LithiumWeb Solutions IN 0.00 pending
171 11187 Larry Rayle larryins@yahoo.com INS Provider US 0.00 pending
172 3703 Ben King king.b@binaryfence.com US 0.00 pending
173 29759 Flow Johnsons flowhellow_games@live.be BE 0.00 pending
174 58691 baba tee babatee_aliu@yahoo.com babatee NG 0.00 pending
175 5758 mazaya sign mazaya-sign@hotmail.com mazaya-sign.com EG 0.00 pending
176 54589 cassy allen c_a_allen@hotmail.com AU 0.00 pending
177 34452 Paul Pustermann pep@z1p.biz DE 0.00 pending
178 40823 JOAO DE OLIVEIRA SANCHEZ abcinbox4@hotmail.com BR 0.00 pending
179 23680 Dale Beers Watkins00@msn.com US 0.00 pending
180 28659 Diane Stage-Fowler stagedesign@earthlink.net US 0.00 pending
181 9998 jose marcos ana.cridtina.ect@gmail.com BR 0.00 pending
182 10448 Kimkaika Omukria mwb@hotmail.com MX 0.00 pending
183 35582 lee Dolinger kmcfire1@yahoo.com US 0.00 pending
184 34609 Alexandre Carelli alexandre.carelli@gmail.com BR 0.00 pending
185 35174 Hans Hansen dark-network@gmx.de DE 0.00 pending
186 11904 Florent Braleret florent.garbage@gmail.com FR 0.00 pending
187 13614 Leslie Sorenson chegoucliente@gmail.com Gaspar Comp US 0.00 pending
188 2801 Mats Lundin hjaelpjegerenfisk@hotmail.com SE 0.00 pending
189 38028 Christy Putty dungshiver@gmail.com US 0.00 pending
190 36849 celia guiza xcrew.root@live.com bonzanini BR 0.00 pending
191 45332 Eric Racine ericpompier@cgocable.ca CA 0.00 pending
192 18635 chihab eddine oooo_chichi_oooo@live.be GB 0.00 pending
193 25655 David Chong davidchong1234@yahoo.com US 0.00 pending
194 31786 Maureen Jessett Maureen.jessett@yahoo.com GB 0.00 pending
195 26713 Jeremy mad thaless.972@hotmail.fr FR 0.00 pending
196 3108 chill station chillstation@gmail.com CST IN 0.00 pending
197 25968 dion harris d.rapper@yahoo.gr l2seraph US 0.00 pending
198 35789 Don Watts singleho@hotmail.com US 0.00 pending
199 14314 LEMAIRE François bazo.fl@gmail.com FR 0.00 pending
200 4171 Tom Dirkovich tdirkovich@gmail.com US 0.00 pending
201 1719 wii guy afro.thugz@gmail.com none NL 0.00 pending
202 12378 Gary Kaufman ChrisGridley1993@yahoo.com US 0.00 pending
203 7841 ahmed lotfey arab_shar@yahoo.com arab-shar EG 0.00 pending
204 3337 Judy Fahrnow spiritul@gmail.com US 0.00 pending
205 21549 Katherine Ikehara bugs.door@yahoo.com GB 0.00 pending
206 40041 Gregor Prodan info@offblast.si eSports Club FRAG SI 0.00 pending
207 3785 Hector Rendon soporte@heroes-networks.com Heroes Networks MX 0.00 pending
208 58607 Scott Smith PhoebePoirier80@hotmail.com US 0.00 pending
209 38205 karim hassan karimhassansayed@gmail.com moon40 EG 0.00 pending
210 30881 Ahmed atia ahmed.cib17@yahoo.com oracle EG 0.00 pending
211 24636 Thomas Mueller mueller_thomas@ymail.com US 0.00 pending
212 8352 ali hassan elite.soft@hotmail.com hosturname IT 0.00 pending
213 53377 Concetto Messina esuperman@live.com IT 0.00 pending
214 30849 Elizabeth S Lucarelli admin@mazacrew.co.cc Elizabeth S. Lucarelli US 0.00 pending
215 5935 Benedict Loring ben@latdev.com Latdev LLP GB 0.00 pending
216 21333 jullien francois francois.jullien@gmail.com FR 0.00 pending
217 59285 ahmed mohamed rageh1990@gmail.com imtalk EG 0.00 pending
218 38048 Amber Hartzel BSNewman@pbtcomm.net US 0.00 pending
219 33773 Marek Zió&amp;#322;kowski marek31337@wp.pl Poland PL 0.00 pending
220 13328 Clifford Griffin cgriff111@live.com US 0.00 pending
221 56189 David Pendell khixar.khan1@live.com US 0.00 pending
222 63674 adlos loni tod.aro.tod@yandex.com ooo baza RU 0.00 pending
223 8697 zladko radic zlatkoradic34@gmail.com UG 0.00 pending
+19
View File
@@ -0,0 +1,19 @@
<?php
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
$name = $_POST['name'] ?? '';
$email = $_POST['email'] ?? '';
$whatsapp = $_POST['whatsapp'] ?? '';
$message = $_POST['message'] ?? '';
$to = 'sales@hostpioneers.com';
$subject = "New inquiry from $name";
$body = "Name: $name\nEmail: $email\nWhatsApp: $whatsapp\n\nMessage:\n$message";
$headers = "From: noreply@hostpioneers.com\r\nReply-To: $email";
if (mail($to, $subject, $body, $headers)) {
echo '<script>alert("Thank you! We will get back to you soon."); window.location.href="/";</script>';
} else {
echo '<script>alert("Error sending message. Please email us directly at sales@hostpioneers.com"); window.location.href="/";</script>';
}
}
?>
+17
View File
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Thank You - HostPioneers</title>
<style>
body{font-family:Inter,sans-serif;background:#0f172a;color:#fff;padding:2rem;text-align:center}
h1{color:#10b981;margin-bottom:1rem}
p{color:#94a3b8}
</style>
</head>
<body>
<h1>✓ Payment Successful!</h1>
<p>Thank you for your purchase. We'll be in touch within 24 hours to set up your AI agents.</p>
<a href="/" style="color:#5bc0de;">← Back to Home</a>
</body>
</html>