Recent content by earthc

  1. E

    send-mail php function

    thanks for the tip ill keep that in mind for next time haha. <?php //echo("success"); //echo("error"); define('RECIPIENT','earthcastle@live.com'); //set email body and headers $body = $_POST['message']."\n\n"; $body.= $_POST['name'].'<'.$_POST['email'].'>'; $headers = 'From...
  2. E

    send-mail php function

    if you read the whole comment which unfortunately didn't want to include the spaces.. it includes the jQuery code after the php code.. I dont know what youre talking about when you say spoof from the header etc. Either way for some reason it had gone though when i used a hotmail address...
  3. E

    send-mail php function

    http://earthcastle.x10.bz/contact.htmlit is returning the error which shows "oops, something went wrong - message not sent"written in php:and here is the form javascript code:// JavaScript Document$.fn.formValidation = function(){ //set variables for all the various form elements; var name =...
  4. E

    send-mail php function

    A form i have on my website uses validation and it comes up in console relaying error meaning the message cant send. I dont know why this is happening as it should be working.. I have the exact same script/code hosted on another server and it works fine. i dont understand why its not working...
  5. E

    FTP Usage

    that url doesnt work. i even went to x10hosting.com > support > status, same problem. Does this mean the server is down? ---------- Post added at 01:05 AM ---------- Previous post was at 01:00 AM ---------- i was using fetch then i tried dreamweaver then tried it in fireftp with mozilla...
  6. E

    FTP Usage

    So i started up my website about a week ago and have uploaded mostly everything i need through ftp but as i went to upload an updated file today it said "here is not enough disk space on the server to perform this action." How much disk space as free users are we alotted? i see a bar of...
Top