Results 1 to 12 of 12

Thread: Whats wrong with my site?
      
   

  1. #1
    eblakeley is offline Private First Class
    Join Date
    Jun 2008
    Location
    Northern California
    Posts
    6

    Default Whats wrong with my site?

    www.emilyblakeley.com, I made some changes to my website and then republished it and now there is writing in the background I'm sure what I did wrong? Help!!

  2. #2
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default Re: Whats wrong with my site?

    Yes you put some code in there .. in the head section or something that doesnt belong.

    Karen

    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
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,611

    Default Re: Whats wrong with my site?

    Quote Originally Posted by Karen Mac View Post
    Yes you put some code in there .. in the head section or something that doesnt belong.Karen
    PRECISELY

    Remove the following Email Form Code from where you copied it:
    0) { $upload_DstName[$i] = $prefix . "_" . str_replace(" ", "_", $_FILES[$key]['name']); $upload_SrcName[$i] = $_FILES[$key]['name']; $upload_Size[$i] = ($_FILES[$key]['size']); $upload_Temp[$i] = ($_FILES[$key]['tmp_name']); $upload_Type[$i] = ($_FILES[$key]['type']); $uploadlink[$i] = "$upload_folder/$upload_DstName[$i]"; $upload_fieldname[$i] = $key; $upload_fieldname_final[$i] = ucwords(str_replace("_", " ", $key)); $fieldvalue[$i] = $uploadlink[$i]; $i++; } if ($upload_Size[$i] >= $max_filesize) { $error .= "The size of $key (file: $upload_SrcName[$i]) is bigger than the allowed " . $max_filesize/1024 . " Kbytes!\n"; } } $crack[0] = '\n'; $crack[1] = '\r'; $crack[2] = "%0a"; $crack[3] = "%0d"; $crack[4] = "content-type:"; $crack[5] = "to:"; $crack[6] = "cc:"; $crack[7] = "bcc:"; $crack[8] = "mime-version:"; $crack[9] = "x0a"; $crack[10] = "x0d"; foreach ($_POST as $key => $value) { for ($k = 0; $k < count($crack); $k++) { if (substr_count(strtolower($value), $crack[$k])) { $error .= "The field $key contained e-mail headers ($crack[$k]) in the value submitted. This seems to be a cracking attempt and the message has not been sent.!
    "; } } } if ($error) { $errorcode = file_get_contents($error_url); $replace = "##error##"; $errorcode = str_replace($replace, $error, $errorcode); echo $errorcode; exit; } $uploadfolder = basename($upload_folder); for ($i = 0; $i < count($upload_DstName); $i++) { $uploadFile = $uploadfolder . "/" . $upload_DstName[$i]; if (!is_dir(dirname($uploadFile))) { @RecursiveMkdir(dirname($uploadFile)); } else { @chmod(dirname($uploadFile), 0777); } @move_uploaded_file($upload_Temp[$i] , $uploadFile); chmod($uploadFile, 0644); } $internalfields = array ("submit", "reset", "filesize", "upload_folder", "send", "captcha_code"); $message .= "\n"; foreach ($_POST as $key => $value) { if (!in_array(strtolower($key), $internalfields)) { if (!is_array($value)) { $message .= ucwords(str_replace("_", " ", $key)) . " : " . $value . "\n"; } else { $message .= ucwords(str_replace("_", " ", $key)) . " : " . implode(",", $value) . "\n"; } } } if (count($upload_SrcName) > 0) { $message .= "\nThe following file have been uploaded:\n"; for ($i = 0; $i < count($upload_SrcName); $i++) { $message .= $upload_SrcName[$i] . " Link: " . $uploadlink[$i] . "\n"; } } mail($mailto, $subject, stripslashes($message), $header); header('Location: '.$success_url); exit; } ?> img { behavior: url("pngfix.***"); }
    . VodaWebs....Luxury Group
    * Success Is Potential Realized *

  4. #4
    eblakeley is offline Private First Class
    Join Date
    Jun 2008
    Location
    Northern California
    Posts
    6

    Default Re: Whats wrong with my site?

    Thanks guys! I don't know how I did that or how to fix it though.

  5. #5
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,611

    Wink Re: Whats wrong with my site?

    Quote Originally Posted by eblakeley View Post
    Thanks guys! I don't know how I did that or how to fix it though.
    Right-click somewhere 'off' your page (in BV, like in the background area), and then click PAGE HTML. Advance through the TABs until you find the aforementioned Code, and simply DELETE it.
    Re-SAVE and Re-PUBLISH the Page.
    . VodaWebs....Luxury Group
    * Success Is Potential Realized *

  6. #6
    eblakeley is offline Private First Class
    Join Date
    Jun 2008
    Location
    Northern California
    Posts
    6

    Default Re: Whats wrong with my site?

    That didn't work. Could it be something else?

  7. #7
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,611

    Default Re: Whats wrong with my site?

    Since you put in there, you need to be the one to remove it: re-think every step you performed when dealing with this "element" to pinpoint where/how to reverse it ...... sorry, but that's all I (being outside the loop) can offer!
    . VodaWebs....Luxury Group
    * Success Is Potential Realized *

  8. #8
    karenwms63's Avatar
    karenwms63 is offline Colonel
    Join Date
    Feb 2008
    Location
    Poplar Bluff, MO
    Posts
    865

    Default Re: Whats wrong with my site?

    You have a form on that page...did you publish that page as index.php? or .html?

    Check this thread...and I'm sure there are others like it:
    http://www.vodahost.com/vodatalk/for...shed-page.html
    Karen Williams
    Your Belief is Your Reality

  9. #9
    Lolpout's Avatar
    Lolpout is offline Second Lieutenant
    Join Date
    Jul 2008
    Posts
    100

    Default Re: Whats wrong with my site?

    if that's a code you want to keep, then try embedding it.

  10. #10
    eblakeley is offline Private First Class
    Join Date
    Jun 2008
    Location
    Northern California
    Posts
    6

    Default Re: Whats wrong with my site?

    Thanks everyone!! So now I changed it to a php and saved and published and it previews right, but I'm having problems with the website not changing when I actually visit it online. So I cleared all the tep. internet files and all of that, tried F5 a million times, restarted my cumputer everything I saw to do, I did. Any more advice?? Please!!!!

  11. #11
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default Re: Whats wrong with my site?

    Make sure that you are viewing the correct page. If you have "page_a" published in an html version and a php version you have to be linked to the correct version. (sounds like you are linked to html but publishing the php)
    If you do have both versions (html/php) go into your Cpanel and delete the incorrect page.
    If you are linked as so: www.mysite.com the html version will show by default.
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  12. #12
    eblakeley is offline Private First Class
    Join Date
    Jun 2008
    Location
    Northern California
    Posts
    6

    Default Re: Whats wrong with my site?

    Thank you so much, that worked like a charm!! Thanks everyone for all your help!!

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