{source}
<?php
if (strpos($_SERVER["HTTP_REFERER"], 'practiceguitarnow.com') !== false || $_COOKIE['howtopracticeguitarscalesvideolesson'] == '1')
{
if ($_COOKIE['howtopracticeguitarscalesvideolesson'] != '1')
setcookie('howtopracticeguitarscalesvideolesson', '1', time() + (86400 * 365 * 5)); // expire after 5 years
}
else
{
header("Location: /howtopracticeguitarscalesvideo.html");
}
?>
{/source}
Practicing Guitar Scales - How To Play Guitar Scales