MikeTurner Posted August 28, 2008 Posted August 28, 2008 (edited) Jack Sorry to be a pain, I clicked to add a pseduo page and it all looked good but then I went back to my site and every page suddenly has a load of code at the top of it it: "page = 'index.php?cPath=2'; $parts = explode("?",$page); $parts = explode("=", $parts[1]); if (isset($parts[0])) { $found = false; $name = FILENAME_INDEX . "?" . $parts[0] . "="; $pageTags_query = tep_db_query("select * from " . TABLE_HEADERTAGS . " where page_name like '" . $name . "%' and language_id = '" . (int)$languages_id . "'"); if (tep_db_num_rows($pageTags_query) > 0) { while($pageTags = tep_db_fetch_array($pageTags_query)) { if ($name . $_GET[$parts[0]] === $pageTags['page_name']) { $header_tags_array = tep_header_tag_page($pageTags['page_name']); $found = true; break; } } } if (! $found) $header_tags_array = tep_header_tag_page(FILENAME_INDEX); } else" Looking at the source this code is being generated in the head under the verify-v1 meta tag. I added a psedo code 'index.php?cPath=2' and now a piece of random code with that address is hardcoded across every page on the site. my site is neddyup . co . uk. Any advice would really be appreciated! - I deleted the pseudo page but the random code is still showing :( Regards Mike Edited August 28, 2008 by MikeTurner Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.