well-needed updates and fixes

This commit is contained in:
Anton McClure 2019-05-18 12:40:29 -04:00
parent 2e8709e515
commit f3a38052b2
No known key found for this signature in database
GPG Key ID: DC9155FB2EEAA2EF
14 changed files with 49 additions and 156 deletions

View File

@ -5,9 +5,9 @@ You may have to refresh the page to see any changes or updates.<br>
All questions, comments, and concerns about this site should be sent to <a href="/contact.php">the administration team</a>.</p>
<p>Created with valid <a href="http://validator.w3.org/check?uri=referer">HTML</a> and <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> code.</p>
<!-- EasyBanner code begin -->
<CENTER>
<!--<CENTER>
<IFRAME SRC="https://banner.tildeverse.org/work.php?ID=thunix" width=468 height=60 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=1 scrolling="no"></IFRAME><br />
Ads by <a href="//banner.tildeverse.org">Tildeverse Banner Exchange</a>
</CENTER>
</CENTER>-->
<!-- EasyBanner code end -->
</div></body></html>

View File

@ -1,8 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="thunix Community Official Website">
<meta name="keywords" content="thunix,community,Shell,Provider,And,Web,Host,Phoenix,UNIX,Linux,HTML,CSS,XML,JavaScript,Gnu,Ubuntu,Debian,Arch,Mirrors,Mirror,Forums,Tildeverse">
<meta name="description" content="thunix Official Website">
<meta name="keywords" content="thunix,Shell,Provider,And,Web,Host,Phoenix,Community,UNIX,Linux,HTML,CSS,XML,JavaScript,Gnu,Ubuntu,Debian,Arch,Mirrors,Mirror,Forums,Tildeverse">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="/site.css" rel="stylesheet" type="text/css" media="all">

12
HEADER2.php Normal file
View File

@ -0,0 +1,12 @@
</head>
<body>
<div id="top">
<div id="header">
<div id="logo">
<h1>&#9763; thunix</h1>
</div>
</div>
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">
<div id="content">

View File

@ -2016,23 +2016,12 @@ function phpfmg_header( $title="", $keywords="", $description="" ){
if( !$formOnly ){
?>
<?php include 'HEADER.php'; ?>
<title>Report Abuse - thunix Community</title>
<title>Report Abuse - thunix</title>
<?php
}
phpfmg_form_css();
?>
</head>
<body>
<div id="top">
<div id="header">
<div id="logo">
<h1>&#9763; thunix</h1>
</div>
</div>
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">
<div id="content">
<?php include 'HEADER2.php'; ?>
<div class="post">
<h2 class="title">Report Abuse</h2>
<div style="clear: both;">&nbsp;</div>

View File

@ -123,15 +123,15 @@ function phpfmg_mail_template(){
# --- Array of Form Elements ---
$GLOBALS['form_mail'] = array();
$GLOBALS['form_mail']['field_0'] = array( "name" => "field_0", "text" => "Contact Name:", "type" => "sender's name", "instruction" => "", "required" => "Required" ) ;
$GLOBALS['form_mail']['field_1'] = array( "name" => "field_1", "text" => "Email Address:", "type" => "sender's email", "instruction" => "", "required" => "Required" ) ;
$GLOBALS['form_mail']['field_2'] = array( "name" => "field_2", "text" => "Subject:", "type" => "text", "instruction" => "", "required" => "Required" ) ;
$GLOBALS['form_mail']['field_3'] = array( "name" => "field_3", "text" => "Message:", "type" => "textarea", "instruction" => "", "required" => "Required" ) ;
# --- Array of Form Elements ---
$GLOBALS['form_mail'] = array();
$GLOBALS['form_mail']['field_0'] = array( "name" => "field_0", "text" => "Contact Name:", "type" => "sender's name", "instruction" => "", "required" => "Required" ) ;
$GLOBALS['form_mail']['field_1'] = array( "name" => "field_1", "text" => "Email Address:", "type" => "sender's email", "instruction" => "", "required" => "Required" ) ;
$GLOBALS['form_mail']['field_2'] = array( "name" => "field_2", "text" => "Subject:", "type" => "text", "instruction" => "", "required" => "Required" ) ;
$GLOBALS['form_mail']['field_3'] = array( "name" => "field_3", "text" => "Message:", "type" => "textarea", "instruction" => "", "required" => "Required" ) ;
/**
* GNU Library or Lesser General Public License version 2.0 (LGPLv2)
*/
@ -2016,23 +2016,12 @@ function phpfmg_header( $title="", $keywords="", $description="" ){
if( !$formOnly ){
?>
<?php include 'HEADER.php'; ?>
<title>Contact Us - thunix Community</title>
<title>Contact Us - thunix</title>
<?php
}
phpfmg_form_css();
?>
</head>
<body>
<div id="top">
<div id="header">
<div id="logo">
<h1>&#9763; thunix</h1>
</div>
</div>
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">
<div id="content">
<?php include 'HEADER2.php'; ?>
<div class="post">
<h2 class="title">Contact Us</h2>
<div style="clear: both;">&nbsp;</div>

View File

@ -1,17 +1,6 @@
<?php include 'HEADER.php'; ?>
<title>Copyright Notices and Acknowledgements - thunix Community</title>
</head>
<body>
<div id="top">
<div id="header">
<div id="logo">
<h1>&#9763; thunix</h1>
</div>
</div>
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">
<div id="content">
<title>Copyright Notices and Acknowledgements - thunix</title>
<?php include 'HEADER2.php'; ?>
<div class="post">
<h2 class="title">Copyright Notices and Acknowledgements</h2>
<div style="clear: both;">&nbsp;</div>

View File

@ -1,17 +1,6 @@
<?php include 'HEADER.php'; ?>
<title>Donations - thunix Community</title>
</head>
<body>
<div id="top">
<div id="header">
<div id="logo">
<h1>&#9763; thunix</h1>
</div>
</div>
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">
<div id="content">
<title>Donations - thunix</title>
<?php include 'HEADER2.php'; ?>
<div class="post">
<h2 class="title">Donations</h2>
<div style="clear: both;">&nbsp;</div>

15
faq.php
View File

@ -1,17 +1,6 @@
<?php include 'HEADER.php';?>
<title>Frequently Asked Questions - thunix Community</title>
</head>
<body>
<div id="top">
<div id="header">
<div id="logo">
<h1>&#9763; thunix</h1>
</div>
</div>
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">
<div id="content">
<title>Frequently Asked Questions - thunix</title>
<?php include 'HEADER2.php'; ?>
<div class="post">
<h2 class="title">Frequently Asked Questions</h2>
<div style="clear: both;">&nbsp;</div>

View File

@ -1,17 +1,6 @@
<?php include 'HEADER.php'; ?>
<title>GDPR Statement and Privacy Policy - thunix Community</title>
</head>
<body>
<div id="top">
<div id="header">
<div id="logo">
<h1>&#9763; thunix</h1>
</div>
</div>
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">
<div id="content">
<title>GDPR Statement and Privacy Policy - thunix</title>
<?php include 'HEADER2.php'; ?>
<div class="post">
<h2 class="title">GDPR Statement and Privacy Policy</h2>
<div style="clear: both;">&nbsp;</div>

View File

@ -1,16 +1,6 @@
<?php include 'HEADER.php'; ?>
<title>Welcome to thunix Community</title>
</head>
<body>
<div id="top">
<div id="header">
<div id="logo">
<h1>&#9763; thunix</h1>
</div>
</div>
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">
<title>Welcome to thunix</title>
<?php include 'HEADER2.php'; ?>
<div id="content">
<div class="post">
<h2 class="title">Welcome to thunix!</h2>
@ -27,14 +17,14 @@
</div>
</div>-->
<div class="post">
<h2 class="title">About thunix Community</h2>
<h2 class="title">About thunix</h2>
<div style="clear: both;">&nbsp;</div>
<div class="entry">
<p>thunix offers Secure Shell (SSH) accounts, Web Hosting, Email Accounts, and many other services. But, most of all, we are a community of users. It was founded by hexhaxtron in the Summer of 2017, and was continued by <a href="/~amcclure">amcclure</a> and <a href="/~ubergeek">ubergeek</a> since 2018. We aim to provide the best service possible with a wide variety of features, and we hope you have fun with it!</p>
</div>
</div>
<div class="post">
<h2 class="title">thunix Phoenix</h2>
<h2 class="title">Project Phoenix</h2>
<div style="clear: both;">&nbsp;</div>
<div class="entry">
<p>The thunix Phoenix project aims to provide a new user experience for shell users, with integration into the wider Tildeverse network.</p>

View File

@ -1,16 +1,6 @@
<?php include 'HEADER.php'; ?>
<title>Status of thunix Servers and Services - thunix Community</title>
</head>
<body>
<div id="top">
<div id="header">
<div id="logo">
<h1>&#9763; thunix</h1>
</div>
</div>
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">
<title>Status of thunix Servers and Services - thunix</title>
<?php include 'HEADER2.php'; ?>
<div id="content">
<div class="post">
<h2 class="title">Information and Service Status</h2>

View File

@ -2017,23 +2017,12 @@ function phpfmg_header( $title="", $keywords="", $description="" ){
if( !$formOnly ){
?>
<?php include 'HEADER.php'; ?>
<title>Sign Up - thunix Community</title>
<title>Sign Up - thunix</title>
<?php
}
phpfmg_form_css();
?>
</head>
<body>
<div id="top">
<div id="header">
<div id="logo">
<h1>&#9763; thunix</h1>
</div>
</div>
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">
<div id="content">
<?php include 'HEADER2.php'; ?>
<div class="post">
<h2 class="title">Sign Up</h2>
<div style="clear: both;">&nbsp;</div>

15
tos.php
View File

@ -1,17 +1,6 @@
<?php include 'HEADER.php'; ?>
<title>Terms of Service - thunix Community</title>
</head>
<body>
<div id="top">
<div id="header">
<div id="logo">
<h1>&#9763; thunix</h1>
</div>
</div>
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">
<div id="content">
<title>Terms of Service - thunix</title>
<?php include 'HEADER2.php'; ?>
<div class="post">
<h2 class="title">Terms of Service</h2>
<div style="clear: both;">&nbsp;</div>

View File

@ -1,17 +1,6 @@
<?php include 'HEADER.php'; ?>
<title>User Web Directories - thunix Community</title>
</head>
<body>
<div id="top">
<div id="header">
<div id="logo">
<h1>&#9763; thunix</h1>
</div>
</div>
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">
<div id="content">
<title>User Web Directories - thunix</title>
<?php include 'HEADER2.php'; ?>
<div class="post">
<h2 class="title">User Web Directories</h2>
<div style="clear: both;">&nbsp;</div>