Page 1 of 1

How do I add a Privacy Page link

Posted: Wed Nov 12, 2008 11:29 am
by soccio97
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.

Re: How do I add a Privacy Page link

Posted: Wed Nov 12, 2008 11:33 am
by panic!
wrong forum but:

Code: Select all

 
<?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 ='2008 &copy; 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";
?>
 

Re: How do I add a Privacy Page link

Posted: Wed Nov 12, 2008 2:13 pm
by soccio97
WOW!! OK worked. Thanks . That will at least keep me out of trouble with Google. Please look at the bottom of wwww.<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span>.tellmeaboutthat.com. It now repeats the the lines.

You said in your post that this is the wrong forum. Can you point me in the right direction. I want to post the index.php I think that that may be where the problem is.

Thanks again for your help.

Re: How do I add a Privacy Page link

Posted: Wed Nov 12, 2008 3:51 pm
by panic!
viewforum.php?f=1 here is the right place for code related questions :)

Re: How do I add a Privacy Page link

Posted: Wed Nov 12, 2008 4:15 pm
by soccio97
Thank you!