Search results

  1. eliteel5

    Email issues

    Morning (UK time ) I have recreated the folder and contents The the directory you would looking at is named m_jscripts This has only ever happened once as of yesterday which is why i have found this odd as have never had any issue of that type at all with yourselves As stated it...
  2. eliteel5

    Email issues

    Thanking you for getting back to me I managed get past this by setting the options fields See below $mail->SMTPOptions = [ 'ssl' => [ 'verify_peer' => false, 'verify_peer_name' => false, 'allow_self_signed' => true ] ]; This...
  3. eliteel5

    Email issues

    Hi all I'm having issues with email Round cube reports email sent but this is not being received and php mailer script which worked beautifully a few weeks ago is equally failing Having checked ssl certificate all seems ok How ever this the report I am receiving using php mailer...
  4. eliteel5

    Relationships Database designer are disabled

    What Ive done is re written my code for the database which is as follows just in case Then double checked on my own server so it does look as though this has been disabled Is this just a limitation on free accounts and could there be any possibility or having this enabled as when...
  5. eliteel5

    Relationships Database designer are disabled

    HI all , hope all well Ive hit an issue this morning regarding db design Time UK 00:20hrs , Yep I do work some very long hours Strange as that may seem not to mention study and researching Working on my local server I can create a relation database as you would normally...
  6. eliteel5

    Rewards schemes

    Thank you for reply It could be a good suggestion for possible future and would encourage members to sign people into contracts with yourselves I dont know how you feel about that but it might be a good idea and improve business for you at all levels
  7. eliteel5

    Rewards schemes

    Good morning to all UK time and hope all is well A very quick question does X10 offer any type of reward scheme for signing up new clients to paid services Thanking you all
  8. eliteel5

    Enable ssl for subdomain

    Hi all I’m trying to install SSL on gameraiders.eliteprojects.x10host.com via Let’s Encrypt, My main domain eliteprojects.x10host.com is fine and has SSL sorted , all working Under Get automatic certificate from ACME Provider I select this and gameraiders.eliteprojects.x10host.com...
  9. eliteel5

    Direct Admin Panel

    Excuse me for being inquisitive but what its purpose and why was this disabled
  10. 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...
  11. 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...
  12. 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...
  13. 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
  14. 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...
  15. 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
  16. 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...
  17. 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...
  18. 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...
  19. 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__ ...
  20. 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...
Top