Просмотр файла melody/up.php

Размер файла: 106B
<?php

$up = @file ("up.dat");
$uptop = rand (0,count($up)-1);
$up = explode("UP ",$up[$uptop]);

?>