Recent content by swimkleptz72

  1. S

    PSP mail() generates a file with a file name of -1

    I am using the mail() function in PHP to send an automatic response. I have used this form in the past but now it generates a file with a filename of "-1" in which it appends a line like the following: mail() on[PHP file that called the mail() function:line number]: To: [email address] --...
  2. S

    Cannot Login to Control Panel

    :redface: You're the best! That fixed it!
  3. S

    Cannot Login to Control Panel

    I am not able to log into the control panel. I can update my site through ftp (username and password works) but when I try to log in (https://x10hosting.com/control/login.php) it says I have successfully logged in then sends me right back to the login page. Current server issue? Thanks
  4. S

    Can't reply to thread posts

    OK. :redface: That's simple. Thanks.
  5. S

    Can't reply to thread posts

    What is the restriction on replying to thread posts? I didn't see anything in the FAQ unless I overlooked it. When I try to reply to a thread post it goto a page that says I am not authorized. Does something have to be done on my end to allow me to reply to posts? Thanks.
  6. S

    PHP mail() on Chopin not working?

    Thanks for your response. The form normally sends a reply to the sender (who enters their email) and then one a fixed address (gmail actually) for the person who handles the data. For testing the data is being sent to just gmail accounts. I noticed the hotmail and yahoo kickbacks in my mail...
  7. S

    PHP mail() on Chopin not working?

    My PHP script is processing the form data fine but when I send it returns failed. It was working the other day. Everything else seems to be working fine, web access, cPanel, etc. The script seems to be working since the form data is being logged correctly even though the mail call doesn't...
  8. S

    Mail not being sent

    **Looks like it is working again** I have a couple of web pages with forms that rely on php to generate an email using the 'mail' command. They were working the other day but now don't seem to be sending. Not sure if it is a mail server thing or a php server thing. One page is showing that...
Top