doudoudzj 6 лет назад
Родитель
Сommit
0e256c44a6
45 измененных файлов с 193 добавлено и 125 удалено
  1. 30 0
      about.php
  2. 0 20
      about_crogram.php
  3. 0 20
      about_ifastnet.php
  4. 0 19
      about_uiisc.php
  5. 0 0
      assets/bootstrap/css/bootstrap.min.css
  6. 0 0
      assets/bootstrap/css/bootstrap.min.css.map
  7. 0 0
      assets/bootstrap/fonts/glyphicons-halflings-regular.eot
  8. 0 0
      assets/bootstrap/fonts/glyphicons-halflings-regular.svg
  9. 0 0
      assets/bootstrap/fonts/glyphicons-halflings-regular.ttf
  10. 0 0
      assets/bootstrap/fonts/glyphicons-halflings-regular.woff
  11. 0 0
      assets/bootstrap/fonts/glyphicons-halflings-regular.woff2
  12. 0 0
      assets/bootstrap/js/bootstrap.min.js
  13. 0 0
      assets/bootstrap/js/npm.js
  14. 0 0
      assets/html5shiv/html5shiv.min.js
  15. 0 0
      assets/jquery/jquery.min.js
  16. 0 0
      assets/respond/respond.min.js
  17. 2 2
      cancellation-refund.php
  18. 2 2
      contact.php
  19. 1 1
      core.php
  20. 2 2
      help.php
  21. 19 0
      include/about_crogram.php
  22. 20 0
      include/about_ifastnet.php
  23. 19 0
      include/about_uiisc.php
  24. 5 5
      include/footer.php
  25. 17 12
      include/header.php
  26. 2 0
      include/index.php
  27. 8 8
      include/legal_privacy.php
  28. 8 8
      include/legal_terms.php
  29. 5 5
      include/nav.php
  30. 4 4
      index.php
  31. 18 0
      legal.php
  32. 2 0
      lib/index.php
  33. 0 0
      lib/language.php
  34. 3 1
      lib/language/en-US/language.php
  35. 3 1
      lib/language/ko/language.php
  36. 3 1
      lib/language/zh-CN/language.php
  37. 3 1
      lib/language/zh-HK/language.php
  38. 3 1
      lib/language/zh-SG/language.php
  39. 2 2
      lib/language/zh-TW/language.php
  40. 2 2
      login.php
  41. 2 0
      member/index.php
  42. 2 2
      news.php
  43. 2 2
      payment-methods.php
  44. 2 2
      register.php
  45. 2 2
      solution.php

+ 30 - 0
about.php

@@ -0,0 +1,30 @@
+<?php
+define('IN_SYS', true);
+require_once "core.php";
+
+$section = empty($_GET["s"]) ? "uiisc" : $_GET["s"];
+$enable_section = ["crogram", "ifastnet", "uiisc"];
+
+switch ($section) {
+    case "crogram":
+        $title = $title . ' - ' . $LANG['about'] . ' Crogram';
+        break;
+    case "ifastnet":
+        $title = $title . ' - ' . $LANG['about'] . ' iFastNet';
+        break;
+    case "uiisc":
+        $title = $title . ' - ' . $LANG['about'] . ' UIISC';
+        break;
+}
+
+include("include/header.php");
+
+if (in_array($section, $enable_section)) {
+    include("include/about_" . $section . ".php");
+} else {
+    include("include/about_uiisc.php");
+}
+
+
+
+include("include/footer.php");

+ 0 - 20
about_crogram.php

@@ -1,20 +0,0 @@
-<?php
-    define('IN_SYS', true);
-    require_once "core.php";
-    $title = 'About Crogram';
-?>
-<?php include ("header.php"); ?>
-
-    <div class="bs-docs-header">
-        <div class="container">
-            <h1>CROGRAM</h1>
-            <p>About Crogram, Inc.</p>
-        </div>
-    </div>
-    <div class="container">
-        <div class="row">
-
-        </div>
-    </div>
-
-<?php include "footer.php";?>

+ 0 - 20
about_ifastnet.php

@@ -1,20 +0,0 @@
-<?php
-    define('IN_SYS', true);
-    require_once "core.php";
-    $title = 'About iFastNet';
-?>
-<?php include ("header.php"); ?>
-
-    <div class="bs-docs-header">
-        <div class="container">
-            <h1>iFastNet</h1>
-            <p>About iFastNet, Inc.</p>
-        </div>
-    </div>
-    <div class="container">
-    <div class="row">
-
-    </div>
-    </div>
-
-<?php include "footer.php";?>

+ 0 - 19
about_uiisc.php

@@ -1,19 +0,0 @@
-<?php
-    define('IN_SYS', true);
-    require_once "core.php";
-    $title = 'About UIISC';
-?>
-<?php include ("header.php"); ?>
-    <div class="bs-docs-header">
-        <div class="container">
-            <h1>UIISC</h1>
-            <p>About UIISC</p>
-        </div>
-    </div>
-    <div class="container">
-    <div class="row">
-    </div>
-    </div>
-    <?php include "footer.php";?>
-</body>
-</html>

+ 0 - 0
lib/bootstrap/css/bootstrap.min.css → assets/bootstrap/css/bootstrap.min.css


+ 0 - 0
lib/bootstrap/css/bootstrap.min.css.map → assets/bootstrap/css/bootstrap.min.css.map


+ 0 - 0
lib/bootstrap/fonts/glyphicons-halflings-regular.eot → assets/bootstrap/fonts/glyphicons-halflings-regular.eot


+ 0 - 0
lib/bootstrap/fonts/glyphicons-halflings-regular.svg → assets/bootstrap/fonts/glyphicons-halflings-regular.svg


+ 0 - 0
lib/bootstrap/fonts/glyphicons-halflings-regular.ttf → assets/bootstrap/fonts/glyphicons-halflings-regular.ttf


+ 0 - 0
lib/bootstrap/fonts/glyphicons-halflings-regular.woff → assets/bootstrap/fonts/glyphicons-halflings-regular.woff


+ 0 - 0
lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 → assets/bootstrap/fonts/glyphicons-halflings-regular.woff2


+ 0 - 0
lib/bootstrap/js/bootstrap.min.js → assets/bootstrap/js/bootstrap.min.js


+ 0 - 0
lib/bootstrap/js/npm.js → assets/bootstrap/js/npm.js


+ 0 - 0
lib/html5shiv/html5shiv.min.js → assets/html5shiv/html5shiv.min.js


+ 0 - 0
lib/jquery/jquery.min.js → assets/jquery/jquery.min.js


+ 0 - 0
lib/respond/respond.min.js → assets/respond/respond.min.js


+ 2 - 2
legal_cancellation-refund.php → cancellation-refund.php

@@ -5,7 +5,7 @@
   // preg_match('/<footer[^>]*id="footer"[^>]*>(.*?) <//footer>/si', $html, $match);
   // preg_match('/<footer[^>]*id="footer"[^>]*>(.*?) <//footer>/si', $html, $match);
   $title = $title . ' - ' . $LANG['cancellation_refund'];
   $title = $title . ' - ' . $LANG['cancellation_refund'];
 ?>
 ?>
-<?php include ("header.php"); ?>
+<?php include ("include/header.php"); ?>
 
 
     <div class="container">
     <div class="container">
         <div class="page-header">
         <div class="page-header">
@@ -85,4 +85,4 @@
         </div>
         </div>
     </section>
     </section>
 
 
-<?php include ("footer.php"); ?>
+<?php include ("include/footer.php"); ?>

+ 2 - 2
contact.php

@@ -3,7 +3,7 @@
     require_once ("core.php");
     require_once ("core.php");
     $title = $title . ' - ' . $LANG['contact_us'];
     $title = $title . ' - ' . $LANG['contact_us'];
 ?>
 ?>
-<?php include ("header.php"); ?>
+<?php include ("include/header.php"); ?>
 
 
     <div class="container">
     <div class="container">
         <div class="page-header">
         <div class="page-header">
@@ -30,4 +30,4 @@
         </div>
         </div>
     </div>
     </div>
 
 
-<?php include ("footer.php"); ?>
+<?php include ("include/footer.php"); ?>

+ 1 - 1
core.php

@@ -4,7 +4,7 @@ if (!defined('IN_SYS')) {
     header("Location: index.php");
     header("Location: index.php");
     exit;
     exit;
 }
 }
-include_once dirname(__FILE__) . '/include/language.php';
+include_once dirname(__FILE__) . '/lib/language.php';
 $title = "UIISC";
 $title = "UIISC";
 $title_s = "UIISC";
 $title_s = "UIISC";
 $author = 'Crogram Inc.';
 $author = 'Crogram Inc.';

+ 2 - 2
help.php

@@ -3,7 +3,7 @@
     require_once ("core.php");
     require_once ("core.php");
     $title = $title . ' - ' . $LANG['help'];
     $title = $title . ' - ' . $LANG['help'];
 ?>
 ?>
-<?php include ("header.php"); ?>
+<?php include ("include/header.php"); ?>
 
 
     <div class="container">
     <div class="container">
         <div class="page-header">
         <div class="page-header">
@@ -22,4 +22,4 @@
         </div>
         </div>
     </div>
     </div>
 
 
-<?php include ("footer.php"); ?>
+<?php include ("include/footer.php"); ?>

+ 19 - 0
include/about_crogram.php

@@ -0,0 +1,19 @@
+<?php
+if (!defined('IN_SYS')) {
+    // exit('禁止访问');
+    header("Location: index.php");
+    exit;
+}
+?>
+
+<div class="bs-docs-header">
+    <div class="container">
+        <h1>CROGRAM</h1>
+        <p>About Crogram, Inc.</p>
+    </div>
+</div>
+<div class="container">
+    <div class="row">
+
+    </div>
+</div>

+ 20 - 0
include/about_ifastnet.php

@@ -0,0 +1,20 @@
+<?php
+if (!defined('IN_SYS')) {
+    // exit('禁止访问');
+    header("Location: index.php");
+    exit;
+}
+
+?>
+
+<div class="bs-docs-header">
+    <div class="container">
+        <h1>iFastNet</h1>
+        <p>About iFastNet, Inc.</p>
+    </div>
+</div>
+<div class="container">
+    <div class="row">
+
+    </div>
+</div>

+ 19 - 0
include/about_uiisc.php

@@ -0,0 +1,19 @@
+<?php
+if (!defined('IN_SYS')) {
+    // exit('禁止访问');
+    header("Location: index.php");
+    exit;
+}
+
+?>
+
+<div class="bs-docs-header">
+    <div class="container">
+        <h1>UIISC</h1>
+        <p>About UIISC</p>
+    </div>
+</div>
+<div class="container">
+    <div class="row">
+    </div>
+</div>

+ 5 - 5
footer.php → include/footer.php

@@ -1,7 +1,7 @@
 <?php
 <?php
 if (!defined('IN_SYS')) {
 if (!defined('IN_SYS')) {
     // exit('禁止访问');
     // exit('禁止访问');
-    header("Location: index.php");
+    header("Location: ../index.php");
     exit;
     exit;
 }
 }
 ?>
 ?>
@@ -36,8 +36,8 @@ if (!defined('IN_SYS')) {
             </div>
             </div>
         </div>
         </div>
     </footer>
     </footer>
-    <script src="/lib/jquery/jquery.min.js"></script>
-    <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/assets/jquery/jquery.min.js"></script>
+    <script src="/assets/bootstrap/js/bootstrap.min.js"></script>
     <script src="/assets/js/common.js?_=<?php echo $static_release; ?>"></script>
     <script src="/assets/js/common.js?_=<?php echo $static_release; ?>"></script>
     <script type="text/javascript">
     <script type="text/javascript">
         var domain = "<?php echo $lang->getDomain(); ?>";
         var domain = "<?php echo $lang->getDomain(); ?>";
@@ -62,13 +62,13 @@ if (!defined('IN_SYS')) {
         }
         }
     </script>
     </script>
     <!-- Global site tag (gtag.js) - Google Analytics -->
     <!-- Global site tag (gtag.js) - Google Analytics -->
-    <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-28162642-10"></script>
+    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-28162642-10"></script>
     <script>
     <script>
         window.dataLayer = window.dataLayer || [];
         window.dataLayer = window.dataLayer || [];
         function gtag(){dataLayer.push(arguments);}
         function gtag(){dataLayer.push(arguments);}
         gtag('js', new Date());
         gtag('js', new Date());
         gtag('config', 'UA-28162642-10');
         gtag('config', 'UA-28162642-10');
-    </script> -->
+    </script>
 
 
 </body>
 </body>
 </html>
 </html>

+ 17 - 12
header.php → include/header.php

@@ -1,7 +1,7 @@
 <?php
 <?php
 if (!defined('IN_SYS')) {
 if (!defined('IN_SYS')) {
     // exit('禁止访问');
     // exit('禁止访问');
-    header("Location: index.php");
+    header("Location: ../index.php");
     exit;
     exit;
 }
 }
 ?>
 ?>
@@ -14,13 +14,13 @@ if (!defined('IN_SYS')) {
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
     <meta name="description" content="<?php echo $description; ?>">
     <meta name="description" content="<?php echo $description; ?>">
     <meta name="author" content="<?php echo $author; ?>">
     <meta name="author" content="<?php echo $author; ?>">
-    <!-- <meta name="google-site-verification" content="5O6Wxt0gIyGb7btMuXiQqddZJ516n-xBOW_9RLMBeSY" /> -->
+    <meta name="google-site-verification" content="5O6Wxt0gIyGb7btMuXiQqddZJ516n-xBOW_9RLMBeSY" />
     <link href="/favicon.ico?_=<?php echo $static_release; ?>" rel="icon">
     <link href="/favicon.ico?_=<?php echo $static_release; ?>" rel="icon">
-    <link href="/lib/bootstrap/css/bootstrap.min.css?_=<?php echo $static_release; ?>" rel="stylesheet">
+    <link href="/assets/bootstrap/css/bootstrap.min.css?_=<?php echo $static_release; ?>" rel="stylesheet">
     <link href="/assets/css/style.css?_=<?php echo $static_release; ?>" rel="stylesheet">
     <link href="/assets/css/style.css?_=<?php echo $static_release; ?>" rel="stylesheet">
     <!--[if lt IE 9]>
     <!--[if lt IE 9]>
-    <script src="/lib/html5shiv/html5shiv.min.js"></script>
-    <script src="/lib/respond/respond.min.js"></script>
+    <script src="/assets/html5shiv/html5shiv.min.js"></script>
+    <script src="/assets/respond/respond.min.js"></script>
     <![endif]-->
     <![endif]-->
 </head>
 </head>
 <body>
 <body>
@@ -41,19 +41,24 @@ if (!defined('IN_SYS')) {
                     <ul class="nav navbar-nav">
                     <ul class="nav navbar-nav">
                     <li><a href="/index.php"><?php echo $LANG['home']; ?></a></li>
                     <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="/solution.php"><?php echo $LANG['solution']; ?></a></li>
+                    <li><a href="/about.php"><?php echo $LANG['about']; ?></a></li>
                     <li><a href="/contact.php"><?php echo $LANG['contact']; ?></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">
                     <li class="dropdown">
                         <a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown"><?php echo $LANG['more']; ?>&nbsp;<span class="caret"></span></a>
                         <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">
                         <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><a href="/help.php"><?php echo $LANG['help']; ?></a></li>
+                            <li class="divider"></li>
+                            <li class="dropdown-header"><?php echo $LANG['aboutus']; ?></li>
+                            <li><a href="/about.php?s=uiisc"><?php echo $LANG['about']; ?> UIISC</a></li>
+                            <li><a href="/about.php?s=crogram"><?php echo $LANG['about']; ?> Crogram,Inc.</a></li>
+                            <li><a href="/about.php?s=ifastnet"><?php echo $LANG['about']; ?> iFastNet</a></li>
+                            <li class="divider"></li>
+                            <li><a href="/cancellation-refund.php"><?php echo $LANG['cancellation_refund']; ?></a></li>
+                            <li><a href="/payment-methods.php"><?php echo $LANG['payment_methods']; ?></a></li>
                             <li class="divider"></li>
                             <li class="divider"></li>
                             <li class="dropdown-header"><?php echo $LANG['legal_information']; ?></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>
+                            <li><a href="/legal.php?s=terms"><?php echo $LANG['tos']; ?></a></li>
+                            <li><a href="/legal.php?s=privacy"><?php echo $LANG['privacy_policy']; ?></a></li>
                         </ul>
                         </ul>
                     </li>
                     </li>
                     </ul>
                     </ul>

+ 2 - 0
include/index.php

@@ -0,0 +1,2 @@
+<?php
+header("Location: ../index.php");

+ 8 - 8
legal_privacy.php → include/legal_privacy.php

@@ -1,11 +1,13 @@
 <?php
 <?php
-  define('IN_SYS', true);
-  require_once ("core.php");
-  // $html = file_get_contents('https://ifastnet.com/privacy.php');
-  // preg_match('/<footer[^>]*id="footer"[^>]*>(.*?) <//footer>/si', $html, $match);
-  $title = $title . ' - ' . $LANG['privacy_policy'];
+    if (!defined('IN_SYS')) {
+        // exit('禁止访问');
+        header("Location: ../index.php");
+        exit;
+    }
+    // $html = file_get_contents('https://ifastnet.com/privacy.php');
+    // preg_match('/<footer[^>]*id="footer"[^>]*>(.*?) <//footer>/si', $html, $match);
+    $title = $title . ' - ' . $LANG['privacy_policy'];
 ?>
 ?>
-<?php include ("header.php"); ?>
 
 
     <div class="container">
     <div class="container">
         <div class="page-header">
         <div class="page-header">
@@ -93,5 +95,3 @@
             </div>
             </div>
         </div>
         </div>
     </section>
     </section>
-
-<?php include ("footer.php"); ?>

+ 8 - 8
legal_terms.php → include/legal_terms.php

@@ -1,11 +1,13 @@
 <?php
 <?php
-  define('IN_SYS', true);
-  require_once ("core.php");
-  // $html = file_get_contents('https://ifastnet.com/portal/terms.php');
-  // preg_match('/<footer[^>]*id="footer"[^>]*>(.*?) <//footer>/si', $html, $match);
-  $title = $title . ' - ' . $LANG['tos'];
+    if (!defined('IN_SYS')) {
+        // exit('禁止访问');
+        header("Location: ../index.php");
+        exit;
+    }
+    // $html = file_get_contents('https://ifastnet.com/portal/terms.php');
+    // preg_match('/<footer[^>]*id="footer"[^>]*>(.*?) <//footer>/si', $html, $match);
+    $title = $title . ' - ' . $LANG['tos'];
 ?>
 ?>
-<?php include ("header.php"); ?>
 
 
     <div class="container">
     <div class="container">
         <div class="page-header">
         <div class="page-header">
@@ -851,5 +853,3 @@
             </div>
             </div>
         </div>
         </div>
     </section>
     </section>
-
-<?php include ("footer.php"); ?>

+ 5 - 5
nav.php → include/nav.php

@@ -1,7 +1,7 @@
 <?php
 <?php
   if(!defined('IN_SYS')) { 
   if(!defined('IN_SYS')) { 
     // exit('禁止访问');
     // exit('禁止访问');
-    header("Location: index.php");
+    header("Location: ../index.php");
     exit;
     exit;
   }
   }
 ?>
 ?>
@@ -23,17 +23,17 @@
                     <li><a href="/index.php"><?php echo $LANG['home']; ?></a></li>
                     <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="/solution.php"><?php echo $LANG['solution']; ?></a></li>
                     <li><a href="/contact.php"><?php echo $LANG['contact']; ?></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">
                     <li class="dropdown">
                         <a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown"><?php echo $LANG['more']; ?>&nbsp;<span class="caret"></span></a>
                         <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">
                         <ul class="dropdown-menu" role="menu">
-                            <li><a href="javascript:void(0)"><?php echo $LANG['home']; ?></a></li>
+                            <li><a href="/about.php"><?php echo $LANG['about']; ?></a></li>
+                            <li><a href="/help.php"><?php echo $LANG['help']; ?></a></li>
                             <li><a href="javascript:void(0)"><?php echo $LANG['tos']; ?></a></li>
                             <li><a href="javascript:void(0)"><?php echo $LANG['tos']; ?></a></li>
                             <li class="divider"></li>
                             <li class="divider"></li>
                             <li class="dropdown-header"><?php echo $LANG['legal_information']; ?></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.php?s=terms"><?php echo $LANG['tos']; ?></a></li>
+                            <li><a href="/legal.php?s=privacy"><?php echo $LANG['privacy_policy']; ?></a></li>
                             <li><a href="/legal_cancellation-refund.php"><?php echo $LANG['cancellation_refund']; ?></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>
                             <li><a href="/legal_payment-methods.php"><?php echo $LANG['payment_methods']; ?></a></li>
                         </ul>
                         </ul>
                     </li>
                     </li>

+ 4 - 4
index.php

@@ -2,7 +2,7 @@
     define('IN_SYS', true);
     define('IN_SYS', true);
     require_once ("core.php");
     require_once ("core.php");
 ?>
 ?>
-<?php include ("header.php"); ?>
+<?php include ("include/header.php"); ?>
 
 
     <div class="container">
     <div class="container">
         <div class="jumbotron">
         <div class="jumbotron">
@@ -23,13 +23,13 @@
         <div class="row">
         <div class="row">
             <div class="col-md-6">
             <div class="col-md-6">
                 <h2>Automated features!</h2>
                 <h2>Automated features!</h2>
-                <img src="images/img6.jpg" alt="server" class="img-rounded">
+                <img src="assets/images/img6.jpg" alt="server" class="img-rounded">
                 <!--<p class="text-danger">As of v8.0, Safari exhibits a bug in which resizing your browser horizontally causes rendering errors in the justified nav that are cleared upon refreshing.</p>-->
                 <!--<p class="text-danger">As of v8.0, Safari exhibits a bug in which resizing your browser horizontally causes rendering errors in the justified nav that are cleared upon refreshing.</p>-->
                 <p>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!.</p>
                 <p>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!.</p>
             </div>
             </div>
             <div class="col-md-6">
             <div class="col-md-6">
                 <h2>Quotas and forum</h2>
                 <h2>Quotas and forum</h2>
-                <img src="images/img5.jpg" alt="server" class="img-rounded">
+                <img src="assets/images/img5.jpg" alt="server" class="img-rounded">
                 <p>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..</p>
                 <p>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..</p>
                 <h3>Cluster servers</h3>
                 <h3>Cluster servers</h3>
                 <p>We are using a powerful cluster of webservers that are all interconnected to act as one giant super computer.</p>
                 <p>We are using a powerful cluster of webservers that are all interconnected to act as one giant super computer.</p>
@@ -55,4 +55,4 @@
             }
             }
         })
         })
     </script>
     </script>
-<?php include ("footer.php"); ?>
+<?php include ("include/footer.php"); ?>

+ 18 - 0
legal.php

@@ -0,0 +1,18 @@
+<?php
+define('IN_SYS', true);
+require_once "core.php";
+// $title = 'About UIISC';
+$section = empty($_GET["s"]) ? "terms" : $_GET["s"];
+
+include("include/header.php");
+
+switch ($section) {
+    case "privacy":
+        include("include/legal_privacy.php");
+        break;
+    case "terms":
+    default:
+        include("include/legal_terms.php");
+}
+
+include("include/footer.php");

+ 2 - 0
lib/index.php

@@ -0,0 +1,2 @@
+<?php
+header("Location: ../index.php");

+ 0 - 0
include/language.php → lib/language.php


+ 3 - 1
include/language/en-US/language.php → lib/language/en-US/language.php

@@ -60,5 +60,7 @@ $LANG = array(
   'input-domain' => 'Please Input Domain',
   'input-domain' => 'Please Input Domain',
   'support' => 'Support',
   'support' => 'Support',
   'not-support' => 'Not Support',
   'not-support' => 'Not Support',
-  'more'              => 'More'
+  'more' => 'More',
+  'about' => 'About',
+  'aboutus'             => 'About',
 );
 );

+ 3 - 1
include/language/ko/language.php → lib/language/ko/language.php

@@ -60,5 +60,7 @@ $LANG = array(
   'input-domain' => 'Please Input Domain',
   'input-domain' => 'Please Input Domain',
   'support' => '지원됨',
   'support' => '지원됨',
   'not-support' => '지원 안함',
   'not-support' => '지원 안함',
-  'more'              => '많은'
+  'more'                => '많은',
+  'about'               => '정보',
+  'aboutus'             => '회사 소개',
 );
 );

+ 3 - 1
include/language/zh-SG/language.php → lib/language/zh-CN/language.php

@@ -60,5 +60,7 @@ $LANG = array(
     "input-domain"      => "请输入域名",
     "input-domain"      => "请输入域名",
     'support'           => '支持',
     'support'           => '支持',
     'not-support'       => '不支持',
     'not-support'       => '不支持',
-    'more'              => '更多'
+    'more'              => '更多',
+    'about'             => '关于',
+    'aboutus'             => '关于我们',
 );
 );

+ 3 - 1
include/language/zh-HK/language.php → lib/language/zh-HK/language.php

@@ -60,6 +60,8 @@ $LANG = array(
   'input-domain' => '請輸入域名',
   'input-domain' => '請輸入域名',
   'support' => '支持',
   'support' => '支持',
   'not-support' => '不支持',
   'not-support' => '不支持',
-  'more'              => '更多'
+  'more'              => '更多',
+  'about'             => '關於',
+  'aboutus'             => '關於我們',
 );
 );
 
 

+ 3 - 1
include/language/zh-CN/language.php → lib/language/zh-SG/language.php

@@ -60,5 +60,7 @@ $LANG = array(
     "input-domain"      => "请输入域名",
     "input-domain"      => "请输入域名",
     'support'           => '支持',
     'support'           => '支持',
     'not-support'       => '不支持',
     'not-support'       => '不支持',
-    'more'              => '更多'
+    'more'              => '更多',
+    'about'             => '关于',
+    'aboutus'             => '关于我们',
 );
 );

+ 2 - 2
include/language/zh-TW/language.php → lib/language/zh-TW/language.php

@@ -60,6 +60,6 @@ $LANG = array(
   'input-domain' => '請輸入域名',
   'input-domain' => '請輸入域名',
   'support' => '支持',
   'support' => '支持',
   'not-support' => '不支持',
   'not-support' => '不支持',
-  'more'              => '更多'
+  'more'              => '更多',
+  'about'             => '關於我們',
 );
 );
-

+ 2 - 2
login.php

@@ -3,7 +3,7 @@
   require_once ("core.php");
   require_once ("core.php");
   $title = $title . ' - ' . $LANG['login'];
   $title = $title . ' - ' . $LANG['login'];
 ?>
 ?>
-<?php include ("header.php"); ?>
+<?php include ("include/header.php"); ?>
 
 
     <div class="container">
     <div class="container">
         <div class="panel panel-default">
         <div class="panel panel-default">
@@ -58,4 +58,4 @@
             change_language(x.target.dataset.language);
             change_language(x.target.dataset.language);
         })
         })
     </script> -->
     </script> -->
-<?php include ("footer.php"); ?>
+<?php include ("include/footer.php"); ?>

+ 2 - 0
member/index.php

@@ -0,0 +1,2 @@
+<?php
+echo "member";

+ 2 - 2
news.php

@@ -3,7 +3,7 @@
     require_once ("core.php");
     require_once ("core.php");
     $title = $title . ' - ' . $LANG['news'];
     $title = $title . ' - ' . $LANG['news'];
 ?>
 ?>
-<?php include ("header.php"); ?>
+<?php include ("include/header.php"); ?>
 
 
     <div class="container">
     <div class="container">
         <div class="panel panel-default">
         <div class="panel panel-default">
@@ -52,4 +52,4 @@
         </div>
         </div>
     </div>
     </div>
 
 
-<?php include ("footer.php"); ?>
+<?php include ("include/footer.php"); ?>

+ 2 - 2
legal_payment-methods.php → payment-methods.php

@@ -5,7 +5,7 @@
   // preg_match('/<footer[^>]*id="footer"[^>]*>(.*?) <//footer>/si', $html, $match);
   // preg_match('/<footer[^>]*id="footer"[^>]*>(.*?) <//footer>/si', $html, $match);
   $title = $title . ' - ' . $LANG['payment_methods'];
   $title = $title . ' - ' . $LANG['payment_methods'];
 ?>
 ?>
-<?php include ("header.php"); ?>
+<?php include ("include/header.php"); ?>
 
 
     <div class="container">
     <div class="container">
         <div class="page-header">
         <div class="page-header">
@@ -76,4 +76,4 @@
         </div>
         </div>
     </section>
     </section>
 
 
-<?php include ("footer.php"); ?>
+<?php include ("include/footer.php"); ?>

+ 2 - 2
register.php

@@ -4,7 +4,7 @@
     $security_id = md5(rand(6000, getrandmax())); // $security_id = md5(rand(6000,PHP_INT_MAX));
     $security_id = md5(rand(6000, getrandmax())); // $security_id = md5(rand(6000,PHP_INT_MAX));
     $title = $title . ' - ' . $LANG['register'];
     $title = $title . ' - ' . $LANG['register'];
 ?>
 ?>
-<?php include ("header.php"); ?>
+<?php include ("include/header.php"); ?>
 
 
     <div class="container">
     <div class="container">
         <div class="panel panel-default">
         <div class="panel panel-default">
@@ -78,4 +78,4 @@
             </div>
             </div>
         </div>
         </div>
     </div>
     </div>
-<?php include "footer.php";?>
+<?php include "include/footer.php";?>

+ 2 - 2
solution.php

@@ -3,7 +3,7 @@
     require_once "core.php";
     require_once "core.php";
     $title = $title . ' - ' . $LANG['solution'];
     $title = $title . ' - ' . $LANG['solution'];
 ?>
 ?>
-<?php include ("header.php"); ?>
+<?php include ("include/header.php"); ?>
 
 
     <div class="container">
     <div class="container">
         <div class="page-header">
         <div class="page-header">
@@ -102,4 +102,4 @@
         </div>
         </div>
     </div>
     </div>
 
 
-<?php include "footer.php";?>
+<?php include "include/footer.php";?>