Search results

  1. 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...
  2. 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...
  3. 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__ ...
  4. 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...
  5. 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...
  6. 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...
  7. 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
  8. eliteel5

    website certificate revoked

    Hi thanks for reply thus far can I use cloud fare to do this or is my domain considered a sub domain with an organization such as cloud fare as this is where I really become confused Thanking you
  9. eliteel5

    website certificate revoked

    Hi I'm using the free x10Hosting plan for my site: eliteprojects.x10host.com I recently received an email that the automatic SSL renewal via ACME failed with this message: "200 Request Exceeded" It looks like the Let's Encrypt rate limit has been hit. Could you please manually install or...
  10. eliteel5

    website certificate revoked

    HI all , hope all is well with all I wonder if some on could throw some light on this for me although I think Ive seen the issue I am having this issue at present Up until a month ago there were no issues with my site https://eliteprojects.x10host.com/ in so far as any security issues...
  11. eliteel5

    Unable to create database via Hosting control panel

    Thank you for update Im pleased to advise all looks as though this now resolved your end Thanking you all for outstanding service and prompt reply
  12. eliteel5

    Give me your opinion on my constantly-updating personal and fun site!

    Very good , well done to you It's encouraging to see individuals your age showing interest and making an effort. Why you overcame obstacles and hardships to defeat individuals much older than you and take a look at what you have accomplished on your own initiative Seeing your scripts would...
  13. eliteel5

    Unable to create database via Hosting control panel

    Hi all Its been quite a while since I logged into X10 That in itself expresses how professional X10 is A service that is for the nest part 99.99% robust , well managed , equally secure hence a word of real thanks to the dedication of staff whom manage x10 On that note I hope all had a...
  14. eliteel5

    PHP security Login , password , security

    Hi all and hope all are in good health I have a few questions regarding PHP login , password etc and need some assistance in hope that some one can offer correct information's Currently I have an application that runs on RPI(raspberry pi ) utilizing C++ that posts at intervals data...
  15. eliteel5

    I'm doing a site for a school project but my site is just showing white and black letters, its not showing the design and colors I have in Visual stud

    You dont ideally want to be using visual studio for this You do want to be using something like VsCode or which is open source Here is the link for this which is available for windows or Linux or mac OS https://code.visualstudio.com/download This is by far the best way to learn...
  16. eliteel5

    I'm doing a site for a school project but my site is just showing white and black letters, its not showing the design and colors I have in Visual stud

    Hi tato250 , send me the link on your site I can probably help you with this Correct You need to use CSS or inline CSS Its better to link to a style sheet from your index.htm or html file in a folder named CSS and creating a file named main.css then link to this within your header...
  17. eliteel5

    Website hacked

    I dont quite know how this has happened but could you check for me as to what the status of this is and keep an eye on this please Might be an idea to pick up on IP / Mac address Attached is photo This may well have been someone using code I will change pass word for FTP in the...
  18. eliteel5

    Important Errors when trying to login / reply for inactive email

    Hi Eric Yes I can confirm the issue is with Firefox with respect to login Forum how ever is fine Chrome is OK and works fine with login as normally expected with Firefox Hope that throws some light on this for you Thanking you again
  19. eliteel5

    Important Errors when trying to login / reply for inactive email

    Cheers will do I am using Firefox currently so will get back to you shortly Thanking you for very your quick response and your continued excellent support
  20. eliteel5

    Important Errors when trying to login / reply for inactive email

    Hi Eric Im having issues logging in after reminder this month Ive done as requested to change password Having done this I then attempt login but all I get is blank webpage which just sits idle with no reports and no error codes being returned I can however ftp with no issues and I...
Top