Файл: wm/index.php
Строк: 37
<?
define('PROTECTOR', 1);
$headmod = 'wm';//фикс. места
$textl='GM-Panel';
///////////////////////
$path='../'; //
//////////////////////
include($path.'files/db.php');
include($path.'files/auth.php');
include($path.'files/func.php');
include($path.'files/core.php');
include($path.'files/head.php');
include($path.'files/zag.php');
///////////////
?>
<hr/>
<font color=#FFBF00><p><center><b> Заказ <u>Coin of Luck </u></b>
<br/><font color=#088A68>(1 CoL = 0.4 рубля)</font></p></font>
<hr/>
<form action="https://merchant.webmoney.ru/lmi/payment.asp" method="POST">
<p><font color=#C1CDC1>Заказать на сумму:</font><br/>
<input class='input' type="text" size="2" value="10.00" name="LMI_PAYMENT_AMOUNT"/><font color=grey>Рублей</p></font><br/>
<input type="hidden" name="LMI_PAYMENT_DESC" value="<?echo "$udata[id]";?>">
<input type="hidden" name="LMI_PAYEE_PURSE" value="R826911005283"><br/>
<input type="submit" value="Оплатить">
</form>
</center>
<hr/>
<?
include($path.'files/down.php');
?>