Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,166
  • Joined

  • Last visited

  • Days Won

    850

Everything posted by Krydos

  1. You can have 1 war deployed at a time. Yes, whenever you deploy a new .war the old one is undeployed first.
  2. Here's the error you're getting: [Wed May 17 22:09:02 2017] [error] [client 127.0.0.1] SoftException in Application.cpp:256: File "/home/hwiremod/public_html/prometheus/index.php" is writeable by group, referer: http://hwiremod.heliohost.org And if you look at the permissions: root@johnny [/home/hwiremod/public_html/prometheus]# ls -la | grep index -rw-rw-r--. 1 hwiremod hwiremod 5630 May 17 10:11 index.php ^ | this is the problem That's 664, and it needs to be 644 otherwise php cries about it. After I changed the permissions for you it gives an error about not having the right mysql credentials http://hwiremod.heliohost.org/prometheus/ Generally php files should be 644, directories should by 755 except for public_html which should be 750, but that is created when your account is so you don't need to mess with that.
  3. Deployed. http://llou21.heliohost.org/useraccount/
  4. I don't see anything on the logs right now, but if something pops up with the username dr I'll try to remember to post it here.
  5. Yeah, the same thing happened. The reason this happens is because you have a lot of php processes that never exit on their own.
  6. Deployed. http://llou21.heliohost.org/roadangel/
  7. Each mysql user may have 4 open connections at once. This doesn't sound like much but some of our sites have thousands of visitors per day without ever seeing that error because their code is well written and each connection is only open for a few milliseconds.
  8. Try these settings: Open FilezillaClick File >> Site ManagerClick New SiteType "Johnny SFTP" and press enterIn Host field type "johnny.heliohost.org"In Port field type "1373"In Protocol dropdown select "SFTP - SSH File Transfer Protocol"In Logon Type dropdown select "Normal"In User field type your cPanel usernameIn Password field type your cPanel passwordClick ConnectApprove the remote server key, and check the box to not ask you about this server again.
  9. Deployed. http://xitix.heliohost.org/xitix_blog/
  10. There you go http://llou21.heliohost.org/test.jsp
  11. Please post the following information: Your cPanel username Your main domain The server that you are on
  12. Make sure your nameservers on that domain are set to ns1.heliohost.org and ns2.heliohost.org I searched for the DNS records on that domain and freenom doesn't reply. If you already have your DNS records set properly you'll need to contact freenom support to find out what is going on.
  13. Opcache has been installed on PHP 5.6 on Tommy. https://krydos.heliohost.org/56/phpinfo.php
  14. If you change the main domain Java will stop working. There you go http://empaquesrecabarren.heliohost.org/test.jsp
  15. What is your reason for requesting this feature, and what version of PHP are you using?
  16. Did you change your main domain recently?
  17. It's not our fault if you didn't read the terms -- we can't force you to read them -- but they were presented to you 20 times, and you did scroll past them and agree to them 20 times before you created your 20 accounts. Our terms of service have been largely unchanged since our founding in 2005. Here is a copy from May 2nd 2007 https://web.archive.org/web/20070502192317/heliohost.org/h-terms.html Ah, this might be the real problem here. You claim our terms could have been written by an elementary school student, but you also imply that you are unable to understand them. Correct me if I'm wrong, but I guess the logical inferance we're supposed to make here is that you're intellectual capacities are at or below an elementary school level? We've had a privacy policy, and it hasn't changed at all for far longer than the date of your first account creation. Your history indicates that you don't read much of anything, but if this has changed recently you can find it here http://wiki.helionet.org/Privacy_policy No private information has been released. However, it is well within our rights as is clearly explained in our terms of service and our privacy policy to release your private information since you are clearly in violation of our terms of service. Thanks for your concern. Let us know if you have any other questions and we'll do our best to explain it to you.
  18. Deployed. http://xitix.heliohost.org/xitix_blog/
  19. First of all thank you so much for your donation. We really appreciate it. The reason you didn't receive the invitation is because there is already an account that uses that email address. Make sure you have everything backed up and then let us know once you've deleted that account. http://www.heliohost.org/classic/support/scripts/delete Once the email address is unused I can send you a new invite.
  20. I am not too familiar with wordpress, but I believe all of the data is stored in the database. You could just backup your database, delete the entire messed up directory/file structure, reinstall it, and then restore your database.
  21. Javascript or just an animated gif would be a more reliable way to do an animated progess bar. Sometimes with php the browser doesn't even display the data until the entire page is downloaded.
  22. I actually see at least 20 accounts. Make sure you suspend alibrary too. People can try, but unless you have files in one of your 20 accounts that matches the username and group of the person trying to access the file they won't be able to read it. Even if they know the filename like wp-config.php or whatever. Thanks for drawing attention to your blatant disregard for our Terms of Service that state you may only have one account without prior written permission from an admin though.
  23. Just use softaculous to install wordpress and instead of the default subdirectory delete the contents of that box and it will install to your domain without a directory.
×
×
  • Create New...