-
Posts
26430 -
Joined
-
Last visited
-
Days Won
944
Everything posted by Krydos
-
[Hh#11561] Am Having Login Ip Issues I Cant Login
Krydos replied to HelioHost's topic in Email Support
That account was last logged in to today. Does that mean that the issue is resolved? -
There you go http://goad.heliohost.org/ Let us know if you have any trouble logging in or notice anything weird. This whole archiving process is pretty new.
-
That account was logged in today. Is the issue resolved then?
-
Send an email to https://www.mail-tester.com/ and they will tell you exactly why your email is considered spam.
-
Deployed. http://photostream.tk/PhotoStream/
-
There is no account named jonas. What is your username or main domain?
-
That looks like you logged in with the wrong username and/or password. What is your username, or main domain?
-
What is your username or main domain?
-
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);
-
You have a space between From and the :
-
Deployed. http://photostream.tk/PhotoStreamNew/
-
[Solved] Help Can't Park Domain Or Add-On Domain
Krydos replied to tamvan's topic in Escalated Requests
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/- 2 replies
-
- penguasa-inter.net
- park domain heliohost
- (and 1 more)
-
Post your code?
-
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>
-
Request: Free Auto Ssl Installation On My Domain
Krydos replied to maicol01's topic in Customer Service
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. -
[Hh#16129] Postgresql Access From Remote Address
Krydos replied to HelioHost's topic in Email Support
Remote access enabled. -
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.
-
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
-
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...
-
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);
-
I just blocked them in the firewall. I did not check what they were connected to.
-
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.
