How do I add a Privacy Page link
Posted: Wed Nov 12, 2008 11:29 am
I apologize in adbvance for my ignorance. I don't know anything about php or programming of any kind. I bought several ready made sites (94 in all) for the purpose of making some extra money with Adsense. By Google rules I have to put a Privacy Policy on each page. I've gotten 85 of them done but the others were created by someone else and sold to me by a third party.
I created the Privacy Policy but can't seem to figure out ho to get it to show up on the page. Additionally, the Policy I crated is static and contains no header or menu options. It looks pretty bad compared to the rest of the sites.
One of the sites in question is http://www.<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span>.TellMeAboutThat.com. I'd like to place a link to the Privacy Policy on the top menu under the header and then have it go to a new page which contains the header, menu and text for the policy.
I don't know what you need to see so that you can tell me what to do. I've been told to create a privacypolicy.html which I did and placed it in the same directory as the config.php. (public_html/<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span>) . The config.php looks like;
My Code:
<?PHP
//Modify your data in this section
// META TAG KEYWORDS AND DESCRIPTION
$keywords ="<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span> Berry Diet, <span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span> Berry, Oprah <span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span> berry"; //keywords
$Title ="<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span> Berry Diet, <span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span> Berry, Oprah <span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span> berry"; //Title
$Description ="<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span> Berry Diet, discovery why oprah is claiming this to be the miracle of all diets!"; //Description
$Footer ="<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span> Berry"; //2008 () All rights reserved.<a href="privacypolicy.html">Privacy Policy</a>
// Functions
$rssfeed ="http://wordpress.com/tag/<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span>-diet/feed/"; //Articles
$ebayfeed ="<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span>"; //ebay
$videofeed ="<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span>"; //Videofeed
// Links
$store ="<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span> Diet";
$articles ="<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span> Diet";
$auctions ="<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span> Diet";
?>
The Result is:
Parse error: syntax error, unexpected T_STRING in /home/tellmeab/public_html/<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span>/config.php on line 8
Can someone help me before Google cuts me off? I'd appreciate and assistance you can provide.
I created the Privacy Policy but can't seem to figure out ho to get it to show up on the page. Additionally, the Policy I crated is static and contains no header or menu options. It looks pretty bad compared to the rest of the sites.
One of the sites in question is http://www.<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span>.TellMeAboutThat.com. I'd like to place a link to the Privacy Policy on the top menu under the header and then have it go to a new page which contains the header, menu and text for the policy.
I don't know what you need to see so that you can tell me what to do. I've been told to create a privacypolicy.html which I did and placed it in the same directory as the config.php. (public_html/<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span>) . The config.php looks like;
My Code:
<?PHP
//Modify your data in this section
// META TAG KEYWORDS AND DESCRIPTION
$keywords ="<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span> Berry Diet, <span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span> Berry, Oprah <span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span> berry"; //keywords
$Title ="<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span> Berry Diet, <span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span> Berry, Oprah <span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span> berry"; //Title
$Description ="<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span> Berry Diet, discovery why oprah is claiming this to be the miracle of all diets!"; //Description
$Footer ="<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span> Berry"; //2008 () All rights reserved.<a href="privacypolicy.html">Privacy Policy</a>
// Functions
$rssfeed ="http://wordpress.com/tag/<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span>-diet/feed/"; //Articles
$ebayfeed ="<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span>"; //ebay
$videofeed ="<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span>"; //Videofeed
// Links
$store ="<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span> Diet";
$articles ="<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span> Diet";
$auctions ="<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span> Diet";
?>
The Result is:
Parse error: syntax error, unexpected T_STRING in /home/tellmeab/public_html/<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span>/config.php on line 8
Can someone help me before Google cuts me off? I'd appreciate and assistance you can provide.