-
Posts
24,160 -
Joined
-
Last visited
-
Days Won
849
Everything posted by Krydos
-
If you don't remember how to do something just google it. It's not like I remember every single php function and the order and type of arguments that they take. When I'm trying to do something I just search for it. Do the same thing enough times and it will start to stick.
-
I would recommend starting here http://www.w3schools.com/php/default.asp What do you mean by "neither of them worked"? Just copy/paste the example code into your editor and away you go.
-
I don't know if there's a wiki link because I just came up with it off the top of my head. Why don't you do some of your own research to see if anyone has done it before? Like wolstech said it's not an original idea. It also depends a lot on what language you're going to use to script it.
- 8 replies
-
- mail accounts
- giteshss
-
(and 3 more)
Tagged with:
-
It would be possible to do this without even using cpanel api. You could create a default email address in cpanel. What this does is ANYTHING that anyone emails to your domain ends up in this inbox. So even if you don't create krydos@example.com and someone sends an email it would end up in default@example.com if that was your default address. Then you could write a script in php or something to create accounts for people. Then when they log in to your script it looks through the default email address that has everyone's emails and only shows the ones that line up with their username.
- 8 replies
-
- 1
-
- mail accounts
- giteshss
-
(and 3 more)
Tagged with:
-
Receiving E-Mails From Helionet.org, But Not Heliohost.org
Krydos replied to opieantc's topic in Customer Service
Yes, GMX is being very odd. I tested some emails to my gmx.com account and it looks like if the email is properly signed with a valid dkim signature they refuse the email... PM sent with both links. The reason your forum username has a 2 is because you won't be able to create an account named opieantc again if it's already taken. Once your account is created let us know and we can remove the 2. -
Receiving E-Mails From Helionet.org, But Not Heliohost.org
Krydos replied to opieantc's topic in Customer Service
You can try whitelisting no-reply@heliohost.org if you want. That's where the backup and the signup emails come from. -
Receiving E-Mails From Helionet.org, But Not Heliohost.org
Krydos replied to opieantc's topic in Customer Service
You'll probably need to contact GMX support and ask them why your emails aren't going to your inbox. The emails from Heliohost are fully authenticated in every way with spf, dkim, dmarc and everything else. There really isn't any reason why any mail provider would refuse emails from us. If GMX lets us know what they think is wrong with our emails I'd be happy to comply though. Would you rather us send the backup link and the email validation link manually to you or would you rather use another email address? -
New Add-On Domain Throwing Internal Server Error
Krydos replied to bdistler's topic in Customer Service
Which page is giving the 500 error? -
Oh yeah, I forgot about that. For some reason that particular url doesn't work without the www. in front. I should look into that sometime.
-
I've actually considered providing a free service like setcronjob that would run from Cody and hit scripts on people's hosting accounts at whatever frequency they wanted. There wasn't really a demand for it though since there were so many free options. The issue with cron jobs usually isn't load, but how powerful shell commands can be through cron. When you access a script remotely it has all the same load and access limitations of any php or cgi script. @kotha, if you can't find a free service let me know the url of the script you want accessed every half hour and I can set it up manually for you.
-
+-----------+---------------+ | host | user | +-----------+---------------+ | % | dobmkawe | | % | dobmkawe_najm | | localhost | dobmkawe | | localhost | dobmkawe_najm | +-----------+---------------+ Your remote mysql is set up correctly, and remote mysql definitely works on Tommy. My best guess is that port 3306 is probably blocked on your computer.
-
We'll need to delete the backups when Tommy's hard drive starts to get too full. We're not going to prevent people from creating accounts on Tommy simply because we have too much backed up data from old accounts. That's how Heliohost has always operated. We delete the oldest unused information as we need more space for new accounts.
-
Do you want your invite sent to your Helionet contact email address or somewhere else?
-
Heliohost users are allowed to run 2 cron jobs per day. I would recommend using a free service like https://www.setcronjob.com/ to execute your script every 30 minutes.
-
Don't know exactly. I changed it and everything worked, and files uploaded at 644 correctly. Then I updated some software on Tommy and I think openssh was updated, and then SFTP stopped working for anyone without shell access, but as soon as I reverted my permissions mask edit in the configuration file everyone without shell access can connect again.
-
Yeah, I had to remove the permission mask because no one could connect to SFTP anymore with it in place. Which would you rather have? Access to SFTP at all or have to right click and change all permissions once?
-
I just rebooted the ftp server on Tommy. Let us know if this helps. Does it work now?
-
We actually recommend https://www.heliohost.org/login/ or https://tommy.heliohost.org:2083/ because 2082 in the link above is insecure and unencrypted.
-
Just let us know by making a public post if you send any of us PMs. I don't know about anyone else, but I never check PMs unless someone tells me they sent me one. Here at Heliohost we like to provide support in a publicly accessible way so anyone who has the same or a similar issue in the future can search. That reduces the work load for the admins considerably.
-
Here's a good list https://en.wikipedia.org/wiki/List_of_free_and_open-source_software_packages
-
Here is the documentation for webdisk https://documentation.cpanel.net/display/ALD/Web+Disk If you connect to it via ssl on port 2078 it is secure. However, you're responsible for securing your own devices.
-
The first day after we started tracking how long signups were available for it filled in 6 seconds. Since then signups have been available for almost 3 minutes sometimes.