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 44d6f49ce3604bf694191db941ea45a0f85a56ed..07aceffb211f51979bb27582c0016e74a995d2fe 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-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;
+ }
}
-.form-signin input[type="password"] {
- margin-bottom: 10px;
- border-top-left-radius: 0;
- border-top-right-radius: 0;
+
+@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 9f4ffecf8ba1b854e5f5703b7cfa9e7d65dd4cdc..fdd3de2f64bbfed555ee4733fd83641afb569289 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 d7fdef04ce6a7df1004f212e1b482cee9d8dd250..00d0ddc602d6900335f9169ef8ff38b7d2529288 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 0000000000000000000000000000000000000000..21d36cb27c20c9571de071a3f260881a297136f0
--- /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 0000000000000000000000000000000000000000..d806baa22c70669e17e6c17395acd9f610320889
Binary files /dev/null and b/images/banner.jpg differ
diff --git a/include/language.php b/include/language.php
index c101a34525973e0394640a7fe1215028aa7b8956..caa08e0e78a9e8f3675c0b8fb01db4f1e8dec87b 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 5f1fe8dfaf7079b6b660476e602adeeee2002f36..7972e655b345c6216bfc453500c0b2335b4c8b49 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 fd0878554f91e51a0a845cc9f4eb24e60d293265..15bd56d2f766578b6b5f3eafd2582bfcfb807c41 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 e36c8abb9495d829096fba4934d3611c797748ce..97c35d60398826a1d8ca8cf028e5130f0048e771 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 e36c8abb9495d829096fba4934d3611c797748ce..97c35d60398826a1d8ca8cf028e5130f0048e771 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 56ec7cff97fd81a433dc35b10b096668620bbeb7..5403c0137ed1199a837ba3990bd37ee81c5f442b 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.
+
+
-
-
-
-
+ }
+
\ No newline at end of file
diff --git a/legal_cancellation-refund.php b/legal_cancellation-refund.php
index 9611a3fad6a3e554933d6cbeae6f173fb9e3eb3f..b348465e5d3a5a551ea04f950b97e78ef2bf9542 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 e589028b3e5528c77872f6afec174d2de2c894f5..d036a481473485cded915ba17f397764584bbc46 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 0db5225ad5e4297b9ade9bf615a9cd40698919b4..7a1b7bab6989c9a4eb253413df99f6ab74c74621 100644
--- a/legal_privacy.php
+++ b/legal_privacy.php
@@ -13,14 +13,22 @@
+
+
+
-
+
diff --git a/legal_terms.php b/legal_terms.php
index a95302ee4fb0b99443aa1fc2799941ee06597fa4..3c0ac5dc62cdb6841becf211d16c43c8fb2f544c 100644
--- a/legal_terms.php
+++ b/legal_terms.php
@@ -13,14 +13,21 @@
+
+
-
+
diff --git a/login.php b/login.php
index 67d639231d235dad9eafd4de64ecbf7b56d50b39..b943a7674e20bd3e6fa8402cf05c65d087a4f8b2 100644
--- a/login.php
+++ b/login.php
@@ -9,23 +9,38 @@
=$title?> -
+
-