vBulletin Search Engine Optimization
This is a discussion on Create your own Privacy Policy (using vb templates) within the Member Articles forums, part of the Focus on Members category; looks like adsense is cracking down on enforcing their new policies, including having a privacy policy. Going to add this!...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
#16
| |||
| |||
| looks like adsense is cracking down on enforcing their new policies, including having a privacy policy. Going to add this! |
|
#17
| |||
| |||
|
#18
| |||
| |||
| Have always had one |
|
#19
| ||||
| ||||
| Updated .php file: Code: <?php
// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);
// #################### DEFINE IMPORTANT CONSTANTS #######################
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'privacy');
define('CSRF_PROTECTION', true);
// ################### PRE-CACHE TEMPLATES AND DATA ######################
// get special phrase groups
$phrasegroups = array(
);
// get special data templates from the datastore
$specialtemplates = array(
);
// pre-cache templates used by all actions
$globaltemplates = array(
'privacy',
);
// pre-cache templates used by specific actions
$actiontemplates = array(
);
// ######################### REQUIRE BACK-END ############################
require_once('./global.php');
// #######################################################################
// ######################## START MAIN SCRIPT ############################
// #######################################################################
$navbits = array();
$navbits[$parent] = 'Privacy Policy';
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template('privacy') . '");');
?>
|
|
#20
| ||||
| ||||
| is it really necessary? there's no admin/mod functions to be had on the page... |
|
#22
| ||||
| ||||
| Privacy Statement - Xentoo.com - Multiplayer Gaming Network nothing special, similar to my other site. |
| Tags |
| adsense tos, privacy policy |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| my privacy.php doesnt seem to want to work.. | Martyn | URL Rewrite Settings | 4 | 08-17-2007 11:34 AM |