All public logs

Combined display of all available logs of HelioHost Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)
  • 21:37, 3 October 2024 KazVee talk contribs created page Account Backups (Created page with "== Plesk Account Backups == == Where to Download Your Account Backup == If the HelioHost team made a backup of your hosting account data, you can retrieve it by visiting [https://heliohost.org/backup](https://heliohost.org/backup/) and following the instructions on the page to download the file. Inside the downloaded backup file, there will be a large file named `backup_user-data_==========.tzst` which contains all your files. The file will be in a format called `Z...")
  • 21:32, 3 October 2024 KazVee talk contribs created page Plesk (Created page with "== Plesk Tutorials == * Account Backups * Creating a Website * Cron Jobs * Password Protect a Directory in Plesk * View Error Logs in Plesk")
  • 21:28, 3 October 2024 KazVee talk contribs created page Perl (Created page with "== Perl == Perl is one of the most established programming languages on the Internet. With its powerful string processing capabilities and the optional availability of almost every library imaginable, Perl is an excellent choice for somebody looking to allow flexibility and expandability. At HelioHost, we offer Perl configured with more than 100 basic libraries and can add additional modules upon request. If you're a Perl developer looking for free hosting, HelioHost is...")
  • 21:23, 3 October 2024 KazVee talk contribs created page Next (Created page with "== Next.js == == About Next.js == [https://nextjs.org/ Next.js] is a popular full stack framework for node.js, it utilizes React for frontend and is packed with awesome features like server-side rendering. It also includes API routes and much more. == Node.js Server Resource Usage == If you use Node.js, we strongly recommend that you [https://heliohost.org/dashboard/load/ monitor your site load here]. Node apps often require a lot of server resources, and exceeding...")
  • 21:17, 3 October 2024 KazVee talk contribs created page Express (Created page with "== Express.js == If you use Node.js, we strongly recommend that you [https://heliohost.org/dashboard/load/ monitor your site load here]. Node apps often require a lot of server resources, and exceeding the account load limits will cause your user account to be suspended for high server usage. == About Express.js == Express.js is a web application framework for Node.js. It provides a set of tools and features to build web applications an...")
  • 21:09, 3 October 2024 KazVee talk contribs created page NodeJS (Created page with "== Node.js == == Node.js Tutorials == * Express.js Tutorial * Next.js Tutorial == Node.js Server Resource Usage == If you use Node.js, we strongly recommend that you [monitor your site load here](https://heliohost.org/dashboard/load/). Node apps often require a lot of server resources, and exceeding the account load limits will cause your user account to be [suspended for high server usage](/accounts/suspension-policy.md#high-server-usage)....")
  • 21:02, 3 October 2024 KazVee talk contribs created page Golang as CGI (Created page with "== Golang as CGI == == Preface == This guide will work on any of the HelioHost servers. The Go programming language, often called Golang, is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multi-core and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to ma...")
  • 20:58, 3 October 2024 KazVee talk contribs created page Flask (Created page with "== Flask == == About Flask == Flask is a Python web framework built with a small core and easy-to-extend philosophy. Read more at [Full Stack Python](https://www.fullstackpython.com/flask.html). == Johnny server == If you need to run Flask on another version of Python, you'll need to get a [https://heliohost.org/vps/ VPS]. {| class="wikitable" style="margin:auto" |+ Johnny server |- ! Server !! Flask Version !! Python Version !! Python Modules Installed !! Python Pa...")
  • 20:48, 3 October 2024 KazVee talk contribs created page Converting an Existing Django App (Created page with "== Converting an Existing Django App to work on HelioHost == == About Django == Django is a web development framework designed specifically for Python. As Ruby on Rails does for Ruby, Django aims to provide an MVC (Model-View-Controller) architecture for web application development as well as a large set of prebuilt libraries to simplify the development of common web app features. Django's modularity also allows easy scalability and enables the reuse of various code b...")
  • 20:39, 3 October 2024 KazVee talk contribs created page Django on HelioHost (Created page with "== Django on HelioHost == == About Django == Django is a web development framework designed specifically for Python. As Ruby on Rails does for Ruby, Django aims to provide an MVC (Model-View-Controller) architecture for web application development as well as a large set of prebuilt libraries to simplify the development of common web app features. Django's modularity also allows easy scalability and enables the reuse of various code blocks, aligning to the DRY ("Don't R...")
  • 20:28, 3 October 2024 KazVee talk contribs created page Django (Created page with "== Django Tutorials == * Django_on_HelioHost * Converting an Existing Django App to work on HelioHost")
  • 20:24, 3 October 2024 KazVee talk contribs created page Discord Bot (Created page with "== Discord Bot == == Preface == This guide will work on any of the HelioHost servers. Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python's simple, easy to learn syntax emphas...")
  • 20:17, 3 October 2024 KazVee talk contribs created page VPS Email (Created page with "== Setting Up Email on a VPS running Hestia Control Panel == This tutorial will help you set up SMTP email service using the Hestia Control Panel installed on your HelioHost VPS. == Getting Started == You will need: * A [HelioHost VPS](https://heliohost.org/vps/) * Hestia Control Panel installed on your VPS * Your VPS will come with Hestia preinstalled if you requested this during signup * Alternatively, you can install Hestia yourself. There is a helpful tutoria...")
  • 20:12, 3 October 2024 KazVee talk contribs created page VPS WordPress (Created page with "== Installing WordPress on a VPS running Hestia Control Panel == This tutorial will help you set up a WordPress site using the Hestia Control Panel installed on your [https://heliohost.org/vps/ HelioHost VPS]. == Getting Started == You will need: * A [https://heliohost.org/vps/ HelioHost VPS] * Hestia Control Panel installed on your VPS * Your VPS will come with Hestia preinstalled if you requested this during signup * Alternatively, you can install Hestia yourse...")
  • 20:03, 3 October 2024 KazVee talk contribs created page NGINX (Created page with "== NGINX == == Preface == NGINX is described as a "web server that can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache". In practice, it's a powerful alternative to Apache, as it's more memory efficient. While configuring NGINX may seem a little foreign if coming from Apache's `.htaccess` override based system, there's a lot to enjoy. == Getting Started == While NGINX can be installed on a variety of systems, we'll focus on Ubuntu. As with m...")
  • 20:00, 3 October 2024 KazVee talk contribs created page VPS (Created page with "NGINX Installing WordPress on a VPS running Hestia Control Panel Setting Up Email on a VPS running Hestia Control Panel")
  • 19:55, 3 October 2024 KazVee talk contribs created page Using SSL (Created page with "== Using SSL == == SNI == Our servers support [https://en.wikipedia.org/wiki/Server_Name_Indication Server Name Indication (SNI)], which means SSL certificates can be installed without the need for a dedicated IP address. == Getting an SSL certificate == Our Tommy and Johnny [[:Servers|servers] include `SSL It!`, a feature provided by Plesk which allows the automatic generation of SSL certificates. Therefore, you do not need to do any particular action to get a free...")
  • 19:50, 3 October 2024 KazVee talk contribs created page Parked Addon and Sub Domains (Created page with "== Addon Domains, Subdomains, and Aliases == Addon domains, subdomains, and aliases are vital services which allows you to host multiple websites on your one account. Each HelioHost account can have up to 10 domains for free, and if you need more than 10 domains they can be added for a donation. However, using these services can be confusing, and some problems can occur in the process. But don't worry - this article will help alleviate any confusion. == Addon Domains =...")
  • 19:44, 3 October 2024 KazVee talk contribs created page Creating MySQL Databases (Created page with "== MariaDB == MariaDB is a very handy tool available to webmasters who want to take advantage of dynamic web pages which run on languages such as PHP, as well as software like WordPress that may have been manually installed (not installed using Softaculous. More information about MariaDB can be found at [https://en.wikipedia.org/wiki/MariaDB/ Wikipedia] and [https://mariadb.org/ the official MariaDB website]. == Plesk Procedure == The following are...")
  • 04:00, 3 October 2024 KazVee talk contribs moved page Changing Main Domain to Changing Your Main Domain without leaving a redirect
  • 03:59, 3 October 2024 KazVee talk contribs created page Changing Main Domain (Created page with "== Changing Your Main Domain == To change your main domain (the location of where your visitors will navigate to), you will need to submit a request containing '''your hosting account username''' and '''the main domain you want to change to''' in the [https://helionet.org/index/forum/45-customer-service/?do=add Customer Support forum]. However, before requesting to change your main domain, read up on :Parked_Addon_and_Sub_Domains|Parked (Alias), Addon and Sub Domains...")
  • 03:53, 3 October 2024 KazVee talk contribs created page Uploading Files (Created page with "== Uploading Files == == FTP / SFTP == Just one of the ways to upload and modify your website is through [http://en.wikipedia.org/wiki/FTP FTP (File Transfer Protocol)], which allows you to connect to your site and perform various file operations directly from your computer. Once connected, you can perform the appropriate actions just as you would with any other file/folder on your computer. Simply drag and drop or copy and paste files to upload them. Right click on a...")
  • 03:46, 3 October 2024 KazVee talk contribs moved page Access Plesk to How to Access Plesk without leaving a redirect
  • 03:44, 3 October 2024 KazVee talk contribs created page Access Plesk (Created page with "== How to Access Plesk == == What is Plesk? == Plesk is a control panel through which you can easily manage your websites, applications, and other aspects of your hosting account. Plesk also offers a built-in File Manager, Email, MySQL Databases, and more. == How to Access Plesk == == Access over HTTPS (Port 8443) == The usual way to access your Plesk control panel is over HTTPS (Hypertext Transfer Protocol Secure). Plesk uses Port 8443 for th...")
  • 03:36, 3 October 2024 KazVee talk contribs moved page Donation Increase Storage to Donations for Increased Storage without leaving a redirect
  • 03:36, 3 October 2024 KazVee talk contribs created page Donation Increase Storage (Created page with "== Donations for Increased Storage == All HelioHost free hosting accounts receive 1000 MB of Disk Space. Users can increase account storage by making a one-time donation of $5 USD for each additional 1000 MB they wish to add. In this way, an account can be increased to a maximum of 6000 MB. For users who need more than 6000 MB of storage, we offer a range of [https://heliohost.org/vps/ VPS plans]. == How to Donate == To make a donation for additional account storag...")
  • 03:28, 3 October 2024 KazVee talk contribs created page Suspension Policy (Created page with "== Suspension Policy == There are a number of reasons why we might suspend you. To keep your account active, and avoid suspension, make sure you follow our simple requirements. == Terms of Service == Before users can create a HelioHost account, they must confirm they agree to follow the [Terms of Service](../hosting/terms.md). == Three-Strike Policy == At HelioHost, we strive to create a friendly and educational online experience for all our users. As part of that...")
  • 03:16, 3 October 2024 KazVee talk contribs created page Moving Your Account (Created page with "== Moving Your Account == Whether you are on Johnny and want to move to Tommy or vice versa, follow these directions to switch servers. If you would like to preserve your existing account, donors can request that their account be moved directly without deletion. To do this, please [https://www.heliohost.org/donate/ donate). After donating, please make a post in the [https://helionet.org/index/forum/45-customer-service/?do=add Customer Service forum] with your **Transa...")
  • 03:12, 3 October 2024 KazVee talk contribs created page International Countries (Created page with "== International Countries == == Support == The HelioNet Forum is the main support area for HelioHost, where users can request support related to their HelioHost accounts and websites. However, the administrators, moderators and community are only reliable in English, and will struggle to answer non-English questions. To ensure that we can answer your question easily and allow other members to learn from your question and our answers, please ensur...")
  • 03:04, 3 October 2024 KazVee talk contribs moved page What Is HelioNet to What is HelioNet without leaving a redirect
  • 02:59, 3 October 2024 KazVee talk contribs moved page Terms Of Service to Terms of Service without leaving a redirect
  • 02:59, 3 October 2024 KazVee talk contribs deleted page Terms of Service (Deleted to make way for move from "Terms Of Service")
  • 02:59, 3 October 2024 KazVee talk contribs moved page Terms Of Service to Terms of Service
  • 02:15, 3 October 2024 KazVee talk contribs moved page What Is HelioHost to What is HelioHost without leaving a redirect
  • 02:12, 3 October 2024 KazVee talk contribs created page Terms Of Service (Created page with "== Terms of Service == Helio Networks ("HelioNet") will not be held liable for use of any of it's services. USE OF ANY OF THE SERVICES THAT HELIONET PROVIDES INDICATES THAT YOU HAVE AGREED TO ALL OF THE FOLLOWING TERMS. IF YOU HAVE NOT AGREED TO ANY OF THESE TERMS, PLEASE DISCONTINUE THE USE OF ALL OF HELIONET'S SERVICES IMMEDIATELY FOLLOWING YOUR NON-AGREEMENT TO THESE TERMS. == Terms of Service == By signing up with HelioHost for any service, you agree to the follow...")
  • 02:09, 3 October 2024 KazVee talk contribs created page Repair Times (Created page with "== Repair Times == == All HelioHost Staff are Volunteers == HelioHost is a 501(c)(3) non-profit organization whose mission is to provide free or low cost web hosting, and all of our staff are volunteers. We all have full time jobs and lives outside of this project. We run this organization in our free time, and if we don't have very much free time things don't get done very quickly. == ETA for New Features and Server Repairs == Most for-profit hosting companies have...")
  • 02:06, 3 October 2024 KazVee talk contribs created page Why Was My Account Suspended (Created page with "== Why was my account suspended? == Usually, people's accounts are suspended for violating our [Terms of Service](terms.md). Some reasons for suspension include [having more than one account](../accounts/suspension-policy.md#duplicate-accounts), account [inactivity](../accounts/suspension-policy.md#inactivity-policy), and most commonly [high server usage](../accounts/suspension-policy.md#high-server-usage). This article is for all those who fail to understand why it is...")
  • 02:05, 3 October 2024 KazVee talk contribs moved page WhatHelioHostIsNot to What HelioHost Is Not without leaving a redirect
  • 02:04, 3 October 2024 KazVee talk contribs moved page WhatHelioHostOffers to What HelioHost Offers without leaving a redirect
  • 02:04, 3 October 2024 KazVee talk contribs moved page WhatIsHelioHost to What Is HelioHost without leaving a redirect
  • 02:03, 3 October 2024 KazVee talk contribs moved page WhatIsHelioNet to What Is HelioNet without leaving a redirect
  • 02:03, 3 October 2024 KazVee talk contribs moved page SigningUp to Signing Up without leaving a redirect
  • 01:49, 3 October 2024 KazVee talk contribs created page SigningUp (Created page with "== Signing Up == == Before Signup == == Why should I choose Tommy? == Tommy is our flagship production server, one of our fastest and most stable, equipped with the newest hardware among our servers. Because of this stability, he is recommended if you want to host a production site. Tommy is closed for free signups, but [Donor Signups](https://heliohost.org/tommy/) are always available. == Why should I choose Johnny? == Johnny is our free server, still offering gre...")
  • 01:46, 3 October 2024 KazVee talk contribs created page WhatIsHelioNet (Created page with "== What is HelioNet? Helio Networks, or HelioNet, is a discussion board run by volunteers of the Helio community, founded in February of 2005 by [Ashoat Tesyovan](../misc/staff/ashoat.md) as a generic discussion board where anyone could discuss almost anything. HelioNet created HelioHost, a free "Post to Host" web hosting service, that was available to its members, shortly after it was founded. HelioNet gradually became more focused on HelioHost, rather than a generic...")
  • 01:28, 3 October 2024 KazVee talk contribs created page WhatHelioHostIsNot (Created page with "== What HelioHost is Not == HelioHost is a free web host; it is not your one-stop gateway to running a website. This article will explain exactly what HelioHost is NOT. == HelioHost is Not a Domain Registrar == A domain name registrar is a service used to purchase top level domains (TLDs) - i.e. a .com, .org, .net, or similar website name. HelioHost DOES NOT offer domain registration. When you sign up with HelioHost, you can use a free `domain.helioho.st` or `domain.h...")
  • 01:26, 3 October 2024 KazVee talk contribs created page WhatHelioHostOffers (Created page with "== What HelioHost Offers == == HelioHost offers free web hosting for all. Every account includes: == * Access to [Plesk](../tutorials/plesk/README.md) * Users can create, download, and schedule [Account Backups](../tutorials/plesk/account-backups.md) * Ability to edit [A, CNAME, TXT, and MX records](../tutorials/dns-record-management/heliohost-dns-records/README.md) * [1000 MB of Disk Space](../features/storage.md) (with the option to [donate for increased storage of u...")
  • 01:11, 3 October 2024 KazVee talk contribs created page WhatIsHelioHost (Created page with "= What is HelioHost? = HelioHost is the service offered by [HelioNet](helionet.md) and is the industry-leading free web host. HelioHost is also operated and supported by HelioNet's Moderators. HelioHost is affiliated with Free-Webhosts.com, which is also affiliated with dozens of other free hosts in competition with HelioHost, and individually rates each individual host. We are pleased to confirm that Free-Webhosts.com has rated our hosting service as the best free host...")
  • 00:55, 3 October 2024 KazVee talk contribs created page About HelioHost (Created page with "== About HelioHost == [HelioHost](https://heliohost.org/) is a 501(c)(3) non-profit organization powered by a community of hobbyists that offers full-featured web hosting services for free. == Welcome to the HelioHost Wiki == This [Wiki](https://wiki.helionet.org/) contains many articles related to [HelioHost](hosting/heliohost.md) and [its services](hosting/what-heliohost-offers.md), which can be really handy for getting the best out of your hosting experience. As w...")
  • 23:24, 2 October 2024 KazVee talk contribs created page Home (Created page with "= Home = == HelioHost == [https://heliohost.org HelioHost] is a 501(c)(3) non-profit organization powered by a community of hobbyists that offers full-featured web hosting services for free. === Welcome to the HelioHost Wiki === This [https://wiki.helionet.org Wiki] contains many articles related to [HelioHost](hosting/heliohost.md) and [its services](hosting/what-heliohost-offers.md), which can be really handy for getting the best out of your hosting experience. As...")
  • 22:35, 2 October 2024 KazVee talk contribs created page MediaWiki:Sidebar (Created page with " * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki * Hosting * Accounts * Plesk and Management * Tutorials * Common Errors * FAQ * Servers * Features * Miscellaneous * Clear Your Cache * WordPress * Contributing to the Wiki * Server Load and Uptime * How You Can Help * Staff")
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)