File size: 768B
<?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("file.dat");
$top = rand (0,count($text)-1);
$out = explode("|||",$text[$top]);
echo "<small>$out[1]</small>";
?>