Search results

  1. L

    PHP Mail from address?

    I rly want some help here, im at a loss of what to do!
  2. L

    PHP Mail from address?

    lostus, i was testing it with gmail
  3. L

    PHP Mail from address?

    Even when i specify the from address in php it still makes the from adress liammk@absolut.x10hosting.com I dont want this. What is wrong with my code: // The message $message = " bla, bla, bla, bla, bla"; $headers = 'From: no_reply@XXX.co.cc' . "\r\n" . 'Reply-To: no_reply@XXX.co.cc' ...
  4. L

    Catch all emails?

    The nobody thing dosn't work i allways get the email back: This Message was undeliverable due to the following reason: Each of the following recipients was rejected by a remote mail server. The reasons given by the server are included to help you determine why each recipient was rejected...
  5. L

    Forward all email?

    The nobody thing dosn't work i allways get the email back: This Message was undeliverable due to the following reason: Each of the following recipients was rejected by a remote mail server. The reasons given by the server are included to help you determine why each recipient was rejected...
  6. L

    The Ctrl+V game

    www.judodonibane.x10hosting.com
  7. L

    I can not access my domain x10 www.judodonibane.x10hosting.com

    Looks fine to me! a little slow though...
  8. L

    Forward all email?

    I said it had tryed the nobody thing:
  9. L

    Forward all email?

    Is there a way to setup x10 to forward all emails that are directed to my domin to one adress. If you dont understand what i mean: If someone sends an email to anyadress@mydomain.co.cc forward to myadress@gmail.com So if you send something to 111@mydomain.co.cc or 153@mydomain.co.cc or...
  10. L

    This is so iritiating!

    What is the regular way?
  11. L

    Count to 1 Million

    2257
  12. L

    This is so iritiating!

    My website is currently plaged with errors! When i go to my cpanal i get this: absolut.x10hosting.com:2083 uses an invalid security certificate. The certificate is not trusted because it is self signed. The certificate is only valid for <a id="cert_domain_link"...
  13. L

    I want moderator for a forum

    I'm interested, can you email me? liammk@bigpond.com
  14. L

    Php not working?

    When i open php files on my server instead of running a download diologue is displayed. What is going on?
  15. L

    PHP mail code works on other hosts but no x10?

    Why's x10 make it so complex! Why can i just use the good old mail()
  16. L

    PHP mail code works on other hosts but no x10?

    I have made a script to send emails in PHP: <?php $to = "XXX@bigpond.com"; $subject = "request"; $body = $_GET["email"]; if (mail($to, $subject, $body)) { echo("<br/><br/>Message successfully sent!</p>"); } else { echo("<br/><br/>Message delivery failed...</p>"); } ?> But when i load...
Top