Jump to content

Recommended Posts

Posted (edited)

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
Posted

 

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

Posted

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.

Posted

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 <<

 

:)

Posted

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>
Posted

 

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 -->
Guest
This topic is now closed to further replies.


  • Posts

    • relax guys!!! maybe he sold the GOD files, and the vacation will last even longer!
    • This is my attempt to somehow bring the script to be usable. Remembering that the ideal is someone with real capacity to work on it. I'm just trying to improve in my spare time. Changed connection logic to work in php8 Organization of links I added my top rank next to l2jbrasil. My top is 4Team Servers, if you can use it, I would appreciate it!   Download: https://github.com/Sage-BR/icpn-votesystem If you have any bugs, post them here, but as I said, I will try to resolve them or report them to: ICPNetwork    L2JBrasil = The function that generates the playerid generated the incorrect id, now for l2jbrasil it uses "ID + Key" in the VoteAPI menu L2Votes = Now use "ID + Key" GameTOP200 = "Needs testing" Organized new API Hopezone EU = Uses “ID + Key” GameBytes = API fix, (So the API only returns FALSE or TRUE, I added logic using localstorage instead of a cookie to save the moment the API returned "true" and the counter generates it from there) L2Top.co = API fix, (So the API only returns FALSE or TRUE, I added logic using localstorage instead of a cookie to save the moment the API returned "true" and the counter generates it from there) GamingTop100 = API fix GameStop200 = API fix
    • New L2 Logo Faction Interlude Mid Server!  @everyone  BETA SERVER LOGINS ARE ONLINE ENJOY! 📌 Faction Manager Good VS Evil 🏆 Maximum Buffs Slots 24/12 ⚡ Safe Enchant +3 Max +18 💥 Champion System 💥 Vitality System 🔰 GMShop, Buffer & Gatekeeper 🔁 *LOGINS ONLINE * 1st March @ 20:00 GMT+2 🌐 Website: https://l2logo-faction.com/ D ྀི Discord: https://discord.com/invite/SKsDk5yY
    • *LOGINS ONLINE* 21st February @ 15:00 GMT+2   New L2 Logo Faction Interlude Mid Server!  @everyone  Faction Manager Good VS Evil  Maximum Buffs Slots 24/12  Safe Enchant +3 Max +18  Champion System  Vitality System  GMShop, Buffer & Gatekeeper  *LOGINS ONLINE* 21st February @ 15:00 GMT+2  Website: https://l2logo-faction.com/ D ྀི Discord: https://discord.com/invite/SKsDk5yY
    • Here lies Gaytits, the gayest scammer to ever exist... RIP King -- You won't be missed.
  • Topics

×
×
  • Create New...