Suvodip 2024-05-21 18:43:25 +05:30
commit f8b7474137
24 changed files with 468 additions and 0 deletions

8
.hta_config/var.php Normal file
View File

@ -0,0 +1,8 @@
<?php
define("APP_PATH", getcwd());
define("APP_DIR", __DIR__);
define("domain", 'siliconpin.com');
define("HTTP_HOST", "");//$_SERVER['HTTP_HOST'] == 'localhost:8080';$_SERVER['SERVER_NAME'] == 'localhost';
$url = explode('/', $_SERVER['REQUEST_URI']);define("F_D",0);
session_start();
// include('DIZZ/engine.php');

119
.hta_slug/_home.php Normal file
View File

@ -0,0 +1,119 @@
<?php
require_once('.htac_header.php');
require_once('.htac_nav.php');
$alldata = [
[
"name" => "Wordpress Hosting",
"img" => "/assets/wordpress.png",
"slug" => "https://cicdhosting.supersite2.myorderbox.com/optimized-wordpress-hosting.php",
"info" => [
"Auto-Setup",
"Auto-Updates",
"Auto-Caching",
"Auto-Backups",
"Auto-Secured"
]
],
[
"name" => "Linux Shared Hosting",
"img" => "/assets/lsh.jpg",
"slug" => "https://cicdhosting.supersite2.myorderbox.com/web-hosting/index.php",
"info" => [
"Lightning Fast Website",
"Email included",
"cPanel for Management"
]
],
[
"name" => "Windows Shared Hosting",
"img" => "/assets/wsh.jpg",
"slug" => "https://cicdhosting.supersite2.myorderbox.com/web-hosting/windows-hosting.php",
"info" => [
"Plesk for Management",
"Email included",
"99.99% uptime"
]
],
[
"name" => "Linux KVM VPS",
"img" => "/assets/kvmcloud.png",
"slug" => "https://cicdhosting.supersite2.myorderbox.com/virtualserverlinux-hosting.php",
"info" => [
"Server Management",
"Full Root Access",
"VNC Access",
"WHMCS"
]
],
[
"name" => "Dedicated Server",
"img" => "/assets/ds.jpg",
"slug" => "https://cicdhosting.supersite2.myorderbox.com/dedicated-servers.php",
"info" => [
"Powerful Configurations",
"Quick Provisioning",
"Server Administration Panel",
"Additional Storage*",
"Easily Configurable",
"99.99% uptime"
]
],
[
"name" => "Windows Dedicated Servers",
"img" => "/assets/wds.jpg",
"slug" => "https://cicdhosting.supersite2.myorderbox.com/dedicated-servers-windows.php",
"info" => [
"Super Micro Blade Servers",
"Multiple OS Options",
"99.99% Uptime",
"Configure your server as per your needs"
]
]
];
?>
<div class="container mx-auto max-w-5xl px-4 mt-10">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4">
<?php
foreach($alldata as $data){
?>
<div class="border-2 border-[#2fbe15] rounded-lg flex flex-col space-y-2 hover:shadow-xl hover:shadow-[#2fbe15] duration-700 relative">
<img class="h-[250px] rounded-t-md bg-indigo-200/50" src="<?php echo $data['img']; ?>" alt="<?php echo $data['name']; ?>" />
<p class="text-center font-bold text-xl"><?php echo $data['name']; ?></p>
<div class="pb-4">
<?php foreach ($data['info'] as $info) { ?>
<p class="font-bold px-4 py-1"><span class="text-sm border-2 border-[#2fbe15] text-[#2fbe15] rounded-full px-[3px]">&#10003;</span>&nbsp;<?php echo $info; ?></p>
<?php } ?>
</div>
<a href="<?php echo $data['slug'];?>" class="bg-[#2fbe15] px-6 mx-2 py-2 rounded-md text-[#fff] text-center absolute bottom-2 left-0 right-0">Purchase</a>
</div>
<?php } ?>
</div>
</div>
<!-- <section class="container-fluid bg-gradient-to-t from-white to-[#05b3a450]">
<div class="container mx-auto px-4 flex flex-col lg:flex-row place-content-between space-x-4">
<div class="flex flex-col justify-center space-y-2 w-full">
<h2 style="text-transform: uppercase; font-weight: bold;">cicd hosting</h2>
<h3 class="text-justify">Welcome to our web hosting service! We provide reliable and affordable hosting solutions for individuals and businesses of all sizes. Our hosting packages are designed to meet the needs of a wide range of customers, from those just starting out with their first website to established businesses with high-traffic websites.</h3>
<div class="">
</div>
<button class="bg-black px-4 py-2 rounded-lg text-blue-50 hover:translate-x-2 font-bold text-lg hover:shadow-2xl duration-700 w-fit">See your Best Deal</button>
</div>
<div class="flex lg:w-full border-b-[8px] border-[#1b3b4b] lg:pt-16 justify-center place-items-center">
<img src="/img/1.png" alt="">
</div>
</div>
</section>
<section style="max-width: 80%; width: 100%; margin: auto; mx-auto px-4">
<div class="">
<h1 style="font-size: 30px; font-weight: bold; text-align: center;">About Us</h1>
<p style="text-align: justify;">Welcome to our web hosting service! We provide reliable and affordable hosting solutions for individuals and businesses of all sizes. Our hosting packages are designed to meet the needs of a wide range of customers, from those just starting out with their first website to established businesses with high-traffic websites.</p>
<p style="text-align: justify;">Our hosting service includes everything you need to get started online, including website building tools, domain registration, email hosting, and a variety of web hosting plans to choose from. All of our hosting plans come with 24/7 customer support, so you can get help whenever you need it.</p>
<p style="text-align: justify;">We pride ourselves on providing a secure and reliable hosting environment, with fast loading times and 99.9% uptime guarantee. Our servers are optimized for speed and performance, so your website visitors will have a smooth and enjoyable browsing experience.</p>
<p style="text-align: justify;">Whether you need shared hosting, VPS hosting, or dedicated server hosting, we have the right solution for your needs. Our hosting packages are flexible and scalable, so you can upgrade or downgrade your hosting plan as your needs change.</p>
<p style="text-align: justify;">With our web hosting service, you can focus on creating great content and growing your business, while we take care of the technical details. Let us help you get online and reach your goals with our reliable and affordable hosting solutions.</p>
</div>
</section> -->

30
.hta_slug/about-us.php Normal file
View File

@ -0,0 +1,30 @@
<?php
require_once('.htac_header.php');
require_once('.htac_nav.php');
?>
<div class="container-fluid ">
<section class="container-fluid bg-gradient-to-t from-white to-[#05b3a450]">
<div class="container mx-auto px-4 flex flex-col lg:flex-row place-content-between space-x-4">
<div class="flex flex-col justify-center space-y-2 w-full">
<h2 class="uppercase font-bold text-2xl font-bold">Empowering Your Web Journey: Discover the Story Behind CICD Hosting</h2>
<h3 class="text-justify">At CICD Hosting, we're more than just a hosting service we're your dedicated partner in the digital realm. Born from a passion for seamless web experiences, we strive to empower your online presence through cutting-edge technology and continuous integration. Our mission is to provide reliable, secure, and scalable hosting solutions, ensuring your journey on the web is not just hosted but orchestrated for success. Join us as we redefine hosting excellence and make your digital aspirations a reality.</h3>
<div class="">
</div>
<button class="bg-black px-4 py-2 rounded-lg text-blue-50 hover:translate-x-2 font-bold text-lg hover:shadow-2xl duration-700 w-fit">See your Best Deal</button>
</div>
<div class="flex lg:w-full border-b-[8px] border-[#1b3b4b] lg:pt-16 justify-center place-items-center">
<img src="/img/2.png" alt="">
</div>
</div>
</section>
<section class="container mx-auto px-4 ">
<div class="pt-16">
<h1 class="text-3xl text-center underline decoration-1 font-bold py-14 uppercase">About Us</h1>
<p class="text-xl text-justify xl:px-24">Welcome to our web hosting service! We provide reliable and affordable hosting solutions for individuals and businesses of all sizes. Our hosting packages are designed to meet the needs of a wide range of customers, from those just starting out with their first website to established businesses with high-traffic websites.</p>
<p class="text-xl text-justify xl:px-24 py-4">Our hosting service includes everything you need to get started online, including website building tools, dotemplate registration, email hosting, and a variety of web hosting plans to choose from. All of our hosting plans come with 24/7 customer support, so you can get help whenever you need it.</p>
<p class="text-xl text-justify xl:px-24 ">We pride ourselves on providing a secure and reliable hosting environment, with fast loading times and 99.9% uptime guarantee. Our servers are optimized for speed and performance, so your website visitors will have a smooth and enjoyable browsing experience.</p>
<p class="text-xl text-justify xl:px-24 py-4">Whether you need shared hosting, VPS hosting, or dedicated server hosting, we have the right solution for your needs. Our hosting packages are flexible and scalable, so you can upgrade or downgrade your hosting plan as your needs change.</p>
<p class="text-xl text-justify xl:px-24 pb-16">With our web hosting service, you can focus on creating great content and growing your business, while we take care of the technical details. Let us help you get online and reach your goals with our reliable and affordable hosting solutions.</p>
</div>
</section>
</div>

116
.hta_slug/contact-us.php Normal file
View File

@ -0,0 +1,116 @@
<?php
require_once('.htac_header.php');
require_once('.htac_nav.php');
?>
<div>
<section class="container-fluid bg-gradient-to-t from-white to-[#05b3a450]">
<div class="container mx-auto px-4 flex flex-col lg:flex-row place-content-between space-x-4">
<div class="flex flex-col justify-center w-full">
<div class="flex flex-col w-full">
<h1 class="text-3xl lg:text-4xl font-bold">Get in Touch with CICD Hosting!</h1>
<!-- <h2 class="text-2xl md:text-3xl text-[#3084b5]">Connect with CICD Hosting: Let's Shape the Future of Your Web Presence Together</h2> -->
<h3 class="text-xl text-justify pb-4">Feel free to drop us a line at CICD Hosting your gateway to hosting excellence! We welcome your inquiries, feedback, and partnership opportunities. Get in touch with us to explore how we can optimize your web hosting experience and support your digital endeavors.</h3>
<!-- <div class="flex flex-row place-content-between">
<a href="#" class="text-sm xl:text-lg rounded-lg shadow-2xl text-[#3084b5] px-4 md:px-8 p-3 border-2 border-[#3084b5] transition ease-in-out delay-150 hover:-translate-y-1 hover:scale-110 duration-300">Get in Touch</a>
</div> -->
</div>
<button class="bg-black px-4 py-2 rounded-lg text-blue-50 hover:translate-x-2 font-bold text-lg hover:shadow-2xl duration-700 w-fit">See your Best Deal</button>
</div>
<div class="flex lg:w-full border-b-[8px] border-[#1b3b4b] lg:pt-16 place-items-center justify-center">
<img src="/img/3.png" alt="">
</div>
</div>
</section>
<section style="max-width: 600px; width: 100%; margin: auto;" class="container mx-auto px-4 mt-16">
<div style="display: flex; flex-direction: column; justify-content: center; place-items: center; padding: 10px;">
<form id="contactForm" style="width: 100%; box-shadow: 0px 0px 10px 0px #fff; border-radius: 6px; padding: 10px;">
<p style="color: #FFF; font-size: 30px; font-weight: bold; text-align: center;">Get in Touch</p>
<div id="formSection">
<div class="form-group mb-1">
<label for="exampleInputName" class="form-label inline-block mb-2 text-gray-700">Name<span class=text-red-500>*</span></label>
<input id="name" type="text" class="form-control block w-full px-3 py-1.5 text-base font-normal text-gray-700 bg-white bg-clip-padding border border-solid border-gray-300 rounded transition ease-in-out m-0 focus:text-gray-700 focus:bg-white focus:border-blue-600 focus:outline-none" required />
</div>
<div class="form-group mb-1">
<label for="exampleInputEmail" class="form-label inline-block mb-2 text-gray-700">Email<span class=text-red-500>*</span></label>
<input id="email" type="email" class="form-control block w-full px-3 py-1.5 text-base font-normal text-gray-700 bg-white bg-clip-padding border border-solid border-gray-300 rounded transition ease-in-out m-0 focus:text-gray-700 focus:bg-white focus:border-blue-600 focus:outline-none" required />
</div>
<div class="form-group mb-1">
<label for="exampleInputPhoneNumber" class="form-label inline-block mb-2 text-gray-700">Phone Number<span class=text-red-500>*</span></label>
<input id="phone" type="text" class="form-control block w-full px-3 py-1.5 text-base font-normal text-gray-700 bg-white bg-clip-padding border border-solid border-gray-300 rounded transition ease-in-out m-0 focus:text-gray-700 focus:bg-white focus:border-blue-600 focus:outline-none" required />
</div>
<div class="form-group mb-1">
<label for="exampleInputDescription" class="form-label inline-block mb-2 text-gray-700">Write your Query....</label>
<textarea id="content" class="form-control block w-full px-3 py-1.5 text-base font-normal text-gray-700 bg-white bg-clip-padding border border-solid border-gray-300 rounded transition ease-in-out m-0 focus:text-gray-700 focus:bg-white focus:border-blue-600 focus:outline-none" rows="7" required></textarea>
</div>
<div style="float: right;">
<input type="submit" value="Submit" style="padding: 10px 20px 10px 20px; background-color: #a7a7a7; color: #fff; border-radius: 6px;" />
</div>
</div>
<div id="thankYouSection" style="display: none;">
<h1 class="text-center p-16 py-32 text-3xl text-color-1">Thank You</h1>
</div>
</form>
</div>
</section>
</div>
<script>
document.addEventListener('DOMContentLoaded', function () {
const contactForm = document.getElementById('contactForm');
const formSection = document.getElementById('formSection');
const thankYouSection = document.getElementById('thankYouSection');
const nameInput = document.getElementById('name');
const emailInput = document.getElementById('email');
const phoneInput = document.getElementById('phone');
const contentInput = document.getElementById('content');
contactForm.addEventListener('submit', async function (event) {
event.preventDefault();
let username = nameInput.value; let userPhone = phoneInput.value; let userEmail = emailInput.value; let userMsg = contentInput.value;
let formData = new FormData();
formData.append('name', username);
formData.append('phone', userPhone);
formData.append('email', userEmail);
formData.append('msg', userMsg);
// fetch('https://apisp.dev2.cicdhosting.com/api/v2/storeFormData/?action=save',{
// method: 'POST',
// body: formData,
// })
// .then(response =>{
// if(response.ok){
// console.log('Form Submitted')
// formSection.style.display = 'none';
// thankYouSection.style.display = 'block';
// } else{
// console.error('an error occoured')
// }
// })
console.log("Form Data",formData, username, userPhone, userEmail, userMsg)
const url = 'https://apisp.dev2.cicdhosting.com/api/v2/storeFormData/?action=save';
try {
const response = await fetch(url, {
method: 'POST',
body: formData,
});
if (response.ok) {
console.log('Form Submitted')
formSection.style.display = 'none';
thankYouSection.style.display = 'block';
console.log('Form data submitted successfully', response);
} else {
console.error('Failed to submit form data');
}
} catch (error) {
console.error('An error occurred:', error);
}
});
});
</script>
<style>
.form-group{
display: flex;
flex-direction: column;
}
</style>

4
.hta_slug/profile.php Normal file
View File

@ -0,0 +1,4 @@
<?php
require_once('.htac_header.php');
require_once('.htac_nav.php');
?>

0
.htac_404.php Normal file
View File

60
.htac_footer.php Normal file
View File

@ -0,0 +1,60 @@
<footer>
<section class="container-fluid bg-[url(/assets/footer-bg.jpg)] bg-cover bg-center bg-no-reapet mt-10">
<div class="container mx-auto p-4">
<div class="grid-container">
<div class="grid-item">
<div class="flex flex-col justify-center">
<img class="h-[150px] rounded-t-md" src="/assets/cicd_logo.jpeg" alt="">
<!-- <p class="uppercase text-center text-xl font-bold">cicd hosting</p> -->
<p class="text-justify">CICD Hosting offers streamlined hosting solutions for WordPress, HTML, PHP, and more. Experience seamless integration with your development process and reliable support for your online projects</p>
</div>
</div>
<div class="grid-item">
<p class="uppercase text-xl font-bold">Important links</p>
<div class="flex flex-col space-y-3 mt-4">
<a href="https://cicdhosting.supersite2.myorderbox.com"><span class="text-[#fff] text-xl">&#10147; </span>Homes</a>
<a href="https://cicdhosting.supersite2.myorderbox.com/optimized-wordpress-hosting.php"><span class="text-[#fff] text-xl">&#10147; </span>Wordpress Hosting</a>
<a href="https://cicdhosting.supersite2.myorderbox.com/web-hosting/index.php"><span class="text-[#fff] text-xl">&#10147; </span>Linux Shared Hosting</a>
<a href="https://cicdhosting.supersite2.myorderbox.com/web-hosting/windows-hosting.php"><span class="text-[#fff] text-xl">&#10147; </span>Windows Shared Hosting</a>
<a href="https://cicdhosting.supersite2.myorderbox.com/virtualserverlinux-hosting.php"><span class="text-[#fff] text-xl">&#10147; </span>Linux KVM VPS</a>
</div>
</div>
<div class="grid-item">
<form action="post" class="flex flex-col">
<input class="input-class" type="text" name="name" id="name" placeholder="Full Name" />
<input class="input-class" type="text" name="email" id="email" placeholder="Email Id" />
<input class="input-class" type="text" name="phone" id="phone" placeholder="Phone Number"/>
<textarea class="input-class" name="message" id="message" placeholder="Message..."></textarea>
<div class="flex justify-end">
<input class="bg-[#2fbe15] px-6 py-2 rounded-lg" type="submit" value="Submit" >
</div>
</form>
</div>
</div>
</div>
</section>
</footer>
<style>
.grid-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
color: #fff;
}
.grid-item {
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 10px #ffffff50;
}
.input-class{
background-color: #3d3d3d;
color: #fff;
padding: 6px;
border-radius: 8px;
border: 1px solid #ccc;
margin-bottom: 10px;
}
</style>
</body>
</html>

60
.htac_header.php Normal file
View File

@ -0,0 +1,60 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<script src="https://cdn.tailwindcss.com"></script>
<!-- <link rel="stylesheet" type="text/css" href="/assets/main.css" /> -->
<?php
function isMobileDevice() {
// return preg_match('/(android|iphone|ipod|ipad|windows phone)/i', $_SERVER['HTTP_USER_AGENT']);
return preg_match('/(Mobile|iphone|ipod|ipad|windows phone)/i', $_SERVER['HTTP_USER_AGENT']); // removed android as "request desktop site" removes
}
if(isset($web_page_title)) echo '<title>'.$web_page_title.'</title>';
if(isset($web_page_meta_title)) echo '<meta title="'.$web_page_meta_title.'">';
if(isset($web_page_meta_description)) echo '<meta name="description" content="'.$web_page_meta_description.'">';
if(isset($web_page_meta_keywords)) echo '<meta name="keywords" content="'.$web_page_meta_keywords.'">';
if(isset($web_page_meta_author)) echo '<meta name="author" content="'.$web_page_author.'">';
if(isset($web_page_meta_og_title)) echo '<meta property="og:title" content="'.$web_page_meta_og_title.'">';
if(isset($web_page_meta_og_description)) echo '<meta property="og:description" content="'.$web_page_meta_og_description.'">';
if(isset($web_page_meta_og_image)) echo '<meta property="og:image" content="'.$web_page_meta_og_image.'">';
if(isset($web_page_meta_og_url)) echo '<meta property="og:url" content="'.$web_page_meta_og_url.'">';
if(isset($web_page_meta_twitter_title)) echo '<meta name="twitter:title" content="'.$web_page_meta_twitter_title.'">';
if(isset($web_page_meta_twitter_description)) echo '<meta name="twitter:description" content="'.$web_page_meta_twitter_description.'">';
if(isset($web_page_meta_twitter_image)) echo '<meta name="twitter:image" content="'.$web_page_meta_twitter_image.'">';
if(isset($web_page_meta_twitter_card)) echo '<meta name="twitter:card" content="'.$web_page_meta_twitter_card.'">';
?>
</head>
<style>
body {
margin: 0;
/* color: #ddd; */
/* background-color: #1a1a1a; */
font-family: Arial, Helvetica, sans-serif;
max-width: 100%;
}
/* input[type='number'],input[type='email'], textarea, input[type='text'], select{
background-color: #3d3d3d;
color: #fff;
padding: 8px;
border-radius: 5px;
border: 1px solid #ccc;
margin-bottom: 10px;
} */
/* a {
color: #ffc28a;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #eb7000;
} */
</style>
</head>
<body>

49
.htac_nav.php Normal file
View File

@ -0,0 +1,49 @@
<div class="container-fluid bg-[#f8f8f8]">
<div class="container mx-auto px-4 max-w-4xl flex flex-row justify-end gap-x-4">
<a href="https://cicdhosting.supersite2.myorderbox.com/login.php" class="text-[#788698] p-2 border-r-2">Login / sign up</a>
<!-- <a href="" class="text-[#788698] p-2 border-r-2">Currency</a> -->
<a href="https://cicdhosting.supersite2.myorderbox.com/checkout.php" class="text-[#788698] p-2 inline-flex">
<img src="/assets/cart.svg" alt="" />
<!-- <p class="bg-[#ffbc09] rounded-full w-[20px] h-[20px] text-center -ml-1.5 -mt-1.5">0</p> -->
</a>
</div>
</div>
<div class="container mx-auto max-w-5xl px-4 flex flex-row place-items-center my-6">
<img class="w-[100px]" src="/assets/cicd_logo.jpeg" alt="" />
<!-- <h1 class="text-[30px] text-[#1c2939] font-bold uppercase">cicd hosting</h1> -->
</div>
<div>
<div class="container-fluid bg-[#000] px-2">
<div id="navHref" class="container mx-auto px-4 overflow-auto scroll-hide flex flex-row md:justify-center whitespace-nowrap gap-x-4 uppercase">
<a href="https://cicdhosting.supersite2.myorderbox.com">Homes</a>
<a href="https://cicdhosting.supersite2.myorderbox.com">Domain</a>
<a href="https://cicdhosting.supersite2.myorderbox.com">Hosting</a>
<a href="https://cicdhosting.supersite2.myorderbox.com">Cloud</a>
<a href="https://cicdhosting.supersite2.myorderbox.com">Email & Produtivity</a>
<a href="https://cicdhosting.supersite2.myorderbox.com">Security</a>
<a href="https://cicdhosting.supersite2.myorderbox.com">Combo Offers</a>
<a href="https://cicdhosting.supersite2.myorderbox.com"></a>
</div>
</div>
</div>
<style>
#navHref > a{
padding: 10px;
color: #FFF;
font-weight: bold;
}
#navHref > a:hover{
background-color: #FFF;
padding: 10px;
color: #000;
box-shadow: 0px 0px 5px 0px #fff;
}
.scroll-hide::-webkit-scrollbar {
width: 0; /* Hide scrollbar for Chrome, Safari and Opera */
}
.scroll-hide {
scrollbar-width: none; /* Hide scrollbar for Firefox */
}
</style>

8
.htaccess Normal file
View File

@ -0,0 +1,8 @@
RewriteEngine On
#RewriteCond %{HTTPS} !=on
#RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
RewriteRule ^(.*)$ https://%1/$1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php

1
assets/cart.svg Normal file
View File

@ -0,0 +1 @@
<svg height="25px" width="25px" version="1.1" id="_x32_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve" fill="#2385e8" stroke="#2385e8"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <style type="text/css"> .st0{fill:#2385e8;} </style> <g> <path class="st0" d="M485.862,140.176c-9.23-12.603-23.486-20.566-39.043-21.799L139.673,94.053l-5.446-30.884 c-5.257-29.676-28.872-52.657-58.676-57.066L35.704,0.187C26.2-1.209,17.364,5.359,15.951,14.846 c-1.421,9.512,5.138,18.356,14.65,19.761v-0.008l39.856,5.907c14.967,2.218,26.868,13.785,29.505,28.71l54.009,306.134 c5.077,28.735,30.027,49.669,59.215,49.678h221.962c9.599,0,17.398-7.792,17.398-17.39c0-9.607-7.8-17.398-17.398-17.398H213.186 c-12.286,0.009-22.835-8.836-24.95-20.934l-7.208-40.91h237.81c24.984,0,46.689-17.252,52.297-41.603l23.734-102.847 C498.38,168.739,495.083,152.746,485.862,140.176z M202.304,299.404h-24.248l-6.55-35.738h30.798V299.404z M202.304,240.472 h-35.052l-7.963-43.487h43.015V240.472z M202.304,173.8h-47.279l-9.188-50.19l56.466,4.469V173.8z M268.01,299.404H225.49v-35.738 h42.519V299.404z M268.01,240.472H225.49v-43.487h42.519V240.472z M268.01,173.8H225.49v-43.864l42.519,3.365V173.8z M333.706,299.404h-42.51v-35.738h42.51V299.404z M333.706,240.472h-42.51v-43.487h42.51V240.472z M333.706,173.8h-42.51v-38.666 l42.51,3.365V173.8z M399.42,299.404H356.9v-35.738h42.52V299.404z M399.42,240.472H356.9v-43.487h42.52V240.472z M399.42,173.8 H356.9v-33.46l42.52,3.356V173.8z M442.897,280.286c-2.32,10-10.403,17.295-20.292,18.802v-35.421h24.136L442.897,280.286z M452.076,240.472h-29.47v-43.487h39.505L452.076,240.472z M422.606,173.8v-28.264l21.919,1.747 c7.158,0.556,13.708,4.212,17.963,10.034c3.519,4.795,5.026,10.643,4.572,16.482H422.606z"></path> <path class="st0" d="M226.458,450.165c-17.081,0-30.918,13.853-30.918,30.926c0,17.073,13.837,30.909,30.918,30.909 c17.073,0,30.918-13.836,30.918-30.909C257.376,464.018,243.531,450.165,226.458,450.165z"></path> <path class="st0" d="M392.647,450.165c-17.073,0-30.909,13.853-30.909,30.926c0,17.073,13.836,30.909,30.909,30.909 c17.073,0,30.926-13.836,30.926-30.909C423.572,464.018,409.72,450.165,392.647,450.165z"></path> </g> </g></svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
assets/cicd_logo.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

BIN
assets/cicd_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
assets/ds.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 KiB

BIN
assets/footer-bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B

BIN
assets/globe.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
assets/home_ban.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

BIN
assets/host.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 956 B

BIN
assets/kvmcloud.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
assets/lsh.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 503 KiB

BIN
assets/wds.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 845 KiB

BIN
assets/wordpress.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

BIN
assets/wsh.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 KiB

13
index.php Normal file
View File

@ -0,0 +1,13 @@
<?php
require_once('.hta_config/var.php');
$url = explode('/', $_SERVER['REQUEST_URI']);
if (strpos($url[1], "?") !== false) {
$url2 = explode('?', $url[1]);
$slug=$url2[0];
} else $slug=$url[1];
if($slug=="") require_once('.hta_slug/_home.php');
elseif(file_exists(".hta_slug/".$slug.".php")) include ".hta_slug/".$slug.".php";
else require_once('.htac_404.php');
require_once('.htac_footer.php');