Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,179
  • Joined

  • Last visited

  • Days Won

    851

Everything posted by Krydos

  1. No settings have been changed on Ricky since June 12th. What errors were you getting on Tommy? What version of php are you using?
  2. This works for me. <?php $to = "me@gmail.com"; $subject = "[Together We] Activate your account"; $message = "Hello world!"; $headers = "From: no-reply@krydos.heliohost.org\r\n"; mail($to,$subject,$message,$headers);
  3. You have a space between From and the :
  4. Deployed. http://photostream.tk/PhotoStreamNew/
  5. I added the domain penguasa-inter.net to your account tamvan, but it looks like you got suspended for high load. The file that caused the high load was /home/tamvan/public_html/aku/sadap.php Which appears to be some sort of spam bot. If you want to request your account to be unsuspended please post at http://www.helionet.org/index/forum/81-suspended-and-queued-accounts/
  6. Post your code?
  7. Javascript doesn't really need to be installed. You can include the source directly on your html page between <script> tags, or you can include the .js file. I would download that howler.js file, and upload it to your site. Then you can use something like this <script src="http://nechan.ga/js/howler.js"></script>
  8. Right now the mean response time over the last four hours on Ricky is 0.147s and Tommy is 0.624s. The median response time on Ricky is 0.028s while Tommy is 0.010s The reason the mean is higher on Tommy is because Tommy restarts Apache every 30 minutes or so when someone adds or changes a domain. This results in a small spike in response time. However the median response time on Tommy is about half of Ricky's. So if Tommy and Ricky restarted apache equally often Tommy would be about twice as fast. We think having instant domain activation on Tommy is a nice feature for our donors though. The difference between 0.147s and 0.624s is pretty negligible. ISP speed fluctuations contribute more latency than that usually.
  9. Java is not enabled on that account. In order to deploy a .war you must first have java access. To request java access go to https://johnny.heliohost.org:2083/frontend/paper_lantern/java/index.live.php Keep in mind that the server you picked, Johnny, currently has a very long line to get java enabled. Our Tommy server only has a wait of a few hours. If you would like to switch servers we can move it for you for a donation of $1.00 or more at https://www.heliohost.org/donate/ or if you wish to move your own account for free you may do so by following the instructions located at http://wiki.helionet.org/Moving_your_account Let us know if you need any help.
  10. You definitely don't need to delete your account to change you domain. You can change it at http://www.heliohost.org/classic/support/scripts/domain
  11. Could you put your 6M test .sql file in your home directory on Ricky so I can use it to test mysql? Here is a benchmark on Ricky simulating 50 users connecting simultaneously and doing some inserts/selects/etc Benchmark Average number of seconds to run all queries: 0.271 seconds Minimum number of seconds to run all queries: 0.182 seconds Maximum number of seconds to run all queries: 0.375 seconds Number of clients running queries: 50 Here is the identical benchmark with the same queries/data on Tommy Benchmark Average number of seconds to run all queries: 0.150 seconds Minimum number of seconds to run all queries: 0.073 seconds Maximum number of seconds to run all queries: 0.291 seconds Number of clients running queries: 50 Obviously, Tommy is better, but I don't think Ricky is performing too badly...
  12. If you had read the link I posted there is an example of setting the from header: <?php $to = "somebody@example.com"; $subject = "My subject"; $txt = "Hello world!"; $headers = "From: webmaster@example.com" . "\r\n" . "CC: somebodyelse@example.com"; mail($to,$subject,$txt,$headers);
  13. I just blocked them in the firewall. I did not check what they were connected to.
  14. Yeah, it looks like I got it fixed. If anyone is curious 54.183.177.45 and 54.183.43.24 had like 6,000 open connections to Ricky. He's actually quite a trooper to have performed as well as he was with that many open connections.
  15. There you go http://mo2017ad.heliohost.org/ This new archival process is fairly new so let us know if you encounter any bugs or anything strange.
  16. http://terhaarb.heliohost.org/cgi-bin/python_firstrun.py The only thing that was wrong is I changed the permissions from 777 to 755.
  17. The domain rechn.io should now be available to add to your new account. If you have any trouble adding it let me know your username.
  18. Your site loads fine for me. What makes you think it's suspended?
  19. What shebang are you using?
  20. https://www.w3schools.com/php/func_mail_mail.asp
  21. Krydos

    Java Version

    Johnny currently uses java 1.7.0 and Tomcat 7.0.42 Tommy currently uses java 1.8.9 and Tomcat 8.5.4
  22. The domain helia.heliohost.org is available to create a new account, and your email address is freed up. You'll need to use a different username though. Let us know if you have any problems creating your new account.
  23. Deployed. http://gagrwl.heliohost.org/web/
  24. Your account has been unarchived and you should now be able to log in at https://www.heliohost.org/login/ Let us know if you're unable to log in. Your website should be active again within a few hours. To prevent this from happening in the future just remember to log in at least once every 30 days otherwise your account is flagged as inactive.
×
×
  • Create New...