Jump to content

wolstech

Chief Risk Officer
  • Posts

    18,215
  • Joined

  • Last visited

  • Days Won

    695

Everything posted by wolstech

  1. The account igorkr does not exist.
  2. Email doesn't really work, and won't until the migration is done. You may want to use a different mail provider until then. You can retrieve mail in your mailbox by looking in your ~/mail folder. There should be folders for each mailbox, with your mail being in "cur" inside them. The files with the really long random filenames are the actual emails in raw form (text with headers, etc.) You can download those and give them a .eml extension and they'll open in mail clients like Outlook or similar as a normal (rendered) email. They may not be perfect because they aren't true .eml files though (to be exact, these files are in RFC5322 format, which is a superset of .eml).
  3. wolstech

    Johnny Move

    We haven't been able to create new accounts on any of our servers since July when our cPanel license was revoked. We're migrating to plesk, but until that's done, we cannot offer any new accounts. There is no ETA for when that will be finished at this time.
  4. Krydos has to install this for you.
  5. @Jenova Last I heard we're not even on step 2. He did number 1 and "Does the transfer process work?" is "No" because the import script Plesk provided was woefully incomplete and from what I've read barely worked at all let alone completely or correctly. K was apparently working on rewriting much of it so it actually does what's advertised. Has this changed?
  6. @flazepe We can still unsuspend inactive accounts even though cPanel doesn't work anymore. As long as the account exists and is not archived it can be at least made to serve a working website. @ienergia Unsuspended. You'll need to use FTP to administer your site until the migration Flazepe mentioned is completed, and I would also recommend either providing us a new certificate or removing your SSL redirect since your certificate is expired.
  7. If they're expired, you can manually update them if you want. Generate a replacement cert with a service like zerossl, upload to your home folder via FTP (do not place in public_html), and create topic for a certificate install. Krydos can install it manually for you.
  8. Did you ask to have SSL removed or updated by chance? The sites on the broken Tommy never actually went down when CP broke, though many have since broken due to expired certs.
  9. Assuming you're referring to your Tommy account, yes you did use a certificate (SSL cannot function without one), and it is indeed expired: https://imgur.com/a/J35INMS
  10. If you used the force HTTPS option in cPanel to do it, I believe it adds it in the Apache config for your domain. Krydos would need to remove it manually... Escalating.
  11. There aren’t many of us that are still around. Me and Krydos have both been here 10+. We have a single normal user who has been here since 2007 (Lana), though she doesn’t really post on the forums.
  12. Every organization using Google Workspace will have include:_spf.google.com in their SPF. That's the standard SPF record recommended by Google for Google Workspace setup. GArena is a legitimate gaming platform. They own that domain, and they probably use Google Workspace internally. GArena doesn't offer public email service, so the odds they're actually sending these emails is low. What doesn't make sense is why the DKIM passed... One of the downsides to using Google (or any major cloud email provider) for email on your own domain is what you're seeing here. A spammer can use Google to send spam with a fake From header for any other domain using Google email, and the spam will pass an SPF check. SPF lost a lot of its effectiveness when massive cloud email services became common...it's more effective when domains have their own mail server.
  13. Unsuspended. With cPanel no longer functional though, you'll need to maintain your site using FTP until our migration to Plesk is complete. For more information, please see the News section.
  14. 14 years later? Talk about digging up the dead...
  15. Email is not available during the migration. If you need access to past messages, they can be retrieved via FTP, they're found in your ~/mail folder. There should be folders in there for each mailbox, with the "cur" folder representing your inbox and "new" folder containing unread mail. The files with the really long random names are individual messages. Download them and rename so they have an .eml extension. They're not perfectly compliant .eml files, but a program like Outlook should open them properly as emails.
  16. No such thing exists.
  17. That htaccess has nothing to do with ssl, that code sets the PHP version. There can be more than one .htaccess though, check the one in public html, whatever folder your domain points to, as well as in your home folder. If you generate new certificates with a free service like zerossl and upload them to your home folder (not public_html), Krydos can manually install them instead. I didn't mention this earlier because I didn't think K would want the extra hassle, but he ended up offering this himself for another user.
  18. @balloons We actually can still suspend/unsuspend an account. Unsuspended.
  19. It is indeed the date. The certificate is expired because autossl no longer works without cpanel. There is no way for a user to install a new cert at this time, so the best solution would be to remove any forced SSL redirect you may have and allow plain HTTP until plesk is up and running. If you have such a redirect in your .htaccess file, you can edit the file via SFTP to remove it.
  20. He was trying to install Drupal. That said, I do development as a hobby, database and related code design really vary by program. I usually do a separate INSERT per record when bulk inserting because a foreach or while loop is usually involved and it's much easier than doing string concatenation to build one, however if you're using something like prepared statements, I believe it assembles a single statement and executes it. I can say though that if the number of records to be inserted is massive, a single query with multiple VALUES statements is faster in my experience. I used to be against using constraints in my older code, but now use them quite heavily in my modern apps. Not only does it make for a cleaner DB, it also simplifies code, and eliminates the need to code in tedious things like update/delete code for multiple tables (the ability to CASCADE or SET NULL on a constraint means you can just run a single UPDATE or DELETE on the parent record and let the database server worry about updating/removing other lines that reference it, the desired action of course depends on what you're doing).
  21. I don't believe anybody has gotten an invite or account for Plesk yet. We've been focused on data center maintenance lately since that had to be done while Ashoat was in the area.
  22. Users are currently not able to set up new websites due to the Plesk migration. You'll need to wait until the migration is completed for your server. We have no ETA as to when this work will be completed, though I can say Tommy will be the first server completed..
  23. You can have the email with that link resent from this page: https://www.heliohost.org/backup/
  24. You mean a .SQL file? These are included in the back up, if you extract the backup, the mysql folder inside contains these files. They're in the exact same format as the ones produced by PHP my admin.
  25. I specifically said when I unsuspended it that: See Jenova's post for that information.
×
×
  • Create New...