1.Update multi-language module

2.add: Add Korean Language
This commit is contained in:
doudoudzj 2018-12-11 17:57:47 +08:00
parent a833a6373d
commit c5161c8c65
25 changed files with 1392 additions and 1357 deletions

View file

@ -3,7 +3,7 @@ define('IN_SYS', true);
require_once "core.php";
?>
<!DOCTYPE html>
<html lang="<?php echo $current_language; ?>">
<html lang="<?php echo $current_lang; ?>">
<head>
<meta charset="utf-8">
<title>About Crogram - <?php echo $title;?></title>

View file

@ -3,7 +3,7 @@ define('IN_SYS', true);
require_once "core.php";
?>
<!DOCTYPE html>
<html lang="<?php echo $current_language; ?>">
<html lang="<?php echo $current_lang; ?>">
<head>
<meta charset="utf-8">
<title>About Crogram - <?php echo $title;?></title>

View file

@ -3,7 +3,7 @@ define('IN_SYS', true);
require_once "core.php";
?>
<!DOCTYPE html>
<html lang="<?php echo $current_language; ?>">
<html lang="<?php echo $current_lang; ?>">
<head>
<meta charset="utf-8">
<title>About UIISC - <?php echo $title;?></title>

View file

@ -3,42 +3,41 @@
require_once ("core.php");
?>
<!DOCTYPE html>
<html lang="<?php echo $current_language; ?>">
<html lang="<?php echo $current_lang; ?>">
<head>
<meta charset="utf-8">
<title><?=$title?> - <?php echo $LANG['contact_us']; ?></title>
<?php include ("headmate.php"); ?>
</head>
<body>
<?php include ("nav.php"); ?>
<div class="container">
<div class="row">
<section class="section-wrap">
<div class="container">
<div class="row">
<div class="hidden-xs col-sm-12 col-md-12 termsHead">
<div class="container">
<div class="page-header">
<h1><?php echo $LANG['contact_us']; ?></h1>
</div>
<div class="col-sm-12 col-md-12">
<h2>Contact</h2>
<p>If you have any problems or have the need to contact us to ask a question,
you can use the <span>integrated support system</span> in your control panel to create a support ticket.</p>
<p>We will reply to your question as soon as possible.</p>
<p>For technical support please look at the <a href="http://byet.net/forumdisplay.php?f=28" target="_blank">Knowledge Base</a></p>
</div>
<div class="col-sm-12 col-md-12">
<h2><?php echo $LANG['address']; ?></h2>
<p>Shanghai China.</p>
</div>
<div class="col-sm-12 col-md-12">
<h2>Others</h2>
<p class="alert alert-warning"><i class="glyphicon glyphicon-info-sign"></i> Crogram Inc.</p>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-12">
<h2>Contact</h2>
<p>If you have any problems or have the need to contact us to ask a question,
you can use the <span>integrated support system</span> in your control panel to create a support ticket.</p>
<p>We will reply to your question as soon as possible.</p>
<p>For technical support please look at the <a href="http://byet.net" target="_blank">Knowledge Base</a></p>
</div>
<div class="col-sm-12 col-md-12">
<h2><?php echo $LANG['address']; ?></h2>
<p>Shanghai China.</p>
</div>
<div class="col-sm-12 col-md-12">
<h2>Others</h2>
<p class="alert alert-warning"><i class="glyphicon glyphicon-info-sign"></i> Crogram Inc.</p>
</div>
</div>
</div>
<?php include ("footer.php"); ?>
</body>
</html>

View file

@ -1,18 +1,6 @@
* {
body {
margin: 0;
padding: 0;
}
input {
border: 0;
outline-width: 0 !important;
}
button {
outline-width: 0 !important;
}
body {
padding-top: 20px;
padding-bottom: 100px;
line-height: 1.5;
@ -23,12 +11,19 @@ body {
overflow-y: auto;
}
.section-wrap {
padding: 10px 0;
input {
border: 0;
outline-width: 0 !important;
}
.section-wrap.title {
border-bottom: 1px solid;
button {
outline-width: 0 !important;
}
.section-wrap {
padding: 10px 0;
}
.home {
@ -143,41 +138,11 @@ body.fixed-header-on {
}
.form-account {
max-width: 330px;
max-width: 300px;
padding: 15px;
margin: 0 auto;
}
.form-account .form-control {
position: relative;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 16px;
}
.form-account .form-control:focus {
z-index: 2;
}
.form-account .checkbox {
margin-bottom: 10px;
font-weight: normal;
}
.form-account input[type="text"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.form-account input[type="password"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.form-domain {
max-width: 430px;
padding: 15px;

View file

@ -11,19 +11,20 @@ if (!defined('IN_SYS')) {
<div class="navbar-inner navbar-content-center" style="padding-top:15px;">
<ul class="navbar-left list-inline text-center text-muted credit">
<li>
&copy; 2018 <a href="/index.php"><?=$title_s?></a>&nbsp;&nbsp;
Powered by <a href="https://crogram.com" target="blank">Crogram</a>, Partnered with <a href="https://ifastnet.com" target="blank">iFastNet</a>
<span>&copy;&nbsp;2018 <a href="/index.php"><?=$title_s?></a>&nbsp;</span>
<span>&nbsp;Powered by <a href="https://crogram.com" target="blank">Crogram</a>&nbsp;</span>
<span>&nbsp;Partnered with <a href="https://ifastnet.com" target="blank">iFastNet</a>&nbsp;</span>
</li>
</ul>
<ul class="legal navbar-right list-inline text-center">
<li class="dropup">
<div class="dropdown-toggle" id="changelanguage" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="glyphicon glyphicon-globe"></span>
<a href="#"><?php echo $languages[$current_language]; ?></a>
<a href="#"><?php echo $languages[$current_lang][0]; ?></a>
</div>
<ul class="dropdown-menu language-change" aria-labelledby="changelanguage">
<?php foreach ($languages as $key => $value) {
echo '<li><a class="language-change-click" data-language="' .$key. '" href="javascript://">' .$languages[$key]. '</a></li>';
echo '<li><a class="language-change-click" data-language="' .$key. '" href="javascript://">' .$languages[$key][0]. '</a></li>';
}?>
</ul>
@ -34,16 +35,16 @@ if (!defined('IN_SYS')) {
</div>
</div>
</footer>
<script src="./js/jquery.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/ie10-viewport-bug-workaround.js"></script>
<script src="./js/common.js?_=<?php echo $static_release; ?>"></script>
<script src="/js/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/ie10-viewport-bug-workaround.js"></script>
<script src="/js/common.js?_=<?php echo $static_release; ?>"></script>
<script type="text/javascript">
var domain = "<?php echo $lang->getDomain(); ?>";
var cur_language = "<?php echo $current_language; ?>";
function change_language(lan) {
setCookie('lang', lan, 1, '/', domain, false);
if (cur_language == lan) {
var cur_lang = "<?php echo $current_lang; ?>";
function change_language(lang) {
setCookie('lang', lang, 1, '/', domain, false);
if (cur_lang == lang) {
return;
}
<?php if (!$_POST) {?>document.location.reload();<?php }?>

View file

@ -3,37 +3,32 @@
require_once ("core.php");
?>
<!DOCTYPE html>
<html lang="<?php echo $current_language; ?>">
<html lang="<?php echo $current_lang; ?>">
<head>
<meta charset="utf-8">
<title><?=$title?> - <?php echo $LANG['contact_us']; ?></title>
<?php include ("headmate.php"); ?>
</head>
<body>
<?php include ("nav.php"); ?>
<div class="bs-docs-header">
<?php include ("nav.php"); ?>
<div class="container">
<h1><?php echo $LANG['help']; ?></h1>
<p><?php echo $LANG['help']; ?></p>
<div class="page-header">
<h1><?php echo $LANG['help']; ?></h1>
</div>
</div>
</div>
<div class="container">
<div class="row">
<section class="section-wrap">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-12">
<h2><?php echo $LANG['help']; ?></h2>
<p>If you have any problems or have the need to contact us to ask a question,
you can use the <span>integrated support system</span> in your control panel to create a support ticket.</p>
<p>We will reply to your question as soon as possible.</p>
<p>For technical support please look at the <a href="mailto:&#100;&#111;&#117;&#100;&#111;&#117;&#100;&#122;&#106;&#64;&#115;&#105;&#110;&#97;&#46;&#99;&#111;&#109;" target="_blank">Email Support</a></p>
</div>
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-12">
<h2><?php echo $LANG['help']; ?></h2>
<p>If you have any problems or have the need to contact us to ask a question,
you can use the <span>integrated support system</span> in your control panel to create a support ticket.</p>
<p>We will reply to your question as soon as possible.</p>
<p>For technical support please look at the <a href="mailto:&#100;&#111;&#117;&#100;&#111;&#117;&#100;&#122;&#106;&#64;&#115;&#105;&#110;&#97;&#46;&#99;&#111;&#109;" target="_blank">Email Support</a></p>
</div>
</div>
</section>
</div>
</div>
</div>
<?php include ("footer.php"); ?>
</body>
</html>

View file

@ -1,141 +1,139 @@
<?php
// $languages = array();
// $languages['zh-CN']['name'] = 'china';
// $languages['zh-CN']['image'] = 'flag1.jpg';
// $languages['en-US']['name'] = 'english';
// $languages['en-US']['image'] = 'flag2.jpg';
$languages = array(
'en-US' => 'English',
'zh-CN' => '简体中文',
'zh-HK' => '繁體中文(香港)',
'zh-TW' => '繁體中文(台湾)'
'en-US' => array('English', 'English'),
'zh-CN' => array('简体中文', 'Chinese_simplified'),
'zh-HK' => array('繁體中文(香港)', 'Chinese_traditional'),
'zh-TW' => array('繁體中文(台湾)', 'Chinese_traditional'),
'zh-SG' => array('中文(新加坡)', 'Chinese_simplified'),
'ko' => array('한국', 'Korean')
);
class Language
{
public $language_area;
public $language_country;
public $language_dir;
public $dir;
public function __construct()
{
$this->dir = str_replace("\\", "/", dirname(__FILE__)) . "/language/";
$this->initDefaultLanguage();
if (empty($this->language_country) && !empty($this->language_area)) {
$this->language_country = substr($this->language_area, 0, strpos($this->language_area, "-"));
}
$this->initLanguageDir();
}
/*
取得翻译文件的绝对路径
*/
public function getFileDir($file)
{
$dir = $this->dir;
if (file_exists($this->getLanguageDir() . $file)) {
return $this->getLanguageDir() . $file;
} else {
if (file_exists($dir . $this->language_area . "/" . $file)) {
return $dir . $this->language_area . "/" . $file;
} else {
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;
// }
public $language_area;
public $language_country;
public $language_dir;
public $dir;
public function __construct()
{
$this->dir = str_replace("\\", "/", dirname(__FILE__)) . "/language/";
$this->initDefaultLanguage();
if (empty($this->language_country) && !empty($this->language_area)) {
$this->language_country = substr($this->language_area, 0, strpos($this->language_area, "-"));
}
}
$this->initLanguageDir();
}
}
/*
取得当前使用语言的文件夹
*/
public function getLanguageDir()
{
return $this->language_dir;
}
/*
初始化语言文件夹
*/
private function initLanguageDir()
{
$dir = $this->dir;
if (file_exists($dir . $this->language_area) && !empty($this->language_area)) {
$this->language_dir = $dir . $this->language_area . '/';
} else {
if (file_exists($dir . $this->language_country) && !empty($this->language_country)) {
$this->language_dir = $dir . $this->language_country . '/';
} else {
$this->language_dir = $dir . 'en-US/';
}
}
}
/*
初始化默认语言
*/
public function initDefaultLanguage()
{
if ($this->getCookieLanguage()) {
return;
/*
取得翻译文件的绝对路径
*/
public function getFileDir($file)
{
$dir = $this->dir;
if (file_exists($this->getLanguageDir() . $file)) {
return $this->getLanguageDir() . $file;
} else {
if (file_exists($dir . $this->language_area . "/" . $file)) {
return $dir . $this->language_area . "/" . $file;
} else {
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;
// }
}
}
}
}
$language = $_SERVER['HTTP_ACCEPT_LANGUAGE'];
preg_match_all("/[\\w-]+/", $language, $language);
$this->language_area = $language[0][0];
@($this->language_country = $language[0][1]);
$this->setCookieLanguage();
}
/*
从cookie中导入语言种类
*/
public function getCookieLanguage()
{
if (!@empty($_COOKIE['lang'])) {
$language = $_COOKIE['lang'];
if (strpos($language, "-")) {
$this->language_area = $language;
} else {
$this->language_country = $language;
}
return true;
/*
取得当前使用语言的文件夹
*/
public function getLanguageDir()
{
return $this->language_dir;
}
return false;
}
/*
把当前的语言种类放到cookie中
*/
public function setCookieLanguage($lang = "")
{
if (empty($lang)) {
$lang = $this->language_area;
/*
初始化语言文件夹
*/
private function initLanguageDir()
{
$dir = $this->dir;
if (file_exists($dir . $this->language_area) && !empty($this->language_area)) {
$this->language_dir = $dir . $this->language_area . '/';
} else {
if (file_exists($dir . $this->language_country) && !empty($this->language_country)) {
$this->language_dir = $dir . $this->language_country . '/';
} else {
$this->language_dir = $dir . 'en-US/';
}
}
}
if (empty($lang)) {
$lang = $this->language_country;
/*
初始化默认语言
*/
public function initDefaultLanguage()
{
if ($this->getCookieLanguage()) {
return;
}
$language = $_SERVER['HTTP_ACCEPT_LANGUAGE'];
preg_match_all("/[\\w-]+/", $language, $language);
$this->language_area = $language[0][0];
@($this->language_country = $language[0][1]);
$this->setCookieLanguage();
}
if (empty($lang)) {
return false;
/*
从cookie中导入语言种类
*/
public function getCookieLanguage()
{
if (!@empty($_COOKIE['lang'])) {
$language = $_COOKIE['lang'];
if (strpos($language, "-")) {
$this->language_area = $language;
} else {
$this->language_country = $language;
}
return true;
}
return false;
}
setcookie("lang", $lang, time() + 365 * 24 * 3600, "/", $this->getDomain());
return true;
}
public function getDomain()
{
if (empty($this->domain)) {
$domain = $_SERVER['SERVER_NAME'];
if (strcasecmp($domain, "localhost") === 0) {
$this->domain = $domain;
return $this->domain;
}
if (preg_match("/^(\\d+\\.){3}\\d+\$/", $domain, $domain_temp)) {
$this->domain = $domain_temp[0];
return $this->domain;
}
preg_match_all("/\\w+\\.\\w+\$/", $domain, $domain);
$this->domain = $domain[0][0];
return $this->domain;
} else {
return $this->domain;
/*
把当前的语言种类放到cookie中
*/
public function setCookieLanguage($lang = "")
{
if (empty($lang)) {
$lang = $this->language_area;
}
if (empty($lang)) {
$lang = $this->language_country;
}
if (empty($lang)) {
return false;
}
setcookie("lang", $lang, time() + 365 * 24 * 3600, "/", $this->getDomain());
return true;
}
public function getDomain()
{
if (empty($this->domain)) {
$domain = $_SERVER['SERVER_NAME'];
if (strcasecmp($domain, "localhost") === 0) {
$this->domain = $domain;
return $this->domain;
}
if (preg_match("/^(\\d+\\.){3}\\d+\$/", $domain, $domain_temp)) {
$this->domain = $domain_temp[0];
return $this->domain;
}
preg_match_all("/\\w+\\.\\w+\$/", $domain, $domain);
$this->domain = $domain[0][0];
return $this->domain;
} else {
return $this->domain;
}
}
}
}

View file

@ -1,6 +1,5 @@
<?php
$LANG = array(
'language' => 'English',
'home' => 'Home',
'solution' => 'Solution',
'news' => 'News',
@ -60,5 +59,6 @@ $LANG = array(
'domain' => 'Domain',
'input-domain' => 'Please Input Domain',
'support' => 'Support',
'not-support' => 'Not Support'
'not-support' => 'Not Support',
'more' => 'More'
);

View file

@ -0,0 +1,64 @@
<?php
$LANG = array(
'home' => 'Home',
'solution' => 'Solution',
'news' => '뉴스',
'contact' => '접촉',
'contact_us' => '문의하기',
'help' => '도움',
'login' => '로그인',
'register' => '레지스터',
'username' => '사용자 이름',
'input_username' => '사용자 이름을 입력하십시오.',
'password' => '암호',
'input_password' => '암호를 입력하십시오',
'email' => '이메일',
'input_email' => '이메일 주소를 입력 해주세요',
'site_category' => 'Site Category',
'personal' => '개인적인',
'business' => '사업',
'hobby' => '취미',
'forum' => '게시판',
'adult' => '성인',
'dating' => '약속',
'software_download' => 'Software / Download',
'choose_from_below' => 'Choose from Below',
'site_language' => '웹 사이트 언어',
'english' => 'English',
'non_english' => 'Non English',
'security_code' => 'Security Code',
'input_security_code' => 'Please Input Security Code',
'input_security_code_above' => 'Please Input Security Code Above',
'legal_information' => 'Legal Information',
'privacy_policy' => 'Privacy Policy',
'tos' => 'Terms of service',
'cancellation_refund' => 'Cancellation & Refund',
'payment_methods' => 'Payment Methods & Information',
'signup_free_hosting' => 'Sign Up For Free Hosting',
'remember_me' => 'Remember me',
'please_login' => '로그인 해주세요',
'lost_password' => 'Lost your password?',
'address' => 'Address',
'host-plan' => 'Host Plan',
'host-plan-free' => '무료 호스팅',
'host-plan-paid' => 'Paid Hosting',
'host-plan-super' => 'Super Hosting',
'host-plan-ultimate' => 'Ultimate Hosting',
'ftp-accounts' => 'FTP 계정',
'free-domains' => '무료 도메인',
'sub-domains' => '서브도메인',
'add-on-domains' => '추가 도매인',
'parked-domains' => '도메인 파킹',
'mysql-databases' => 'MySQL 계정',
'disk-quota' => '저장 용량',
'monthly-bandwidth' => '트래픽',
'daily-hits' => '일일 조회수 사용됨',
'host-inodes' => '사용 된 Inode',
'unlimited' => '제한 없는',
'reset-password' => '암호를 재설정',
'domain' => '도메인 이름',
'input-domain' => 'Please Input Domain',
'support' => '지원됨',
'not-support' => '지원 안함',
'more' => '많은'
);

View file

@ -1,6 +1,5 @@
<?php
$LANG = array(
"language" => "Chinese_simplified",
"home" => "主页",
"solution" => "方案",
"news" => "新闻",
@ -60,5 +59,6 @@ $LANG = array(
"domain" => "域名",
"input-domain" => "请输入域名",
'support' => '支持',
'not-support' => '不支持'
'not-support' => '不支持',
'more' => '更多'
);

View file

@ -1,6 +1,5 @@
<?php
$LANG = array(
'language' => 'Chinese_traditional',
'home' => '主頁',
'solution' => '方案',
'news' => '新聞',
@ -60,6 +59,7 @@ $LANG = array(
'domain' => '域名',
'input-domain' => '請輸入域名',
'support' => '支持',
'not-support' => '不支持'
'not-support' => '不支持',
'more' => '更多'
);

View file

@ -1,6 +1,5 @@
<?php
$LANG = array(
'language' => 'Chinese_traditional',
'home' => '主頁',
'solution' => '方案',
'news' => '新聞',
@ -60,6 +59,7 @@ $LANG = array(
'domain' => '域名',
'input-domain' => '請輸入域名',
'support' => '支持',
'not-support' => '不支持'
'not-support' => '不支持',
'more' => '更多'
);

View file

@ -3,7 +3,7 @@
require_once ("core.php");
?>
<!DOCTYPE html>
<html lang="<?php echo $current_language; ?>">
<html lang="<?php echo $current_lang; ?>">
<head>
<meta charset="utf-8">
<title><?=$title?></title>

View file

@ -7,8 +7,8 @@ if (!defined('IN_SYS')) {
include_once dirname(__FILE__) . '/include/language.php';
$lang = new Language();
// print_r($lang->language_area);
$current_language = getCurrentLanguage();
// print_r($current_language);
$current_lang = getCurrentLanguage();
// print_r($current_lang);
function getCurrentLanguage()
{
global $lang, $languages;

View file

@ -5,92 +5,94 @@
// preg_match('/<footer[^>]*id="footer"[^>]*>(.*?) <//footer>/si', $html, $match);
?>
<!DOCTYPE html>
<html lang="<?php echo $current_language; ?>">
<html lang="<?php echo $current_lang; ?>">
<head>
<meta charset="utf-8">
<title><?=$title?> - Cancellation & Refund</title>
<?php include ("headmate.php"); ?>
</head>
<body>
<?php include ("nav.php"); ?>
<div class="container">
<div class="row">
<section class="section-wrap title">
<div class="container">
<h2 class="text-center">Cancelation policy &amp; Refund policy</h2>
<p class="text-center">Cancelation &amp; refund information</p>
</div>
</section>
<section class="section-wrap cancelationInfo">
<div class="container">
<div class="row">
<div class="hidden-xs col-sm-12 col-md-12 termsHead"><h1>Cancellation Policy</h1></div>
<div class="col-sm-12 col-md-12">
<p>IFastNet.com (IFastNet LTD) believes in helping its customers as far as possible, and has
therefore a liberal cancellation policy. Under this policy:</p>
<ul type="d">
<li>Cancellations will be considered only if the request is made within 7 days of placing an
order. However, the cancellation request will not be entertained if the orders have been
communicated to the vendors/merchants and they have initiated the process of provisioning
services.
</li>
<li>Cancelations must be communicated to Ifastnet.com a minimum of 14 days before the service is
due. Failure to cancel before this period is acceptance of renewal of the service.
</li>
</ul>
</div>
<?php include ("nav.php"); ?>
<div class="container">
<div class="page-header">
<h1 class="text-center"><?php echo $LANG['cancellation_refund']; ?></a></h1>
<p class="text-center">Cancelation &amp; refund information</p>
</div>
</div>
<section class="section-wrap cancelationInfo">
<div class="container">
<div class="row">
<div class="hidden-xs col-sm-12 col-md-12">
<h2>Cancellation Policy</h2>
</div>
<div class="col-sm-12 col-md-12">
<p>IFastNet.com (IFastNet LTD) believes in helping its customers as far as possible, and has
therefore a liberal cancellation policy. Under this policy:</p>
<ul type="d">
<li>Cancellations will be considered only if the request is made within 7 days of placing an
order. However, the cancellation request will not be entertained if the orders have been
communicated to the vendors/merchants and they have initiated the process of provisioning
services.
</li>
<li>Cancelations must be communicated to Ifastnet.com a minimum of 14 days before the service is
due. Failure to cancel before this period is acceptance of renewal of the service.
</li>
</ul>
</div>
</div>
</section>
<section class="section-wrap refundInfo">
<div class="container">
<div class="row">
<div class="hidden-xs col-sm-12 col-md-12 termsHead"><h1>Refund Policy</h1></div>
<div class="col-sm-12 col-md-12">
<p>When you buy our products/services, your purchase is covered by our 7-day money-back guarantee.
If you are, for any reason, not entirely happy with your purchase, we will cheerfully issue a
full refund. We develop and sell software that we use ourselves every day and have thousands of
satisfied customers worldwide, and our support is second to none. That is why we can afford to
back our products with this special guarantee.</p>
</div>
</section>
<section class="section-wrap refundInfo">
<div class="container">
<div class="row">
<div class="hidden-xs col-sm-12 col-md-12"><h1>Refund Policy</h1></div>
<div class="col-sm-12 col-md-12">
<p>When you buy our products/services, your purchase is covered by our 7-day money-back guarantee.
If you are, for any reason, not entirely happy with your purchase, we will cheerfully issue a
full refund. We develop and sell software that we use ourselves every day and have thousands of
satisfied customers worldwide, and our support is second to none. That is why we can afford to
back our products with this special guarantee.</p>
<p>To request a refund, simply contact us with your
purchase details within seven (7) days of your purchase. Please include your order number (sent
to you via email after ordering) and optionally tell us why youre requesting a refund we take
customer feedback very seriously and use it to constantly improve our products and quality of
service. Refunds are not being provided for services delivered in full such as installation
service and provided knowledge base hosting service. Refunds are being processed within a 7 day
period.</p>
<p>To request a refund, simply contact us with your
purchase details within seven (7) days of your purchase. Please include your order number (sent
to you via email after ordering) and optionally tell us why youre requesting a refund we take
customer feedback very seriously and use it to constantly improve our products and quality of
service. Refunds are not being provided for services delivered in full such as installation
service and provided knowledge base hosting service. Refunds are being processed within a 7 day
period.</p>
<p>If a service is canceled and a refund requested, the cost incurred of renewing or providing a
free domain name (if included with the service being canceled ) will be minused from the refund
amount (this could sometimes lead to a negative value).</p>
<p>If a service is canceled and a refund requested, the cost incurred of renewing or providing a
free domain name (if included with the service being canceled ) will be minused from the refund
amount (this could sometimes lead to a negative value).</p>
<p class="alert alert-warning"><i class="glyphicon glyphicon-info-sign"></i> Domain name renewal / registration fees and costs are non-refundable.</p>
</div>
<p class="alert alert-warning"><i class="glyphicon glyphicon-info-sign"></i> Domain name renewal / registration fees and costs are non-refundable.</p>
</div>
</div>
</section>
<section class="section-wrap">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-12 terms_policies_menu">
<div class="panel panel-default">
<div class="panel-heading"><i class="glyphicon glyphicon-list-alt"></i> Other legal information</div>
<div class="panel-body">
<ul>
<li><a href="./legal_terms.php"><?php echo $LANG['tos']; ?></a></li>
<li class="active"><?php echo $LANG['cancellation_refund']; ?></li>
<li><a href="./legal_privacy.php"><?php echo $LANG['privacy_policy']; ?></a></li>
<li><a href="./legal_payment-methods.php"><?php echo $LANG['payment_methods']; ?></a></li>
</ul>
</div>
</div>
</section>
<section class="section-wrap">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-12 terms_policies_menu">
<div class="panel panel-default">
<div class="panel-heading"><i class="glyphicon glyphicon-list-alt"></i> Other legal information</div>
<div class="panel-body">
<ul>
<li><a href="./legal_terms.php"><?php echo $LANG['tos']; ?></a></li>
<li class="active"><?php echo $LANG['cancellation_refund']; ?></li>
<li><a href="./legal_privacy.php"><?php echo $LANG['privacy_policy']; ?></a></li>
<li><a href="./legal_payment-methods.php"><?php echo $LANG['payment_methods']; ?></a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</section>
<?php include ("footer.php"); ?>
</body>
</html>

View file

@ -5,84 +5,84 @@
// preg_match('/<footer[^>]*id="footer"[^>]*>(.*?) <//footer>/si', $html, $match);
?>
<!DOCTYPE html>
<html lang="<?php echo $current_language; ?>">
<html lang="<?php echo $current_lang; ?>">
<head>
<meta charset="utf-8">
<title><?=$title?> - <?php echo $LANG['payment_methods']; ?></title>
<?php include ("headmate.php"); ?>
</head>
<body>
<?php include ("nav.php"); ?>
<div class="container">
<div class="row">
<section class="section-wrap title">
<div class="container">
<h2 class="text-center"><?php echo $LANG['payment_methods']; ?></h2>
<p class="text-center">Payment methods information</p>
</div>
</section>
<section class="section-wrap paymentsInfo">
<div class="container">
<div class="row">
<div class="hidden-xs col-sm-12 col-md-12 termsHead"><h1><?php echo $LANG['payment_methods']; ?></h1></div>
<div class="col-sm-12 col-md-12">
<p>We currently accept payments using 3 major payment gateways:</p>
<ul>
<li><strong>Paypal</strong> - using credit cards and paypal accounts</li>
<li><strong>WorldPay</strong> - instant credit cards payments</li>
<li><strong>2CheckOut</strong> - instant and recurrent credit cards payments as well as paypal payments where countries support it.</li>
</ul>
</div>
<?php include ("nav.php"); ?>
<div class="container">
<div class="page-header">
<h1 class="text-center"><?php echo $LANG['payment_methods']; ?></a></h1>
<p class="text-center">Payment methods information</p>
</div>
</div>
<section class="section-wrap paymentsInfo">
<div class="container">
<div class="row">
<div class="hidden-xs col-sm-12 col-md-12">
<h2><?php echo $LANG['payment_methods']; ?></h2>
</div>
<div class="col-sm-12 col-md-12">
<p>We currently accept payments using 3 major payment gateways:</p>
<ul>
<li><strong>Paypal</strong> - using credit cards and paypal accounts</li>
<li><strong>WorldPay</strong> - instant credit cards payments</li>
<li><strong>2CheckOut</strong> - instant and recurrent credit cards payments as well as paypal payments where countries support it.</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="section-wrap sectionPaymentLogos">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-12">
<div class="col-sm-12 col-md-12">
<img src="./images/payment/paypal.jpg" border="0" alt="Paypal payments">
<img src="./images/payment/poweredByWorldPay.gif" border="0" alt="Worldpay payments">
<img src="./images/payment/2co11.jpg" border="0" alt="2CheckOut payments">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-12">
<div class="col-sm-12 col-md-12">
<img src="./images/payment/paypal.jpg" border="0" alt="Paypal payments">
<img src="./images/payment/poweredByWorldPay.gif" border="0" alt="Worldpay payments">
<img src="./images/payment/2co11.jpg" border="0" alt="2CheckOut payments">
</div>
<div class="col-sm-12 col-md-12">
<img src="./images/payment/visa_debit.gif" border="0" alt="Visa Debit payments supported by WorldPay">
<img src="./images/payment/visa_electron.gif" border="0" alt="Visa Electron payments supported by WorldPay">
<img src="./images/payment/mastercard.gif" border="0" alt="Mastercard payments supported by WorldPay">
<img src="./images/payment/maestro.gif" border="0" alt="Maestro payments supported by WorldPay">
<img src="./images/payment/AMEX.gif" border="0" alt="American Express payments supported by WorldPay">
<img src="./images/payment/diners.gif" border="0" alt="Diners payments supported by WorldPay">
<img src="./images/payment/JCB.gif" border="0" alt="JCB payments supported by WorldPay">
<img src="./images/payment/laser.gif" border="0" alt="Laser payments supported by WorldPay">
<img src="./images/payment/ELV.gif" border="0" alt="ELV payments supported by WorldPay">
</div>
</div>
</div>
<div class="col-sm-12 col-md-12">
<img src="./images/payment/visa_debit.gif" border="0" alt="Visa Debit payments supported by WorldPay">
<img src="./images/payment/visa_electron.gif" border="0" alt="Visa Electron payments supported by WorldPay">
<img src="./images/payment/mastercard.gif" border="0" alt="Mastercard payments supported by WorldPay">
<img src="./images/payment/maestro.gif" border="0" alt="Maestro payments supported by WorldPay">
<img src="./images/payment/AMEX.gif" border="0" alt="American Express payments supported by WorldPay">
<img src="./images/payment/diners.gif" border="0" alt="Diners payments supported by WorldPay">
<img src="./images/payment/JCB.gif" border="0" alt="JCB payments supported by WorldPay">
<img src="./images/payment/laser.gif" border="0" alt="Laser payments supported by WorldPay">
<img src="./images/payment/ELV.gif" border="0" alt="ELV payments supported by WorldPay">
</div>
</div>
</div>
</div>
</section>
<section class="section-wrap">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-12 terms_policies_menu">
<div class="panel panel-default">
<div class="panel-heading">
<i class="glyphicon glyphicon-list-alt"></i> Other legal information
</div>
<div class="panel-body">
<ul>
<li><a href="./legal_terms.php"><?php echo $LANG['tos']; ?></a></li>
<li><a href="./legal_cancellation-refund.php"><?php echo $LANG['cancellation_refund']; ?></a></li>
<li><a href="./legal_privacy.php"><?php echo $LANG['privacy_policy']; ?></a></li>
<li class="active"><?php echo $LANG['payment_methods']; ?></li>
</ul>
</div>
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-12 terms_policies_menu">
<div class="panel panel-default">
<div class="panel-heading">
<i class="glyphicon glyphicon-list-alt"></i> Other legal information
</div>
<div class="panel-body">
<ul>
<li><a href="./legal_terms.php"><?php echo $LANG['tos']; ?></a></li>
<li><a href="./legal_cancellation-refund.php"><?php echo $LANG['cancellation_refund']; ?></a></li>
<li><a href="./legal_privacy.php"><?php echo $LANG['privacy_policy']; ?></a></li>
<li class="active"><?php echo $LANG['payment_methods']; ?></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<?php include ("footer.php"); ?>
</body>
</html>

View file

@ -5,110 +5,102 @@
// preg_match('/<footer[^>]*id="footer"[^>]*>(.*?) <//footer>/si', $html, $match);
?>
<!DOCTYPE html>
<html lang="<?php echo $current_language; ?>">
<html lang="<?php echo $current_lang; ?>">
<head>
<meta charset="utf-8">
<title><?=$title?> - <?php echo $LANG['privacy_policy']; ?></title>
<?php include ("headmate.php"); ?>
</head>
<body>
<?php include ("nav.php"); ?>
<!-- <div class="container">
<div class="bs-docs-header">
<h1><?php echo $LANG['privacy_policy']; ?></h1>
<p>Privacy policy information</p>
<?php include ("nav.php"); ?>
<div class="container">
<div class="page-header">
<h1 class="text-center"><?php echo $LANG['privacy_policy']; ?></a></h1>
<p class="text-center">Privacy policy information</p>
</div>
</div>
</div> -->
<section class="section-wrap privacyInfo">
<div class="container">
<div class="row">
<div class="hidden-xs col-sm-12 col-md-12">
<h1>Privacy Policy</h1>
</div>
<div class="col-sm-12 col-md-12">
<h2>IFastNet LTD Privacy Policy</h2>
<div class="container">
<div class="row">
<section class="section-wrap title">
<div class="container">
<h2 class="text-center"><?php echo $LANG['privacy_policy']; ?></h2>
<p class="text-center">Privacy policy information</p>
</div>
</section>
<section class="section-wrap privacyInfo">
<div class="container">
<div class="row">
<div class="hidden-xs col-sm-12 col-md-12 termsHead"><h1>Privacy Policy</h1></div>
<div class="col-sm-12 col-md-12">
<h2>IFastNet LTD Privacy Policy</h2>
<p>In an effort to protect our clients' and site visitors privacy and rights, IFastNet LTD has
established a Privacy Policy which explains what information we gather on visitors and what we
do with information that we gather.</p>
<p>In an effort to protect our clients' and site visitors privacy and rights, IFastNet LTD has
established a Privacy Policy which explains what information we gather on visitors and what we
do with information that we gather.</p>
<p>This Privacy Policy governs the manner in which IFastNet LTD collects, uses, maintains and
discloses information collected from users of this Web site (each, a "User").</p>
</div>
<div class="col-sm-12 col-md-12">
<h2>Privacy</h2>
<p>This Privacy Policy governs the manner in which IFastNet LTD collects, uses, maintains and
discloses information collected from users of this Web site (each, a "User").</p>
</div>
<div class="col-sm-12 col-md-12">
<h2>Privacy</h2>
<p>Users' privacy is very important to IFastNet LTD. We are committed to safeguarding the
information Users entrust to IFastNet LTD.</p>
</div>
<p>Users' privacy is very important to IFastNet LTD. We are committed to safeguarding the
information Users entrust to IFastNet LTD.</p>
</div>
<div class="col-sm-12 col-md-12">
<h2>The information we collect</h2>
<div class="col-sm-12 col-md-12">
<h2>The information we collect</h2>
<p>IFastNet LTD collects personally identifiable information from Users through online forms for
ordering products and services. We may also collect information about how Users use our Web
site, for example, by tracking the number of unique views received by the pages of the Web site
or the domains from which Users originate. We use "cookies" to track how Users use our Web
site.</p>
</div>
<p>IFastNet LTD collects personally identifiable information from Users through online forms for
ordering products and services. We may also collect information about how Users use our Web
site, for example, by tracking the number of unique views received by the pages of the Web site
or the domains from which Users originate. We use "cookies" to track how Users use our Web
site.</p>
</div>
<div class="col-sm-12 col-md-12">
<h2>How we use information</h2>
<div class="col-sm-12 col-md-12">
<h2>How we use information</h2>
<p>IFastNet LTD may use personally identifiable information collected through our Web site to
contact Users regarding products and services offered by IFastNet LTD and its trusted
affiliates, independent contractors and business partners, and otherwise to enhance Users'
experience with IFastNet LTD and such affiliates, independent contractors and business partners.
</p>
<p>IFastNet LTD may use personally identifiable information collected through our Web site to
contact Users regarding products and services offered by IFastNet LTD and its trusted
affiliates, independent contractors and business partners, and otherwise to enhance Users'
experience with IFastNet LTD and such affiliates, independent contractors and business partners.
</p>
<p>At no time will IFastNet LTD's database of users ever be sold to any entity for the purpose of
marketing or mailing lists. Personal information will not be sold or otherwise transferred to
our business partners without your prior consent, except that we will disclose the information
we collect to third parties when, in our good faith judgment, we are obligated to do so under
applicable laws.</p>
</div>
<div class="col-sm-12 col-md-12">
<h2>Cookies</h2>
<p>At no time will IFastNet LTD's database of users ever be sold to any entity for the purpose of
marketing or mailing lists. Personal information will not be sold or otherwise transferred to
our business partners without your prior consent, except that we will disclose the information
we collect to third parties when, in our good faith judgment, we are obligated to do so under
applicable laws.</p>
</div>
<div class="col-sm-12 col-md-12">
<h2>Cookies</h2>
<p>Cookies are small digital signature files that are stored by your web browser that allow your
preferences to be recorded when visiting the website. Also they may be used to track your return
visits to the website.</p>
<p>Cookies are small digital signature files that are stored by your web browser that allow your
preferences to be recorded when visiting the website. Also they may be used to track your return
visits to the website.</p>
<p>3rd party advertising companies may also use cookies for tracking purposes.</p>
</div>
<p>3rd party advertising companies may also use cookies for tracking purposes.</p>
</div>
</div>
</section>
<section class="section-wrap">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-12 terms_policies_menu">
<div class="panel panel-default">
<div class="panel-heading"><i class="glyphicon glyphicon-list-alt"></i> Other legal information
</div>
<div class="panel-body">
<ul>
<li><a href="./legal_terms.php"><?php echo $LANG['tos']; ?></a></li>
<li><a href="./legal_cancellation-refund.php"><?php echo $LANG['cancellation_refund']; ?></a></li>
<li class="active"><?php echo $LANG['privacy_policy']; ?></li>
<li><a href="./legal_payment-methods.php"><?php echo $LANG['payment_methods']; ?></a></li>
</ul>
</div>
</div>
</section>
<section class="section-wrap">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-12 terms_policies_menu">
<div class="panel panel-default">
<div class="panel-heading"><i class="glyphicon glyphicon-list-alt"></i> Other legal information
</div>
<div class="panel-body">
<ul>
<li><a href="./legal_terms.php"><?php echo $LANG['tos']; ?></a></li>
<li><a href="./legal_cancellation-refund.php"><?php echo $LANG['cancellation_refund']; ?></a></li>
<li class="active"><?php echo $LANG['privacy_policy']; ?></li>
<li><a href="./legal_payment-methods.php"><?php echo $LANG['payment_methods']; ?></a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</section>
<?php include ("footer.php"); ?>
</body>
</html>

File diff suppressed because it is too large Load diff

View file

@ -3,7 +3,7 @@
require_once ("core.php");
?>
<!DOCTYPE html>
<html lang="<?php echo $current_language; ?>">
<html lang="<?php echo $current_lang; ?>">
<head>
<meta charset="utf-8">
<title><?=$title?> - <?php echo $LANG['login']; ?></title>
@ -20,22 +20,52 @@
</div>
<div class="panel-body">
<form class="form-group form-horizontal form-account" role="form" action="//cpanel.<?=$domain?>/login.php" method="post" name="login">
<input type="text" name="uname" class="form-control" placeholder="<?php echo $LANG['input_username']; ?>" required autofocus autocomplete="off">
<input type="password" name="passwd" class="form-control" placeholder="<?php echo $LANG['input_password']; ?>" required autocomplete="off">
<input type="hidden" name="language" class="hide" value="<?php echo $LANG['language']; ?>">
<div class="checkbox">
<label>
<input type="checkbox" value="remember-me"><span><?php echo $LANG['remember_me']; ?></span>
<a href="//cpanel.<?=$domain?>/lostpassword.php"><?php echo $LANG['lost_password']; ?></a>
</label>
<div class="form-group">
<input type="text" name="uname" class="form-control" placeholder="<?php echo $LANG['input_username']; ?>" required autofocus autocomplete="off">
</div>
<div class="form-group">
<input type="password" name="passwd" class="form-control" placeholder="<?php echo $LANG['input_password']; ?>" required autocomplete="off">
</div>
<div class="form-group">
<select class="form-control" name="language" id="inputLanguage">
<option disabled><?php echo $LANG['choose_from_below']; ?></option>
<?php foreach ($languages as $key => $value) {
$selected = $key == $current_lang ? 'selected="selected"' : '';
echo '<option value="' .$languages[$key][1]. '" ' .$selected . '>' .$languages[$key][0]. '</option>';
}?>
</select>
</div>
<div class="form-group">
<div class="checkbox">
<label>
<input type="checkbox" value="remember-me"><span><?php echo $LANG['remember_me']; ?></span>
<a href="//cpanel.<?=$domain?>/lostpassword.php"><?php echo $LANG['lost_password']; ?></a>
</label>
</div>
</div>
<div class="form-group">
<button type="submit" name="submit" class="btn btn-primary btn-block"><?php echo $LANG['login']; ?></button>
</div>
<button type="submit" name="submit" class="btn btn-primary btn-block"><?php echo $LANG['login']; ?></button>
</form>
</div>
</div>
</div>
<?php include ("footer.php"); ?>
<!-- <script type="text/javascript">
var domain = "<?php echo $lang->getDomain(); ?>";
var cur_language = "<?php echo $current_lang; ?>";
function change_language(lan) {
setCookie('lang', lan, 1, '/', domain, false);
if (cur_language == lan) {
return;
}
<?php if (!$_POST) {?>document.location.reload();<?php }?>
}
$(".language-change-click").click(function (x) {
change_language(x.target.dataset.language);
})
</script> -->
</body>
</html>

77
nav.php
View file

@ -5,43 +5,44 @@
exit;
}
?>
<div class="container">
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="javascript:void(0);"><?php echo $title_s; ?></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="/index.php"><?php echo $LANG['home']; ?></a></li>
<li><a href="/solution.php"><?php echo $LANG['solution']; ?></a></li>
<li><a href="/contact.php"><?php echo $LANG['contact']; ?></a></li>
<li><a href="/help.php"><?php echo $LANG['help']; ?></a></li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown">Others <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="javascript:void(0)"><?php echo $LANG['home']; ?></a></li>
<li><a href="javascript:void(0)"><?php echo $LANG['tos']; ?></a></li>
<li class="divider"></li>
<li class="dropdown-header"><?php echo $LANG['legal_information']; ?></li>
<li><a href="/legal_terms.php"><?php echo $LANG['tos']; ?></a></li>
<li><a href="/legal_cancellation-refund.php"><?php echo $LANG['cancellation_refund']; ?></a></li>
<li><a href="/legal_privacy.php"><?php echo $LANG['privacy_policy']; ?></a></li>
<li><a href="/legal_payment-methods.php"><?php echo $LANG['payment_methods']; ?></a></li>
<div class="container">
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="javascript:void(0);"><?php echo $title_s; ?></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="/index.php"><?php echo $LANG['home']; ?></a></li>
<li><a href="/solution.php"><?php echo $LANG['solution']; ?></a></li>
<li><a href="/contact.php"><?php echo $LANG['contact']; ?></a></li>
<li><a href="/help.php"><?php echo $LANG['help']; ?></a></li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown"><?php echo $LANG['more']; ?>&nbsp;<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="javascript:void(0)"><?php echo $LANG['home']; ?></a></li>
<li><a href="javascript:void(0)"><?php echo $LANG['tos']; ?></a></li>
<li class="divider"></li>
<li class="dropdown-header"><?php echo $LANG['legal_information']; ?></li>
<li><a href="/legal_terms.php"><?php echo $LANG['tos']; ?></a></li>
<li><a href="/legal_cancellation-refund.php"><?php echo $LANG['cancellation_refund']; ?></a></li>
<li><a href="/legal_privacy.php"><?php echo $LANG['privacy_policy']; ?></a></li>
<li><a href="/legal_payment-methods.php"><?php echo $LANG['payment_methods']; ?></a></li>
</ul>
</li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="/login.php"><?php echo $LANG['login']; ?></a></li>
<li><a href="/register.php"><?php echo $LANG['register']; ?></a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="/login.php"><?php echo $LANG['login']; ?></a></li>
<li><a href="/register.php"><?php echo $LANG['register']; ?></a></li>
</ul>
</div>
</div>
</div>
</nav>
</div>
</nav>
</div>

View file

@ -3,7 +3,7 @@
require_once ("core.php");
?>
<!DOCTYPE html>
<html lang="<?php echo $current_language; ?>">
<html lang="<?php echo $current_lang; ?>">
<head>
<meta charset="utf-8">
<title><?=$title?> - <?php echo $LANG['news']; ?></title>

View file

@ -4,7 +4,7 @@ require_once "core.php";
$security_id = md5(rand(6000, getrandmax())); // $security_id = md5(rand(6000,PHP_INT_MAX));
?>
<!DOCTYPE html>
<html lang="<?php echo $current_language; ?>">
<html lang="<?php echo $current_lang; ?>">
<head>
<meta charset="utf-8">
<title><?=$title?> - <?php echo $LANG['register']; ?></title>

View file

@ -4,7 +4,7 @@
$security_id = md5(rand(6000,getrandmax())); // $security_id = md5(rand(6000,PHP_INT_MAX));
?>
<!DOCTYPE html>
<html lang="<?php echo $current_language; ?>">
<html lang="<?php echo $current_lang; ?>">
<head>
<meta charset="utf-8">
<title><?php echo $title; ?> - <?php echo $LANG['register']; ?></title>

View file

@ -3,7 +3,7 @@
require_once "core.php";
?>
<!DOCTYPE html>
<html lang="<?php echo $current_language; ?>">
<html lang="<?php echo $current_lang; ?>">
<head>
<meta charset="utf-8">
<title><?=$title?> - <?php echo $LANG['solution']; ?></title>
@ -13,15 +13,13 @@
<?php include "nav.php";?>
<div class="container">
<div class="row">
<section class="section-wrap">
<div class="container">
<div class="row">
<div class="hidden-xs col-sm-12 col-md-12 termsHead">
<div class="container">
<div class="page-header">
<h1><?php echo $LANG['solution']; ?></h1>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="list-group">
@ -30,7 +28,7 @@
<?php echo $LANG['host-plan-free']; ?>
</div>
<div class="list-group-item"><span class="badge">1</span><?php echo $LANG['ftp-accounts']; ?></div>
<div class="list-group-item"><span class="badge"><?php echo $LANG['not-support']; ?></span><?php echo $LANG['free-domains']; ?></div>
<div class="list-group-item disabled"><span class="badge"><?php echo $LANG['not-support']; ?></span><?php echo $LANG['free-domains']; ?></div>
<div class="list-group-item"><span class="badge">10</span><?php echo $LANG['sub-domains']; ?></div>
<div class="list-group-item"><span class="badge">10</span><?php echo $LANG['add-on-domains']; ?></div>
<div class="list-group-item"><span class="badge"><?php echo $LANG['unlimited']; ?></span><?php echo $LANG['parked-domains']; ?></div>
@ -43,11 +41,12 @@
<div class="list-group-item">Latest PHP and mySQL</div>
<div class="list-group-item">SiteBuilder</div>
<div class="list-group-item">1 Click Script Installer</div>
<div class="list-group-item"><span class="badge"><?php echo $LANG['not-support']; ?></span>Node.JS</div>
<div class="list-group-item"><span class="badge"><?php echo $LANG['not-support']; ?></span>Postgres</div>
<div class="list-group-item"><span class="badge"><?php echo $LANG['not-support']; ?></span>Free SSL Certificate</div>
<div class="list-group-item"><span class="badge"><?php echo $LANG['not-support']; ?></span>Custom CRON Jobs</div>
<div class="list-group-item disabled"><span class="badge"><?php echo $LANG['not-support']; ?></span>Node.JS</div>
<div class="list-group-item disabled"><span class="badge"><?php echo $LANG['not-support']; ?></span>Postgres</div>
<div class="list-group-item disabled"><span class="badge"><?php echo $LANG['not-support']; ?></span>Free SSL Certificate</div>
<div class="list-group-item disabled"><span class="badge"><?php echo $LANG['not-support']; ?></span>Custom CRON Jobs</div>
<div class="list-group-item text-center">
<!-- <a class="btn btn-default" href="/plan/free.php" role="button">详情</a> -->
<a class="btn btn-primary" href="/register.php" role="button"><?php echo $LANG['register']; ?></a>
</div>
</div>
@ -109,10 +108,8 @@
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
<?php include "footer.php";?>
</body>
</html>