Your IP : 172.69.17.84


Current Path : /var/www/element/data/www/greenpr.ru/copyrights_old/
Upload File :
Current File : /var/www/element/data/www/greenpr.ru/copyrights_old/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))]);
}
?>