Jump to content

Recommended Posts

I have made a custom button for my server for paypal donations you can use it.
It looks like this 

4bbba7349787434384635783703b6252.png
 

	<div align="center">

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="paypalemail@hotmail.com">
<input type="hidden" name="lc" value="GR">
<input type="hidden" name="item_name" value="ITEM NAME EXAMPLE (DONATE COINS)">
<input type="hidden" name="item_number" value="Donations">
<input type="hidden" name="button_subtype" value="services">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="cn" value="Character name">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="rm" value="1">
<input type="hidden" name="return" value="http://website.ws/">
<input type="hidden" name="currency_code" value="EUR">
<input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHosted">
<table>
<tr><td><input type="hidden" name="on0" value="Character name">Character name</td></tr><tr><td><input type="text" name="os0" maxlength="200"></td></tr>
<tr><td><input type="hidden" name="on1" value="Account name">Account name</td></tr><tr><td><input type="text" name="os1" maxlength="200"></td></tr>
</table>
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

</div>
		
		
Edited by Lucky Dice
Link to comment
Share on other sites

 

I have made a custom button for my server for paypal donations you can use it.

It looks like this 

 

4bbba7349787434384635783703b6252.png

 

	<div align="center">

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="paypalemail@hotmail.com">
<input type="hidden" name="lc" value="GR">
<input type="hidden" name="item_name" value="ITEM NAME EXAMPLE (DONATE COINS)">
<input type="hidden" name="item_number" value="Donations">
<input type="hidden" name="button_subtype" value="services">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="cn" value="Character name">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="rm" value="1">
<input type="hidden" name="return" value="http://website.ws/">
<input type="hidden" name="currency_code" value="EUR">
<input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHosted">
<table>
<tr><td><input type="hidden" name="on0" value="Character name">Character name</td></tr><tr><td><input type="text" name="os0" maxlength="200"></td></tr>
<tr><td><input type="hidden" name="on1" value="Account name">Account name</td></tr><tr><td><input type="text" name="os1" maxlength="200"></td></tr>
</table>
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

</div>
		
		

very good but I can not handle this site do not understand site much would you like help? or you do not understand this site here. I will be leaving the button of the code for you to see

 

http://pastebin.com/80HMA2nr

Link to comment
Share on other sites

very good but I can not handle this site do not understand site much would you like help? or you do not understand this site here. I will be leaving the button of the code for you to see

 

http://pastebin.com/80HMA2nr

I dont understand you sir.

Link to comment
Share on other sites

You would make an adjustment to that your button worked on the code below? Sorry my inglish

 

http://pastebin.com/80HMA2nr

Just add my code for paypal payments and i can make you more for other kind of payment like paymentwall.

 

Send me with pm the link of this page

 

>> http://i.imgur.com/xHuyAYW.jpg <<

 

:)

Link to comment
Share on other sites

Cabal, esse code era do meu antigo server , caso tu quiser ta aqui o code dmr

<form method="post" target="pagseguro"  
action="https://pagseguro.uol.com.br/v2/checkout/payment.html">  
         
        <!-- Campos obrigatorios teste -->  
        <input name="receiverEmail" type="hidden" value="SEUEMAILAQUI">  
        <input name="currency" type="hidden" value="BRL">  
 
        <!-- Itens do pagamento (ao menos um item e obrigatorio) teste -->  
        <input name="itemId1" type="hidden" value="0001"> 
        Nome do Personagem:<div id="textdonat"> <input name="itemDescription1" value=""></div><br />
        Valor para doacao:<div id="textdonat"> <input name="itemAmount1" value="1.00"></div>
        <input name="itemQuantity1" type="hidden" value="1">  
        <input name="itemWeight1" type="hidden" value="1000">  
 
        <!-- submit do form (obrigatorio) teste --><br />
        <input alt="Pague com PagSeguro" name="submit"  type="image"  
src="http://www.gfluanova.org.br/wp-content/uploads/quero_doar.png"/>   <!-- imagem pode ser alterada -->
         
</form>
Link to comment
Share on other sites

 

Cabal, esse code era do meu antigo server , caso tu quiser ta aqui o code dmr

<form method="post" target="pagseguro"  
action="https://pagseguro.uol.com.br/v2/checkout/payment.html">  
         
        <!-- Campos obrigatorios teste -->  
        <input name="receiverEmail" type="hidden" value="SEUEMAILAQUI">  
        <input name="currency" type="hidden" value="BRL">  
 
        <!-- Itens do pagamento (ao menos um item e obrigatorio) teste -->  
        <input name="itemId1" type="hidden" value="0001"> 
        Nome do Personagem:<div id="textdonat"> <input name="itemDescription1" value=""></div><br />
        Valor para doacao:<div id="textdonat"> <input name="itemAmount1" value="1.00"></div>
        <input name="itemQuantity1" type="hidden" value="1">  
        <input name="itemWeight1" type="hidden" value="1000">  
 
        <!-- submit do form (obrigatorio) teste --><br />
        <input alt="Pague com PagSeguro" name="submit"  type="image"  
src="http://www.gfluanova.org.br/wp-content/uploads/quero_doar.png"/>   <!-- imagem pode ser alterada -->
         
</form>

caramba man e esse mesmo mas so mas uma coisa to tentando edita aqui nao to conseguindo saca ai

<form method="post" target="pagseguro"  
action="https://pagseguro.uol.com.br/checkout/v2/cart.html?action=add">  
         
        <!-- Campos obrigatorios teste -->  
        <input name="receiverEmail" type="hidden" value="l2jampa@hotmail.com">  
        <input name="currency" type="hidden" value="BRL">  
 
        <!-- Itens do pagamento (ao menos um item e obrigatorio) teste -->  
        <input name="itemId1" type="hidden" value="0001"> 
        Nome do Personagem:<div id="textdonat"> <input name="itemDescription1" value=""></div><br />
        Valor para doacao:<div id="textdonat"> <input name="itemAmount1" value="1.00"></div>
        <input name="itemQuantity1" type="hidden" value="1">  
        <input name="itemWeight1" type="hidden" value="1000">  
 
        <!-- submit do form (obrigatorio) teste --><br />
        <input alt="Pague com PagSeguro" name="submit"  type="image"  
src="http://www.gfluanova.org.br/wp-content/uploads/quero_doar.png"/>   <!-- imagem pode ser alterada -->
         
</form>

o meu e esse aqui pena que so tao buro que a parte de baixo onde tem <!-- Itens do pagamento (ao menos um item e obrigatorio) teste -->  nao consegui edita com minha informaçoes tem como ajuda de algum jeito ?

 

<!-- INICIO FORMULARIO BOTAO PAGSEGURO -->
<form action="https://pagseguro.uol.com.br/checkout/v2/cart.html?action=add" method="post">
<!-- NÃO EDITE OS COMANDOS DAS LINHAS ABAIXO -->
<input type="hidden" name="itemCode" value="35F44DA230300B73343E5FA95DA7C977" />
<input type="hidden" name="iot" value="button" />
<input type="image" src="https://stc.pagseguro.uol.com.br/public/img/botoes/pagamentos/209x48-comprar-assina.gif" name="submit" alt="Pague com PagSeguro - é rápido, grátis e seguro!" />
</form>
<!-- FINAL FORMULARIO BOTAO PAGSEGURO -->
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock