Размер файла: 0.99Kb
<?php
/////////////////////////////////////////////////////////////////////////////////////////////////////
///// banner ver (1.2) /////
///// Made by ELENA (1.0) http://elena.xost.ru /////
///// Made by VANTUZ wap 1.1 http://wap.pizdec.ru /////
///// Email [email protected] /////
/////////////////////////////////////////////////////////////////////////////////////////////////////
$text = file("baza.data");
$top = rand (0,count($text)-1);
$out = explode("|",$text[$top]);
$text2 = file("baza2.data");
$top = rand (0,count($text2)-1);
$out2 = explode("|",$text2[$top]);
$text3 = file("baza3.data");
$top = rand (0,count($text3)-1);
$out3 = explode("|",$text3[$top]);
echo "<a href='$out[1]'><img src='$out2[1]' alt='$out3[1]'/></a>";
?>