Сообщений: 827
Тем: 82
Зарегистрирован: Jan 2012
Репутация:
797
Очень часто стал замечать форму оплаты подобного типа
euro-pvp.ru/index.php?f=unitpay
где взять такую ? весь сайт юнитпея прорыл,не нашел
Nope
Сообщений: 1,432
Тем: 34
Зарегистрирован: Jul 2012
Репутация:
11,419
Попросить у тех. поддержки, сделать самому.
Сообщений: 807
Тем: 15
Зарегистрирован: Aug 2012
Репутация:
3,891
Там все легко же, в личном кабинете есть готовые формы оплаты с обьяснениями.
Сообщений: 608
Тем: 41
Зарегистрирован: Aug 2012
Репутация:
1,804
Double Написал:Очень часто стал замечать форму оплаты подобного типа
euro-pvp.ru/index.php?f=unitpay
где взять такую ? весь сайт юнитпея прорыл,не нашел
Скопируй просто с евро епть!
Вот бы сделать дома уборку и нажать "СОХРАНИТЬ"!)
Сообщений: 199
Тем: 42
Зарегистрирован: Jul 2010
Репутация:
659
скопируй или могу скопировать грамотно за 300 р xD
Сообщений: 608
Тем: 41
Зарегистрирован: Aug 2012
Репутация:
1,804
Полностью готовый варинат ссылки на свои поменяй только и подравь визуально
<center>
<div id='content_padding'>
<script type="text/javascript">
$(function () {
function calculateBonuses1() {
var coinPrice = parseFloat($('#unitpayForm1 #coinPrice').val());
var coins = parseInt($('#unitpayForm1 #coins').val());
if (isNaN(coins) || isNaN(coinPrice) || coins <= 0) {
$('#unitpayForm1 #sum').val('');
return;
}
var price = coins * coinPrice;
if (price > 15000) {
price = 15000;
}
$('#unitpayForm1 #sum').val(price);
}
function calculateBonuses2() {
var coinPrice = parseFloat($('#unitpayForm2 #coinPrice').val());
var coins = parseInt($('#unitpayForm2 #coins').val());
if (isNaN(coins) || isNaN(coinPrice) || coins <= 0) {
$('#unitpayForm2 #sum').val('');
return;
}
var price = coins * coinPrice;
if (price > 15000) {
price = 15000;
}
$('#unitpayForm2 #sum').val(price);
}
$('#unitpayForm1 input#coins').keyup(function () {
calculateBonuses1();
});
$('#unitpayForm2 input#coins').keyup(function () {
calculateBonuses2();
});
calculateBonuses1();
calculateBonuses2();
$('#unitpayForm1').submit(function(){
var sum = parseFloat($('#unitpayForm1 #sum').val());
var account = String($('#unitpayForm1 #account').val());
if(!char_exist(account)) {
alert('Персонаж не существует!');
return false;
}
if (isNaN(sum) || sum <= 0 || sum > 15000) {
alert('Неверная сумма платежа');
return false;
}
});
$('#unitpayForm2').submit(function(){
var sum = parseFloat($('#unitpayForm2 #sum').val());
var account = String($('#unitpayForm1 #account').val());
if(!char_exist(account)) {
alert('Персонаж не существует!');
return false;
}
if (isNaN(sum) || sum <= 0 || sum > 15000) {
alert('Неверная сумма платежа');
return false;
}
});
$('#unitpayForm3').submit(function(){
var account = String($('#unitpayForm3 #account').val());
if(!char_exist(account)) {
alert('Персонаж не существует!');
return false;
}
});
});
function char_exist(char_name) {
$.ajaxSetup({async: false});
$.getJSON("/?f=unitpay&char_name="+char_name, function(json){
res = json.k;
});
$.ajaxSetup({async: true});
return (res=='1')?true:false;
}
function SetUnitPayPage(k) {
for(var i=0;i<=3;i++) {
if(i!=k)
$( "#unitpage"+i ).hide( "slow" );
else
$( "#unitpage"+i ).show( "slow" );
}
}
</script>
<div style="font-size:14px; color:#ffe089; text-align: center;">Платёжные системы и SMS Unitpay</div>
<br>
<font color='ffe9ac'>Выберите способ оплаты:</font><br><br>
<ul id="don">
<li><a href="#" id="upaddr" onclick="SetUnitPayPage(1); return false;"><font color=''>>> Платёжные системы << </font></a></li>
<li><a href="#" id="upaddr" onclick="SetUnitPayPage(2); return false;"><font color=''>>> Visa/Master Card << </font></a></li>
<li><a href="#" id="upaddr" onclick="SetUnitPayPage(3); return false;"><font color=''>>> SMS платёж <<</font></a></li>
</ul>
<br>
<div id="unitpage1">
<br>
<font color='ffe9ac'>Платёжные системы</font>
<br>
<br>
<form id="unitpayForm1" action="https://unitpay.ru/pay/СВОЁ/webmoney" method="post">
<table style="text-align: center;">
<tr>
<td> <label for="account"><font color='ffe9ac'>Игровой ник:</font></label> </td>
<td> <input type="text" maxlength="16" style="width: 144px;" value="" name="account" required="required" id="account"> </td>
</tr>
<tr>
<td><div style="padding-top:3px;"></div></td>
<td></td>
</tr>
<tr>
<td> <label for="coins"><font color='ffe9ac'>Количество:</font></label> </td>
<td> <input type="text" maxlength="16" style="width: 144px;" id="coins" name="coins" value="10" required="required"> </td>
</tr>
<tr>
<td colspan="2">
<input type="hidden" id="sum" name="sum" value="">
<input type="hidden" id="coinPrice" name="coinPrice" value="33">
<input type="hidden" name="desc" value="Покупка внутриигровой валюты"><br>
<input type="submit" class="donbutton" value="Оплатить">
</td>
</tr>
</table>
</form>
</div>
<div id="unitpage2" style="display:none;">
<br />
<font color='ffe9ac'>Visa/Master Card</font>
<br>
<br>
<form id="unitpayForm2" action="https://unitpay.ru/pay/СВОЁ/card" method="post">
<table style="text-align: center;">
<tr>
<td> <label for="account"><font color='ffe9ac'>Игровой ник:</font></label> </td>
<td> <input type="text" maxlength="16" style="width: 144px;" value="" name="account" required="required" id="account"> </td>
</tr>
<tr>
<td><div style="padding-top:3px;"></div></td>
<td></td>
</tr>
<tr>
<td> <label for="coins"><font color='ffe9ac'>Количество:</font></label> </td>
<td> <input type="text" maxlength="16" style="width: 144px;" id="coins" name="coins" value="10" required="required"> </td>
</tr>
<tr>
<td colspan="2">
<input type="hidden" id="sum" name="sum" value="">
<input type="hidden" id="coinPrice" name="coinPrice" value="33">
<input type="hidden" name="desc" value="Покупка внутриигровой валюты"><br>
<input type="submit" class="donbutton" value="Оплатить">
</td>
</tr>
</table>
</form>
</div>
<div id="unitpage3" style="display:none;">
<br>
<font color='ffe9ac'><font color='ffe9ac'>SMS платёж</font>
<br>
<br>
<form action="https://unitpay.ru/pay/СВОЁ/mc" method="post" id="unitpayForm3">
<table style="text-align: center;">
<tr>
<td> <label for="account"><font color='ffe9ac'>Игровой ник:</font></label> </td>
<td> <input type="text" maxlength="16" style="width: 144px;" id="account" name="account" value=""> </td>
</tr>
<tr>
<td><div style="padding-top:3px;"></div></td>
<td></td>
</tr>
<tr>
<td> <label for="sum"><font color='ffe9ac'><font color='ffe9ac'>Количество:</font></label> </td>
<td>
<select id="sum" name="sum" style="width: 150px;">
<option value="33">1 монета</option>
<option value="66">2 монеты</option>
<option value="99">3 монеты</option>
<option value="165">5 монет</option>
<option value="330">10 монет</option>
</select>
</td>
</tr>
</table>
<input type="hidden" name="desc" value="Покупка внутриигровой валюты">
<br>
<input class="donbutton" type="submit" value="Оплатить">
</form>
</div>
</div>
</center>
Вот бы сделать дома уборку и нажать "СОХРАНИТЬ"!)
Сообщений: 368
Тем: 20
Зарегистрирован: Feb 2011
Репутация:
734
А как ребятки вообще эта система?