-
Posts
24,199 -
Joined
-
Last visited
-
Days Won
854
Everything posted by Krydos
-
I believe that's one of Ashoat's old addresses from when he created the company back in 2005.
-
Yes, if you know the right search terms you can actually find us listed on the IRS website https://apps.irs.gov/app/eos/displayAll.do?dispatchMethod=displayAllInfo&Id=5003329&ein=272285629&country=US&deductibility=all&dispatchMethod=searchAll&isDescending=false&city=&ein1=&postDateFrom=&exemptTypeCode=al&submitName=Search&sortColumn=orgName&totalResults=54&names=Helio&resultsPerPage=25&indexOfFirstRow=0&postDateTo=&state=All+States All of your info can be found on that page, but for ease Organization name: Helio Networks Website: https://www.heliohost.org Address, City, State: 110 7th Ave S Kirkland, WA 98033 United States EIN: 27-2285629 Organization Contact: Ashoat Tevosyan (CFO) ashoat@gmail.com
-
Thanks for taking care of the extra account so quickly. There you go http://valdir.heliohost.org/test.aspx
-
Before I can enable ASP.net on your Tommy account you need to delete your Ricky account. Each person is only allowed to have one account as is stated in our ToS. After you've backed up your data you can delete your account with this link http://www.heliohost.org/classic/support/scripts/delete
-
Does your account have 2000 MB now?
-
[Solved] Possible to activate Tidy module on tommy server?
Krydos replied to Hitmaker's topic in Escalated Requests
It should be installed on Tommy php 5.4 too now. -
Unfortunately your account was archived 2017-07-27 which was well before https://www.helionet.org/index/topic/31373-fundraiser-for-new-server/ The reason we did a fundraiser is to buy more storage space because we had run out completely and were being forced to delete old accounts to make space for new accounts. Your account was one that was deleted. Now that our GoFundMe was a success, we bought, and installed the hardware in our cabinet we no longer have to delete old accounts like this anymore so this shouldn't happen again. I have sent an invite to create a new account to your contact email address.
-
Removed.
-
[Solved] Possible to activate Tidy module on tommy server?
Krydos replied to Hitmaker's topic in Escalated Requests
Does it work now? -
[Solved] Possible to activate Tidy module on tommy server?
Krydos replied to Hitmaker's topic in Escalated Requests
Which version of php are you using? -
There you go http://bzysharing.com/test.aspx
-
TCP and UDP port 27015 has been opened on Tommy to 192.223.29.32, and those other listed ports have been closed. Do you still need port 27025 to 192.99.0.216 open?
-
[Solved] Please Clear my Domain from Apache Configuration
Krydos replied to trrp's topic in Customer Service
You have to remove it from addon domains before you can add it as an alias. -
This thread was locked due to a lack of response from the user. I'm unlocking it and bumping it to give ioixd another chance to respond.
-
I've already done quite a bit of research into railgun, and decided that the performance gains would not be worth the hassle of installing it. It also has the possibility of breaking a lot of stuff that we already have working on the server. If you really want to try it out I could probably install it on the new Johnny when I rebuild him.
-
Just press F12, and go to the console tab. Each https request has a certain amount of overhead so you want to try to minimize the number of requests your browser needs to make to load the page. https://atoz.ml/assets/css/styles.css is relatively tiny so it would actually be beneficial to put the code straight into your .php file rather than forcing the browser to make two requests. One for the .php file, and then another for the .css file. You might want to also minimize the css code to reduce size, but since there is so little code there it probably won't make much of a difference. If you take a look at https://atoz.ml/assets/css/materialize.min.css however, it is quite large, and obviously not written by you. You can try inlining it if you want, but like the above quote says it will likely make your above-the-fold size too large to load quickly enough. This means you need to identify which rules in that css file are actually used above-the-fold, and probably just inline them. Then you can asynchronously load the rest of the .css that you need for the rest of the page. The point of all of the above is to get the portion of the page that is immediately visible when someone goes to your site to load as quickly as possible. Human reaction time is relatively slow so you can asynchronously continue loading the rest of the page that isn't immediately visible after the top part is done. Also, none of the above has anything to do with the server. This is all code changes that you need to make.
-
Mixed Content: The page at 'https://atoz.ml/tools/source.php' was loaded over HTTPS, but requested an insecure stylesheet 'http://atoz.ml/assets/css/styles.css'. This request has been blocked; the content must be served over HTTPS. source.php:1 Mixed Content: The page at 'https://atoz.ml/tools/source.php' was loaded over HTTPS, but requested an insecure favicon 'http://atoz.ml/assets/images/favicons/favicon.png'. This request has been blocked; the content must be served over HTTPS. source.php:1 Mixed Content: The page at 'https://atoz.ml/tools/source.php' was loaded over HTTPS, but requested an insecure stylesheet 'http://atoz.ml/assets/css/styles.css'. This request has been blocked; the content must be served over HTTPS. You need to update your code to use https instead of http. Example: <link href="http://atoz.ml/assets/css/styles.css" rel="stylesheet"/>
-
Done. You should now be able to log in and your website should be working again.
-
We just got a great new source for our wikipedia article! https://www.hostingadvice.com/blog/heliohost-provides-free-hosting-to-a-tight-knit-community/ This is exactly the sort of "independent reliable published secondary sources" that wikipedia is looking for.
-
What is the link to the page?
-
That account was actually on Tommy. I checked the log files and it was deleted, presumably by you, sometime between 2018-07-18 and today.
-
Please post the following information: Your cPanel usernameYour main domainThe server that you are onThe version of python
- 1 reply
-
- discord
- discord.py
-
(and 4 more)
Tagged with:
-
There you go http://jtali.heliohost.org/test.aspx