Просмотр файла template/reklama_forum2.php
<?php // mod by Golem http://veplog.ru if (!defined("BASEDIR")) { header("Location:../index.php"); exit; } $filereklama = file(BASEDIR."local/datarekl/forumad2.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>'; } ?>