Просмотр файла template/reklama_foot2.php

Размер файла: 387B
<?php
// mod by Golem http://veplog.ru


if (!defined("BASEDIR")) { header("Location:../index.php"); exit; }

$filereklama = file(BASEDIR."local/datarekl/foot2.dat");

if($filereklama){

$reklama_rand = array_rand($filereklama);

$str_reklama = explode("|",$filereklama[$reklama_rand]);

echo '<b><a href="'.$str_reklama[1].'">'.$str_reklama[2].'</a></b><br>';

}

?>