Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,562
  • Joined

  • Last visited

  • Days Won

    869

Everything posted by Krydos

  1. If you're going for speed, and your software supports it, stick with 7.1. It beats 5.x by a ton, and edges out 7.0 by a little across the board too https://symfony.fi/entry/php-7-1-vs-7-0-benchmarks-symfony Correct me if I'm wrong, but tideways appears to be a paid service that starts at 39 euros per month, and requires being compiled from source. No one is going to pay 39 euros per month to test their php speed on a free host, and compiling things from source has a really high likelihood of breaking everything else on a production server like Tommy.
  2. Source: https://github.com/tideways/php-profiler-extension Opcache has been enabled for php 7.1 http://krydos.heliohost.org/71/phpinfo.php
  3. So, you had 2 errors public_html was 777. It needs to be 750. All of the folders inside public_html need to be 755, but public_html itself is special and needs to be 750..htaccess seems to have a syntax error of some sort. I didn't actually look at it. I just renamed it to .htaccess-old and the 500 error went away. So there is something in there it doesn't like. You can debug it by commenting out one line at a time or whatever.
  4. The only way you're going to be able to use seb.tiflojuegos.com on your Johnny account is if you change your main domain to it. The reason why is you won't be able to add it to cpanel because cpanel will complain about tiflojuegos.com not using our nameservers. If you want to use both seb.tiflojuegos.com and your cartridgesoft.tk domain at the same time you may do so by changing you main domain to seb.tiflojuegos.com at http://www.heliohost.org/classic/support/scripts/domain Then check to make sure it worked in cpanel. On the right side there is an information panel and it should immediately reflect the new main domain. Once you have that step completed and verified go to https://johnny.heliohost.org:2083/frontend/paper_lantern/park/index.html and add cartridgesoft.tk back as an alias domain. Then once you have all of that done it can take up to 24 hours for both domains to start working. Let us know if you have any questions or need any help with any of this.
  5. Don't worry about it. That is probably the case. Let us know if you have any questions. The best advice we can probably give is to ditch wordpress though. It's incredible how filled with vulnerabilities it is, and since it's so popular it's frequently targeted. There were actually two wordpress databases. I backed them both up and emailed you the link at your quantarp account's contact email address. You're going to have to be a little more specific. I don't see any js files at all. It's a possibility that the hacker deleted them.
  6. I see a wordpress install that was set up in early May, and I see phishing files that were uploaded today. My guess is someone hacked your wordpress install and took over your account. If you don't have a recent backup and would like a copy of your databases let us know and it can be provided. If you would like to create a new account to continue hosting with us let us know and we can free up your domain(s) from this hacked account for use in your new account. We won't be able to free up the username quantarp though, and we can't unsuspend this account as it's being held as evidence for law enforcement.
  7. That's a really odd error because the host ::1 is already allowed for everyone in pg_hba.conf... I added another entry for ::1 for your specific database, and your error has changed. Don't know why you got that error while everyone else can connect without problem though.
  8. Responsive design makes your website look good on different sized screens, but by itself you won't get an performance increases. The main thing that slows a website loading time down is the images. You can use javascript to detect the size of the screen and then serve various scaled down images which are smaller for mobile internet connections.
  9. galeriagranpoder.com has been readded to your account. It should start working in a few hours.
  10. The forum accounts kawish, and ubitecht have been merged into ubitech.
  11. To elaborate a little. You are allowed to send more than 50 emails per day if you provide use with the following information in advance of sending the emailsHow you got the list of email addresses.Explain how the people receiving your emails approved you to send them email.Samples of the emails you're wanting to send.If you provide all three pieces of information and we verify that you're not violating our terms of service we can whitelist your account to send as many emails per day as you want.
  12. I already fixed that domain https://www.helionet.org/index/topic/28698-the-domain-already-exists-in-the-apache-configuration/?p=130994
  13. Java is not enabled on that account. In order to deploy a .war file you must first request and receive java support on your account by visiting https://tommy.heliohost.org:2083/frontend/paper_lantern/java/index.live.php
  14. Your account has been unarchived and you should now be able to log in at https://www.heliohost.org/login/ Your domain should start working within a few hours.
  15. If we only lose $20 per month last we did in June we have enough money to stay in business as we are for over 700 years. The thing is we don't want to just stay the same and stagnate. We want to grow and expand. There is a very high demand for a free quality webhosting service like ours. It's frustrating to us and to our users when our servers get overloaded due to the demand and operate slowly. It's frustrating to our users when we have to severely limit our free signups to prevent our stable servers from becoming overloaded. Tommy filled up on free accounts last night in 9.8 seconds. If we had more servers we could set up more stable servers and provide hosting to even more people. We're working to get Tommy back online as soon as possible. Currently no one can reach Tommy.
  16. That is correct.
  17. The same thing happened when we released the new homepage http://heliohost.grd.net.pl/monitor/archive/?2016-09-29 It needs to be manually updated to work with the new ssl helionet by Piotr GRD https://www.helionet.org/index/user/14622-piotr-grd/ By design HelioHost has no control over that server monitor. By not having direct control over it people can trust that we're not tampering with it to make ourselves look better (like a lot of other hosts do.)
  18. When I type tuneitlouder.tk into http://www.freenom.com/ it says it's available to be registered. Codename25 might just need to reregister it.
  19. Since it's difficult to know what resolution devices are going to view your website the best option is to make a responsive website https://www.w3schools.com/html/html_responsive.asp This basically means that the images and html all scale and rearrange themselves to look good on any size screen. Our homepage https://www.heliohost.org/ is responsive and should look good on screens as small as 320px wide, all the way up to the highest resolution 4k Apple retina screens.
  20. This is because certain ISPs constantly change your IP even while you're browsing websites. This looks from the point of view of the server like session hijacking Source: https://en.wikipedia.org/wiki/Session_hijacking#Prevention Your options are to call your ISP and request that they don't change your dynamic IP constantly, purchase a dedicated IP from your ISP, or use a proxy to view your cpanel.
  21. The only way to change your username is to delete your account and create a new one. To change your main domain go to http://www.heliohost.org/classic/support/scripts/domain
  22. There you go http://krydos.heliohost.org/71/phpinfo.php
  23. Please clear your cache.
  24. You've got a bunch of mysql connections that have been sleeping without sending or receiving a single byte of information for about 2 hours. Close all of those connections instead of leaving them sitting open for hours.
×
×
  • Create New...