Your IP : 172.71.254.229


Current Path : /var/www/element/data/www/greenpr.ru/copyrights/
Upload File :
Current File : /var/www/element/data/www/greenpr.ru/copyrights/cpr.php

<?php
$seocrc=crc32($_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'].$_SERVER['QUERY_STRING']);
$seofile = $_SERVER['DOCUMENT_ROOT'].'/copyrights/anchors.txt';
if (file_exists($seofile)){
$seolist = file($seofile);
echo rtrim($seolist[abs($seocrc%count($seolist))]);
}
?>