Jump to content

Modify current page to add Privacy Policy


soccdio97

Recommended Posts

First, I apologize for my ignorance. I don't know anything about php, coding or programming. I purchased some ready made websites that did not have an easy way to make a Privacy Policy, which is required by Google Adsense. With help from another forum I was able to create and publish a static Privacy Policy. Now I'm hoping to make some improvements to make it look more professionsl. What I am thinking is to take the code from the index.php, delete the code that is not needed and add the privacy policy. In that way my visitors will not only see a professional looking page but will be able to navigate to other pages as well.

 

To give you an idea what I am talking about please go to http://www.acai.TellMeboutThat.com. This is one of nine that I need to change.

 

 

The code for the index.php is :

 

<?php

require_once('includes/config.php');

require_once('config.php');

include 'includes/adsensephp-lite.php';

?>

 

<html>

<head>

<title><?php echo $Title; ?></title>

<meta name="keywords" content="<?php echo $keywords; ?>">

<meta name="description" content="<?php echo $Description; ?>">

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>

 

</head>

<body bgcolor="#000000" text="#000000" link="#666666" vlink="#003399">

<div align="center">

<table border="0" bordercolor="000000" width="980" cellspacing="5" align="center">

<tr>

<td width="968">

<table width="960" border="0" height="80">

 

<tr>

<td width="960" align="center" valign="center">

 

<img src="header.jpg"></td>

</tr>

</table></td>

</tr>

<tr>

<td height="40"><table width="100%" height="25" border="1" align="center" cellpadding="5" cellspacing="0" bordercolor="#000000" bgcolor="#FFFFFF">

<tr>

<td align="center"><font face="Verdana" size="2"><b><a href="index.php"><?php echo $store; ?> Store</a> | <a href="auctions.php"><?php echo $auctions; ?> Auctions</a> | <a href="articles.php">The Latest Info on <?php echo $articles; ?></a></b></font></td>

</tr>

</table></td>

</tr>

<tr>

<td>

<div align="center">

<embed src='http://www.blinkx.com/w?g_StageWidth=900&g_StageHeight=80&&g_ApiServer=www.blinkx.com&g_sImgServer=http://cdn-99.blinkx.com/store&g_sApiQuery=%2Fapi3%2Fstart.php%3Faction%3Dquery%26databasematch%3Dmedia%26totalresults%3Dtrue%26text%3D<?php echo $videofeed; ?>%26start%3D1%26maxresults%3D25%26sortby%3Drelevance%26removedredatabases%3DPodcast%26fieldtext%3D%26clientregion%3D%26newsresults%3Dtrue%26characters%3D10000&g_ApiTunnelPath=/f/' width='900' height='80' quality='high' bgcolor='#000000' name='newwall' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>

</div>

<table width="960" valign="top" bgcolor="FFFFFF" align="center">

<tr>

<td align="center" valign="top"><table border=0 summary="">

<tr>

 

<td width="800" valign="top"> <iframe src="http://astore.amazon.com/<?php echo $Amazon_id; ?>" width="99%" height="800" frameborder="0" scrolling="no"></iframe></td>

 

 

<td width="160" valign="top">

<?php echo adsensephp_leaderboard(); ?></td>

</tr>

</table></td>

</tr>

</table></td>

</tr>

 

<tr>

<td>

<table width="100%" border="0" bgcolor="ffffff" align="center">

<tr>

<td height="43" align="center" bgcolor="#000000">

<font face="Verdana" size="2" color="#FFFFFF"><b><?php echo $Footer; ?></b></font></td>

</tr>

</table></td>

</tr>

</table>

<blockquote> </blockquote>

</div>

</body>

 

</html>

 

The End. I want to retain the header picture, the menu under the header and the footer information. All the rest can go to make room for the Privacy Policy which looks like this:

 

Privacy Policy for http://www.tellmeaboutthat.com

 

If you require any more information or have any questions about our privacy policy, please feel free to contact us by email at soccio97@yahoo.com.

 

At http://www.tellmeaboutthat.com, the privacy of our visitors is of extreme importance to us. This privacy policy document outlines the types of personal information is received and collected by http://www.tellmeaboutthat.com and how it is used.

 

Log Files

Like many other Web sites, http://www.tellmeaboutthat.com makes use of log files. The information inside the log files includes internet protocol ( IP ) addresses, type of browser, Internet Service Provider ( ISP ), date/time stamp, referring/exit pages, and number of clicks to analyze trends, administer the site, track user’s movement around the site, and gather demographic information. IP addresses, and other such information are not linked to any information that is personally identifiable.

 

Cookies and Web Beacons

http://www.tellmeaboutthat.com does not use cookies.

 

Some of our advertising partners may use cookies and web beacons on our site. Our advertising partners include Google Adsense, Amazon, .

 

These third-party ad servers or ad networks use technology to the advertisements and links that appear on http://www.tellmeaboutthat.com send directly to your browsers. They automatically receive your IP address when this occurs. Other technologies ( such as cookies, JavaScript, or Web Beacons ) may also be used by the third-party ad networks to measure the effectiveness of their advertisements and / or to personalize the advertising content that you see.

 

http://www.tellmeaboutthat.com has no access to or control over these cookies that are used by third-party advertisers.

 

You should consult the respective privacy policies of these third-party ad servers for more detailed information on their practices as well as for instructions about how to opt-out of certain practices. http://www.tellmeaboutthat.com's privacy policy does not apply to, and we cannot control the activities of, such other advertisers or web sites.

 

If you wish to disable cookies, you may do so through your individual browser options. More detailed information about cookie management with specific web browsers can be found at the browsers' respective websites.

 

The End.

 

Can someone help me with this? I follow instructions well and know where to go in cPanel to make the changes.

 

Thank you in advance.

 

Link to comment
Share on other sites

I didn't receive a response so maybe I need to approach this differently. If I was going to add the following text to a page, what coding do I need to place around it:

 

Privacy Policy for www.tellmeaboutthat.com

 

If you require any more information or have any questions about our privacy policy, please feel free to contact us by email at soccio97@yahoo.com.

 

At www.tellmeaboutthat.com, the privacy of our visitors is of extreme importance to us. This privacy policy document outlines the types of personal information is received and collected by www.tellmeaboutthat.com and how it is used.

 

Log Files

Like many other Web sites, www.tellmeaboutthat.com makes use of log files. The information inside the log files includes internet protocol ( IP ) addresses, type of browser, Internet Service Provider ( ISP ), date/time stamp, referring/exit pages, and number of clicks to analyze trends, administer the site, track user’s movement around the site, and gather demographic information. IP addresses, and other such information are not linked to any information that is personally identifiable.

 

Cookies and Web Beacons

www.tellmeaboutthat.com does not use cookies.

 

Some of our advertising partners may use cookies and web beacons on our site. Our advertising partners include Google Adsense, Amazon, .

 

These third-party ad servers or ad networks use technology to the advertisements and links that appear on www.tellmeaboutthat.com send directly to your browsers. They automatically receive your IP address when this occurs. Other technologies ( such as cookies, JavaScript, or Web Beacons ) may also be used by the third-party ad networks to measure the effectiveness of their advertisements and / or to personalize the advertising content that you see.

 

www.tellmeaboutthat.com has no access to or control over these cookies that are used by third-party advertisers.

 

You should consult the respective privacy policies of these third-party ad servers for more detailed information on their practices as well as for instructions about how to opt-out of certain practices. www.tellmeaboutthat.com's privacy policy does not apply to, and we cannot control the activities of, such other advertisers or web sites.

 

If you wish to disable cookies, you may do so through your individual browser options. More detailed information about cookie management with specific web browsers can be found at the browsers' respective websites.

 

END

 

I think I can remove the ads, Amazon products and feeds if someone can tell me how to write the text above as php.

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.