+ Reply to Thread
Results 1 to 5 of 5

Thread: Help with 1st publishing.
      
   

  1. #1
    Squiddy is offline Sergeant
    Join Date
    Jun 2007
    Posts
    21

    Default Help with 1st publishing.

    Hi all. I'm a beginner at this so....
    Just published my first "homepage" tempdent.net. (it will be a multi page website.)CLIENT ID #15345
    question....
    Does it take time before I can enter the address in my browser and see my page? Because I'm not seeing it.
    ....If I should be seeing it...what may be my problem....anything simple?

    Sorry to be vague...but I'm not sure what/where I should be looking for the problem.

    Thanks for helping the new guy.

  2. #2
    VodaHost's Avatar
    VodaHost is offline General & Forum Administrator
    Join Date
    Mar 2005
    Location
    Wilmington, Delaware USA
    Posts
    11,390

    Default Re: Help with 1st publishing.

    Your DNS was not configed correctly, I have fixed your issue...It should be ok in a couple of hours.

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  3. #3
    Squiddy is offline Sergeant
    Join Date
    Jun 2007
    Posts
    21

    Thumbs up Re: Help with 1st publishing.

    Quote Originally Posted by VodaHost
    Your DNS was not configed correctly, I have fixed your issue...It should be ok in a couple of hours.
    Thanks alot.
    Was that a mistake on my part? Or BV?
    If it was mine........how can I correct it on the future pages to my site that I want to publish?

    Thanks again for your help.

  4. #4
    Squiddy is offline Sergeant
    Join Date
    Jun 2007
    Posts
    21

    Thumbs up Re: Help with 1st publishing.

    The rest of my pages went smoothely.....thanks
    having some trouble with my form and thank you pages....
    when I submit...get a "page not found" page.....
    I'll watch those videos again and make sure I didn't mess up.

    Thanks BV for all the help.
    went pretty well for my first website.......
    actually I've been doing some affiliate marketing....
    I'll be signing up as an affiliate as soon as I'm complete with this site.
    This place is great.

  5. #5
    Squiddy is offline Sergeant
    Join Date
    Jun 2007
    Posts
    21

    Talking Re: Help with 1st publishing.

    Ok.
    Got my Thank you Page to come up......
    but no email has arrived from my test submission.

    following the written instruction below the tutorial....
    I input the code in my HTML ..."start of page" of my Thank you page.

    <?PHP
    $mailto = "tempdent@comcast.net";
    $email = $HTTP_POST_VARS[email];
    if ($email == "") {
    $email = $mailto;
    }
    $mailsubj = "Contact from Website";
    $mailhead = "From: $email\n";
    reset ($HTTP_POST_VARS);
    $mailbody = "Values submitted from web site form :\n";
    while (list ($key, $val) = each ($HTTP_POST_VARS))
    {
    if ($key!="submit")
    {
    $mailbody .= "$key : $val\n";
    }
    }
    mail($mailto, $mailsubj, $mailbody, $mailhead);


    Any suggestions?
    Thanks again...I'm learning.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49