-
Posts
26450 -
Joined
-
Last visited
-
Days Won
944
Everything posted by Krydos
-
Yes, you can upgrade your existing VPS to a 6 month plan and save 10%. The way it works is you click this link https://www.heliohost.org/vps/pay/?code=WDClCckJiLH6RGJ2 And set up a new subscription for $21.60 every 6 months starting today. Once the new subscription is active I'll cancel the $4.00 per month subscription and give you a refund for the unused portion of the month. Let us know if you have any issues.
-
I just sent you a password reset email from my personal heliohost.org email address. Click the link in the email and you should be able to reset your password. Regarding the domain change, Plesk isn't finished so you can't change or add domains yourself yet, but you will be able to eventually. In the meantime if you tell me the domain you want to change to I can change it for you. You can also host as many domains as you want on your account so we could just add it as a secondary domain if you want to host your .com with us again at some point.
-
It looks like your SSL certificate didn't cover your webmail subdomain. I reissued the SSL certificate for your account. Can you access your mailboxes now? You could set up forwarding on the various mailboxes. So for instance if you have a@sylvain.heliohost.org, b@sylvain.heliohost.org, and c@sylvain.heliohost.org you could set all three of those mailboxes to forward their emails automatically to master@sylvain.heliohost.org and that way you could check all of them at once without having to log in to each one individually. That applications button is basically the same as Softaculous that we had before. You can use it to easily and quickly install common software that a lot of people use. It won't hurt anything to install something if you want to try it out. Yes, the SSL certificate will auto-renew when the current certificate has less than 30 days left on it.
-
The second transaction ID worked. Thank you for the donation. There you go https://www.heliohost.org/eta/?u=espyou
-
I was trying to find the donation for this person After I couldn't find the transaction on PayPal I thought maybe it was a GoFundMe donation so I opened that spreadsheet and searched for the transaction ID and didn't find it there either, but do you know what I did find? As I was scrolling up and down the name Sylvain caught my eye. You donated $25 on 2020-10-02, but with your gmail.com address instead of your hotmail.com address so the donation wasn't automatically linked to your account. Any donations after 2020-07-14 count towards the Plesk ETA. Go click the link in your email and get your account on Plesk you nut.
-
What was the date of the donation, and did you use PayPal or something else?
-
How would you know how many people were ahead of you then? What would the point of being #1 on the free list if the free list doesn't even move until all the donors have an account? Maybe we should put all 5000 people on their own list so everyone can be #1.
-
Awesome! Have fun with our new Plesk control panel. Let us know if you need help with anything.
-
Your invitation email was originally sent on May 8th. I resent it just now. Let us know if you still didn't get the link.
-
Of course. Your subscription has been canceled and you won't be billed again. Thank you for using our VPS service. Did you know that your Tommy account is eligible to move to the new control panel Plesk? You should have received an email on May 11th to this address with a link allowing you to transfer your account. If you didn't get the email it can be resent.
-
There you go https://www.sslshopper.com/ssl-checker.html#hostname=www.astron.heliohost.org We will get you onto the new control panel before much longer. Right now we're working on getting new account creation implemented, and then we will begin transferring account again once that's done. If you haven't seen the link yet here is your ETA page. https://www.heliohost.org/eta/?u=astron
-
The cPanel cptrash domains have been deleted.
-
There you go https://murilo.eu.org/ and https://nnidlt.murilo.eu.org/
-
Do you want your main domain changed, or do you want to add murilo.eu.org and have both domains?
-
Ownership of the database luanreis_afiliate_data has been reassigned to the user luanreis_luan.
-
I've been using Visual Studio Code a lot lately, and it does Linux line endings well too.
-
The main thing you need if you want to become a hosting provider is a control panel. HelioHost used cPanel exclusively for 16 years, and paid an exorbitant amount of money to them over that time, only to have them revoke our licenses with absolutely no prior warning. I don't recommend going with cPanel. They are by far the most expensive option, and apparently they are willing to try to destroy your entire company for absolutely no reason. If you want to provide free hosting you should make an agreement to get a discounted control panel, or use a free option.
-
Create an .htaccess file with the contents Options +ExecCGI AddHandler cgi-script .py
-
All of the donors are already in the ETA database so your position is unlikely to change much at this point.
-
Someone probably donated and moved ahead of you.
-
First of all the working link has "nnidlt" and the invalid link has "niidlt" so that's why it's giving a 404 error. The problem is this line http_response_code(400); I commented that out and now it gives the expected JSON response. https://murilo.heliohost.us/nnidlt/api.php?env=production&user_id= It seems like Plesk is trying to give some custom error page for 400 errors for some reason. Not sure why. Does that script need to return a 400 error or is 200 response with the correct json error enough?
-
I should be able to eventually enable "Options -Indexes" on Plesk. My main focus right now is getting new account creation implemented because there are hundreds of donors waiting to create a new account. Once those other top priority issues are fixed I can spend some time working on .htaccess. This issue is very low priority right now because it has such a simple workaround of being able to place an index.html file.
-
I found this on StackOverflow regarding that error: Source: https://stackoverflow.com/a/48468294/2336864 It sounds like maybe it's a client issue maybe? How long does your PHP script take to finish?
