Recent content by sandy.beach

  1. sandy.beach

    Domain Down

    ok cool will do thanks
  2. sandy.beach

    Domain Down

    Hi i am unable to access my website via html, ftp or cpanel, i am unable to connect via any method. Is there an issue i should be aware of? http://sandybeachit.x10.mx/
  3. sandy.beach

    SQL Databases - Maximum Limit not reached

    i did log a ticket via that system but they pointed me here to log it via this site.
  4. sandy.beach

    SQL Databases - Maximum Limit not reached

    I do understand that but a while ago X10 Hosting ran a double everything offer, which you could take twice meaning it increased what i could have over the standard basic plan, hence why i could have 8 mysql database instead of 4. I currently have 6 databases at the moment and i was originally...
  5. sandy.beach

    SQL Databases - Maximum Limit not reached

    My details are: http://sandybeachit.x10.mx
  6. sandy.beach

    SQL Databases - Maximum Limit not reached

    Anyone had any joy looking into this? I feel a tad cheated not being able to use what i paid for...
  7. sandy.beach

    PHP Send Mail

    Awesome i did some testing of a couple of scripts and it is all working now, thanks Bryon what was the cause ?
  8. sandy.beach

    SQL Databases - Maximum Limit not reached

    Hi i have a limit of 8 MYSQL databases available to me, i only have seven in use, but i cannot add an eighth. I get the message "Warning: You are currently using the maximum number of MySQL databases. If you need more please contact your service provider." Yet my cpanel lists this as: All SQL...
  9. sandy.beach

    PHP Send Mail

    Thanks for confirming this issue is not my code, i really appreciate the time you and your friends have taken in testing this, please pass on my thanks to them.
  10. sandy.beach

    PHP Send Mail

    In my script i was not using a "no reply" email address. I was using david.beach@sandybeachit.x10.mx as the from address. As a side note i can email to "david.beach@sandybeachit.x10.mx" from my gmail account which comes through straight away but if i send an email from ths account...
  11. sandy.beach

    PHP Send Mail

    I do understand that, Thanks Carolyn i do understand this, but this is not what i am asking, i have scripts which were working perfectly fine and now they are not, when i have not made any changes to the code which indicates something has changed on the backend hence my query. You do not need...
  12. sandy.beach

    PHP Send Mail

    .,
  13. sandy.beach

    PHP Send Mail

    Ok just to be clear i stupidly didnt realise i had two accounts on this forum - hence the two avatars which are the same, i didnt even realise until now i was using a different account so i apologise if i have caused confusion and will only be using this one from now one which is what i should...
  14. sandy.beach

    PHP Send Mail

    Just to clarify the X10 email address i have is: david.beach@sandybeachit.x10.mx this is listed in my email accounts and is live. I have amended the script to be the following: http://sandybeachit.x10.mx/hosting/findibuzz/phpinfo.php But unfortunately this has not worked and no emails are still...
  15. sandy.beach

    PHP Send Mail

    as well as this: $to = 'sandy.beach.it@gmail.com'; $subject = 'the subject'; $message = 'hello'; $header = "From: noreply@example.com\r\n"; $header.= "MIME-Version: 1.0\r\n"; $header.= "Content-Type: text/plain; charset=utf-8\r\n"; $header.= "X-Priority: 1\r\n"; mail($to, $subject...
Top