-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
PlanetGamingGG
committed
Jan 9, 2019
1 parent
f1d60e9
commit 291f395
Showing
8 changed files
with
1,025 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# MyOwnFreeHost Project LOGGED | ||
A Free and OpenSource Material Based Design Login, Signup and Terms Template created by PlanetCloud |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?php | ||
|
||
$global = array( | ||
|
||
'id' => md5(rand(6000, PHP_INT_MAX)), // Captcha Randomizer | ||
|
||
'protocol' => 'https://', // Specify your website protocol here. Is it secured with SSL? if yes use "https://" if no, use "http://" | ||
|
||
'domain' => strtolower(preg_replace('/^www\./' , '' , $_SERVER['HTTP_HOST'])), // Automatic Domain Recognition | ||
|
||
'domain_def' => 'planetcloudhosting.cf', // In case the Automatic Domain Recognition failed, use this. | ||
|
||
'title' => 'Planet Cloud Hosting', // Site title | ||
|
||
'logo' => 'http://planetcloudhosting.cf/images/logo.png', // Logo URL | ||
|
||
'email' => '[email protected]', // Where to send abuse email? | ||
'cod_type' => 'UTF-8', // Encoding Type | ||
|
||
'color' => 'blue', // Change button color. Available color : pink , blue , green , red , purple , yellow , black , white (NOT RECOMENDED) , grey. | ||
|
||
'submit_def' => 'https://securesignup.net', | ||
|
||
); | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,173 @@ | ||
<?php | ||
|
||
// DO NOT REMOVE THIS LINE! | ||
include 'login-config.php'; | ||
|
||
?> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="<?=$global['cod_type'];?>"> | ||
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> | ||
<title>Login to your account - <?=$global['title'];?></title> | ||
<link rel="icon" href="/favicon.ico" type="image/x-icon"> | ||
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css"> | ||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css"> | ||
<link href="style-login.css" rel="stylesheet"> | ||
</head> | ||
<body class="login-page"> | ||
<div class="login-box"> | ||
<a href="<?=$global['protocol'];?><?=$global['domain'];?>"> | ||
<p style="text-align:center"><img src="<?=$global['logo'];?>" alt="<?=$global['title'];?>" align="center" /></p> | ||
</a> | ||
<div class="card"> | ||
<div class="body"> | ||
<div class="msg">Login to your account</div> | ||
<form action="https://cpanel.<?=$global['domain'];?>/login.php" method="post" name="login"> | ||
<div class="input-group form-float"> | ||
<span class="input-group-addon"> | ||
<i class="material-icons">person</i> | ||
</span> | ||
<div class="form-line"> | ||
<input name="uname" id="mod_login_username" type="text" class="form-control" alt="username" size="10" class="form-control" placeholder="Username" required> | ||
</div> | ||
</div> | ||
<div class="input-group"> | ||
<span class="input-group-addon"> | ||
<i class="material-icons">lock</i> | ||
</span> | ||
<div class="form-line"> | ||
<input type="password" id="mod_login_password" name="passwd" class="form-control" size="10" alt="password" placeholder="Password" required> | ||
</div> | ||
</div> | ||
<div class="form-group"> | ||
<tr><th>Language<td><select class="form-control" size="1" name="language"> | ||
<option value="English" selected="selected">English</option> | ||
<option>Afrikaans</option> | ||
<option>Albanian</option> | ||
<option>Amharic</option> | ||
<option>Arabic</option> | ||
<option>Armenian</option> | ||
<option>Azeerbaijani</option> | ||
<option>Basque</option> | ||
<option>Belarusian</option> | ||
<option>Bengali</option> | ||
<option>Bosnian</option> | ||
<option>Bulgarian</option> | ||
<option>Burmese</option> | ||
<option>Catalan</option> | ||
<option>Cebuano</option> | ||
<option>Chichewa</option> | ||
<option>Chinese_simplified</option> | ||
<option>Chinese_traditional</option> | ||
<option>Corsican</option> | ||
<option>Croatian</option> | ||
<option>Czech</option> | ||
<option>Danish</option> | ||
<option>Dutch</option> | ||
<option>English</option> | ||
<option>Esperanto</option> | ||
<option>Estonian</option> | ||
<option>Farsi</option> | ||
<option>Filipino</option> | ||
<option>Finnish</option> | ||
<option>French</option> | ||
<option>Frisian</option> | ||
<option>Galician</option> | ||
<option>Georgian</option> | ||
<option>German</option> | ||
<option>Greek</option> | ||
<option>Gujarati</option> | ||
<option>Haitian Creole</option> | ||
<option>Hausa</option> | ||
<option>Hawaiian</option> | ||
<option>Hebrew</option> | ||
<option>Hindi</option> | ||
<option>Hmong</option> | ||
<option>Hungarian</option> | ||
<option>Icelandic</option> | ||
<option>Igbo</option> | ||
<option>Indonesian</option> | ||
<option>Irish</option> | ||
<option>Italian</option> | ||
<option>Japanese</option> | ||
<option>Javanese</option> | ||
<option>Kannada</option> | ||
<option>Kazakh</option> | ||
<option>Khmer</option> | ||
<option>Korean</option> | ||
<option>Kurdish</option> | ||
<option>Kyrgyz</option> | ||
<option>Lao</option> | ||
<option>Latin</option> | ||
<option>Latvian</option> | ||
<option>Lithuanian</option> | ||
<option>Luxembourgish</option> | ||
<option>Macedonian</option> | ||
<option>Malagasy</option> | ||
<option>Malay</option> | ||
<option>Malayalam</option> | ||
<option>Maltese</option> | ||
<option>Maori</option> | ||
<option>Marathi</option> | ||
<option>Mongolian</option> | ||
<option>Nepali</option> | ||
<option>Norwegian</option> | ||
<option>Pashto</option> | ||
<option>Persian</option> | ||
<option>Polish</option> | ||
<option>Portuguese</option> | ||
<option>Punjabi</option> | ||
<option>Romanian</option> | ||
<option>Russian</option> | ||
<option>Samoan</option> | ||
<option>Scots Gaelic</option> | ||
<option>Serbian</option> | ||
<option>Sesotho</option> | ||
<option>Shona</option> | ||
<option>Sindhi</option> | ||
<option>Sinhala</option> | ||
<option>Slovak</option> | ||
<option>Slovenian</option> | ||
<option>Somali</option> | ||
<option>Spanish</option> | ||
<option>Sundanese</option> | ||
<option>Swahili</option> | ||
<option>Swedish</option> | ||
<option>Tajik</option> | ||
<option>Tamil</option> | ||
<option>Telugu</option> | ||
<option>Thai</option> | ||
<option>Turkish</option> | ||
<option>Ukrainian</option> | ||
<option>Urdu</option> | ||
<option>Uzbek</option> | ||
<option>Vietnamese</option> | ||
<option>Welsh</option> | ||
<option>Xhosa</option> | ||
<option>Yiddish</option> | ||
<option>Yoruba</option> | ||
<option>Zulu</option> | ||
</select> | ||
</td></tr> | ||
</div> | ||
<div class="row"> | ||
<div class="col-xs-12"> | ||
<button class="btn btn-block bg-<?=$global['color'];?> waves-effect">SIGN IN</button> | ||
</div> | ||
</div> | ||
<div class="row m-t-15 m-b--20"> | ||
<div class="col-xs-6"> | ||
<a href="signup.php">Register Now!</a> | ||
</div> | ||
<div class="col-xs-6 align-right"> | ||
<a href="https://cpanel.<?=$global['domain'];?>/lostpassword.php">Forgot Password?</a> | ||
</div> | ||
</div> | ||
<script src="material.js"></script> | ||
</form> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
<?php | ||
include 'login-config.php'; //DO NOT REMOVE OR MODIFY THIS! | ||
?> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="<?=$global['cod_type'];?>"> | ||
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> | ||
<title>Privacy Policy - <?=$global['title'];?></title> | ||
<link rel="icon" href="/favicon.ico" type="image/x-icon"> | ||
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css"> | ||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css"> | ||
<link href="style-login.css" rel="stylesheet"> | ||
</head> | ||
<body class="login-page"> | ||
<div class="login-box"> | ||
<a href="http://<?=$global['domain'];?>"> | ||
<p style="text-align:center"><img src="<?=$global['logo'];?>" alt="<?=$global['title'];?>" align="center" /></p> | ||
</a> | ||
<div class="card"> | ||
<div class="body"> | ||
<div class="msg">Privacy Policy</div> | ||
|
||
<h4>What information do we collect?</h4> | ||
<p>We collect information from you when you register on our site, place an order or fill out a | ||
form.</p> | ||
<p>When ordering or registering on our site, as appropriate, you may be asked to enter your: name or | ||
e-mail address.</p> | ||
<p>We also keep log files. Information collected in these logs includes: your IP address, which | ||
pages do you view on our website and which actions do you take on our website (including, but | ||
not limited to, signing up, logging in and ordering a product/service).</p> | ||
<h4>What do we use your information for?</h4> | ||
<p>Any of the information we collect from you may be used in one of the following ways:</p> | ||
<p>To personalize your experience (your information helps us to better respond to your individual | ||
needs)</p> | ||
<p>To improve our website (we continually strive to improve our website offerings based on the | ||
information and feedback we receive from you)</p> | ||
<p>To improve customer service (your information helps us to more effectively respond to your | ||
customer service requests and support needs)</p> | ||
<p>To process transactions<br>Your information, whether public or private, will not be sold, | ||
exchanged, transferred, or given to any other company for any reason whatsoever, without your | ||
consent, other than for the express purpose of delivering the purchased product or service | ||
requested.</p> | ||
<p>To send periodic emails<br>The email address you provide for order processing, may be used to | ||
send you information and updates pertaining to your order, in addition to receiving occasional | ||
company news, updates, related product or service information, etc.</p> | ||
<h4>How do we protect your information?</h4> | ||
<p>We implement a variety of security measures to maintain the safety of your personal information | ||
when you place an order or enter, submit, or access your personal information.</p> | ||
<h4>Do we use cookies?</h4> | ||
<p>Yes (Cookies are small files that a site or its service provider transfers to your computers hard | ||
drive through your Web browser (if you allow) that enables the sites or service providers | ||
systems to recognize your browser and capture and remember certain information)</p> | ||
<p>We use cookies to help us remember and process the items in your shopping cart and compile | ||
aggregate data about site traffic and site interaction so that we can offer better site | ||
experiences and tools in the future. We may contract with third-party service providers to | ||
assist us in better understanding our site visitors. These service providers are not permitted | ||
to use the information collected on our behalf except to help us conduct and improve our | ||
business.</p> | ||
<h4>Do we disclose any information to outside parties?</h4> | ||
<p>We do not sell, trade, or otherwise transfer to outside parties your personally identifiable | ||
information unless required by law. This does not include trusted third parties who assist us in | ||
operating our website, conducting our business, or servicing you, so long as those parties agree | ||
to keep this information confidential. We may also release your information when we believe | ||
release is appropriate to comply with the law, enforce our site policies, or protect ours or | ||
others rights, property, or safety. However, non-personally identifiable visitor information may | ||
be provided to other parties for marketing, advertising, or other uses.</p> | ||
<h4>Third party links</h4> | ||
<p>Occasionally, at our discretion, we may include or offer third party products or services on our | ||
website. These third party sites have separate and independent privacy policies. We therefore | ||
have no responsibility or liability for the content and activities of these linked sites. | ||
Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these | ||
sites.</p> | ||
<h4>Promotional E-mails from our Partners</h4> | ||
<p>By signing up with Grendel Hosting, you agree that your clients emails are automatically added to | ||
our mailing list. Grendel Hosting reserves a right to send 1 promotional email message every 6 | ||
months that can promote our affiliate products.</p> | ||
<h4>California Online Privacy Protection Act Compliance</h4> | ||
<p>Because we value your privacy we have taken the necessary precautions to be in compliance with | ||
the California Online Privacy Protection Act. We therefore will not distribute your personal | ||
information to outside parties without your consent.</p> | ||
<p>As part of the California Online Privacy Protection Act, all users of our site may make any | ||
changes to their information at any time. All users of the web hosting service can change their | ||
personal information by logging into their control panel and going to the 'Edit Profile' page. | ||
All Billing system users can change their personal information by logging in to the Billing | ||
system and going in to the 'Manage Profile' section.</p> | ||
<h4>Childrens Online Privacy Protection Act Compliance</h4> | ||
<p>We are in compliance with the requirements of COPPA (Childrens Online Privacy Protection Act), we | ||
do not collect any information from anyone under 13 years of age. Our website, products and | ||
services are all directed to people who are at least 13 years old or older.</p> | ||
<h4>Your Consent</h4> | ||
<p>By using our site, you consent to our websites privacy policy.</p> | ||
<h4>Cookie Policy</h4> | ||
<p>We use Google Analytics and Google AdSense on our sites and allow them to place cookies in your | ||
browser. You can read more about those services and the information they use here: <a href="https://goo.gl/5JtkWw" target="_blank">https://goo.gl/5JtkWw</a>. | ||
</p> | ||
<h4>Changes to our Privacy Policy</h4> | ||
<p>If we decide to change our privacy policy, we will post those changes on this page, and/or update | ||
the Privacy Policy modification date below.</p> | ||
<p>This policy was last modified on 29th of July 2015</p> </div> | ||
<!-- Material JS --> | ||
<script src="material.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.