Размер файла: 712B
<?php
#-----------------------------------------------------#
# ********* WAP-MOTORS ********* #
# Made by : VANTUZ #
# E-mail : [email protected] #
# Site : http://pizdec.ru #
# WAP-Site : http://visavi.net #
# ICQ : 36-44-66 #
# Вы не имеете право вносить изменения в код скрипта #
#-----------------------------------------------------#
$quot_file=file("template/quotesbase.php");
$quot_count=count($quot_file);
$quot_rand=rand(0,$quot_count);
echo $quot_file[$quot_rand].'<br>';
?>