Recent content by eliteel5

  1. eliteel5

    Direct Admin Panel

    Excuse me for being inquisitive but what its purpose and why was this disabled
  2. eliteel5

    Direct Admin Panel

    Good morning from the UK Time 02:54 hrs GMT I dont quite understand whats happening with messages within this panel I'm being advised that that there are 4 messages awaiting for me to read However its also telling me on selecting this with mouse on-click that this has been disabled...
  3. eliteel5

    Amazing unsuspension request reasons

    They do an amazing job I agree with you Ive not come across an ISP, free web hosting organization that is so supportive and so helpful It costs nothing to keep to the rules and its also one of he cleanest organizations in terms of data , images etc Ive worked with and for many...
  4. eliteel5

    Multiple accounts

    Hi all I need to make sure I'm not breaking any rules I have a client whom I do work for as a volunteer and who does work for various charities in the UK hence he calls on me often to help and assist as and where I can He is not computer literate in terms or websites or IT to the...
  5. eliteel5

    Account upgrades

    Thank you that's has answered my question in full Thats what I didn't understand the service is still run by your company x10 hosting , the name given to the payment plan is infinity I think i have that correct
  6. eliteel5

    Account upgrades

    Hi thank you for getting back to me It would be the premium plan I'm considering but I see that when viewing that this falls under infinity hosting How does this affect X10 current status as I'm pleased with X10 simply because i want to ensure you benefit from this and not another...
  7. eliteel5

    Using X10 Mailing services some progress but no receiving for some reason

    Thank you I have now resolved this credit to your expert assistance
  8. eliteel5

    Account upgrades

    Good evening I hope all are well and safe I'm think of upgrading my account owing to the incredible service and professionalism of this site I want to pay this in one lump sum so a couple of questions How do you accept payment bearing in mind I'm uk based If I upgrade can I...
  9. eliteel5

    Email issues now solved

    Id like to thank all for their assistance and patience with me regarding using X10 email services A special word of thanks to mrburnsx for the valuable input issued This is what I found as error in my coding for those wishing to set up this service This beats trying to set up oa2auth...
  10. eliteel5

    Using X10 Mailing services some progress but no receiving for some reason

    I am now getting somewhere with far better response and debugging What I now have done is changed code because Ive managed to get this incorrect to the following <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>check for sendmail</title> </head> <body> <?php...
  11. eliteel5

    Using X10 Mailing services some progress but no receiving for some reason

    <?php ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\Exception; require __DIR__ . '/PHPMailer/src/Exception.php'; require __DIR__ . '/PHPMailer/src/PHPMailer.php'; require __DIR__ ...
  12. eliteel5

    Using X10 Mailing services some progress but no receiving for some reason

    Thanking you for your expert guidance I will go away and try that later today , very much appreciated It would be really nice if some one could post some type of tutorial on X10 as to how to set this all up with step by step instructions Perhaps a thought , suggestion for the future...
  13. eliteel5

    Using X10 Mailing services some progress but no receiving for some reason

    [CODE=php] <?php $sendmail_path = ini_get('sendmail_path'); if ($sendmail_path) { echo "Sendmail is configured: " . htmlspecialchars($sendmail_path); } else { echo "Sendmail is NOT configured."; } echo "<BR> <BR>"; $to = "myaddress@gmail.com"; // please note Ive hidden this...
  14. eliteel5

    Using X10 Mailing services

    Hi all , I hope all in good stead and making progress I dont know to much about using x10 mail from website Can some one possibly guide me as to how I do this My reasons are to utilize a database which collect results from an application posted using php to database I then want to...
  15. eliteel5

    website certificate revoked

    Cheers thanks for all your help I have managed to resolve this now Dont ask me how , lol because I dont know how myself , lol but what ever I did worked Thanks once again for all your help over many years for which I am really grateful to you all for
Top