Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,562
  • Joined

  • Last visited

  • Days Won

    869

Everything posted by Krydos

  1. Solr is already enabled for all accounts on Tommy.
  2. There was an account named niandu on Johnny but the last time it was logged in was 2017-01-01, which was six months ago. Johnny v2 was really unstable so we rebuilt him in March and he's been a lot more functional since then. What is the paypal transaction ID of your donation and I'll send you a new Tommy invite?
  3. The first thing I noticed is Johnny only support .NET 3.5 and lower. Tommy supports .NET 4.6 and lower.
  4. Java cannot be enabled on suspended accounts. Please post at http://www.helionet.org/index/forum/81-suspended-and-queued-accounts/ first to get your account unsuspended.
  5. Java cannot be enabled on suspended accounts. Please post at http://www.helionet.org/index/forum/81-suspended-and-queued-accounts/ first to get your account unsuspended.
  6. Johnny also only has one version of PHP to pick from: 5.6. I suggest you choose Tommy to do your vbulletin experiments on. If someone was to want to run paid forum software on our servers this is certainly the server they would want due to the high uptime. Let us know if you encounter any errors and we'll do our best to solve them. It would be nice to be able to say that we support well known forum software like vbulletin out of the box without a lot of tweaking.
  7. Enabled. Go to https://tommy.heliohost.org:2083/3rdparty/phpPgAdmin/index.phpSelect your database.Click SQL button.Near the bottom click Choose File.Locate the .sql file on your hardrive.Click execute.
  8. We don't have a lot of (legal) vbulletin users. People don't usually host $250 software on free hosting.
  9. Send an email to https://www.mail-tester.com/ and they will tell you exactly why your email is considered spam.
  10. If it's an old version of vbulletin it may be beneficial to use an old version of php. Both Ricky and Tommy offer 5.4, 5.5, 5.6, 7.0, and 7.1. That's why I asked what version of PHP you were using.
  11. Deployed. http://photostream.tk/PhotoStream/
  12. No settings have been changed on Ricky since June 12th. What errors were you getting on Tommy? What version of php are you using?
  13. 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);
  14. You have a space between From and the :
  15. Deployed. http://photostream.tk/PhotoStreamNew/
  16. 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/
  17. Post your code?
  18. 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>
  19. 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.
  20. 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.
  21. 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
  22. 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...
  23. 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);
  24. I just blocked them in the firewall. I did not check what they were connected to.
×
×
  • Create New...