Jump to content
[MUST READ] Forum Rules ×

JaiktDev

Senior Members
  • Posts

    138
  • Joined

  • Last visited

Everything posted by JaiktDev

  1. Hello, You can use this code to extract the users hosting IP :- <?php $ip_address = gethostbyname($AccountInfo['account_domain']); echo $ip_address ?> If this is wrong, feel free to reply back!
  2. did you check the status with vista admin :v?
  3. <table style='font-family: Poppins; color: #717986; width: 100%; cellspacing: 0; cellpadding: 0;'> <tr> <td style='background: #110551; border-radius:7px 7px 0px 0px;text-align: center; padding: 20px 0;'> <a style='display: block; text-decoration: none; font-size: 18px; line-height: 22px; color: #FFF; max-width: 570px; margin: 0 auto;' href='".$AreaInfo['area_url']."'>".$AreaInfo['area_name']." - Signup</a> </td> </tr> <tr> <td> <table style='font-family: Arial, sans-serif; color: #717986; max-width: 570px; margin: 20px auto 0;'> <tr> <td> <h1 style='font-family: Poppins;font-size: 18px; margin-bottom: 10px;'>Hey,</h1> <p style='font-family: Poppins;font-size: 16px; margin-left: 2.5px;'>Greetings from <b>".$AreaInfo['area_name']."</b>. Please copy the following token to verify your email address on the validation page.</p><div style='font-family: Poppins;border-radius:7px;margin:1rem;padding:1rem;background:rgb(230,230,230);overflow-x:auto;'> ".$Token." </div> </td> </tr> <tr> <td style='text-align: center;'> <a href='".$AreaInfo['area_url']."' style='font-family: Poppins, sans-serif; font-weight: 700; display: inline-block; width: 210px; min-height: 20px; padding: 10px; background-color: #17D883; border-radius: 9px; color:#ffffff; font-size: 16px; line-height: 25px; text-align:center; text-decoration: none; margin: 20px 0;'>Go to Client Area</a> </td> </tr> <tr> <td style='font-size: 16px;'> <p style='font-family: Poppins;font-size: 16px; margin-left: 2.5px;'>Did not request an account? If so, please ignore or delete this email!</p> <p style='margin-left: 2.5px;font-family: Poppins;'>Regards,<br>".$AreaInfo['area_name'].".</p> </td> </tr> </table> </td> </tr> <tr> <td style='background: #ECECEC; padding: 20px 0;'> <p style='font-size: 13px; line-height: 22px; text-align: center; margin: 0;'>&copy; 2021 <a href='".$AreaInfo['area_url']."' style='color: blue; text-decoration: none;'>".$AreaInfo['area_name']."</a>. All Rights Reserved.</p> </td> </tr> </table> feel free to use my signup template!
  4. The first arrow points to the main domain of the account, which always redirects to suspended.org. The second arrow shows the actual domain the user signup with. The main domain can sometimes be used to troubleshoot some stuff. Well, it still is there for some reason.
  5. Do you mean panel.myownfreehost.net? What are you trying to do? Adding reseller domain from vista panel?
  6. Hey, so you're building a direct login to the online file manager? I think I made one saved somewhere.
  7. Yes they do allow so. Big websites like Infinityfree and Profreehost have used those!
×
×
  • Create New...