Contact
If you have any problems or have the need to contact us to ask a question,
you can use the integrated support system in your control panel to create a support ticket.
We will reply to your question as soon as possible.
-
For technical support please look at the Knowledge Base
+
For technical support please look at the Email Support
diff --git a/css/style.css b/css/style.css
index 44d6f49..07aceff 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,45 +1,192 @@
+* {
+ margin: 0;
+ padding: 0;
+}
+
+input {
+ border: 0;
+ outline-width: 0 !important;
+}
+
+button {
+ outline-width: 0 !important;
+}
+
body {
- padding-top: 60px;
- padding-bottom: 100px;
- line-height: 1.5;
- color: #000;
- background-color: #fff;
- outline: 0;
- overflow-x: hidden;
- overflow-y: auto;
+ padding-top: 51px;
+ padding-bottom: 100px;
+ line-height: 1.5;
+ color: #000;
+ background-color: #fff;
+ outline: 0;
+ overflow-x: hidden;
+ overflow-y: auto;
}
+
.section-wrap {
- padding: 10px 0;
+ padding: 10px 0;
}
+
.section-wrap.title {
- /*background: #349424;*/
- /*color: #fff;*/
- border-bottom: 1px solid;
+ border-bottom: 1px solid;
}
+
+.home {
+ width: 100%;
+ height: 100%;
+ height: 100vh;
+ min-height: 100%;
+ position: relative;
+ color: #fff;
+ background: #0000008a;
+ background-image: url(../images/banner.jpg);
+ background-repeat: no-repeat;
+ background-size: cover;
+}
+
+body.fixed-header-on {
+ padding-top: 0;
+}
+
+.fixed-header-on .navbar-nav>li>a,
+.fixed-header-on .navbar-brand {
+ color: #fff;
+}
+
+.fixed-header-on .navbar-nav>li>a:hover,
+.fixed-header-on .navbar-brand:hover {
+ color: #ffc400;
+}
+
+.fixed-header-on .header {
+ background-color: rgba(0, 0, 0, 0);
+ border-color: rgba(0, 0, 0, 0);
+}
+
+.fixed-header-on .footer {
+ border-color: transparent;
+ background-color: transparent;
+ background: transparent;
+}
+
+
+.home-banner {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ z-index: 20;
+ text-align: center;
+ -webkit-transform: translate(-50%, -50%);
+ -moz-transform: translate(-50%, -50%);
+ transform: translate(-50%, -50%);
+}
+
+.bs-docs-header {
+ position: relative;
+ padding: 30px 0;
+ color: #cdbfe3;
+ text-align: center;
+ text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
+ background-color: #6f5499;
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#563d7c), to(#6f5499));
+ background-image: -webkit-linear-gradient(top, #563d7c 0%, #6f5499 100%);
+ background-image: -o-linear-gradient(top, #563d7c 0%, #6f5499 100%);
+ background-image: linear-gradient(to bottom, #563d7c 0%, #6f5499 100%);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
+ background-repeat: repeat-x;
+}
+
+.bs-docs-header {
+ margin-bottom: 40px;
+ font-size: 20px;
+}
+
+.bs-docs-header h1 {
+ margin-top: 0;
+ color: #fff;
+}
+
+.bs-docs-header p {
+ margin-bottom: 0;
+ font-weight: 300;
+ line-height: 1.4;
+}
+
+.bs-docs-header .container {
+ position: relative;
+}
+
+@media (min-width: 768px) {
+ .bs-docs-header {
+ padding-top: 60px;
+ padding-bottom: 60px;
+ font-size: 24px;
+ text-align: left;
+ }
+ .bs-docs-header h1 {
+ font-size: 60px;
+ line-height: 1;
+ }
+}
+
+@media (min-width: 992px) {
+ .bs-docs-header h1,
+ .bs-docs-header p {
+ margin-right: 380px;
+ }
+}
+
.terms_policies_menu ul {
- list-style-type: circle;
+ list-style-type: circle;
}
-.form-signin {
+
+.form-account {
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
-.form-signin .form-control {
+
+.form-account .form-control {
position: relative;
height: auto;
-webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
padding: 10px;
font-size: 16px;
}
-.form-signin input[name="uname"] {
- margin-bottom: -1px;
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
+
+.form-domain {
+ max-width: 430px;
+ padding: 15px;
+ margin: 0 auto;
}
-.form-signin input[type="password"] {
- margin-bottom: 10px;
- border-top-left-radius: 0;
- border-top-right-radius: 0;
+
+.form-domain input {
+ color: #fff;
+ background: transparent;
}
+
+.form-domain .form-control:hover {
+ color: #333;
+ background-color: #fff;
+ background-image: none;
+}
+
+@media (min-width: 300px) {
+ .form-domain {
+ min-width: 300px;
+ }
+}
+
+@media (min-width: 768px) {
+ .form-domain {
+ max-width: 530px;
+ }
+}
+
+@media (min-width: 992px) {
+ .form-domain {
+ max-width: 500px;
+ }
+}
\ No newline at end of file
diff --git a/footer.php b/footer.php
index 9f4ffec..fdd3de2 100644
--- a/footer.php
+++ b/footer.php
@@ -5,44 +5,48 @@
exit;
}
?>
-
-
-
-
- © 2018 =$title_s?> Powered By Crogram & iFastNet
-
-
-
-
-
+
+
-
-
-
-
-
+
+
+
+
\ No newline at end of file
+
\ No newline at end of file
diff --git a/headmate.php b/headmate.php
index d7fdef0..00d0ddc 100644
--- a/headmate.php
+++ b/headmate.php
@@ -1,10 +1,18 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/help.php b/help.php
new file mode 100644
index 0000000..21d36cb
--- /dev/null
+++ b/help.php
@@ -0,0 +1,39 @@
+
+
+
+
+
+ =$title?> -
+
+
+
+
+
+
+
+
+
+
+
+
+
If you have any problems or have the need to contact us to ask a question,
+ you can use the integrated support system in your control panel to create a support ticket.
+
We will reply to your question as soon as possible.
+
For technical support please look at the Email Support
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/images/banner.jpg b/images/banner.jpg
new file mode 100644
index 0000000..d806baa
Binary files /dev/null and b/images/banner.jpg differ
diff --git a/include/language.php b/include/language.php
index c101a34..caa08e0 100644
--- a/include/language.php
+++ b/include/language.php
@@ -26,7 +26,7 @@ class Language
$this->initLanguageDir();
}
/*
- 取得语言文件的绝对路径
+ 取得翻译文件的绝对路径
*/
public function getFileDir($file)
{
@@ -40,11 +40,11 @@ class Language
if (file_exists($dir . $this->language_country . "/" . $file)) {
return $dir . $this->language_country . "/" . $file;
} else {
- if (file_exists($dir . "en-US/" . $file)) {
- return $dir . "en-US/" . $file;
- } else {
- return false;
- }
+ // if (file_exists($dir . "en-US/" . $file)) {
+ return $dir . "en-US/" . $file;
+ // } else {
+ // return false;
+ // }
}
}
}
diff --git a/include/language/en-US/language.php b/include/language/en-US/language.php
index 5f1fe8d..7972e65 100644
--- a/include/language/en-US/language.php
+++ b/include/language/en-US/language.php
@@ -8,7 +8,7 @@ $LANG = array(
'contact_us' => 'Contact Us',
'help' => 'Help',
'login' => 'Login',
- 'signup' => 'Signup',
+ 'register' => 'Register',
'username' => 'Username',
'input_username' => 'Please Input Username',
'password' => 'Password',
@@ -52,5 +52,8 @@ $LANG = array(
'bandwidth' => 'Bandwidth',
'daily-hits' => 'Daily Hits Quota',
'host-inodes' => 'Inodes Quota',
- 'unlimited' => 'Unlimited'
+ 'unlimited' => 'Unlimited',
+ 'resetpassword' => 'Reset Password',
+ 'domain' => 'Domain',
+ 'input_domain' => 'Please Input Domain',
);
diff --git a/include/language/zh-CN/language.php b/include/language/zh-CN/language.php
index fd08785..15bd56d 100644
--- a/include/language/zh-CN/language.php
+++ b/include/language/zh-CN/language.php
@@ -8,7 +8,7 @@ $LANG = array(
'contact_us' => '联系我们',
'help' => '帮助',
'login' => '登录',
- 'signup' => '注册',
+ 'register' => '注册',
'username' => '用户名',
'input_username' => '请输入用户名',
'password' => '密码',
@@ -52,5 +52,8 @@ $LANG = array(
'bandwidth' => '流量配额',
'daily-hits' => '每日点击配额',
'host-inodes' => '使用Inode配额',
- 'unlimited' => '无限'
+ 'unlimited' => '无限',
+ 'resetpassword' => '找回密码',
+ 'domain' => '域名',
+ 'input_domain' => '请输入域名',
);
diff --git a/include/language/zh-HK/language.php b/include/language/zh-HK/language.php
index e36c8ab..97c35d6 100644
--- a/include/language/zh-HK/language.php
+++ b/include/language/zh-HK/language.php
@@ -8,7 +8,7 @@ $LANG = array(
'contact_us' => '聯繫我們',
'help' => '幫助',
'login' => '登錄',
- 'signup' => '註冊',
+ 'register' => '註冊',
'username' => '用戶名',
'input_username' => '請輸入用戶名',
'password' => '密碼',
@@ -52,6 +52,9 @@ $LANG = array(
'bandwidth' => '月流量額度',
'daily-hits' => '每日點擊額度',
'host-inodes' => '信息節點額度',
- 'unlimited' => '無限'
+ 'unlimited' => '無限',
+ 'resetpassword' => 'Reset Password',
+ 'domain' => 'Domain',
+ 'input_domain' => 'Please Input Domain',
);
diff --git a/include/language/zh-TW/language.php b/include/language/zh-TW/language.php
index e36c8ab..97c35d6 100644
--- a/include/language/zh-TW/language.php
+++ b/include/language/zh-TW/language.php
@@ -8,7 +8,7 @@ $LANG = array(
'contact_us' => '聯繫我們',
'help' => '幫助',
'login' => '登錄',
- 'signup' => '註冊',
+ 'register' => '註冊',
'username' => '用戶名',
'input_username' => '請輸入用戶名',
'password' => '密碼',
@@ -52,6 +52,9 @@ $LANG = array(
'bandwidth' => '月流量額度',
'daily-hits' => '每日點擊額度',
'host-inodes' => '信息節點額度',
- 'unlimited' => '無限'
+ 'unlimited' => '無限',
+ 'resetpassword' => 'Reset Password',
+ 'domain' => 'Domain',
+ 'input_domain' => 'Please Input Domain',
);
diff --git a/index.php b/index.php
index 56ec7cf..5403c01 100644
--- a/index.php
+++ b/index.php
@@ -9,81 +9,76 @@
=$title?>
-
-
-
-
-
Choice Domain
-
-
-
-
+
+
+
+
Automated features!
+
+
+
We provide free FTP, PHP 5.3, MySQL and our very popular feature: The Automatic Script Installer Fantastico can install many popular scripts such as PHPbb2 and PHPbb3, Wordpress, Zen-Cart, osCommerce, MyBB, UseBB, MyLittle Forum, 4images, Coppermine, SMF, Joomla, e107, XOOPS, PHP Wind, CuteNews, Mambo, WikiWig and many more! No need to wait a long time uploading files, Our Automatic Script Installer deploys your files in seconds!.
+
+
+
Quotas and forum
+
+
Combined with our high bandwidth, space provisions and excellent sub-domain options, make us the optimal option. Our very popular Community Forums has been taken up excellently and active members are growing steadily, hence resulting in a better hosting and friendly experience..
+
Cluster servers
+
We are using a powerful cluster of webservers that are all interconnected to act as one giant super computer.
+
+
+
-
-
-
-
-
Automated features!
-
-
-
We provide free FTP, PHP 5.3, MySQL and our very popular feature: The Automatic Script Installer Fantastico can install many popular scripts such as PHPbb2 and PHPbb3, Wordpress, Zen-Cart, osCommerce, MyBB, UseBB, MyLittle Forum, 4images, Coppermine, SMF, Joomla, e107, XOOPS, PHP Wind, CuteNews, Mambo, WikiWig and many more! No need to wait a long time uploading files, Our Automatic Script Installer deploys your files in seconds!.
-
-
-
Quotas and forum
-
-
Combined with our high bandwidth, space provisions and excellent sub-domain options, make us the optimal option. Our very popular Community Forums has been taken up excellently and active members are growing steadily, hence resulting in a better hosting and friendly experience..
-
Cluster servers
-
We are using a powerful cluster of webservers that are all interconnected to act as one giant super computer.
-
-
-
-
-
+ }
+ $('.check-domain').click(function () {
+ subCheck();
+ });
+ $('#domainInput').keyup(function(event){
+ if(event.keyCode == 13) {
+ subCheck();
+ }
+ });
+ function subCheck () {
+ var domain = $('#domainInput').val()
+ if (domain) {
+ $.ajax({
+ type: 'post',
+ url: 'https://api.croidc.cn/mofh/DomainCheck',
+ dataType: 'json',
+ contentType : "application/json",
+ data: JSON.stringify({
+ domain: domain
+ }),
+ success: function (x) {
+ console.log(x);
+ }
+ })
+ }
+ }
+
\ No newline at end of file
diff --git a/legal_cancellation-refund.php b/legal_cancellation-refund.php
index 9611a3f..b348465 100644
--- a/legal_cancellation-refund.php
+++ b/legal_cancellation-refund.php
@@ -13,14 +13,22 @@
+
+
+
-
+
diff --git a/legal_payment-methods.php b/legal_payment-methods.php
index e589028..d036a48 100644
--- a/legal_payment-methods.php
+++ b/legal_payment-methods.php
@@ -13,14 +13,22 @@
+
+
+
-
+
diff --git a/legal_privacy.php b/legal_privacy.php
index 0db5225..7a1b7ba 100644
--- a/legal_privacy.php
+++ b/legal_privacy.php
@@ -13,14 +13,22 @@
+
+
+
-
+
diff --git a/legal_terms.php b/legal_terms.php
index a95302e..3c0ac5d 100644
--- a/legal_terms.php
+++ b/legal_terms.php
@@ -13,14 +13,21 @@
+
+
-
+
diff --git a/login.php b/login.php
index 67d6392..b943a76 100644
--- a/login.php
+++ b/login.php
@@ -9,23 +9,38 @@
=$title?> -
+
-