-
Posts
18,215 -
Joined
-
Last visited
-
Days Won
695
Everything posted by wolstech
-
Please check your PMs.
-
You must pick one of the other servers first yes. Lily accounts are actually created alongside the cPanel account, so you’ll have both. The cPanel account is used for DNS management and email among other things, so you have to have one even if you don’t plan to use it for hosting. Sign up for one of the other servers of your choice, then let me know your username once your account is created and I’ll get the lily account created.
-
It can take several hours. Last Apache restart was 3 hours ago. Until the next restart occurs, the site won't work. The restarts occur only when load is low enough to avoid extended downtime on the server. It's supposed to be every 2 hours during periods of low load, but can be extended if load is high.
-
Is it the one cPanel produces? If so, you have to unpack it first. Inside the tar archive is a folder called homedir that has all of your files, and a folder called mysql that contains your databases. The backup page in cPanel has an option to restore the database backups. Just select each file you want to restore and it'll create and populate the database. The files you can just upload with FTP or file manager. Odds are the ones you'll care about are the public_html folder. There's no need to restore the .folders (they're cPanel system data typically).
-
Sorry for the delay...Johnny took nearly 2 hours to delete your old account. Now I'm waiting on Ricky to change your domain and restart Apache, after which it should work. The domain change actually succeeded once the old account was removed and is now queued, so it's just a matter of waiting until Apache restarts so it works.
-
That's exactly what it is. From the looks of it, the old account is only half-removed (probably failed due to load part way through). I'm re-deleting your Johnny account now, then I'll try changing your domain again.
-
There's a conflict with something on Johnny. I'm looking into it...
-
The domain on rebal15 has been changed to ifhub.heliohost.org.
-
[Solved] Donation to move account that has Java enabled
wolstech replied to wfutan's topic in Escalated Requests
Krydos has to do this since it has Java enabled. If I move it, the Java will break and I don't know how to fix that. -
[Solved] Account suspended due to inactivity
wolstech replied to dzjack26's topic in Escalated Requests
@Luigi123: That glitch happens sometimes. The admin tools will have two identical rows that refer to the same account. You can just ignore one of them. I think they clean themselves up eventually, but if not, Krydos or I can remove the duplicate record from the database. Do NOT try to use delete on the duplicate row to fix these, you'll delete his account. -
Unarchiving...
-
Yes we do Lily supports ASP.NET Core 3.1. Please keep in mind that Lily is experimental and has no real user interface beyond FTP and PhpMyAdmin, so I have to make changes for you if you need certain things done like registering applications. If you're interested, please let me know your hosting account name and I'll set up a second account on Lily for you.
-
[Solved] Donation to move account that has Java enabled
wolstech replied to wfutan's topic in Escalated Requests
Tommy has no limit at this time, but that's subject to change if someone abuses the mysql server. -
The account rebal155 has been removed.
-
Which account are you trying to delete? I see two accounts, rebal15 (active on Ricky), and rebal155 (inactive on Johnny).
-
Tommy ran different software before the crash. Most notably, the default versions of PHP were different (it used to be 5.6 default, now it's one of the 7.x versions). PHP 5 and 7 are not backwards compatible with each other. Another thing to consider: Gmail will not deliver a message if you spoof the From header to make it appear as being sent to from itself. If you use Tommy to send an email to your Gmail account, be sure you set the From to something that's NOT a Google account. Have you tried writing a test PHP script that just mail()'s a test message to you? Try this script (edit the email address in the $to variable): <?php // the message $msg = "First line of text\nSecond line of text"; $to = "someone@example.com"; // use wordwrap() if lines are longer than 70 characters $msg = wordwrap($msg,70); // send email mail($to,"My subject",$msg,"From: noreply@tommy.heliohost.org"); ?> If this works, your software is just broken or incompatible with what we run now. I would start by changing the PHP version back to whatever you used before the crash (if you never set one before, try setting it to 5.6). You can do that in cPanel under MultiPHP Manager. If that doesn't help, you'll need to find new software for your contact form. iCloud and GMX are email providers like Google or Yahoo. Both are known for refusing our emails entirely without delivering them.
-
The folder assets was owned by a non-existent user 8355 and has been corrected. Try deleting the assets folder now. Also, your trash had the same issue (owned by non-existent user 8355). The permissions have been changed on the .trash folder and the contents have been discarded. Try using your trash can again and let me know if it still doesn't work. Also, I made you the owner of the backup file davidbb.tar.gz that Krydos left for you, so you'll be able to delete that now as well if you want the space back.
-
[Solved] Donation to move account that has Java enabled
wolstech replied to wfutan's topic in Escalated Requests
There's a limit of 4 concurrent connections at a time. You can try something like this in your connection string to limit them. Also, be sure to explicitly close your connections when finished with them. jdbc:mysql://localhost:3306/database?max-connections=4 -
When the account is removed, the domains will go with it automatically. If you get an error about dns records needing removed when adding them back, let us know and we can clean them up for you.
- 1 reply
-
- 1
-
-
Unfortunately I can't check the reason since it's already been unblocked. If it happens again, let me know and I'll get the reason for you.
-
Krydos should be able to point you to the files causing the issue. In the meantime, I've blocked your website with an .htaccess file and unsuspended you.
-
Cloudflare is well known for breaking a lot of things on our service. Please keep in mind the following: DNS Zone Editor - Doesn't work with CFDomains pointed to CF cannot be added to your account - You must set CF up after adding the domain.Subdomains - Requires manual DNS entries be made on CF's website for each domaincPanel on port 80 - Doesn't work with CFWebdisk - Doesn't work with CFMail client configuration - the hostname shown in cPanel will be incorrectFTP client configuration - the hostname shown in cPanel will be incorrectWe do not provide any technical support for CF users. You will be asked to remove CF before we assist if you ask for help. (We can't see what DNS settings users are using if they use CF, and in most cases, the act of removing CF itself ends up fixing the problem...). That said, it can and has been used successfully. In fact, we offer a button in cPanel to set it up. Most issues with DNS that we've seen with CF are fixed by deleting the site from CF, pointing your domain back to us, and letting CF copy the zone records again. Mail and FTP will work if you use the server hostname (e.g. tommy.heliohost.org) instead of your own domain in those clients, and most users don't use Webdisk or cPanel on port 80.
- 3 replies
-
- 1
-
-
- Cloudflare
- Cloud
-
(and 3 more)
Tagged with:
-
The archive for this account is missing. Krydos somehow finds it usually, but I don't know where he's getting the data from, so I'll have to let him do this one.