Файл: vfermu.ru/By_Rus/payment/buy_rmoney.php
Строк: 23
<?php
if(isset($_GET['payment']) && isset($_GET['rmoneys']))
{
echo "<font color='green'><b>Купить:</b></font></br>";
echo "<img width='16' height='16' src='http://sex-ferma.ru/worldkassa/coin.png' alt='o'>10 <a href='/?lols&rmoney=10'>Купить</a></br>";
echo "<img width='16' height='16' src='http://sex-ferma.ru/worldkassa/coin.png' alt='o'>20 <a href='/?lols&rmoney=20'>Купить</a></br>";
echo "<img width='16' height='16' src='http://sex-ferma.ru/worldkassa/coin.png' alt='o'>50 <a href='/?lols&rmoney=50'>Купить</a></br> ";
echo "<img width='16' height='16' src='http://sex-ferma.ru/worldkassa/coin.png' alt='o'>80 <a href='/?lols&rmoney=80'>Купить</a> </br>";
echo "<img width='16' height='16' src='http://sex-ferma.ru/worldkassa/coin.png' alt='o'>100 <a href='/?lols&rmoney=100'>Купить</a> </br>";
echo'</br><a href="/?payment">Вернуться обратно в раздел покупки</a>';
include'sys/other/foot.php';
}
?>