唐钰豆豆 8 年 前
コミット
6784026ddb

+ 55 - 0
contact.php

@@ -0,0 +1,55 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title><? echo "$yourdomain" ;?>web hosting</title>
+<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+<link href="default.css" rel="stylesheet" type="text/css" />
+</head>
+<body>
+  <? 
+    $yourdomain = $_SERVER['HTTP_HOST'];
+    $yourdomain = preg_replace('/^www\./' , '' , $yourdomain);
+    ?>
+
+ <? include ("menu.php"); ?>
+
+<div id="page">
+  <div id="content">
+    <div id="welcome">
+
+  <h2>Contact Us</h2>
+  <p>If you have any problems or have the need to contact us to ask a question,<br />
+      you can use the <span>integrated support system</span> in your control panel to create a support ticket.<br />
+   
+      We will reply to your question as soon as possible.
+<br><br />
+      For technical support please look at the <a href="http://byet.net/forumdisplay.php?f=28">Knowledge Base</a>
+</div>
+  </div>
+  <!-- end #content -->
+  <div id="sidebar">
+    <div id="links">
+      <ul>
+
+    <li class="first"><a href="index.php"><b>H</b>omepage</a></li>
+    <li><a href="signup.php" accesskey="A"><b>S</b>ignup</a></li>
+    <li><a href="news.php" accesskey="P"><b>P</b>roduct new</a></li>
+    <li><a href="contact.php" accesskey="U">Contact <b>U</b>s</a></li>
+    <li><a href="https://ifastnet.com/portal/terms.php" accesskey="S"><b>T</b>erms of service</a></li>
+      </ul>
+    </div>
+    <div>
+      <h2>Instant activation</h2>
+      <blockquote>
+        <p>Free hosting accounts are activated instantly, no need to wait for manual approval, you can start building your pages immediately!  A powerful Vista Panel control panel is provided to manage your website, packed with hundreds of great features including Email, FTP add-on domain and much more..</p>
+      </blockquote>
+    </div>
+  </div>
+  <!-- end #sidebar -->
+  <div style="clear: both; height: 1px;"></div>
+</div>
+<!-- end #page -->
+ <? include ("footer.php"); ?>
+
+</body>
+</html>

+ 9 - 0
core.php

@@ -0,0 +1,9 @@
+<?php
+$title = "UIISC";
+$site_title = "UIISC";
+$author = 'UIISC';
+$description = "uiisc,freewebhost,webhost";
+$rooturl = $_SERVER['HTTP_HOST'];
+$domain = preg_replace('/^www\./', '', $rooturl);
+$static_release = "1423465754";
+?>

+ 4 - 0
css/style.css

@@ -0,0 +1,4 @@
+body {
+  padding-top: 60px;
+  padding-bottom: 80px;
+}

+ 251 - 0
default.css

@@ -0,0 +1,251 @@
+
+* {
+	margin: 0;
+	padding: 0;
+}
+
+body {
+	background: #E3E3E6 url(images/img01.gif) repeat-x;
+	font: normal 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
+	color: #000000;
+}
+
+h1, h2, h3 {
+	color: #313131;
+}
+
+h1 {
+	margin-bottom: .5em;
+	font-size: 182%;
+	font-weight: normal;
+	letter-spacing: -2px;
+}
+
+h2 {
+	margin-bottom: .5em;
+	font-size: 136%;
+	font-weight: normal;
+	letter-spacing: -1px;
+}
+
+h3 {
+	font-size: 100%;
+	font-weight: bold;
+}
+
+p, blockquote, ol, ul {
+	margin-bottom: 1.5em;
+	text-align: justify;
+	line-height: 160%;
+	font-size: 105%;
+}
+
+blockquote {
+	margin-left: 2em;
+}
+
+ol {
+	margin-left: 2em;
+}
+
+ul {
+	list-style: none;
+}
+
+ul li {
+	padding-left: 1em;
+
+	background: url(images/img07.gif) no-repeat left center;
+}
+
+a {
+	text-decoration: none;
+	color: #313131;
+}
+
+a:hover {
+	text-decoration: underline;
+	color: #DB5600;
+}
+
+/* Menu */
+
+#menu {
+	width: 740px;
+	height: 60px;
+	margin: 0 auto;
+	border-left: 20px solid #DB5600;
+}
+
+#menu ul {
+	margin: 0;
+	padding: 0;
+	list-style: none;
+}
+
+#menu li {
+	padding: 0;
+	display: inline;
+	background: none;
+}
+
+#menu a {
+	display: block;
+	float: left;
+	height: 40px;
+	padding: 20px 20px 0 20px;
+	font-size: 92%;
+	font-weight: bold;
+}
+
+#menu a:hover {
+	background: #DB5600;
+	text-decoration: none;
+	color: #FFFFFF;
+}
+
+#menu b {
+	text-decoration: underline;
+}
+
+/* Logo */
+
+#logo {
+	width: 760px;
+	height: 180px;
+	margin: 0 auto;
+	background: #010100 url(images/img2.jpg)
+}
+
+#logo h1 {
+	margin: 0;
+	padding: 120px 0 0 0;
+	text-align: right;
+	letter-spacing: -1px;
+	font-size: 189%;
+}
+
+#logo h2 {
+	margin: 0;
+	padding: 0 0 0 0;
+	text-align: right;
+	letter-spacing: -1px;
+	font-size: 100%;
+	font-weight: bold;
+	font-style: italic;
+}
+
+#logo a {
+	text-decoration: none;
+	color: #FFFFFF;
+}
+
+/* Page */
+
+#page {
+	width: 760px;
+	margin: 0 auto;
+	background: url(images/img03.gif) repeat-y;
+}
+
+/* Content */
+
+#content {
+	float: left;
+	width: 440px;
+	padding: 10px 30px 10px 50px;
+}
+
+#welcome {
+	margin-bottom: 20px;
+	padding-bottom: 1px;
+	background: url(images/img04.gif) repeat-x left bottom;
+}
+
+.floating-box {
+	float: left;
+	width: 210px;
+}
+
+.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
+	line-height: 144%;
+	font-size: 92%;
+}
+
+.floating-box img {
+	border: 2px solid #FFFFFF;
+}
+
+/* Sidebar */
+
+#sidebar {
+	float: right;
+	width: 200px;
+	padding: 20px;
+}
+
+#sidebar blockquote {
+	margin-left: 0;
+	padding-left: 1em;
+	background: url(images/img09.gif) no-repeat right bottom;
+	border-left: 5px solid #DB5600;
+}
+
+#sidebar blockquote p {
+	text-align: left;
+	line-height: normal;
+	font-style: italic;
+}
+
+#links {
+}
+
+#links ul {
+	background: url(images/img04.gif) repeat-x left bottom;
+}
+
+#links li {
+	padding: 5px 0;
+	background: url(images/img04.gif) repeat-x left top;
+}
+
+#links a {
+	padding-left: 1em;
+	background: url(images/img08.gif) no-repeat left center;
+	color: #DB5600;
+}
+
+/* Footer */
+
+#footer {
+	height: 50px;
+	border-top: 1px solid #FFFFFF;
+	border-bottom: 1px solid #FFFFFF;
+}
+
+#footer .wrapper {
+	width: 760px;
+	margin: 0 auto;
+}
+
+#footer .links {
+	float: left;
+	width: 440px;
+	height: 34px;
+	padding: 16px 30px 0 30px;
+	background: #FFFFFF;
+	border-left: 20px solid #010100;
+	font-size: 85%;
+}
+
+#footer .legal {
+	float: right;
+	width: 220px;
+	height: 34px;
+	margin: 0 auto;
+	padding: 16px 20px 0 0;
+	background: #DB5600;
+	text-align: right;
+	font-size: 85%;
+	color: #FFFFFF;
+}

BIN
favicon.ico


+ 16 - 0
footer.php

@@ -0,0 +1,16 @@
+<nav class="navbar navbar-default navbar-fixed-bottom">
+    <div class="container">
+        <div class="navbar-inner navbar-content-center" style="padding-top:15px;">
+            <ul class="navbar-left list-inline text-left text-muted credit">
+                <li>&copy; 2016 <?=$title?></li>
+            </ul>
+            <ul class="legal navbar-right list-inline text-center">
+                <li><a href="./index.php">Home</a></li>
+                <li><a href="./index.php">Terms of service</a></li>
+                <li><a href="./contact.php">Contact us</a></li>
+                <li><a href="./news.php">Hosting news</a></li>
+                <li><a href="./signup.php">Signup</a></li>
+            </ul>
+        </div>
+    </div>
+</nav>

+ 36 - 0
header.php

@@ -0,0 +1,36 @@
+<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+    <div class="container">
+        <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">Toggle 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)"><?=$title?></a>
+        </div>
+        <div id="navbar" class="navbar-collapse collapse">
+            <ul class="nav navbar-nav">
+                <li class="active"><a href="index1.php">Home</a></li>
+                <li><a href="product.php">Product</a></li>
+                <li><a href="contact.php">Contact</a></li>
+                <li class="dropdown"><a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown">About <span class="caret"></span></a>
+                <ul class="dropdown-menu" role="menu">
+                    <li><a href="javascript:void(0)">home</a></li>
+                    <li><a href="javascript:void(0)">Another action</a></li>
+                    <li><a href="javascript:void(0)">Something else here</a></li>
+                    <li class="divider"></li>
+                    <li class="dropdown-header">Nav header</li>
+                    <li><a href="javascript:void(0)">Separated link</a></li>
+                    <li><a href="javascript:void(0)">One more separated link</a></li>
+                </ul>
+                </li>
+            </ul>
+            <ul class="nav navbar-nav navbar-right">
+                <li><a href="./index.php">Home</a></li>
+                <li class="active"><a href="https://cpanel.<?=$domain?>">Login</a></li>
+                <li><a href="signup1.php" accesskey="A">Signup</a></li>
+            </ul>
+        </div>
+    </div>
+</nav>

BIN
images/cluster.jpg


BIN
images/img01.gif


BIN
images/img03.gif


BIN
images/img04.gif


BIN
images/img07.gif


BIN
images/img08.gif


BIN
images/img09.gif


BIN
images/img10.gif


BIN
images/img2.jpg


BIN
images/img5.jpg


BIN
images/img6.jpg


BIN
images/spacer.gif


+ 84 - 0
index.php

@@ -0,0 +1,84 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title><? echo "$yourdomain" ;?>web hosting</title>
+<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+<link href="default.css" rel="stylesheet" type="text/css" />
+</head>
+<body>
+  <? 
+    $yourdomain = $_SERVER['HTTP_HOST'];
+    $yourdomain = preg_replace('/^www\./' , '' , $yourdomain);
+    ?>
+
+ <? include ("menu.php"); ?>
+
+<div id="page">
+  <div id="content">
+    <div id="welcome">
+      <h1>Welcome to <? echo "$yourdomain" ;?></h1>
+      <p><strong><? echo "$yourdomain" ;?></strong> are specialists in free hosting services</p>
+
+<li>1000 MB Disk Space</li>
+<li>FTP account and File Manager</li>
+<li>Control Panel</li>
+<li>MySQL databases &amp; PHP Support</li>
+<li>Free tech support</li>
+<li>Addon domain, Parked Domains, Sub-Domains</li>
+<li>Free Community Access (Forums)</li>
+<li>Clustered Servers</li>
+<li>Webmail email Accounts</li>
+<li>Softaculous</li>
+<li>Cron Jobs</li>
+<li>SPF Records</li>
+<li> Automatic Self Signed SSL</li>
+    </div>
+
+    <div class="floating-box" style="margin-right: 20px;">
+      <p><img src="images/img6.jpg" alt="server" width="200" height="90" title="server" /></p>
+      <h2 class="title">Automated features</h2>
+      <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>
+      <ul>
+  
+
+      </ul>
+    </div>
+    <div class="floating-box">
+      <p><img src="images/img5.jpg" alt="server" width="200" height="90" title="server" /></p>
+      <h2 class="title">Quotas and forum</h2>
+      <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>
+      <p>We are using a powerful cluster of webservers that are all interconnected to act as one giant super computer.</p>
+      <ol>
+
+
+      </ol>
+    </div>
+  </div>
+  <!-- end #content -->
+  <div id="sidebar">
+    <div id="links">
+      <ul>
+
+    <li class="first"><a href="index.php"><b>H</b>omepage</a></li>
+    <li><a href="signup.php" accesskey="A"><b>S</b>ignup</a></li>
+    <li><a href="news.php" accesskey="P"><b>P</b>roduct new</a></li>
+    <li><a href="contact.php" accesskey="U">Contact <b>U</b>s</a></li>
+    <li><a href="https://ifastnet.com/portal/terms.php" accesskey="S"><b>T</b>erms of service</a></li>
+      </ul>
+    </div>
+    <div>
+      <h2>Faster webpages</h2>
+      <blockquote>
+        <p>The powerful cluster technology is years ahead of other hosting companies. Combining the power of lots of server simultaneously creates lightening fast website speeds. Not only is the service extremely fast, it is resistant to common failures that effect 'single server' hosting, used by most other free and paid hosting providers. </p>
+      </blockquote>
+    </div>
+  </div>
+  <!-- end #sidebar -->
+  <div style="clear: both; height: 1px;"></div>
+</div>
+<!-- end #page -->
+ <? include ("footer.php"); ?>
+
+</body>
+</html>

+ 52 - 0
index1.php

@@ -0,0 +1,52 @@
+<?php
+	require_once ("core.php");
+?>
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width,initial-scale=1">
+    <meta name="description" content="<?=$description?>">
+    <meta name="author" content="<?=$author?>">
+    <title><?=$title?></title>
+    <link href="favicon.ico" rel="icon">
+    <link href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
+    <link href="./css/style.css?v=<?=$static_release?>" rel="stylesheet"><!--[if lt IE 9]>
+    <script src="./js/ie8-responsive-file-warning.js"></script><![endif]-->
+    <script src="./js/ie-emulation-modes-warning.js"></script><!--[if lt IE 9]>
+    <script src="https://cdn.bootcss.com/html5shiv/3.7.0/html5shiv.js"></script>
+    <script src="https://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script><![endif]-->
+</head>
+<body>
+<?php include ("header.php"); ?>
+<div class="container" id="result">
+	<div class="jumbotron">
+		<h1>Instant activation</h1>
+        <p>Free hosting accounts are activated instantly, no need to wait for manual approval, you can start building your pages immediately!  A powerful Vista Panel control panel is provided to manage your website, packed with hundreds of great features including Email, FTP add-on domain ...</p>
+		<p>
+			<a class="btn btn-lg btn-primary" href="../../components/#navbar" role="button">More &raquo;</a>
+		</p>
+    </div>
+    <div class="row">
+        <div class="col-md-6">
+            <h2>Automated features!</h2>
+            <img src="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>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 class="col-md-6">
+            <h2>Quotas and forum</h2>
+            <img src="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>
+            <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>
+        </div>
+    </div>
+</div>
+<?php include ("footer.php"); ?>
+<script src="https://cdn.bootcss.com/jquery/1.11.1/jquery.min.js"></script>
+<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
+<script src="./js/ie10-viewport-bug-workaround.js"></script>
+</body>
+</html>

+ 51 - 0
js/ie-emulation-modes-warning.js

@@ -0,0 +1,51 @@
+// NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT
+// IT'S JUST JUNK FOR OUR DOCS!
+// ++++++++++++++++++++++++++++++++++++++++++
+/*!
+ * Copyright 2014 Twitter, Inc.
+ *
+ * Licensed under the Creative Commons Attribution 3.0 Unported License. For
+ * details, see http://creativecommons.org/licenses/by/3.0/.
+ */
+// Intended to prevent false-positive bug reports about Bootstrap not working properly in old versions of IE due to folks testing using IE's unreliable emulation modes.
+(function () {
+  'use strict';
+
+  function emulatedIEMajorVersion() {
+    var groups = /MSIE ([0-9.]+)/.exec(window.navigator.userAgent)
+    if (groups === null) {
+      return null
+    }
+    var ieVersionNum = parseInt(groups[1], 10)
+    var ieMajorVersion = Math.floor(ieVersionNum)
+    return ieMajorVersion
+  }
+
+  function actualNonEmulatedIEMajorVersion() {
+    // Detects the actual version of IE in use, even if it's in an older-IE emulation mode.
+    // IE JavaScript conditional compilation docs: http://msdn.microsoft.com/en-us/library/ie/121hztk3(v=vs.94).aspx
+    // @cc_on docs: http://msdn.microsoft.com/en-us/library/ie/8ka90k2e(v=vs.94).aspx
+    var jscriptVersion = new Function('/*@cc_on return @_jscript_version; @*/')() // jshint ignore:line
+    if (jscriptVersion === undefined) {
+      return 11 // IE11+ not in emulation mode
+    }
+    if (jscriptVersion < 9) {
+      return 8 // IE8 (or lower; haven't tested on IE<8)
+    }
+    return jscriptVersion // IE9 or IE10 in any mode, or IE11 in non-IE11 mode
+  }
+
+  var ua = window.navigator.userAgent
+  if (ua.indexOf('Opera') > -1 || ua.indexOf('Presto') > -1) {
+    return // Opera, which might pretend to be IE
+  }
+  var emulated = emulatedIEMajorVersion()
+  if (emulated === null) {
+    return // Not IE
+  }
+  var nonEmulated = actualNonEmulatedIEMajorVersion()
+
+  if (emulated !== nonEmulated) {
+    window.alert('WARNING: You appear to be using IE' + nonEmulated + ' in IE' + emulated + ' emulation mode.\nIE emulation modes can behave significantly differently from ACTUAL older versions of IE.\nPLEASE DON\'T FILE BOOTSTRAP BUGS based on testing in IE emulation modes!')
+  }
+})();

+ 22 - 0
js/ie10-viewport-bug-workaround.js

@@ -0,0 +1,22 @@
+/*!
+ * IE10 viewport hack for Surface/desktop Windows 8 bug
+ * Copyright 2014 Twitter, Inc.
+ * Licensed under the Creative Commons Attribution 3.0 Unported License. For
+ * details, see http://creativecommons.org/licenses/by/3.0/.
+ */
+
+// See the Getting Started docs for more information:
+// http://getbootstrap.com/getting-started/#support-ie10-width
+
+(function () {
+  'use strict';
+  if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
+    var msViewportStyle = document.createElement('style')
+    msViewportStyle.appendChild(
+      document.createTextNode(
+        '@-ms-viewport{width:auto!important}'
+      )
+    )
+    document.querySelector('head').appendChild(msViewportStyle)
+  }
+})();

+ 13 - 0
js/ie8-responsive-file-warning.js

@@ -0,0 +1,13 @@
+// NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT
+// IT'S JUST JUNK FOR OUR DOCS!
+// ++++++++++++++++++++++++++++++++++++++++++
+/*!
+ * Copyright 2011-2014 Twitter, Inc.
+ *
+ * Licensed under the Creative Commons Attribution 3.0 Unported License. For
+ * details, see http://creativecommons.org/licenses/by/3.0/.
+ */
+// Intended to prevent false-positive bug reports about responsive styling supposedly not working in IE8.
+if (window.location.protocol == 'file:') {
+  window.alert('ERROR: Bootstrap\'s responsive CSS is disabled!\nSee getbootstrap.com/getting-started/#respond-file-proto for details.')
+}

+ 13 - 0
menu.php

@@ -0,0 +1,13 @@
+<div id="menu">
+  <ul>
+    <li class="first"><a href="index.php"><b>H</b>omepage</a></li>
+    <li><a href="signup.php" accesskey="A"><b>S</b>ignup</a></li>
+    <li><a href="news.php" accesskey="P"><b>P</b>roduct new</a></li>
+    <li><a href="contact.php" accesskey="U">Contact <b>U</b>s</a></li>
+    <li><a href="https://ifastnet.com/portal/terms.php" accesskey="S"><b>T</b>erms of service</a></li>
+  </ul>
+</div>
+<div id="logo">
+  <h1><a href="/index.php"><? echo "$yourdomain" ;?></a></h1>
+  <h2><a href="/index.php">Free and premium hosting</a></h2>
+</div>

+ 63 - 0
news.php

@@ -0,0 +1,63 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title><? echo "$yourdomain" ;?>web hosting</title>
+<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+<link href="default.css" rel="stylesheet" type="text/css" />
+</head>
+<body>
+  <? 
+    $yourdomain = $_SERVER['HTTP_HOST'];
+    $yourdomain = preg_replace('/^www\./' , '' , $yourdomain);
+    ?>
+
+ <? include ("menu.php"); ?>
+
+<div id="page">
+  <div id="content">
+    <div id="welcome">
+
+  <h2>Free hosting news</h2>
+  <p>We proudly announce the following new features on all free hosting accounts!..<br></br>
+<strong>1. cPanel x3 theme</strong> - The popular and professional x3 theme is now available for all free hosting accounts.<br>
+<strong>2. Automatic HTTP/SSL</strong> - We are the only webhost's in the world to offer automatic free SSL/HTTP's encryption on all free hosted domain names.  You can instantly browse any domain on our network on a https:// url.<br>
+<strong>3. Softaculous 1 click script installer</strong> - Softaculous is an auto installer for cPanel.
+Unlike other auto installers Softaculous is much faster, well designed and it installs all scripts in just ONE STEP. 
+    <div class="floating-box">
+      <p><img src="images/cluster.jpg" alt="" width="200" height="150" title="rack" /></p>
+    </div>
+    <div class="floating-box" style="margin-right: 20px;">
+      <h2 class="title">Value for free</h2>
+<p>
+Our cluster-based GRID network features hundreds of server nodes using the right software for the right job powered by Linux and Unix operating systems.
+<br><? echo "$yourdomain" ;?> hosting has the right services for you and at the right price... $0.00!</p>
+ </div>
+    </div>
+  </div>
+  <!-- end #content -->
+  <div id="sidebar">
+    <div id="links">
+      <ul>
+
+    <li class="first"><a href="index.php"><b>H</b>omepage</a></li>
+    <li><a href="signup.php" accesskey="A"><b>S</b>ignup</a></li>
+    <li><a href="news.php" accesskey="P"><b>P</b>roduct new</a></li>
+    <li><a href="contact.php" accesskey="U">Contact <b>U</b>s</a></li>
+    <li><a href="https://ifastnet.com/portal/terms.php" accesskey="S"><b>T</b>erms of service</a></li>
+      </ul>
+    </div>
+    <div>
+      <h2>Instant activation</h2>
+      <blockquote>
+        <p>Free hosting accounts are activated instantly, no need to wait for manual approval, you can start building your pages immediately!  A powerful Vista Panel control panel is provided to manage your website, packed with hundreds of great features including Email, FTP add-on domain and much more..</p>
+      </blockquote>
+    </div>
+  </div>
+  <!-- end #sidebar -->
+  <div style="clear: both; height: 1px;"></div>
+</div>
+<!-- end #page -->
+ <? include ("footer.php"); ?>
+
+</body>
+</html>

+ 106 - 0
signup.php

@@ -0,0 +1,106 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title><? echo "$yourdomain" ;?>web hosting</title>
+<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+<link href="default.css" rel="stylesheet" type="text/css" />
+</head>
+<body>
+  <? 
+    $yourdomain = $_SERVER['HTTP_HOST'];
+    $yourdomain = preg_replace('/^www\./' , '' , $yourdomain);
+    ?>
+
+ <? include ("menu.php"); ?>
+
+<div id="page">
+  <div id="content">
+    <div id="welcome">
+<h2>Sign Up For Free Hosting</h2>
+<p>You can sign up here for fast free PHP & MySQL hosting including a free sub domain. 
+Fill out the form below and your free hosting account will be created.  <em>Enjoy :)</em><br>
+</p>
+
+<td style="text-align: left;" colspan="21">
+<font size="-1"><span style="font-family: Helvetica,Arial,sans-serif;">
+<form method=post action="http://order.<? echo "$yourdomain" ;?>/register.php">
+<table>
+<tr><th style="text-align: left;">Username<td><input type=text name=username size=20 value="<?PHP if (isset($_GET['username'])) { echo $_GET['username']; }?>">
+<tr><th>&nbsp;<td>&nbsp;
+<tr><th style="text-align: left;">Password<td><input type=password name=password size=20>
+<tr><th>&nbsp;<td>&nbsp;
+<tr><th style="text-align: left;">Email Address<td><input type=text name=email size=20 value="<?PHP if (isset($_GET['email'])) { echo $_GET['email']; }?>">
+
+<tr><th style="text-align: left;">Site Category<td><select size="1" name="website_category">
+<option>Choose from Below</option>
+<option>Personal</option>
+<option>Business</option>
+<option>Hobby</option>
+<option>Forum</option>
+<option>Adult</option>
+<option>Dating</option>
+<option>Software / Download</option>
+</select>
+</td>
+
+<tr><th style="text-align: left;"><td>
+</td>
+
+<tr><th style="text-align: left;">Site Language<td>
+<select size="1" name="website_language">
+<option>Choose from Below</option>
+<option>English</option>
+<option>Non-English</option>
+</select>
+</td>
+
+<tr><th>&nbsp;<td>&nbsp;
+<?PHP 
+$id = md5(rand(6000,99999999999999991000));
+?>
+<input type=hidden name=id value="<?PHP echo $id; ?>">
+<tr><th style="text-align: left;">Security Code<td><img width="250px" height="90px" src="http://order.<? echo "$yourdomain" ;?>/image.php?id=<?PHP echo $id; ?>">
+<tr><th>&nbsp;<td>&nbsp;
+<tr><th style="text-align: left;">Enter Security Code<td><input type=text name=number size=20>
+<tr><th>&nbsp;<td>&nbsp;
+
+<tr><th colspan=2><input type=submit value="Register" name=submit>
+</table>
+</form>		
+</span>
+<br style="font-family: Helvetica,Arial,sans-serif;">
+      </font>
+      <br style="font-family: Helvetica,Arial,sans-serif;">
+      </span></font>
+By signing up for our free hosting, you accept and agree to our <br><a href="https://ifastnet.com/portal/terms.php">Terms of Service</a>
+</td>
+
+    </div>
+  </div>
+  <!-- end #content -->
+  <div id="sidebar">
+    <div id="links">
+      <ul>
+
+    <li class="first"><a href="index.php"><b>H</b>omepage</a></li>
+    <li><a href="signup.php" accesskey="A"><b>S</b>ignup</a></li>
+    <li><a href="news.php" accesskey="P"><b>P</b>roduct new</a></li>
+    <li><a href="contact.php" accesskey="U">Contact <b>U</b>s</a></li>
+    <li><a href="https://ifastnet.com/portal/terms.php" accesskey="S"><b>T</b>erms of service</a></li>
+      </ul>
+    </div>
+    <div>
+      <h2>Instant activation</h2>
+      <blockquote>
+        <p>Free hosting accounts are activated instantly, no need to wait for manual approval, you can start building your pages immediately!  A powerful Vista Panel control panel is provided to manage your website, packed with hundreds of great features including Email, FTP add-on domain and much more..</p>
+      </blockquote>
+    </div>
+  </div>
+  <!-- end #sidebar -->
+  <div style="clear: both; height: 1px;"></div>
+</div>
+<!-- end #page -->
+ <? include ("footer.php"); ?>
+
+</body>
+</html>

+ 100 - 0
signup1.php

@@ -0,0 +1,100 @@
+<?php
+	require_once ("core.php");
+    $security_id = md5(rand(6000,99999999999999991000));
+?>
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width,initial-scale=1">
+    <meta name="description" content="<?=$description?>">
+    <meta name="author" content="<?=$author?>">
+    <link rel="icon" href="favicon.ico">
+    <title><?=$domain?></title>
+    <link href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
+    <link href="./css/style.css?v=<?=$static_release?>" rel="stylesheet"><!--[if lt IE 9]>
+    <script src="./js/ie8-responsive-file-warning.js"></script><![endif]-->
+    <script src="./js/ie-emulation-modes-warning.js"></script><!--[if lt IE 9]>
+    <script src="https://cdn.bootcss.com/html5shiv/3.7.0/html5shiv.js"></script>
+    <script src="https://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script><![endif]-->
+</head>
+<body>
+<?php include ("header.php"); ?>
+<div class="container">
+    <div class="row">
+        <h2>Sign Up For Free Hosting</h2>
+        <p>You can sign up here for fast free PHP & MySQL hosting including a free sub domain. 
+        Fill out the form below and your free hosting account will be created.  <em>Enjoy :)</em><br>
+        </p>
+    </div>
+        <form class="form-horizontal" role="form" method=post action="https://order.<?=$domain?>/register.php">
+            <div class="form-group">
+                <label for="inputUsername" class="col-sm-4 control-label">Username</label>
+                <div class="col-sm-5">
+                <input type="text" name="username" class="form-control" id="inputUsername" placeholder="Username" value="<?php if (isset($_GET['username'])) { echo $_GET['username']; }?>">
+                </div>
+            </div>
+            <div class="form-group">
+                <label for="inputPassword" class="col-sm-4 control-label">Password</label>
+                <div class="col-sm-5">
+                <input type="password" name="password" class="form-control" id="inputPassword" placeholder="Password">
+                </div>
+            </div>
+            <div class="form-group">
+                <label for="inputEmail" class="col-sm-4 control-label">Email Address</label>
+                <div class="col-sm-5">
+                <input type="email" name="email" class="form-control" id="inputEmail" placeholder="Email Address" value="<?php if (isset($_GET['email'])) { echo $_GET['email']; }?>">
+                </div>
+            </div>
+            <div class="form-group">
+                <label for="inputCategory" class="col-sm-4 control-label">Site Category</label>
+                <div class="col-sm-5">
+                    <select class="form-control" name="website_category" id="inputCategory">
+                        <option>Choose from Below</option>
+                        <option>Personal</option>
+                        <option>Business</option>
+                        <option>Hobby</option>
+                        <option>Forum</option>
+                        <option>Adult</option>
+                        <option>Dating</option>
+                        <option>Software / Download</option>
+                    </select>
+                </div>
+            </div>
+            <div class="form-group">
+                <label for="inputLanguage" class="col-sm-4 control-label">Site Language</label>
+                <div class="col-sm-5">
+                    <select class="form-control" name="website_language" id="inputLanguage">
+                        <option>Choose from Below</option>
+                        <option>English</option>
+                        <option>Non-English</option>
+                    </select>
+                </div>
+            </div>
+            <div class="form-group">
+                <label for="inputID" class="col-sm-4 control-label">Security Code</label>
+                <div class="col-sm-5">
+                <img width="90px" height="25px" src="https://order.<?=$domain?>/image.php?id=<?=$security_id?>">
+                <input type="hidden" name="id" class="form-control" id="inputID" placeholder="ID" value="<?=$security_id?>">
+                </div>
+            </div>
+            <div class="form-group">
+                <label for="inputSecurityCode" class="col-sm-4 control-label">Enter Security Code</label>
+                <div class="col-sm-5">
+                <input type="text" name="number" class="form-control" id="inputSecurityCode" placeholder="Security Code">
+                </div>
+            </div>
+            <div class="form-group">
+                <div class="col-sm-offset-4 col-sm-6">
+                <button type="submit" name="submit" class="btn btn-default">Register</button>
+                </div>
+            </div>
+        </form>
+</div>
+<?php include ("footer.php"); ?>
+<script src="https://cdn.bootcss.com/jquery/1.11.1/jquery.min.js"></script>
+<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
+<script src="./js/ie10-viewport-bug-workaround.js"></script>
+</body>
+</html>