legal mumbo jumbo, starting to revamp the old UI, user agreement is not a finished page yet

This commit is contained in:
2026-03-05 11:13:45 +00:00
parent f7f139ca72
commit e42cf38b60
44 changed files with 819 additions and 15 deletions

View File

@@ -36,6 +36,18 @@ require_once("Hotbar.php");
</div>
</div>
</div>
<div class="BackgroundFade" style="height: 110vh;"></div>
<div class="halbearnetFooter">
<div class="FooterContainer">
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 2vh; margin-right: 2vh; cursor: pointer; font-size: 3vh; text-align: left;">©Halbear Networking & Software Ltd 2025</a>
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 0vh; margin-right: 2vh; text-decoration: underline; cursor: pointer; font-size: 3vh; text-align: left;" onclick="document.location.href='UserAgreement.php';">User Agreement</a>
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 0vh; margin-right: 2vh; text-decoration: underline; cursor: pointer; font-size: 3vh; text-align: left;" onclick="document.location.href='DataCollection.php';">Data Collection Information</a>
</div>
<div class="FooterContainer">
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 2vh; margin-right: 2vh; cursor: pointer; font-size: 3vh; text-align: right;">Useful Information:</a>
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 0vh; margin-right: 2vh; text-decoration: underline; text-align: right; cursor: pointer; font-size: 3vh;" onclick="document.location.href='ContactUs.php';">Contact Us</a>
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 0vh; margin-right: 2vh; text-decoration: underline; cursor: pointer; font-size: 3vh; text-align: right;" onclick="document.location.href='CompanyInformation.php';">Company Information</a>
</div>
</div>
<div class="BackgroundFade" style="height: 135vh;"></div>
</body>
</html>

View File

@@ -0,0 +1,54 @@
<?php
$UniqueSession = false;
require("../Hidden/Security/StartSession.php");
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<title>halbear.net</title>
<meta name="description" content="Official Website of Halbear Networking & Software Ltd">
<meta name="keywords" content="Software, Games, Gaming, Halbear.Net, Halbear, Iron Horse Game Development, Iron Horse, Plane Building, Lost Contact, War Horse, Iostiler, Expedition Emberleaf">
<link rel="stylesheet"href="StyleSheets/MainStyle.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Boldonse&family=DotGothic16&family=Lexend:wght@600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Coral+Pixels&family=Jost:ital,wght@0,100..900;1,100..900&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap" rel="stylesheet">
</head>
<body>
<?php
$Page = "CompanyInformation";
require_once("Hotbar.php");
?>
<div style="width: 100vw; height: 110vh;" onload="ChangeImg();">
<div tabindex="0" class="StaticContentContainer" style="position: absolute; left: 3vh; top: 11vh; width: 45vw; height: 10vh; display: flex; justify-content: center; align-items: center">
<a class="Title" >
Contact Us
</a>
</div>
<div tabindex="0" class="StaticContentContainer" style="position: absolute; left: 3vh; top: 26vh; width: 95vw; height: 78vh; flex-direction: row;">
<div style="display: flex; flex-direction: column; justify-content: start; align-items: start; width: 100%; height: 100%;">
<a class="LargeWhiteFont" style="padding: 2vh; font-size: 3vh; text-align: left;">
Halbear Networking & Software Ltd Support Email: <br> information@halbear.net<br>
<br> Whatever Board Support Email: <br> helpdesk@what.everboard.art<br>
<br> Secretary Email (for legal inquiries): <br> owenjl@halbear.net<br>
</a>
</div>
</div>
</div>
<div class="halbearnetFooter">
<div class="FooterContainer">
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 2vh; margin-right: 2vh; cursor: pointer; font-size: 3vh; text-align: left;">©Halbear Networking & Software Ltd 2025</a>
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 0vh; margin-right: 2vh; text-decoration: underline; cursor: pointer; font-size: 3vh; text-align: left;" onclick="document.location.href='UserAgreement.php';">User Agreement</a>
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 0vh; margin-right: 2vh; text-decoration: underline; cursor: pointer; font-size: 3vh; text-align: left;" onclick="document.location.href='DataCollection.php';">Data Collection Information</a>
</div>
<div class="FooterContainer">
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 2vh; margin-right: 2vh; cursor: pointer; font-size: 3vh; text-align: right;">Useful Information:</a>
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 0vh; margin-right: 2vh; text-decoration: underline; text-align: right; cursor: pointer; font-size: 3vh;" onclick="document.location.href='ContactUs.php';">Contact Us</a>
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 0vh; margin-right: 2vh; text-decoration: underline; cursor: pointer; font-size: 3vh; text-align: right;" onclick="document.location.href='CompanyInformation.php';">Company Information</a>
</div>
</div>
<div class="BackgroundFade" style="height: 135vh;"></div>
</body>
</html>

View File

@@ -0,0 +1,73 @@
<?php
$UniqueSession = false;
require("../Hidden/Security/StartSession.php");
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<title>halbear.net</title>
<meta name="description" content="Official Website of Halbear Networking & Software Ltd">
<meta name="keywords" content="Software, Games, Gaming, Halbear.Net, Halbear, Iron Horse Game Development, Iron Horse, Plane Building, Lost Contact, War Horse, Iostiler, Expedition Emberleaf">
<link rel="stylesheet"href="StyleSheets/MainStyle.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Boldonse&family=DotGothic16&family=Lexend:wght@600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Coral+Pixels&family=Jost:ital,wght@0,100..900;1,100..900&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap" rel="stylesheet">
</head>
<body>
<?php
$Page = "DataCollection";
require_once("Hotbar.php");
?>
<div style="width: 100vw; height: 100%; margin-top: 10vh; display: flex; flex-direction: column; justify-content: center; align-content: center; align-items: center;">
<div tabindex="0" class="StaticContentContainer" style="margin-bottom: 3vh; position: left: 3vh; top: 11vh; width: 45vw; height: 10vh; display: flex; justify-content: center; align-items: center">
<a class="Title" >
Data Usage
</a>
</div>
<div tabindex="0" class="StaticContentContainer" style=" left: 3vh; top: 26vh; width: 95vw; min-height: 78vh; padding-bottom: 3vh; flex-direction: row;">
<div style="display: flex; flex-direction: column; justify-content: start; align-items: start; width: 100%; height: 100%;">
<a class="LargeWhiteFont" style="padding-left: 2vh; padding-top: 2vh; font-size: 3vh; text-align: left;">
By accessing or using the website(s) and Software developed and/or maintained by Halbear Networking & Software Ltd and the usage of any assets owned by Halbear Networking & Software Ltd you are agreeing to the following:
<br> this document uses the same terminology definitions as our user agreement that can be seen here:</a>
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; padding-left: 2vh;padding-bottom: 2vh; margin-right: 2vh; color:purple; text-decoration: underline; cursor: pointer; font-size: 3vh; text-align: left;" onclick="document.location.href='UserAgreement.php';">User Agreement page</a>
<a class="LargeWhiteFont" style="padding-left: 2vh; font-size: 4vh; text-align: left; text-decoration: underline white"> Section 0: The data we will NOT collect about you (excluding employees)<br></a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">0.0: We will not collect any personal information, this includes:<br>&nbsp;0.0.0: &nbsp; your full name(with the exception of volunteer moderators),<br>&nbsp;0.0.1: &nbsp; your medical history,<br> &nbsp;0.0.2: &nbsp; your exact age/date of birth, <br>&nbsp;0.0.3: &nbsp; we will never ask for your ID or use a service that asks for your ID, do not give anyone your ID if they claim to be part of us, our age verification works on an honesty policy and through chat moderation,<br>&nbsp;0.0.4: &nbsp; we will never ask for your biometric information, such as an image of your face or body, but we may ask for a voice recording for age verification in the event we can't tell from the usual process,<br>&nbsp;0.0.5: &nbsp; we are unlikely to ask for your address as we do not ship physical products, and if we do, it will be through a delivery form and not in any form of text chat, we will not be storing your address to disc either, <br>&nbsp;0.0.6: &nbsp; your family history,<br>&nbsp;0.0.7: &nbsp; no one at halbear.net is permitted to ask for personal information directly, you will only be submitting information voluntarily through a form, do not tell someone your details through a direct message, <br>&nbsp;0.0.8: &nbsp; we will not be collecting any financial or payment information, while it may seem like a pain to put card details in on every single purchase we do not want to the risk or responsibility of storing your payment information,<br>&nbsp;0.0.9: &nbsp; we will never ask for a proof of real identity, such as, your driving licence, a photo of you, your passport or your birth certificate, do not submit any of this information to anyone claiming to be a representative of halbear.net </a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">0.1: We will not collect any unnecessary data, this includes:<br>&nbsp;0.1.0: &nbsp;telemetry data, we do not care nor see the point in collecting this, we have in house tools for testing this,<br>&nbsp;0.1.1: &nbsp;details regarding your personality, such as likes, dislikes, and hobbies, an exclusion to this will be if you include it in your account description or a public message<br>&nbsp;0.1.2: &nbsp;what you have stored on your device,<br>&nbsp;0.1.3: &nbsp;your browsing activity on non halbear.net platforms, we only use cookies cross-platform for storing your account sessions across our multiple domains and they are server side,<br>&nbsp;0.1.4: &nbsp;the software you use on your devices, <br>&nbsp;0.1.5: &nbsp;any digital activity outside of halbear.net platforms, such as game usage, media consumed, work/personal software uses or screen time</a>
<a class="LargeWhiteFont" style="padding-left: 2vh; font-size: 4vh; text-align: left; text-decoration: underline white"> Section 1: The data we collect autonomously<br></a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">1.0: We may collect technical information regarding your system and method of access to halbear.net services, such as, but not limited to:<br>&nbsp;1.0.0: &nbsp; your devices operating system,<br>&nbsp;1.0.1: &nbsp; your IPv4 Address, your IPv6 Address,<br> &nbsp;1.0.2: &nbsp; whether you're connected using a VPN or proxy, <br>&nbsp;1.0.3: &nbsp; your ability to render GUI(such as headless engine or a normal browser),<br>&nbsp;1.0.4: &nbsp; your ability to run javascript,<br>&nbsp;1.0.5: &nbsp; your browser and the version of your browser, <br>&nbsp;1.0.6: &nbsp; the search engine you used and your devices/browsers registered country,<br>&nbsp;1.0.7: &nbsp; your devices architecture (x86, x64, arm32, arm64 for example)</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">1.1: We may store a history of your usage of halbear.net, these include, but are not limited to:<br>&nbsp;1.1.0: &nbsp; your forum activity history on https://halbear.net/,<br>&nbsp;1.1.1: &nbsp; your software download, upload, and visit history on https://halbear.net/ and https://halbear.dev/,<br> &nbsp;1.1.2: &nbsp; your history of account creation, deletion and sign ins across all halbear.net services, <br>&nbsp;1.1.3: &nbsp; your log-in history on halbear.net services including device information related to those log-ins,<br>&nbsp;1.1.4: &nbsp; your private message history, we will store a record of WHO you message,<br>&nbsp;1.1.5: &nbsp; we will keep a history of your visits and posts on our other services such as whatever board, <br>&nbsp;1.1.6: &nbsp; we may keep a record of your hardware specifications(not direct names or UIDs, but information such as memory capacity and CPU count) when using halbear.net software</a>
<a class="LargeWhiteFont" style="padding-left: 2vh; font-size: 4vh; text-align: left; text-decoration: underline white"> Section 2: The data you may give us<br></a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">2.0: We may store some information you willingly give us when creating and using a halbear.net account, this data includes:<br>&nbsp;2.0.0: &nbsp; your Email Address,<br>&nbsp;2.0.1: &nbsp; your Username and Display name,<br> &nbsp;2.0.2: &nbsp; Our server will temporarily store your password in ram on account creation as it obfuscates it, but once it is store obfuscated it will discard the original password, we will never save your password to disc however, <br>&nbsp;2.0.3: &nbsp; We may store additional details regarding your account that you submit via the account centre, such as year of birth, your account description, your gender and/or sexual orientation, your availability status (for things such as artwork commissions), your country of origin, the languages you may speak</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">2.1: We may store some information you willingly give us when using halbear.net social platforms, some of the data collected may include: <br>&nbsp;2.1.0: &nbsp; We will be storing any messages you send, on forums, or in direct messaging, they will be encrypted with the exception of "mature content" messages as we will need to manually moderate them as per UK safeguarding laws to prevent potential CSAM or prevent something that could cause CSAM, <br>&nbsp;2.1.1: &nbsp; we may store any images you upload to our hosting services such as whatever board, any user uploaded software listings such as games, software, or game mods or the halbear.net website forums,<br>&nbsp;2.1.2: &nbsp; We may store a record of posts you have liked or disliked on any social platforms, such as our forums, whatever board posts, or software listings,<br>&nbsp;2.1.3: &nbsp; We may store a series of your messages that makes us suspect you may be a minor or a safeguarding issue, if a manual review shows that you are a minor your content filter will automatically be set to the strongest for 1-18 years depending on how we gauge your age(18 will be if we can't tell but are sure you're a minor) and you may need to provide evidence that you are an adult(we will not accept ID verifcation or images for privacy reasons, we may judge your age based on some general non personal questions we will ask and possibly to send a voice recording at the most), if a manual review shows you may be a safeguarding issue, authorities may be contacted and you will be immediately IPv4, IPv6, MAC address, and hardware banned from all halbear.net platforms</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">2.2: We may store some information you willingly give us when using our desktop software, this includes: <br>&nbsp;2.2.0: &nbsp; We may store hardware information you submit to us, such as device drivers (GPU name, CPU name, Ram generation & speed, display properties),<br>&nbsp;2.2.1: &nbsp; We may store a record of chats send in online software, such as a multiplayer games chat log, however this will only be collected under certain circumstances</a>
<a class="LargeWhiteFont" style="padding-left: 2vh; font-size: 4vh; text-align: left; text-decoration: underline white"> Section 3: What we will use your data for<br></a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">3.0: What we will use your technical data for: <br>&nbsp;3.0.0: &nbsp;We may use your technical information for an additional layer of account verification, completely unrecognisable devices or different geolocation may trigger us to request an email confirmation to log in,<br>&nbsp;3.0.1: &nbsp; We may use technical information to gauge what devices to optimise software for and to gauge our primary demographic of users,<br>&nbsp;3.0.2: &nbsp;We may use technical information to detect a user getting around an account ban<br>&nbsp;3.0.3: &nbsp;We may use technical information to hardware, IPv4, IPv6 ban users<br>&nbsp;3.0.4: &nbsp;Our software may use your technical information to optimise itself during runtime to run at the best performance-quality ratio it can get</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">3.1: What we will use your account data for: <br>&nbsp;3.1.0: &nbsp;We may use an input of your password to check for authentication for logging in,<br>&nbsp;3.1.1: &nbsp;We may use your email to send a verification code or password recovery,<br>&nbsp;3.1.2: &nbsp;We may use your account information to display your account details in the account centre<br>&nbsp;3.1.3: &nbsp;We may use your account information when logging activity, such as download history, likes or dislikes and associating posts with your account<br>&nbsp;3.1.4: &nbsp;We may use your display name to show to other users on your posts and messages</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">3.2: What we may use your message data for: <br>&nbsp;3.2.0: &nbsp;We may use your messages to gauge your status, whether as a normal user, a minor, or a safeguarding issue,<br>&nbsp;3.2.1: &nbsp;We may use your messages to display on the moderation dashboard for moderators to verify</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">3.3: What we may use your personal data for: <br>&nbsp;3.3.0: &nbsp;We may display your personal information on your profile at your discretion, such as, your gender and pronouns,<br>&nbsp;3.3.1: &nbsp;We may use some of your personal information when gauging your age in an age verification check,<br>&nbsp;3.3.2: &nbsp;We may use your country of origin to filter posts by language and to censor certain content</a>
<a class="LargeWhiteFont" style="padding-left: 2vh; font-size: 4vh; text-align: left; text-decoration: underline white"> Section 4: What we will specifically NOT use your data for<br></a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">4.0: What we will not be using your personal information for: <br>&nbsp;4.0.0: &nbsp;We will never share your personal information with advertisers or non authority parties,<br>&nbsp;4.0.1: &nbsp;We will not be using your personal information to create targeted algorithms for social content</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">4.1: What we will not be using your account information for: <br>&nbsp;4.1.0: &nbsp;We will never share your account or login information with a 3rd party, your email, username and password will never be shared with an advertiser or non authority and even not with authorities with the exception of UK police investigation agencies,<br>&nbsp;4.1 .1: &nbsp;We will not be displaying your email, password or username at all on the social platforms</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">4.0: What we will not be using your message information for: <br>&nbsp;4.0.0: &nbsp;We will never share your messages and message information with advertisers or non authority parties,<br>&nbsp;4.0.1: &nbsp;We will not be using your direct messages for anything other than moderation, and only trusted administrator employees are permitted to moderate direct messages</a>
</div>
</div>
</div>
<div class="halbearnetFooter" style="margin-top: 10vh;">
<div class="FooterContainer">
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 2vh; margin-right: 2vh; cursor: pointer; font-size: 3vh; text-align: left;">©Halbear Networking & Software Ltd 2025</a>
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 0vh; margin-right: 2vh; text-decoration: underline; cursor: pointer; font-size: 3vh; text-align: left;" onclick="document.location.href='UserAgreement.php';">User Agreement</a>
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 0vh; margin-right: 2vh; text-decoration: underline; cursor: pointer; font-size: 3vh; text-align: left;" onclick="document.location.href='DataCollection.php';">Data Collection Information</a>
</div>
<div class="FooterContainer">
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 2vh; margin-right: 2vh; cursor: pointer; font-size: 3vh; text-align: right;">Useful Information:</a>
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 0vh; margin-right: 2vh; text-decoration: underline; text-align: right; cursor: pointer; font-size: 3vh;" onclick="document.location.href='ContactUs.php';">Contact Us</a>
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 0vh; margin-right: 2vh; text-decoration: underline; cursor: pointer; font-size: 3vh; text-align: right;" onclick="document.location.href='CompanyInformation.php';">Company Information</a>
</div>
</div>
<div class="BackgroundFade" style="height: 560vh; !important;"></div>
</body>
</html>

View File

@@ -12,4 +12,4 @@
<button class="HotbarButton" id="HalNet" onclick="window.location.href='../index.php'">Main Site</button>
</div>
</div>
<div class="Copyright LargeWhiteFont" style="cursor: pointer" onclick="document.location.href='CompanyInformation.php'">©Halbear Networking & Software Ltd 2025</div>
<div class="Copyright LargeWhiteFont" style="cursor: pointer; z-index: 20;" onclick="document.location.href='CompanyInformation.php'">©Halbear Networking & Software Ltd 2025</div>

View File

@@ -181,6 +181,27 @@
user-select: none;
transition: .25s;
}
.FooterContainer{
margin: 2vh 2vw 5vh;
padding-bottom: 5vh;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.halbearnetFooter{
border-top: white solid;
z-index: 35;
max-width: 100vw;
min-height: 12vh;
display: flex;
flex-direction: row;
justify-content: space-between;
padding-left: 5vw;
padding-right: 5vw;
backdrop-filter: blur(5px);
background-image: linear-gradient(to bottom, rgba(180,220,255,0.125), rgba(180,220,255,0.225), rgba(180,220,255,0.0525), rgba(100,200,255,0.0725));
}
.Copyright{
border-radius: 5vh;
backdrop-filter: blur(15px);

View File

@@ -0,0 +1,84 @@
<?php
$UniqueSession = false;
require("../Hidden/Security/StartSession.php");
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<title>halbear.net</title>
<meta name="description" content="Official Website of Halbear Networking & Software Ltd">
<meta name="keywords" content="Software, Games, Gaming, Halbear.Net, Halbear, Iron Horse Game Development, Iron Horse, Plane Building, Lost Contact, War Horse, Iostiler, Expedition Emberleaf">
<link rel="stylesheet"href="StyleSheets/MainStyle.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Boldonse&family=DotGothic16&family=Lexend:wght@600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Coral+Pixels&family=Jost:ital,wght@0,100..900;1,100..900&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap" rel="stylesheet">
</head>
<body>
<?php
$Page = "UserAgreement";
require_once("Hotbar.php");
?>
<div style="width: 100vw; height: 100%; margin-top: 10vh; display: flex; flex-direction: column; justify-content: center; align-content: center; align-items: center;">
<div tabindex="0" class="StaticContentContainer" style="margin-bottom: 3vh; position: left: 3vh; top: 11vh; width: 45vw; height: 10vh; display: flex; justify-content: center; align-items: center">
<a class="Title" >
User Agreement
</a>
</div>
<div tabindex="0" class="StaticContentContainer" style=" left: 3vh; top: 26vh; width: 95vw; min-height: 78vh; padding-bottom: 3vh; flex-direction: row;">
<div style="display: flex; flex-direction: column; justify-content: start; align-items: start; width: 100%; height: 100%;">
<a class="LargeWhiteFont" style="padding: 2vh; font-size: 3vh; text-align: left;">
By accessing or using the website(s) and Software developed and/or maintained by Halbear Networking & Software Ltd and the usage of any assets owned by Halbear Networking & Software Ltd you are agreeing to the following:</a>
<a class="LargeWhiteFont" style="padding-left: 2vh; font-size: 4vh; text-align: left; text-decoration: underline white"> Section 0: Defining terminology in this agreement <br></a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">0.0: When using the terms 'us', 'our', 'we' or speaking in first person in general, unless specified otherwise, is referring to the company 'Halbear Networking & Software Ltd', a Welsh(UK) company with the registered company number of '16930413'.</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">0.1: Referring to, or using the name 'halbear.net', unless specified otherwise, is referring to the company 'Halbear Networking & Software Ltd', a Welsh(UK) company with the registered company number of '16930413', for example "the website halbear.net is..." is talking about the website, "halbear.net is..." is talking about the company.</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">0.2: Referring to, or using the name 'iron horse', 'iron horse software' or 'iron horse games', unless specified otherwise, is referring to a division of the company 'Halbear Networking & Software Ltd' specializing in Video Games Development, 'iron horse' is not a separate legal entity to halbear.net and operates completely under halbear.net with all assets owned and controlled by halbear.net.</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">0.3: Referring to, or using the name 'whatever board', unless specified otherwise, is referring to a web application being developed and maintained by halbear.net.</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">0.4: Referring to the domains 'what.everboard.art' and 'whateverboard.art' are referring to the website of the whatever board web application being developed and maintained by halbear.net.</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">0.5: When referring to, or using the term "AI" it is referring to the specific category of Artificial Intelligence of 'Large Language Models' such as ChatGPT or Co-Pilot.</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">0.6: When referring to "our services" this includes the usage of the https://halbear.net website, the usage of the https://ironhorse.games website, the usage of the whatever board platform (what.everboard.art and the whatever board app), the usage of our games as per listed on the iron horse website, the usage of the desktop halbear.net launcher & software installer, the usage of any halbear.net software, and any paid commission work such as Asset Creation.</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">0.7: When referring to "Assets" or an "Asset" created or owned by halbear.net, this is referring to any content owned by halbear.net or hosted on servers owned by halbear.net, including Assets created by an individual working under or working for halbear.net, some examples of our definition of 'assets' include images, audio, video, literary content including software code and markup language (such as this website), 3D models, compiled applications, our software, footage containing our assets. These Assets include any original content submitted by users to our services as well as official halbear.net content.</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">0.8: When using the terms 'You', 'Your' and talking in 2nd person, unless specified otherwise, is referring to the individual that is using our services and any directly involved legal entities, such as, a company and the employee of the company that's using our services during work hours are both agreeing to this document, therefore holding the company behind the employee legally liable to any actions they perform while using this service as well, the largest legal entity involved will be financially and legally responsible, such as, a Child using our service under the guidance and monitoring of a guardian, the guardian is financially and legally responsible for the Childs actions, or a student using our services on a school network, the school is financially and legally responsible for the students actions, and in the event of a company employee using our services while actively at work for the company(on the clock, or during office hours for the employee), the company the employee works at is financially and legally responsible for their actions.</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">0.9: When using the term 'All Parties' or 'All Parties Involved' we are referencing any legal entity that may be involved with the use of our services, such as but not limited to, an employee of a company using our services during work hours, the company is directly referenced as well as the employee when referring to 'All Parties', or a student using our services while on the school network, the school is being directly referenced by 'all parties'.</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">0.10: When using the term 'mature content' or 'mature messages' it is referring to topics that are more 'adult' such as profanity, literary sexual references, violence, artistic or educational nudity(content of this genre will need manual approval), conversations regarding user ages, locations and personal information but do not mean graphic content such as pornography and gore, those two topics are strictly forbidden among user submitted content.</a>
<br><a class="LargeWhiteFont" style="padding-left: 2vh; font-size: 4vh; text-align: left; text-decoration: underline white"> Section 1: General Use <br></a>
<a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh; font-size: 3vh; text-align: left;">1.0: All parties involved agree to use our services responsibly, abiding by the rules set by halbear.net and regulations by the government the user is located in. </a><br>
<a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh; font-size: 3vh; text-align: left;">1.1: You are of a legally responsible age(18 in the UK/EU) or there is a legally responsible Adult monitoring your usage of our services.</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">1.2: You are agreeing that Halbear.Net may collect technical data such as your IP Address, Computer Information(such as Operating System) and Software Information(such as browser used). for further information on data collection, see our </a>
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; padding-left: 5vh; margin-right: 2vh; color:purple; text-decoration: underline; cursor: pointer; font-size: 3vh; text-align: left;" onclick="document.location.href='DataCollection.php';">data collection transparency page</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">1.3: You will not be taking any assets created, hosted or owned by Halbear Networking & Software Ltd to be used in any association with a Large Language Model, or Artifical Intelligence in general without permission; in the event of, consensual or not, Halbear Networking & Software Ltd assets being used in AI in any capacity, whether used as training data or otherwise, the royalties for these assets will be £5000 per asset used in training with an additional £25 per piece of data generated by the AI with the AI's training data that includes our assets.</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">1.4: You agree that any user submitted content you see is at your own discretion, halbear.net operates forms of content creation or social media, such as forums and image boards, while heavily moderated, the chances of seeing inappropriate or sensitive material is not zero and while we do our best to safeguard, there may be times when this type of content slips through the guards.</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">1.5: You agree that any user submitted content you download is your responsibility, while moderated and virus scans, the possibility a 3rd party download hosted on our servers may contain malicious code is not zero, therefore 3rd party downloads are at your, the users, discretion.</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">1.6: You agree to report any user submitted content you see that violates our guidelines</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">1.7: In the event a guardian is monitoring their child's usage of our services, the guardian agrees that they are responsible for the content their child sees, while safekeeping is an important aspect of creating a community, and something we plan around, it is not our responsibility to babysit a guardians child, the best way for the guardian manage this is to stop the child from visiting any pages containing user submitted content. </a>
<br><a class="LargeWhiteFont" style="padding-left: 2vh; font-size: 4vh; text-align: left; text-decoration: underline white"> Section 2: Owning an Account with halbear.net <br></a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">2.0: You agree that you or the Owner of the Account takes responsibility for the data they submit to halbear.net, such as, their email address or password. see more information regarding our data usage at the</a>
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; padding-left: 5vh; margin-right: 2vh; color:purple; text-decoration: underline; cursor: pointer; font-size: 3vh; text-align: left;" onclick="document.location.href='DataCollection.php';">data collection transparency page</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">2.1: You agree that we may not store some of the data you give us, such as, your account password or personal information, we do not store your password directly but rather an obfuscated string that can't be un-obfuscated meaning we will never know your password.</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">2.2: You agree that in the event you forget your password we will not be able to give you it, you will need to reset it through email confirmations as halbear.net does not directly store your password.</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">2.3: You agree that by creating an account for one of our services, such as whatever board, you are creating an account for halbear.net.</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">2.4: You agree that any messages you send people through your halbear.net account, through forum rooms, or direct messaging, is not a private conversation between intended involved parties and is in-fact, moderated.</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">2.5: You agree that you are legally liable for any messages you send and content you publish, and in the event of a legal investigation by halbear.net's government(the UK) or any other permitted parties, all your messages and your contact information will be handed over to authorities.</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">2.6: You agree that any content you send or publish that contains mature content will be automatically put into a moderation list to be reviewed, with tiers to the severity, such as, profanity will add your content to the moderation list to be potentially reviewed by a moderator or auto-moderated by server side software but a potential safeguarding issue will alert an administrator.</a>
<br><a class="LargeWhiteFont" style="padding-left: 5vh; margin-right: 2vh;font-size: 3vh; text-align: left;">2.7: You agree that deleting an account will only delete 'unnecessary' data from our servers, such as passwords, licenses, non-mature content posted, and personal details, and we will store your account information for an additional 2-3 years, this maintained information includes: your email address, any mature content consumed or posted, general post history, download history, a record of who you messaged, but not the messages themselves unless they contained a safeguarding alert and purchase history will be stored but hidden in the event your history on halbear.nets services needs to be investigated, this data can be manually removed at request after it is verified to not contain any issues by an employee.</a>
</div>
</div>
</div>
<div class="halbearnetFooter" style="margin-top: 10vh;">
<div class="FooterContainer">
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 2vh; margin-right: 2vh; cursor: pointer; font-size: 3vh; text-align: left;">©Halbear Networking & Software Ltd 2025</a>
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 0vh; margin-right: 2vh; text-decoration: underline; cursor: pointer; font-size: 3vh; text-align: left;" onclick="document.location.href='UserAgreement.php';">User Agreement</a>
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 0vh; margin-right: 2vh; text-decoration: underline; cursor: pointer; font-size: 3vh; text-align: left;" onclick="document.location.href='DataCollection.php';">Data Collection Information</a>
</div>
<div class="FooterContainer">
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 2vh; margin-right: 2vh; cursor: pointer; font-size: 3vh; text-align: right;">Useful Information:</a>
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 0vh; margin-right: 2vh; text-decoration: underline; text-align: right; cursor: pointer; font-size: 3vh;" onclick="document.location.href='ContactUs.php';">Contact Us</a>
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 0vh; margin-right: 2vh; text-decoration: underline; cursor: pointer; font-size: 3vh; text-align: right;" onclick="document.location.href='CompanyInformation.php';">Company Information</a>
</div>
</div>
<div class="BackgroundFade" style="height: 501vh; !important;"></div>
</body>
</html>

View File

@@ -43,7 +43,7 @@ require_once("Hotbar.php");
</a>
<div style="display: flex; flex-direction: row; justify-content: space-evenly; width: 100%">
<button class="HotbarButton" style="height: 10vh;transform: translateY(-4.5vh);" id="HalNet" onclick="window.location.href='../store.php'">Store</button>
<button class="HotbarButton" style="height: 10vh;transform: translateY(-4.5vh);" id="HalNet" onclick="window.location.href='../Forum.php'">Forums</button>
<button class="HotbarButton" style="height: 10vh;transform: translateY(-4.5vh);" id="HalNet" onclick="window.location.href='../ForumWindow.php?desktop=true&fullscreen=true'">Forums</button>
<button class="HotbarButton" style="height: 10vh;transform: translateY(-4.5vh);" id="HalNet" onclick="window.location.href='../Software.php'">Software</button>
<button class="HotbarButton" style="height: 10vh;transform: translateY(-4.5vh);" id="HalNet" onclick="window.location.href='../Contact.php'">Contacts</button>
</div>
@@ -84,7 +84,19 @@ require_once("Hotbar.php");
</div>
</button>
</div>
<div class="BackgroundFade"></div>
<div class="halbearnetFooter">
<div class="FooterContainer">
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 2vh; margin-right: 2vh; cursor: pointer; font-size: 3vh; text-align: left;">©Halbear Networking & Software Ltd 2025</a>
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 0vh; margin-right: 2vh; text-decoration: underline; cursor: pointer; font-size: 3vh; text-align: left;" onclick="document.location.href='UserAgreement.php';">User Agreement</a>
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 0vh; margin-right: 2vh; text-decoration: underline; cursor: pointer; font-size: 3vh; text-align: left;" onclick="document.location.href='DataCollection.php';">Data Collection Information</a>
</div>
<div class="FooterContainer">
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 2vh; margin-right: 2vh; cursor: pointer; font-size: 3vh; text-align: right;">Useful Information:</a>
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 0vh; margin-right: 2vh; text-decoration: underline; text-align: right; cursor: pointer; font-size: 3vh;" onclick="document.location.href='ContactUs.php';">Contact Us</a>
<a class=LargeWhiteFont" style="font-family: 'Lexend',serif; color:white; padding-left: 2vh;padding-bottom: 0vh; margin-right: 2vh; text-decoration: underline; cursor: pointer; font-size: 3vh; text-align: right;" onclick="document.location.href='CompanyInformation.php';">Company Information</a>
</div>
</div>
<div class="BackgroundFade" style="height: 220vh;"></div>
<script>
var Images = ["Assets/TerrainGen1.gif","Assets/TerrainGen2.gif","Assets/TerrainGen3.gif"];
var index = 0;