Jump to content
[MUST READ] Forum Rules ×

The Coders Zone

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

The Coders Zone's Achievements

Newbie

Newbie (1/14)

  1. I noticed MOFH sends marketing emails and other notifications. Is there a way to turn these off so I can send my own emails (happy to send emails encouraging users to upgrade, but would prefer them to come from my site). Some of the emails are marked as spam as they contain typos and are sent without encryption. I'm also concerned from a GDPR perspective.
  2. @DarkW1ND If you understand how they are encrypted, could you put your code here? If you'd prefer to send it privately, please can you do so via Discord?
  3. Thank you @aqib, this partially solves my problem but I would also like to provide an auto login link to PHPmyadmin. The password, I have noticed, is encrypted in exactly the same way so I still need to work out how to encrypt the plain text password in PHP before sending the encrypted version in the URL parameter to log the user in. Unfortunately, installing PHPmyadmin yourself doesn't work, as you can only access the databases through iFastNet's specially setup version.
  4. @DarkW1ND Do you know how the passwords are encrypted?
  5. I am making my own client area where users can manage their account and would really like to add in autologin links to Net2FTP and ideally Phpmyadmin as well. I know how to do this using PHP, as I can have the client's cPanel username, password and FTP host ready in variables, but unfortunately Net2FTP seems to login with encrypted passwords. It's not base64 as far as I can make out, so I was wondering if anyone has tried this and was willing to help me. I noticed some time ago @InfinityFree had a Net2FTP autologin link in your client area (although this seems to have been removed), might you be able help?
  6. I have only just realised this forum existed and have just found the WHM API. So that is how you create accounts automatically. I noticed @InfinityFree have a custom account activation email - how do you do it?
  7. I was wanting to change this email too. Currently I have an over-complicated registration system which involves the user setting up an account on our 'dashboard' which links to the cPanel and then setting up the client's hosting account using Selenium web automation on a server, which runs every 5 minutes. Whilst it looks simple and intuitive to the user, I would much prefer a way to customise the email and activation loading screen.
×
×
  • Create New...